@charset "utf-8";
/* CSS Document */
  * {
    margin: 0;
    padding: 0;
  }
img:hover {
	opacity: 0.8 ;
}




/*==========================================
 ranking
===========================================*/
#tab_content {
float: right;
	height:650px;
	margin-top: 10px; width: 750px;
}

.tabs {
    list-style: none;
    position: relative;
    margin: 0px 0 0 0px;
    text-align: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
}
.tabs li {
    float: left;
    display: block;
	
}
.tabs input[type="radio"] {
    position: absolute;
	display:none;
    top: -9999px;
    left: -9999px;
}
.tabs label {
    display: block;
    width:185px;
	height:54px;
    border-radius: 3px 3px 0 0;
    background:#E8E8E8;
    cursor: pointer;
    position: relative;
    top: 4px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tabs label:hover {
    background-color:#ccc;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.tabs .tab-content {
    z-index: 2;
    display: none;
    overflow: hidden;
    width:738px;
    font-size: 17px;
    line-height: 1.8em;
    padding:5px 0px 5px 8px;
    position: absolute;
    top: 33px;
    left: 0;
    background:#fff;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.tabs [id^="tab"]:checked + label {
    top: 0;
    padding-top: 4px;
    background: #fff;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
 display: block;
}
.tabs .numbers{
    width: 140px;
	height:30px;
	float:left;
	margin:2px 3px;	color:#333;
}
.tabs .goods{
	border:#ccc solid 1px;
    width: 138px;
	height:178px;
	float:left;
	margin:3px;
}
.tabs .name{
    width: 140px;
	height:25px;
	float:left;
	margin:3px;
	font-size:11px;
	color:#333;
	line-height:1.2em;
}
.tabs .price{
    width: 138px;
	float:left;
	margin:3px;
	background-color:#E74C3C;
	padding:2px 1px 1px 1px;
	text-align:center;
}
.tabs .price span{
	font-size:12px;
	color:#fff;
	font-weight:bold;margin:0;
	line-height:15px;
}
/*==========================================
 newitem
===========================================*/
#s1 {
	padding: 10px 0px;
	margin-top: 10px;
	clear: both;
	position: relative;
	background-color: #F2F2F2;
	width: 950px;
}
#s1 img {
	border:0px;
    border:1px solid #F0F0F0;
}
/*==========================================
 slidewrapper
===========================================*/


 
 #slide_content{
 width:100%;
 margin:0 auto;
}
 
 
  .slider {
    width: 100%;
    margin: 0 auto 80px;
  }
  .slick-slide img {
    width: 100%;
    height: auto;
	border:1px solid #cccccc;
  }
  .mypattern{
    width:100%;
  }
  .mypattern .slick-slide{
    margin: 5px;
  }
.mypattern .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(30%);
  -moz-filter: opacity(30%);
  -o-filter: opacity(30%);
  -ms-filter: opacity(30%);
  filter: opacity(30%);
  transition: 0.2s linear;
}


/*==========================================
 submain
===========================================*/

#section{
	width:750px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	width: 730px;
	height: 20px;
	border-bottom: #666 1px solid;
	clear: both;
	margin:20px 0px 15px 0px;
	padding:0px 0px 0px 20px;
	background-image: url(https://www.otentosan.com/top_img/arrow_02_ww-right.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
.sectionSubTitle{
	text-align:left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#section dl {
	float: left;
	border: 1px solid #CCCCCC;
	width: 138px;
	height: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 5px 0;
}
 
#section dt{
	margin: 0;
    padding: 0 5px;}
#section dd{
    margin: 0;
    padding: 0 5px;
	font-size:11px;
	color:#666;
	line-height:1.3em;
	list-style:none;
	overflow:hidden;}

#section dd img{
	margin:2px 0px;
	list-style:none;
	
}
/*==========================================
 main
===========================================*/

#areaLeft{
	width: 560px;
	float: left;
	background-color: #FFF;
	margin-bottom:10px;
}

#areaLeft p{
	font-size: 11px;
	color:#666;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 3px;
	line-height: 1.1em;
}
#areaLeft img{
	border:#CCC solid 1px;
}

.areaRight{
	width: 180px;
	float: right;
	margin:5px 0px;
	border:#CCC 1px solid;
}

#CateArea{
	width:750px;
	}
	
#CateArea img{
	border:1px solid #DBDBDB;
	}
#CateArea p{
	font-size: 11px;
	color:#666;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 3px;
	line-height: 1.2em;
	}	 


/*==========================================
 update
===========================================*/
#update {
	font-size: 13px;
	line-height: 1.2em;
	height: 200px;
	width: 700px;
	margin: 0px auto;
}

#update dl {
	height: 200px;
	overflow: auto;
	background-color: #f9f9f9;
	width: 700px;
	margin-top: 0px;
}


#update dt {
	  clear : both;
	  width:100px;
	  float: left;
	  padding: 11px 5px 11px 3px;
	  line-height: 1.2em;
	  color: #888;
	  border-bottom: 1px #c0c0c0 dotted;
}


#update dd {
	  padding: 9px 5px 3px 3px;
	  border-bottom: 1px #c0c0c0 dotted;
	  line-height: 1.2em;
	  list-style:none;

}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
#update a:link, #update a:visited { color: #888; }
#update a:hover {
		color:#ccc;
			list-style:none;
		}
		
/*==========================================
fs2
===========================================*/		
/* 会員ステージがある場合のみ表示 */
.FS2_repeater .rank_ {
    display:none;
}
.FS2_repeater .rank_guest {
    display:none;
}
/* 非会員にはポイント情報を非表示 */
.FS2_repeater .point_ {
    display:block;
}
.FS2_repeater .point_guest {
    display:none;
}
/* クーポンがある場合のみ表示 */
.FS2_repeater .coupon_true {
    display:block; 
}
.FS2_repeater .coupon_false {
    display:none;
}

