@charset "UTF-8";
/* CSS Document */


#pageTop{
	background-color: #FF64B1;
	border-radius: 5px;
	color: #FFF;
	padding: 20px;
	position: fixed;
	bottom: 50px;
	right: 20px;
	}
#pageTop:hover{
	background-color: #E4D6EA;
	}



.navbar-default .navbar-nav > li > a {
	color: #FFFFFF;
	font-weight: bold;
}


  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
	font-weight: bold;
  }

@media screen and (min-width: 980px) {
    /* 980px以上用（PC用）の記述 */
	
	
	.navbar-default .navbar-nav > li > a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
}


  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
	font-weight: bold;
	font-size: 15px;
  }

	
	
	
	
}



.pull-left img {
	float: left !important;
	margin-right: 4px;
}
.star {
	color: #FFD13E;
}
.list-group .list-group-item .pull-left {
	float: left !important;
	margin-right: 4px;
}

.list-group h3{
	font-weight: bold;
	margin-top: 2px;
	padding-top: 2px;
}

#news h4 {
	font-size: small;
}

#pickup h4, #timesale h4, #newarrival h4, #stand h4, #monitor h4, #uservoice h4{
	font-size: 80%;
	font-weight: bold;
}


#Category .categorylist h4{
	font-size: 80%;
	font-weight: bold;
}


#rankingarea h4{
	font-size: small;
	font-weight: bold;
}


.guide h2, .member h2, #mypage h2,#Category h2{
	color: #5A4326;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.2em;
	padding-left: 4px;
	background-color: #FFD13E;
}



.guide p {
	margin-top: 20px;
	margin-bottom: 20px;
}

.guide h3 {
	/*color: #FF64B1;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.2em;
	padding-left: 4px;
	background-image: url(../comondata/bg_body.png);*/
}
.guide .standpink, .mypage .standpink {
	background-image: url(../comondata/contents/bg_h3.png);
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	border-bottom: 1px dashed #FF64B1;
	font-size: 1.1em;
}

.marker_yellow {
background: linear-gradient(transparent 60%, #ffff66 60%);
}


.guide h4 {
	padding-left: 20px;
	text-indent: -20px;
	margin-left: 4px;
	font-weight: bold;
}

#Category h2 .small {
	color: #5A4326;
	margin-right: 2px;	
}
#Category .pagetotal {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#Category .cateSubmenulist {
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/* スライドショーコントロラーの背景を削除*/

#carousel1 .carousel-control { background:none
}



.panel-body ul {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


.panel-body ul li {
	padding-left: 0px;
	font-size: small;
	list-style-position: inside;
	list-style-type: square;
}




/*add*/

/*
    spacer
*/
.spacer { margin-top: 5px; }
.spacer10 { margin-top: 10px; }
.spacer15 { margin-top: 15px; }
.spacer20 { margin-top: 20px; }
.spacer25 { margin-top: 25px; }
.spacer30 { margin-top: 30px; }
.spacer35 { margin-top: 35px; }
.spacer40 { margin-top: 40px; }
.spacer45 { margin-top: 45px; }
.spacer50 { margin-top: 50px; }
.spacer100 { margin-top: 100px; }
.spacer200 { margin-top: 200px; }


/*
    line
*/

.line-r{
	/*border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #F0F0F0;*/
	/*padding-bottom: 8px;*/
}


.activecolor{
	background-color: rgba(250,235,235,0.5);
}



/*add*/


.line-r {
  position: relative;
  display: block;
  padding-bottom: 8px;
  color: #555;
}


a.line-r {
  color: #555;
  text-decoration: none;
}



a:hover .line-r {
  text-decoration: none;
  background-color: #f5f5f5;
  color: #555;
}





.btn-rank {
	color: #FFFFFF;
	background-color: #FFD13E;
	border-color: #FFD13E;
		text-shadow:1px 1px 0px #a6a497;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fff8c2;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fff8c2;
}


.btn-rank2 {
	color: #FFFFFF;
	background-color: #98D64A;
	border-color: #98D64A;
		text-shadow:1px 1px 0px #a6a497;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fff8c2;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fff8c2;
}

.btn-rank3 {
	color: #FFFFFF;
	background-color: #30C9D7;
	border-color: #30C9D7;
		text-shadow:1px 1px 0px #a6a497;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fff8c2;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fff8c2;
}



.btn-100 {
	
}


.btn-point {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #ffaa22;
	text-decoration: none;
	background: -moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	background: -ms-linear-gradient( top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffec64), color-stop(100%, #ffab23) );
	background-color: #ffec64;
	color: #F11414;
	display: inline-block;
	text-shadow: 1px 1px 0px #ffee66;
	-webkit-box-shadow: inset 1px 1px 0px 0px #fff6af;
	-moz-box-shadow: inset 1px 1px 0px 0px #fff6af;
	box-shadow: inset 1px 1px 0px 0px #fff6af;
	font-weight: bold;
}
.btn-point:hover {
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	background:-ms-linear-gradient( top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffab23), color-stop(100%, #ffec64) );
	background-color:#ffab23;
}.btn-point:active {
	position:relative;
	top:1px;
}

.btn-jyo {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	background:-ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
	background-color:#f9f9f9;
	color:#666666;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}.btn-jyo:hover {
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	background:-ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
	background-color:#e9e9e9;
}.btn-jyo:active {
	position:relative;
	top:1px;
}


.btn-100 {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #83c41a;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
	background:-ms-linear-gradient( top, #b8e356 5%, #a5cc52 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #b8e356), color-stop(100%, #a5cc52) );
	background-color:#b8e356;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #86ae47;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #d9fbbe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #d9fbbe;
 	box-shadow:inset 1px 1px 0px 0px #d9fbbe;
}.btn-100:hover {
	background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
	background:-ms-linear-gradient( top, #a5cc52 5%, #b8e356 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #a5cc52), color-stop(100%, #b8e356) );
	background-color:#a5cc52;
}.btn-100:active {
	position:relative;
	top:1px;
}




.css_btn_more {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
	background:-ms-linear-gradient( top, #ffffff 5%, #f6f6f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffffff), color-stop(100%, #f6f6f6) );
	background-color:#ffffff;
	color:#666666;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}.css_btn_more:hover {
	background:-moz-linear-gradient( center top, #f6f6f6 5%, #ffffff 100% );
	background:-ms-linear-gradient( top, #f6f6f6 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f6f6f6), color-stop(100%, #ffffff) );
	background-color:#f6f6f6;
}.css_btn_mores:active {
	position:relative;
	top:1px;
}



.css_btn_favorite {
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #d83526;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	background:-ms-linear-gradient( top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fe1a00), color-stop(100%, #ce0100) );
	background-color:#fe1a00;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #b23e35;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #f29c93;
 	-moz-box-shadow:inset 1px 1px 0px 0px #f29c93;
 	box-shadow:inset 1px 1px 0px 0px #f29c93;
}.css_btn_favorite:hover {
	background: -moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	background: -ms-linear-gradient( top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ce0100), color-stop(100%, #fe1a00) );
	background-color: #ce0100;
	color: #FFFFFF;
}.css_btn_favorite:active {
	position:relative;
	top:1px;
}


.css_btn_favorite_s {
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #d83526;
	padding:4px 4px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	background:-ms-linear-gradient( top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fe1a00), color-stop(100%, #ce0100) );
	background-color:#fe1a00;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #b23e35;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #f29c93;
 	-moz-box-shadow:inset 1px 1px 0px 0px #f29c93;
 	box-shadow:inset 1px 1px 0px 0px #f29c93;
}.css_btn_favorite_s:hover {
	background: -moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	background: -ms-linear-gradient( top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ce0100), color-stop(100%, #fe1a00) );
	background-color: #ce0100;
	color: #FFFFFF;
}.css_btn_favorite_s:active {
	position:relative;
	top:1px;
}



.css_btn_login {
	font-size: 16px;
	font-family: Arial;
	font-weight: normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #74b807;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	text-decoration: none;
	background: -moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	background: -ms-linear-gradient( top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #89c403), color-stop(100%, #77a809) );
	background-color: #89c403;
	color: #ffffff;
	display: inline-block;
	text-shadow: 1px 1px 0px #528009;
	-webkit-box-shadow: inset 1px 1px 0px 0px #a4e271;
	-moz-box-shadow: inset 1px 1px 0px 0px #a4e271;
	box-shadow: inset 1px 1px 0px 0px #a4e271;
	margin-right: auto;
	margin-left: auto;
	width: 100px;
}.css_btn_login:hover {
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	background:-ms-linear-gradient( top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #77a809), color-stop(100%, #89c403) );
	background-color:#77a809;
	color:#FFFFFF
}.css_btn_login:active {
	position:relative;
	top:1px;
}




















.visit_reload {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	position: relative;
	margin-top: 8px;
}
 
.visit_reload:before {
border:10px solid transparent;
border-bottom-color:#fff;
border-top-width:0;
top:-9px;
content:"";
display:block;
left:30px;
position:absolute;
width:0;
z-index:1;
}
 
.visit_reload:after {
border:10px solid transparent;
border-bottom-color:#f0f0f0;
border-top-width:0;
top:-10px;
content:"";
display:block;
left:30px;
position:absolute;
width:0;
}


/* バナー関連*/

.center-item {
	text-align:center;
}

.banner img{
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 4px;
	margin-top: 4px;
}

.abanner img{
	max-width:120px;
	max-height:80px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 4px;
	margin-top: 4px;
}

.liquid--four{
	padding-right: 60px;
	overflow: hidden;
	margin-top: 8px;
}
.liquid-col{
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	margin-bottom: -1000px;
	background-color: #FCFAFA;
	float: left;
	width: 25%;
  *width: 24.9%;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
	padding-right: 10px;
}


.liquid-col--four{
  margin-right: -60px;
}


#time_point,#time_point01,#time_point02,#time_point03 {
	color: #FFA53F;
}

.sidemenu ul li {
	list-style-type: none !important;
}


.sidemenu ul .sidenavimenu a {
	line-height: 2.8em;
	display: block;
	/* [disabled]background-color: #FAEBEB; */
	text-indent: 18px;
	color: #5A4326;
	background-image: url(../comondata/bg_06.png);
}


.sidemenu ul .sidenavimenu a:hover {

}




.sidemenu ul  ul .navititle a {
	line-height: 2.8em;
	display: block;
	text-indent: 18px;
	border-bottom: 1px dotted #FAEBEB;
	color: #5A4326;
}



.sidemenu ul  ul .navititle a:hover {
	line-height: 2.8em;
	display: block;
	text-indent: 18px;
	background-image: url(../comondata/bg_01.png);
}






@media screen and (max-width: 768px) and (min-width: 481px){
  .liquid--four{
    padding-right: 0;
    overflow: visible;
  }
  .liquid--two{
    margin-bottom: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
  .liquid-col{
    width: 50%;
  }
  .liquid-col--two{
    margin-right: -20px;
  }
  

  
  
  
  
  
  
  
}
@media screen and (max-width: 480px){
  .liquid{
    padding-right: 0;
  }
  .liquid-col{
    margin-right: 0;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}
