<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{border:none;}
body{margin:0; padding:0px;
	 color:#333;}

body,td,th {
font-family: sans-serif;
-webkit-text-size-adjust:100%;
}

body,td,th {font-size:14px;}


#comment{
	width:100%;
	height:2000px;
}

a { text-decoration: none;
	color:#000000;
}

hr{
	margin:0px;
	border:none;
	border-top:solid 1px #000;

}
.hr2{
	margin:5px 0px;
	border:none;
	border-top: dashed 1px #555;

}
img { -ms-interpolation-mode: bicubic; }


/* search */

#searchform2 {
	position: relative;	
}
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
   -webkit-appearance: none;
   border-radius: 0;
}
#keywords2	{
	width: 95%;
	border: #333333 1px solid;
	padding: 4px;
	color: #555;
	position: absolute;
	left:2px;
	/*
	background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/www.rakuten.ne.jp/gold/outletruckruck/images/top/2021/rs-search.png) right center no-repeat;
	background-size: 10% auto;
	background-position: top 50% right 5%;
	*/
}

/*
#searchBtn2	{
	position: absolute;
	right: 0%;
}
*:first-child + html #searchBtn2	{
	top: 1px;
}
*/

/* spmenu */


#spmenu li{
  width: auto;
  margin:0 1.9%;
  text-align: center;
  float: left;
  font-family: 'Noto Serif JP', serif;
  font-size:80%;
}
#spmenu{
  list-style: none;
  overflow: hidden;
  margin-bottom:10px;
}

#spmenu li a{
	padding:10px;
  text-decoration: none;
}




/* scrollcss */
#btn_scroll_top {
    display: none;
    position: fixed;
    top: 75%;
    right: 30px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    background-color: #4A4A4A;
    text-decoration: none;
    outline: none;
}
#btn_scroll_top::after {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translateX(-50%) rotate(-45deg);
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    content: "";
}
@media print, (min-width: 768px) {
    #btn_scroll_top {
        width: 70px;
        height: 70px;
    }
    #btn_scroll_top::after {
        width: 20px;
        height: 20px;
    }
}



/* category */

*, *:before, *:after {
	box-sizing: border-box;
}
.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 &gt; div{
	width: 25%;
	padding: 10px;
}
@media screen and (max-width: 500px) {
	.col_4 &gt; div{
		width: 50%;
	}
}























/* 見出し */


h1{
	font-size:200%;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	margin:10px 0px;
}

#sou{
	border:#da0000 1px solid;
	text-align:center;
	padding:5px 0%;
	margin:10px 3%;
	font-size:80%;
}


/* botan */

.more{
	color:#333333;
	border:#333333 solid 1px;
	border-radius:0px;
	padding:8px;
	margin:10px 20% 10px 20%;
	text-align:center;
	background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/www.rakuten.ne.jp/gold/outletruckruck/images/top/2021/rs-arrow.png) right center no-repeat;
	background-size: 3% auto;
	background-position: top 50% right 5%;
	background-color:#ffffff;
	font-size:90%;
}





/* catebanner */
.catebanner{
	margin:0 2%;
	overflow:hidden;
}
.catebanner li img{
	width:100%
}
.catebanner li{
	width:50%;
	list-style:none;
	float:left;
	padding:3%;
	margin-bottom:20px;
}
.catebanner li span{
	color:#757575;
	border:#cccccc solid 1px;
  font-size:80%;
  border: none;
	/*
	padding:5px 5px;
	*/
}


/* RANKING TAB */

#rank{
	overflow:hidden;
	margin:0 2%;
}
#tab_menu li.selected {
	border:#000000 1px solid;
	background:#ffffff;
	color:#000000;
}

#tab_menu{
	overflow:hidden;
	list-style:none;
	margin: auto;
	 padding:0% 3%;
}
#tab_menu li{
	width:47%;
	margin:1%;
	background:#cccccc;
	padding:5px 0%;
	float:left;
	cursor:pointer;
	display: table-cell;
	color:#ffffff;
	font-size:90%;
	letter-spacing:1px;
	text-align:center;
}
.tab_panel p{
	text-align:center;
}


/* PICK COLOR */
#pickcolor{
	text-align:center;
}
#pickcolor img{
	margin:5px 2%;
	width:40%;
}


/* COORDINATE */

.autoplay0 img{
	width:100%;
}

.autoplay1 img{
	width:100%;
}
.autoplay2 li{
	padding:0 0.7%;
	font-size:90%;
}
.autoplay2 img{
	width:100%;
	margin-bottom:5px;
}
.autoplay2 li a{
	color:#595959;
	font-size:90%;
	letter-spacing:1px;
}


.slick-prev{
	left: -15px;}
.slick-next{
	right: -15px;}


/* infomation */

#info{
	list-style:none;
	margin:0% 5%;
}
#info li{
	text-align:left;
	padding:5px 0%;
	border-bottom:#cccccc 1px solid;
	font-size:80%;
	letter-spacing:1px;
}
#info li a{
	color:#bf0000;
}
p.question {
        cursor: pointer;
}
p.question:hover {
        text-decoration: underline;
}
p.answer {
        display: none;
        background: #f2f2f2;
        margin-left: 1em;
        padding: 10px;
}


/* 
.pick-item{
	vertical-align:top;
	width:46%;
}
.pick-item li{
	width:100%;
	border:1px solid white;
	list-style:none;
	margin-bottom:10px;
	text-align:center;
	font-size:12px;
	padding:3px;
	-webkit-box-shadow:0 1px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 2px 2px rgba(0,0,0,0.2);
	box-shadow:0 1px 2px 2px rgba(0,0,0,0.2);
}
.pick-item li img{
	width:100%;
}
.pick-item li p{
	font-size:10px;
}

.pick-item li div p span{
	color:#000000;
	background-color:#FFFF00;
	font-weight:bold;
}

*/























    h4 {
      position: relative;
      display: inline-block;
      padding: 0 75px;
      margin-top: 3%;
      font-size:18px;
      color:#333333;
    }

    h4:before, h4:after {
      content: '';
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 65px;
      height: 1px;
      background-color: #333333;
    }
    h4:before {
      left:0;
    }
    h4:after {
      right: 0;
    }



/* spheader */

#head{
	background-color:#fff;
}

#menu{
	width:90%;
	margin:auto;
}

#menu td img{
	width:60%;
}
#head-obi {
	background-color:#000;/*bf004c*/
	color:#FFF; 
	text-align:center;
	font-weight:bold;
	padding:2px;
	margin:0px;
	font-size:10px;
	letter-spacing:1px;
}



/* sp-main */

#center{
	margin:auto;
	padding:0px 0px;
}
.botan{
	background-color:#ffffff;
	color:#333333;
	border-radius:0px;
	padding:8px;
}
.obi{
	background-color:#eee;
	padding:2px 0px;
	padding-left:5px;
	color:#000;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	padding-left:10px;
	margin-bottom:5px;
}
.waku img{
	padding:2px;
	border:#eeeeee 1px solid;
}

.waku-142{
	padding:2px;
	border:#eeeeee 1px solid;
	text-align:center;
	margin:5px 0px;
}
 
.new-item{
	border:#eeeeee 3px solid;
	margin:0px 5px;
	margin-bottom:5px;
	padding:5px;
}
.new-item p{
	background-color:#eee;
	margin:0px;
	 padding:5px;
	 font-size:10px;
}

.event-item{
	overflow:hidden;	
}
.event-item img{
	width:50%;
	float:left;
	margin-right:5px;
	
}
.event-item div{
	background-color:#d92912;
	color:#FFF;
	font-size:10px;
	display:table;
	padding:5px;
	border-radius:5px;
}
.event-item p{
	margin:0px;
	padding:5px;
	font-size:10px;
	color:#000;
	text-align:left;
}

#ward{
	 margin:0px 5%;
	 background-color:#eee;
	 overflow:hidden;
	 font-weight:bold;
}
#ward div{
	background-color:#000;
	color:#FFF;
	font-size:10px;
	padding:3px; 
	background-image:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/www.rakuten.ne.jp/gold/outletruckruck/sp/images/top/sp-search2.gif); background-repeat:no-repeat; background-position:5% 50%; background-size:10%;
}

#ward p{
	background-color:#FFFFFF;
	border:#ccc 1px solid;
	font-size:8px;
	float:left;
	margin:3px;
	padding:2%;
	padding-left:15px;
	background-image:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/www.rakuten.ne.jp/gold/outletruckruck/sp/images/top/sp-search3.gif); background-repeat:no-repeat; background-position:5% 50%; background-size:10px;
}
#ward a{
	color:#333333;
}

/*
.trend-item img{
	width:100%;
	filter: brightness(0.5);
-webkit-filter: brightness(0.5);
-moz-filter: brightness(0.5);
-o-filter: brightness(0.5);
-ms-filter: brightness(0.5);
}*/

.trend-item td{
	border:#fff solid 3px;
	background:#000;
	padding:0px;
}
.trend-item td img{
	opacity:0.6;
	margin:0px;
}
.trend-text{
	position:absolute;
	width:90%;
	padding:8px;
	top:40%;
	color:#fff;
	font-size:11px;
	font-weight:bold;
}






.rank-item img{
	width:30%;
}
.rank-item div{
	font-size:10px;
	text-align:center;
}
.rank-item div img{
	width:100%;
}
	
.code-item{
	overflow:hidden;
	width:100%;
}

.code-item td div {
	position: relative;
	display: inline-block;
	overflow: hidden; /* 不要部腐��E・限*/
	padding: 1px;
}
.code-item td div:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100px;
	height: auto;
	background:#bf0000;
	content: "New";	/* 表ｦ�E・eキスト */
	text-align: center;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	padding: 5px 10px;
	left: -30px;
	top: 3px;
	transform: rotate(-30deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.code-item img{
	width:90%;
	margin-bottom:5px;
	border:#fff solid 5px;
	-webkit-box-shadow:0 1px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 2px 2px rgba(0,0,0,0.2);
	box-shadow:0 1px 2px 2px rgba(0,0,0,0.2);
}



/* obi */


.fab-typo-optima {
  font-family: 'Optima-Regular';
}

.fab-design-mg--t20 {
  margin-top: 40px;
}

.fab-typo-title--lg {
  border-top: 1px solid black;
  text-align: center;
  height: 33px;
  font-size: 250%;
}

.fab-typo-title--lg span {
  position: relative;
  top: -21px;
  padding: 0 30px;
  background: white;
  font-size:20px;
}


.fab-typo-title--lg.fab-typo--jp {
  font-size: 100%;
  margin-bottom: -0.5em;
}

.fab-typo-title--lg.fab-typo--jp span {
  top: -.7em;
}

.fab-typo-title--lg__caption {
  position: relative;
  top: -15px;
  text-align: center;
}


.obi-mini{
  position: relative;
	text-align:center;
	top:-20px;
}
.obi-mini span{
	font-weight: normal;
	font-size:10px;
}












/* jq-slick */

.autoplay li{
	border:#fff 1px solid;
}
.autoplay img{
	-ms-interpolation-mode: bicubic;
}
</pre></body></html>