@charset "utf-8";

/*-----------------------------------------------
  General
-----------------------------------------------*/

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
	height: 100%;
}

body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, san-serif;
	background:url(../images/bg.png) center top repeat-x;background-attachment:fixed;
	color: #333;text-align: center;position: relative;font-size: 14px;line-height: 2.0em;
}

body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li {margin: 0;padding: 0;}

ul, ol, li {list-style-type: none;}
a,a:link{color:#2D81CA; text-decoration:none;}
a:hover {color: #00ADEF; text-decoration:underline;}
a:hover {text-decoration:none;}
a:focus {	outline-style:none;}
img {	border-style: none;vertical-align: middle;}
h1,h2,h3,h4,h5,h6,pre,address,em,strong,th,ins,ol,li,dl,dt,dd,form,legend,p {max-height: 999999px;}

.clearfix:after {visibility: hidden;display: block; font-size: 0;content: " "; clear: both;height: 0; }
*:first-child+html .clearfix {zoom: 1;}

a {outline: none;	overflow: hidden;}

#content{
	width:1000px; background:#FFF;background-color: rgba(255,255,255,0.60); margin:0 auto 30px auto; text-align:left;border-radius: 8px;	-webkit-border-radius: 8px; -moz-border-radius: 8px;
	webkit-box-shadow: #BBB 0px 0px 10px;-moz-box-shadow: #BBB 0px 0px 10px; box-shadow: #BBB 0px 0px 10px;
}
::selection{color: #fff; background: #9A8483;}
::-moz-selection { color: #fff; background: #9A8483;}

/*-----------------------------------------------
  Header
-----------------------------------------------*/
header#header{width:100%; height:420px; background:url(../images/bg_main.jpg) right top no-repeat #6cbefa; margin-bottom:100px; padding-top:0 !important;  margin-top:0 !important;}
#headVisual{height:420px;}

#headerInner{width:1000px; margin:0 auto; position:relative; text-align:left; color:#FFF;}
header#header #logo{text-align: left;position:absolute; left:-35px; top:60px; }
header#header #pagetitle{ font-size:32px; position:absolute; left:0px; bottom:60px;
	-moz-text-shadow: 0px 0px 8px #000;
	-webkit-text-shadow: 0px 0px 8px #000;
	text-shadow: 0px 0px 8px #000;}
header#header #subtitle{ font-size:16px; position:absolute; left:3px; bottom:30px;
	-moz-text-shadow: 0px 0px 8px #000;
	-webkit-text-shadow: 0px 0px 8px #000;
	text-shadow: 0px 0px 8px #000;}
header#header #sitecopy{ position:absolute; right:10px; top:10px; font-weight:normal; text-align:right; font-size:11px; color:#fff;}

/* head navigation */
#gNav{ width:100%; 
	background: rgb(109,101,101); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(109,101,101,1) 0%, rgba(43,32,32,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,101,101,1)), color-stop(99%,rgba(43,32,32,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(109,101,101,1) 0%,rgba(43,32,32,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(109,101,101,1) 0%,rgba(43,32,32,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(109,101,101,1) 0%,rgba(43,32,32,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(109,101,101,1) 0%,rgba(43,32,32,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6565', endColorstr='#2b2020',GradientType=0 ); /* IE6-9 */
}
#gNav.fixed {	position: fixed; top: 0; z-index:100;}

	#gNav ul{ display:block; width:1000px; height:50px; margin:0 auto;}
	#gNav ul li{ width:200px; height:50px; float:left; background:url(../images/gnav_sep.png) left top no-repeat;}
	#gNav ul li a{ display:block; width:200px; height:50px; background:url(../images/gnav.png) left top no-repeat; text-indent:-9999px;}
		#gNav ul li.top{ background:none;width:80px;}
		#gNav ul li.top a{ background-position:center 0px; width:80px;}
		#gNav ul li.nav1 a{ background-position:center -50px;}
		#gNav ul li.nav2 a{ background-position:center -100px;}
		#gNav ul li.nav3 a{ background-position:center -150px;}
		#gNav ul li.nav4 a{ background-position:center -200px;}

#headRecItem{ position:absolute; right:-20px; top:70px;}
	#headRecItem li{ display:block; float: left; width:110px; overflow:hidden; display:none;}
	#headRecItem li img{ width:300px; margin-left:-95px; opacity:0.0;filter: alpha(opacity=0);-ms-filter: "alpha(opacity=0)";-moz-opacity:0.0;-khtml-opacity: 0.0;}

/*-----------------------------------------------
  Contents Area
-----------------------------------------------*/
#main{ width:940px; min-height:400px; padding-top:40px; margin:0 auto 30px auto; }
#main #left{ float:left;	width:300px;}
#main #right{ float:right;width:610px;}
#main #bottom{ clear:both;}
 h1,h2,h3,#pNav{ font-family: 'CorpoADem','Times New Roman','リュウミン',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;}
 h1.title{ font-size:26px; margin-bottom:30px; border-left: solid 6px #0D4A76; color:#000; padding-left:8px}
 h2.title{ font-size:20px; margin-bottom:20px; margin-top:40px; padding-bottom:10px; border-bottom: dotted 1px #2D2222;}
 
 .section , .anchor{ padding-top:70px !important; margin-top:-70px;}
 /* Right */
 #right p{ margin-bottom:15px;}
 #right p.thumb{ text-align:center; font-size:12px;}
 #right p.thumb.right{ float:right; clear:left; padding-left:15px; margin-bottom:10px;}
 #right p.thumb.left{ float:left; clear:right; padding-right:15px; margin-bottom:10px;}
 /* Left */
 #pNav{ margin-bottom:40px;}
	#pNav h1{margin-bottom:10px; font-size:22px;}
	#pNav li{border-bottom:solid 1px #ccc; padding:5px 0;}
	#pNav a{ display:block;font-size:16px; background:url(../images/icon_pnav.png) left center no-repeat; padding-left:20px;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;}
	#pNav a:hover{ background-color:#FFF; /*background-position:2px center;*/}

 
/* ------------------------------------------------------
  Right Navigation
------------------------------------------------------ */
#rnav{}
	#rnav li{ cursor:pointer;}

	#rnav #pagenav{ width:70px; height:130px; position:fixed; right:-70px; top:50%; margin-top:-65px;z-index:99;}
		#rnav #pagenav li{ display:block;width:70px; height:60px; overflow:hidden; text-align:left; position:relative; margin-bottom:5px;/*background:#2D2222;*/}
		#rnav #pagenav li:hover{opacity:0.70;filter: alpha(opacity=70);-ms-filter: "alpha(opacity=70)";-moz-opacity:0.70;-khtml-opacity: 0.70;}
		#rnav #pagenav .prev{}
		#rnav #pagenav .next{ margin-bottom:20px;}
		#rnav #pagenav .top { position: fixed; right:0; bottom:40px;}
		#rnav #pagenav .lastAnc{opacity:0.70;filter: alpha(opacity=70);-ms-filter: "alpha(opacity=70)";-moz-opacity:0.70;-khtml-opacity: 0.70;}

/* ------------------------------------------------------
  Left Navigation
------------------------------------------------------ */
#lnav{position: fixed; left:-900px;/*left:-860px;*/ top:50%; margin-top:-200px; width:900px; height:130px; background-color: rgba(45,34,34,0.85);}
#lnavInner{position: relative;}
	#lnavInner .btn{ width:40px; height:200px; position:absolute; right:0px; top:0; z-index:100;}

#left .lbArea{ margin-bottom:40px;}

#leftRelLink{ margin-bottom:40px;}
	#leftRelLink li{ margin-bottom:20px;}

/*-----------------------------------------------
  Top page
-----------------------------------------------*/
.top #main #right{ width:100%;}

.top #bottom{ padding-bottom:40px;}
.top #bottom .lbArea{ display:none;}
	.top #bottom #leftRelLink li{ float:left; padding-right:15px;}
	.top #bottom #leftRelLink li.link2{ clear: both;}
	.top #bottom #leftRelLink li.link4{  padding-right:0;}
	
	.top .spdLItem{ display:none;}
	
	.spdItem{}
	.spdItem .spdItem1{ float:left; padding-right:20px;}
	.spdItem .spdItem2{ float:left; padding-right:20px;}
	.spdItem .spdItem3{ float:left;}

.clm2 .left,.clm2 .right{width:48%; margin-bottom:40px;}
.clm2 .left{ float:left; clear:both;}
.clm2 .right{ float:right;}
.clm2 h2.title{ margin-top:0;}

.clm3 .left,.clm3 .right{width:31%; margin-bottom:40px;}
.clm3 .left{ float:left; padding-right:3.5%;}
.clm3 .right{ float:left;}
.clm3 .thumb img{ width:100%;height:auto;}

.clm3 h2.title{ margin-top:0;}
.clm2 .thumb,.clm3 .thumb{
	overflow:hidden;
	-webkit-box-shadow:#CCC 0px 0px 5px;-moz-box-shadow:#CCC 0px 0px 5px;box-shadow: #CCC 0px 0px 5px;
	border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;
}
.clm2 .thumb img,.clm3 .thumb img{
	border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.clm2 .thumb img:hover,.clm3 .thumb img:hover{
	border-radius: 45px;-webkit-border-radius: 45px;-moz-border-radius: 45px;

	-moz-transform: scale(1.0981486);
	-webkit-transform: scale(1.0981486);
	transform: scale(1.0981486);
}

.top #main #sec1{ }
.top #main #sec1 .thumb{ float:left; padding-right:35px; margin-bottom:60px;}

#hougen{ background-color:#F0F0F0; padding:14px; font-size:12px; clear: both;}


/*-----------------------------------------------
  Take page
-----------------------------------------------*/
#contNav{
	/*background:#2d2222; color:#FFF;	position:relative; margin-bottom:30px;
	border-radius: 5px;	-webkit-border-radius: 5px; -moz-border-radius: 5px;*/
}
#contNav dl{ /*padding:15px 0 20px 0; margin: 0 10px;*/padding:0px 0 20px 0; margin: 0 0 15px 0;
	background-color:#FFF;border-top: solid 3px #786464;
	webkit-box-shadow: #CCC 0px 0px 5px;-moz-box-shadow: #CCC 0px 0px 5px; box-shadow: #CCC 0px 0px 5px;
}
	#contNav dl.navStd{}
	#contNav dl.navVar{left:295px;}
#contNav dt{
	font-size:18px; font-family: 'CorpoADem','Times New Roman','リュウミン',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	padding:3px 10px; margin-bottom:10px;border-top: solid 1px #fff;background:#f0f0f0; /*background:#3D3333; border-radius: 3px;	-webkit-border-radius: 3px; -moz-border-radius: 3px;*/
}
	#contNav dl dd{ display:inline-table; font-size:14px; margin-right:10px; margin-left:15px;}
#contNav dt a ,#contNav dd a{text-decoration:underline; background:url(../images/cnav_arrow2.png) left center no-repeat; padding-left:10px;}
#contNav dl dt a{text-decoration:none; color:#2D2222;}
#contNav dl dd a{color:#2D2222;}
#contNav dl a:hover{opacity:0.70;filter: alpha(opacity=70);-ms-filter: "alpha(opacity=70)";-moz-opacity:0.70;-khtml-opacity: 0.70;}

.secTake{}
	.secTake .thumb{ float:left; padding:0 20px 0px 0;}

/* make drink */
dl.make{ padding:10px 15px; background-color:#FFF; clear:both;
	webkit-box-shadow: #CCC 0px 0px 5px;-moz-box-shadow: #CCC 0px 0px 5px; box-shadow: #CCC 0px 0px 5px;
}
dl.make dt{ font-weight: bold;}


/*-----------------------------------------------
  Lineup Top page
-----------------------------------------------*/
/*  Focus Menu
*/
#focusMenu,#lnav .wrap{
	background:#2d2222; color:#FFF;	position:relative;height:115px;margin-bottom:30px;
	border-radius: 5px;	-webkit-border-radius: 5px; -moz-border-radius: 5px;
}
#lnav .wrap{ width:860px; background-color:transparent;}
#focusMenu .fShuzou,#focusMenu .fLevel
,#lnav .fShuzou , #lnav .fLevel{
	position:absolute;
	top:15px;
	width:425px;
}
#focusMenu .fShuzou ,#lnav .fShuzou{
	left:30px;
}
#focusMenu .fLevel ,#lnav .fLevel{
	left:405px; padding-left:35px; border-left: dotted 1px #CCC;
}
#focusMenu #fAll{
	position:absolute;
	bottom:15px;
	right:30px;
	cursor:pointer;
	color:#fff;
	width:80px;
	padding:5px;
	text-align:center;
	background:#000;
}
#focusMenu #fAll.none{	opacity:0.30;filter: alpha(opacity=30);-ms-filter: "alpha(opacity=30)";cursor:default;}
#focusMenu strong ,#lnav .wrap strong{font-size:16px;}
#focusMenu ul li ,#lnav .wrap ul li{	display:inline-table;font-size:14px;margin-right:15px;cursor:pointer;color:#FFF;text-decoration:underline;
	background:url(../images/cnav_arrow.png) left center no-repeat; padding-left:10px;
}
#focusMenu ul li:hover ,#lnav .wrap ul li:hover{opacity:0.70;filter: alpha(opacity=70);-ms-filter: "alpha(opacity=70)";-moz-opacity:0.70;-khtml-opacity: 0.70;}

/*  Line up
*/
.shuzouPrds{
	margin-bottom:40px;
	font-size:0;
}
.shuzouPrds h2{
	margin-bottom:20px;
	font-size:20px;
	font-family: 'CorpoADem','Times New Roman','リュウミン',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight:bold;
}
.shuzouPrds h2 .highlight{font-size:28px;}

.shuzouPrds .item {
	width:200px;
	overflow:hidden;
	display:inline-table;
	margin-right:15px;
	margin-bottom:20px;
	margin-left:15px;
	padding-bottom:20px;
	text-align:center;
}
.shuzouPrds .item header{
	margin-bottom:5px;
}
.shuzouPrds .item header h3{
	font-size:14px;
}

.shuzouPrds .item header .itemInfo{
	font-size:11px; line-height:1;
}
.shuzouPrds .item header .itemLimit{
	display:inline;	margin-left:5px; background:#CA8100;	color:#FFF;	padding:1px 2px; font-size:10px; font-weight:bold; line-height:1;
	/*vertical-align:text-top;*/
}
.shuzouPrds .item header .itemLimit.none{display:none;}

.shuzouPrds .item .itemImg{
	width:200px;
	height:200px;
	left:0; top:0;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	
	overflow: hidden;
}
.shuzouPrds .item .itemImg img{
	width:200px;
	height:200px;
	background-image:url(/kokutou/comm/images/bg_itemimg.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.shuzouPrds .item .itemDesc{
	width:200px;
	height:85px;
	overflow:hidden;
	font-size:12px;
	line-height:180%;
	text-align:left;
	line-break: strict; word-break: normal; word-wrap: break-word;
}
.shuzouPrds .item .itemLink{
	text-align:center;
	padding-top:10px;
}
.shuzouPrds .item .itemLink{
	text-align:center;
}
.shuzouPrds .item .itemLink a,
.shuzouPrds .item .itemRLink a{
	width:194px; display:block;
	margin:0 auto 8px auto;
	font-size:12px;
	padding:2px;
}

.shuzouPrds .item .itemRLink a.none,
.shuzouPrds .item .itemRLink a.none:hover{
	opacity:0.30;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
	cursor:default;
}

/*-----------------------------------------------
  Lineup - Detail page
-----------------------------------------------*/
.shuzouDetail{
	position:relative;
	margin-bottom:30px;
}
.shuzouDetail .shuzouInfo{
	position:absolute;left:340px; top:30px;
	line-height:1;
	z-index:90;
}
.shuzouDetail .shuzouInfo .itemName{
	font-size:40px;
	font-weight:bold;
	display:inline;
	font-family: 'CorpoADem','Times New Roman','リュウミン',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight:bold;
}
.shuzouDetail .shuzouInfo .itemShuzou{
	display:inline;
	margin-left:10px;
	text-decoration:underline;
	line-height:1;
	vertical-align:text-top;
	font-size:12px;
}
.shuzouDetail .shuzouInfo span{
	display:inline;
	margin-left:5px;
	background:#CA8100;
	color:#FFF;
	padding:1px 3px;
	font-size:11px;
	font-weight:bold;
	vertical-align:text-top;
}
.shuzouDetail .shuzouInfo span.none{
	display:none;
}

.shuzouDetail .item{
	position:relative;
	padding-left:340px;
	padding-top:85px;
	font-size:14px;
}
.item .itemLevel{
	margin-bottom:30px;
	line-height:1;
	float:left;
}
.item .itemSize{
	margin-bottom:30px;
	margin-left:20px;
	line-height:1;
	float:left;
}
.shuzouDetail .item .itemRLink {
	padding-bottom:30px;
}
.shuzouDetail .item .itemRLink a.none,
.shuzouDetail .item .itemRLink a.none:hover{
	opacity:0.30;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
	cursor:default;
}

.shuzouDetail .item .itemRLink a{
width:250px; display:block;
}
.shuzouDetail .item .itemDesc{
	clear:both;
	margin-bottom:25px;
	line-height:2.4;
	line-break: strict; word-break: normal; word-wrap: break-word;
}

.shuzouDetail .item .itemImg{
	width:300px;
	height:300px;
	border:solid 5px #FFF;
	position:absolute;
	left:0; top:10px;
	border-radius: 300px;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
/*
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
*/
	overflow: hidden;
}
.shuzouDetail .item .itemImg a.none{
	cursor:default;
}
.shuzouDetail .item .itemImg img{
	width:300px;
	height:300px;
	background-image:url(/kokutou/comm/images/bg_itemimg.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.lv20{
background-image: -ms-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #CDE9FA 100%);/* IE10 Consumer Preview */ 
background-image: -moz-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #CDE9FA 100%);/* Mozilla Firefox */ 
background-image: -o-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #CDE9FA 100%);/* Opera */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #FFFFFF), color-stop(1, #CDE9FA));/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #CDE9FA 100%);/* Webkit (Chrome 11+) */ 
background-image: radial-gradient(ellipse farthest-corner at center, #FFFFFF 0%, #CDE9FA 100%);/* W3C Markup, IE10 Release Preview */ }
.lv25{
background-image: -ms-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #C8E6D5 100%);/* IE10 Consumer Preview */ 
background-image: -moz-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #C8E6D5 100%);/* Mozilla Firefox */ 
background-image: -o-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #C8E6D5 100%);/* Opera */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #FFFFFF), color-stop(1, #C8E6D5));/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #C8E6D5 100%);/* Webkit (Chrome 11+) */ 
background-image: radial-gradient(ellipse farthest-corner at center, #FFFFFF 0%, #C8E6D5 100%);/* W3C Markup, IE10 Release Preview */ }
.lv30{
background-image: -ms-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #FAF6D2 100%);/* IE10 Consumer Preview */ 
background-image: -moz-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #FAF6D2 100%);/* Mozilla Firefox */ 
background-image: -o-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #FAF6D2 100%);/* Opera */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #FFFFFF), color-stop(1, #FAF6D2));/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #FAF6D2 100%);/* Webkit (Chrome 11+) */ 
background-image: radial-gradient(ellipse farthest-corner at center, #FFFFFF 0%, #FAF6D2 100%);/* W3C Markup, IE10 Release Preview */ }
.lv35{
background-image: -ms-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #FAD5B4 100%);/* IE10 Consumer Preview */ 
background-image: -moz-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #FAD5B4 100%);/* Mozilla Firefox */ 
background-image: -o-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #FAD5B4 100%);/* Opera */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #FFFFFF), color-stop(1, #FAD5B4));/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #FAD5B4 100%);/* Webkit (Chrome 11+) */ 
background-image: radial-gradient(ellipse farthest-corner at center, #FFFFFF 0%, #FAD5B4 100%);/* W3C Markup, IE10 Release Preview */ }
.lv38{
background-image: -ms-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #FAD7D7 100%);/* IE10 Consumer Preview */ 
background-image: -moz-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #FAD7D7 100%);/* Mozilla Firefox */ 
background-image: -o-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #FAD7D7 100%);/* Opera */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #FFFFFF), color-stop(1, #FAD7D7));/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #FAD7D7 100%);/* Webkit (Chrome 11+) */ 
background-image: radial-gradient(ellipse farthest-corner at center, #FFFFFF 0%, #FAD7D7 100%);/* W3C Markup, IE10 Release Preview */ }
.lv40{
background-image: -ms-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #F79494 100%);/* IE10 Consumer Preview */ 
background-image: -moz-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #F79494 100%);/* Mozilla Firefox */ 
background-image: -o-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #F79494 100%);/* Opera */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #FFFFFF), color-stop(1, #F79494));/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #F79494 100%);/* Webkit (Chrome 11+) */ 
background-image: radial-gradient(ellipse farthest-corner at center, #FFFFFF 0%, #F79494 100%);/* W3C Markup, IE10 Release Preview */ }


.item ul.itemSNS {
	list-style:none;
	padding:10px 10px 5px 10px;
	margin-bottom:20px;
	clear:both;
	background-color:#fff;
	border-radius: 8px;	-webkit-border-radius: 8px; -moz-border-radius: 8px;
	webkit-box-shadow: #ddd 0px 0px 15px inset;-moz-box-shadow: #ddd 0px 0px 15px inset; box-shadow: #ddd 0px 0px 15px inset;
}
.item ul.itemSNS li{
	display: inline-block;
	padding: 0 10px 0 0;
	vertical-align: top;
}
.item ul.itemSNS li.snsCopy{ display:block; padding:0; margin-bottom:5px; font-weight:bold; color:#00458F; font-size:12px;}

.item .coution{ font-size:11px; line-height:180%; text-indent:-1em; padding-left:1em;}

/*-----------------------------------------------
  Lineup - Detail page - Related Items
-----------------------------------------------*/
#relatedBlock{
	padding-top:40px; padding-bottom:80px;
	border-top:solid 1px #CCC;
	position:relative;
}
#relatedBlock .itemShuzou{
	margin-bottom:20px;
	font-size:18px;
	line-height:1;
}
#relatedBlock ul li{
	width:150px;/*width:200px;*/
	overflow:hidden;
	display:inline-table;
	margin-right:12px;/*margin-right:15px;*/
	margin-bottom:40px;
	margin-left:20px;
	text-align:center;
	line-height:160%;
}
#relatedBlock ul li span{
	font-size:11px;
}
#relatedBlock ul li.cuff{
	margin-right:0px;
}
#relatedBlock ul li.focus{
	opacity:0.30;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
	overflow-x:hidden;
}
#relatedBlock .itemImg{
	margin-bottom:10px;
	height:150px;/*height:200px;*/
	border-radius: 75px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	overflow:hidden;
/*
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
*/
}
#relatedBlock .itemImg img{
	width:150px;height:150px;
	background-image:url(/kokutou/comm/images/bg_itemimg.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
}
#relatedBlock .itemLink{
	text-align:center;
	padding-top:10px;
}
#relatedBlock .itemLink a{
	width:144px;/*width:194px;*/ display:block;
	margin:0 auto 8px auto;
	font-size:12px;
	padding:2px;
}
#relatedBlock .itemRLink{
	text-align:center;
}
#relatedBlock .itemRLink a{
	width:144px;/*width:194px;*/ display:block;
	margin:0 auto;
	font-size:12px;
	padding:2px;
}
#relatedBlock .itemRLink a.none,
#relatedBlock .itemRLink a.none:hover{
	opacity:0.30;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
	cursor:default;
}

/* relatedBlock first view */

#relatedBlock .relHide{
display:block;height:40px;
bottom:0px;width:100%;
position:absolute;left:0; 
cursor:pointer;
text-align:center;
}
#relatedBlock .relHide .relOpen,#relatedBlock .relHide .relCloce{
	display:none;
	width:100px; height:100px; padding:0; margin:0 auto; color:#FFF; line-height:100px; margin-top:-40px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background-color: #333;
	/*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B7B5B8), color-stop(100%, #929390));
	background-image: -webkit-linear-gradient(top, #B7B5B8, #929390);
	background-image: -moz-linear-gradient(top, #B7B5B8, #929390);
	background-image: -ms-linear-gradient(top, #B7B5B8, #929390);
	background-image: -o-linear-gradient(top, #B7B5B8, #929390);
	background-image: linear-gradient(top, #B7B5B8, #929390);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#B7B5B8, endColorstr=#929390);*/
}
#relatedBlock .relHide .relCloce{display:block;}
#relatedBlock .relHide .relOpen:hover,#relatedBlock .relHide .relCloce:hover{opacity:0.70;filter: alpha(opacity=70);-ms-filter: "alpha(opacity=70)";-moz-opacity:0.70;-khtml-opacity: 0.70;}

#relatedBlock.first{
height:250px;/*height:550px;*/ overflow-y:hidden; padding-bottom:0px;
}

#relatedBlock.first .relHide{
display:block;height:110px; padding-top:80px; bottom:0px;

background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 2%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(2%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,0.5)), color-stop(75%,rgba(255,255,255,1)), color-stop(99%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 2%,rgba(255,255,255,0.5) 30%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 2%,rgba(255,255,255,0.5) 30%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 2%,rgba(255,255,255,0.5) 30%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 2%,rgba(255,255,255,0.5) 30%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
#relatedBlock.first .relHide .relOpen{display:block; }
#relatedBlock.first .relHide .relCloce{display:none;}


.separateArea{ clear:both; margin:0 auto; padding:40px 0; text-align:center;}

/*-----------------------------------------------
  Footer
-----------------------------------------------*/
#footer{ background:#2D2222; margin-top:0; padding:30px 30px 440px 30px; color:#E7E7E7;}
#footer ul.nav{list-style:none;margin-bottom:30px;}
#footer ul.nav li{ display: inline-block; padding: 0 10px; vertical-align: top;}
#footer ul.nav li a{ color:#fff; text-decoration:underline; }

#socialplugin{ margin-bottom:30px;}
#socialplugin ul{ list-style:none;}
#socialplugin ul li{ display: inline-block; padding: 0 5px; vertical-align: top;}
#footer address{ font-size:12px; font-style:normal;}

#footer .coution{ width:960px; background:#3D3333; margin:0 auto 20px auto; padding:20px; font-size:11px; text-align:left; line-height:18px;}
#footer .coution dd{ text-indent:-1em; padding-left:1em;}

/*-----------------------------------------------
  General Class
-----------------------------------------------*/
.itemRLink a,
.itemRLink a.none:hover{
webkit-box-shadow: #B4B5B5 0px 0px 3px;-moz-box-shadow: #B4B5B5 0px 0px 3px; box-shadow: #B4B5B5 0px 0px 3px; -webkit-border-radius: 8px; -moz-border-radius: 8px;border-radius: 8px; padding: 2px; text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
font-weight:bold; text-align: center; color: #FFFFFF; background-color: #C64913;

 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C64913), color-stop(100%, #782424));
 background-image: -webkit-linear-gradient(top, #C64913, #782424);
 background-image: -moz-linear-gradient(top, #C64913, #782424);
 background-image: -ms-linear-gradient(top, #C64913, #782424);
 background-image: -o-linear-gradient(top, #C64913, #782424);
 background-image: linear-gradient(top, #C64913, #782424);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#C64913, endColorstr=#782424);
}
.itemRLink a:hover{
 background-color: #E86161;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E86161), color-stop(100%, #B81F1F));
 background-image: -webkit-linear-gradient(top, #E86161, #B81F1F);
 background-image: -moz-linear-gradient(top, #E86161, #B81F1F);
 background-image: -ms-linear-gradient(top, #E86161, #B81F1F);
 background-image: -o-linear-gradient(top, #E86161, #B81F1F);
 background-image: linear-gradient(top, #E86161, #B81F1F);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E86161, endColorstr=#B81F1F);
}
.itemLink a{
-webkit-box-shadow: #B4B5B5 0px 0px 3px;-moz-box-shadow: #B4B5B5 0px 0px 3px; box-shadow: #B4B5B5 0px 0px 3px; -webkit-border-radius: 8px; -moz-border-radius: 8px;border-radius: 8px; padding: 2px; text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
font-weight:bold; text-align: center; color: #FFFFFF; background-color: #928F8D;

 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #928F8D), color-stop(100%, #6E7274));
 background-image: -webkit-linear-gradient(top, #928F8D, #6E7274);
 background-image: -moz-linear-gradient(top, #928F8D, #6E7274);
 background-image: -ms-linear-gradient(top, #928F8D, #6E7274);
 background-image: -o-linear-gradient(top, #928F8D, #6E7274);
 background-image: linear-gradient(top, #928F8D, #6E7274);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#928F8D, endColorstr=#6E7274);
}
.itemLink a:hover{
 background-color: #B7B5B8;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B7B5B8), color-stop(100%, #929390));
 background-image: -webkit-linear-gradient(top, #B7B5B8, #929390);
 background-image: -moz-linear-gradient(top, #B7B5B8, #929390);
 background-image: -ms-linear-gradient(top, #B7B5B8, #929390);
 background-image: -o-linear-gradient(top, #B7B5B8, #929390);
 background-image: linear-gradient(top, #B7B5B8, #929390);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#B7B5B8, endColorstr=#929390);
}


/*--------------------------------------------------------
Common Styles
*/
.clearfix:after {content:" ";display:block;height:0;visibility:hidden;clear:both;}
.clearfix {*zoom:1;}
.notes{ font-size:11px; line-height:2em;}
.small{ font-size:11px;}
.alignLeft{ text-align:left;}
.alignRight{ text-align:right;}
.nudi{ width:1000px; margin-left:auto; margin-right:auto;}

/*--- margin/padding */
.mt00{margin-top:0!important;}
.mt05{margin-top:5px!important;}
.mt10{margin-top:10px!important;}
.mt15{margin-top:15px!important;}
.mt20{margin-top:20px!important;}
.mt25{margin-top:25px!important;}
.mt30{margin-top:30px!important;}
.mt35{margin-top:35px!important;}
.mt40{margin-top:40px!important;}
.mt45{margin-top:45px!important;}
.mt50{margin-top:50px!important;}
.mt60{margin-top:60px!important;}
.mt70{margin-top:70px!important;}

.mr00{margin-right:0!important;}
.mr05{margin-right:5px!important;}
.mr10{margin-right:10px!important;}
.mr15{margin-right:15px!important;}
.mr20{margin-right:20px!important;}
.mr25{margin-right:25px!important;}
.mr30{margin-right:30px!important;}
.mr40{margin-right:40px!important;}
.mr50{margin-right:50px!important;}

.mb00{margin-bottom:0!important;}
.mb05{margin-bottom:5px!important;}
.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px!important;}
.mb20{margin-bottom:20px!important;}
.mb25{margin-bottom:25px!important;}
.mb30{margin-bottom:30px!important;}
.mb35{margin-bottom:35px!important;}
.mb40{margin-bottom:40px!important;}
.mb45{margin-bottom:45px!important;}
.mb50{margin-bottom:50px!important;}
.mb55{margin-bottom:55px!important;}
.mb60{margin-bottom:60px!important;}
.mb65{margin-bottom:65px!important;}
.mb70{margin-bottom:70px!important;}
.mb75{margin-bottom:75px!important;}
.mb80{margin-bottom:80px!important;}
.mb90{margin-bottom:90px!important;}
.mb100{margin-bottom:100px!important;}

.ml00{margin-left:0!important;}
.ml05{margin-left:5px!important;}
.ml10{margin-left:10px!important;}
.ml15{margin-left:15px!important;}
.ml20{margin-left:20px!important;}
.ml25{margin-left:25px!important;}
.ml30{margin-left:30px!important;}
.ml40{margin-left:40px!important;}
.ml50{margin-left:50px!important;}

.pt00{padding-top:0!important;}
.pt05{padding-top:5px!important;}
.pt10{padding-top:10px!important;}
.pt15{padding-top:15px!important;}
.pt20{padding-top:20px!important;}
.pt25{padding-top:25px!important;}
.pt30{padding-top:30px!important;}
.pt40{padding-top:40px!important;}
.pt50{padding-top:50px!important;}
.pt60{padding-top:60px!important;}
.pt70{padding-top:70px!important;}
.pt80{padding-top:80px!important;}
.pt90{padding-top:90px!important;}
.pt100{padding-top:100px!important;}

.pr00{padding-right:0!important;}
.pr05{padding-right:5px!important;}
.pr10{padding-right:10px!important;}
.pr15{padding-right:15px!important;}
.pr20{padding-right:20px!important;}
.pr25{padding-right:25px!important;}
.pr30{padding-right:30px!important;}
.pr40{padding-right:40px!important;}

.pb00{padding-bottom:0!important;}
.pb05{padding-bottom:5px!important;}
.pb10{padding-bottom:10px!important;}
.pb15{padding-bottom:15px!important;}
.pb20{padding-bottom:20px!important;}
.pb25{padding-bottom:25px!important;}
.pb30{padding-bottom:30px!important;}
.pb40{padding-bottom:40px!important;}
.pb50{padding-bottom:50px!important;}
.pb60{padding-bottom:60px!important;}
.pb70{padding-bottom:70px!important;}
.pb80{padding-bottom:80px!important;}
.pb90{padding-bottom:90px!important;}
.pb100{padding-bottom:100px!important;}

.pl00{padding-left:0!important;}
.pl05{padding-left:5px!important;}
.pl10{padding-left:10px!important;}
.pl15{padding-left:15px!important;}
.pl20{padding-left:20px!important;}
.pl25{padding-left:25px!important;}
.pl30{padding-left:30px!important;}
.pl40{padding-left:40px!important;}


