@charset "utf-8";
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
*{margin: 0px;padding: 0px;}/**/
body, html{height: 100%;}/**/
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,th,td,img{ margin:0;padding:0;}
ol, ul {list-style: none;}
li {display: inline-block;*display: inline;*zoom: 1;}
a img {	border-style: none;//IE8}
img{max-width: 100%;}
a {color: #000;text-decoration: none;-webkit-touch-callout: none;-webkit-tap-highlight-color: rgba(0,0,0,0);outline: none;}
a:link {color: #000;}
a:visited {color: #000;}
a:hover {color: #00C100;}
a:focus {outline: 0}
a:hover, a.selected, a:link {text-decoration: none;}
a, img {vertical-align: top}
.clrfx:before, .clrfx:after {content: " ";display: table;}
.clrfx:after {clear: both;}
.clrfx {*zoom: 1;}
.fl {float: left;}
.fr {float: right;}
.dn{display: none;}
.fixed{position: fixed;}
.tac {text-align: center;}
.ml_05 {margin-left: -0.5em;}
.hoverOp:hover {
	filter: alpha(opacity=40);
	opacity: 0.4;
}

/* Common
 * --------------------------------------------------------*/
body {
	font-family: "YuGothic", 'Yu Gothic', '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff url(../images/common/bk.jpg) repeat;
}
.wrap{
	width: 800px;
	margin: 0 auto;
}

/* hdNav */ 
#hdNav{
	z-index: 999;
	background:#000000;
	width: 100%;
}
#hdNav .hdNavIn {
	width: 1000px;
	margin: 0 auto;
	vertical-align: top;
}

#hdNav ul{
	padding: 12px 0;
	padding-left: 20px;
}
#hdNav ul.hdNav_ttl{
	padding: 14px 0 0 50px;
}
#hdNav li{
	border-right: 1px solid #D9D7D0;
	vertical-align: middle;
}

#hdNav img{
	vertical-align: middle;
	padding-top: 5px;
}
#hdNav .nav1 img{
	padding-top: 0;
}
#hdNav .nav1{padding-right: 25px;}
#hdNav .nav2{padding: 0 20px 0 0;}
#hdNav .nav3{padding: 0 28px;}
#hdNav .nav4{padding: 0 18px;}
#hdNav .nav5{padding: 0 17px;}

/* footer */ 
#footer {
	padding-top:25px;
	padding-bottom:40px;
	background: #000000;
	letter-spacing: 0.1em;
}
#footer .inner {
	margin:0 auto;
	width:870px;
}
#footer ul {
}
#footer li {
	display: block;
}
#footer li.fb {
	margin-bottom: 10px;
}
#footer li.copyright {
	padding-top: 5px;
}

#footer .fr {
	color: #fff;
	font-size: 10px;
	line-height: 22px;
	font-family: "A1明朝", "A1 Mincho",serif;
}
#footer .fr h5 {
	padding-bottom: 5px;
}


/* BxSlider v4.1.2 by: Steven Wanderski, 2014
 * ----------------------------------------- */
/* RESET AND LAYOUT */
.bx-wrapper {position: relative;margin: 0 auto;	padding: 0; *zoom: 1;}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/common/bx-loading.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* THEME */
.bx-wrapper .bx-viewport {-webkit-transform: translatez(0);	-moz-transform: translatez(0);-ms-transform: translatez(0);-o-transform: translatez(0);transform: translatez(0);}
.bx-wrapper .bx-pager,
 .bx-wrapper .bx-controls-auto {
	position: absolute;
	width: 100%;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	bottom: 66px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	outline: 0;
	display: block;
	margin: 0 5px;
	
	/*width: 10px;
	height: 10px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	
	background: url(../images/common/pager.png) no-repeat 0 0;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	/*background: #00C100;*/
	background: url(../images/common/pager_active.png) no-repeat 0 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
/*.bx-wrapper img{
	min-width: 333px;
}
.bx-wrapper .bx-prev {
	left: 15px;
	background: url(../images/common/btn_prev.png) no-repeat 0 0;
	background-size: 48px;
}
.bx-wrapper .bx-next {
	right: 15px;
	background: url(../images/common/btn_next.png) no-repeat 0 0;
	background-size: 48px;
}
*/
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 45%;
	outline: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 8888;
}
.bx-wrapper #bx-pager a:hover img, .bx-wrapper #bx-pager a.active img {
	border: solid #5280DD 1px;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* For index Page
 * --------------------------------------------------------*/
#idxPage .wrapper{
	width: 1000px;
	margin: 0 auto;
	background:#fff;
}

#idxPage .idxWrap{
	background:#F4F4EF;
}

/* header */
#idxPage #header {
	background:#f5f4ee;
	position: relative;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: top center;
}

#idxPage #hdSlider .hd_ttl{
	position: absolute;
	z-index: 999;
	top: 36px;
	left: 36px;
}
#idxPage #hdSlider .hd_logo{
	position: absolute;
	top: 80px;
	right: 10px;
	z-index: 999;
}
#idxPage #hdSlider .hd_info{
	position: absolute;
	z-index: 999;
	top: 240px;
	left: 30px;
}
#idxPage .btn_bottom{
	text-align: center;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}
#idxPage #hdSlider {
	/*position: absolute;
	width: 1294px;
	height: 754px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;*/
	height: 100%;
	background-size: cover;
}
#idxPage #hdSlider .bx-viewport, .bx-wrapper {
	position: relative;
	width: 100%;
	height: 100% !important;
	top: 0;
	left: 0;
}
#idxPage #hdSlider .slider_header li {
	background-size: cover;
	background-position: top center;
}

#hdSlider ul.slider_header, ul.slider_header li {
	height: 100%;
}
}
#hdSlider .slider_header {
	height: 100% !important;
}
#hdSlider .slider_header li {
	background-size: cover;
	background-position: top center;
}

#idxPage #hdSlider #hanbaiBg1 {	background-image: url('../images/index/slide01.jpg');background-position: top center;}
#idxPage #hdSlider #hanbaiBg2 {	background-image: url('../images/index/slide02.jpg');background-position: top center;}
#idxPage #hdSlider #hanbaiBg3 {	background-image: url('../images/index/slide03.jpg');background-position: top center;}
#idxPage #hdSlider #hanbaiBg4 {	background-image: url('../images/index/slide04.jpg');background-position: top center;}
#idxPage #hdSlider #hanbaiBg5 {	background-image: url('../images/index/slide05.jpg');background-position: top center;}
#idxPage #hdSlider #hanbaiBg6 {	background-image: url('../images/index/slide06.jpg');background-position: top center;}
/*#idxPage #hdSlider .slider_header img{
	width: 1294px;
	height: 754px;
}*/

/* yodogawa */
/*#idxPage .sheep {
	text-align: center;
	padding-top: 120px;
}*/
#idxPage #yodogawa {
	font-family: "リュウミン L-KL", "Ryumin Light KL", serif;
	margin: 0 auto;
	padding-top: 68px;
	font-size:15px;
	line-height: 31px;
	letter-spacing: 0.1px;
}

#idxPage .btn_yarn{
	text-align: center;
	padding : 30px 0 70px 0;
}

/* boxItem */
#idxPage .boxItem{
	border-top: 1px solid #4D4D4D;
	padding-bottom: 110px;
}

#idxPage .boxItem .boxTtl{
	font-family: "A1明朝", "A1 Mincho",serif;
	background-color: #fff;
	border: 1px solid #4D4D4D;
	border-top: none;
	display: inline-block;
	padding: 5px 50px;
}
#idxPage .boxItem ul{
	padding-top: 20px;
	width: 720px;
	margin: 0 auto;
	position: relative;
}
#idxPage .boxItem li{
	vertical-align: top;
	width: 320px;
	text-align: left;
	padding: 0 18px;
	padding-bottom: 50px;
	font-family: "A1明朝", "A1 Mincho",serif;
}
#idxPage .boxItem li.item_explain{
	width: 320px;
	font-size:13px;
	line-height: 29px;
	text-align: left;
}


#idxPage .boxItem a:hover{color: #000;}

#idxPage .boxItem .item_img{
	width: 270px;
}
#idxPage .boxItem .item_ttl{
	font-size: 15px;
	padding: 10px 0 5px 0;
}
#idxPage .boxItem .item_ttl span{
	font-size: 11px;
	margin-left: -0.5em;
}
#idxPage .boxItem .item_price{
	font-size:12px;
	letter-spacing: 0.5px;
}


#idxPage #tomeru.boxItem li{
	width: 176px;
	text-align: left;
	padding: 0 16px;
	padding-bottom: 40px;
	font-family: "A1明朝", "A1 Mincho",serif;
}
#idxPage #tomeru.boxItem  li.item_explain{
	width: 250px;
	font-size:13px;
	line-height: 29px;
	text-align: left;
}
#idxPage #tomeru.boxItem .item_img{
	width: 176px;
}


/* saleInfo */
#idxPage #saleInfo{
	background:#fff;
	margin: 20px auto 50px auto;
}

#idxPage #saleInfo .inner{
	width: 870px;
	margin: 0 auto;
	position: relative;
}

#idxPage #saleInfo .saleBox {
	border-left: 1px solid #D0CEC7;
	margin: 40px 8px 40px 0;
	padding: 10px 10px 15px 15px ;
	height: 163px;
	display: inline-block;
    vertical-align: top;
}

#idxPage #saleInfo .adjstBox{
	padding-right: 0;
	margin-right: 0;
}

#idxPage #saleInfo .saleBox .sale_ttl {
	font-family: "A1明朝", "A1 Mincho",serif;
	font-size: 16px;
	padding-bottom: 10px;
}
#idxPage #saleInfo .saleBox p {
	font-family: "中ゴシックBBB", "othic Medium BBB", sans-serif;
	font-size:11px;
	line-height: 22px;
}

/* [PC] For Product Page 
 * --------------------------------------------------------*/
#product .wrapper_slide,
#product .wrapper{
	width: 1000px;
	margin: 0 auto;
	background:#F3F2EC;
	margin-top: -2px;
}
#product .wrapper{
	padding-bottom: 60px;
}
/* hdNav */
#product #hdNav{
	position: absolute;
	top: 0;
}

/* goTopBtn */ 
#product #goTopBtn{
	text-align: center;
	margin-top: 120px;
	margin-bottom: 30px;
}
/* archive */ 
#product #archive{
	margin-top: 60px;
	background:#FFFFFF;
	width: 800px;
	margin: 0 auto;
	position: relative;
	border-top: 1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
	padding: 30px 20px;
}

#product #archive img{
	vertical-align: top;
}

#product #archive .archKubi{
	border-right: 1px solid #4D4D4D;
}
	
#product #archive .archKubi ul{
	padding-right: 30px;
}

#product #archive .archTome{
	padding-left: 45px;
}
#product #archive .archTome h4{
	padding-left: 10px;
}
#product #archive .archTome li{
	padding-right: 15px;
}

/* sliderArea */
#product #sliderArea {
	margin-top: 60px;
	height: 600px;
	position: relative;
}

#product #sliderArea .bxslider li{
	display: none;
}

#product .bx-wrapper .bx-pager,#product .bx-wrapper .bx-controls-auto {
	bottom: -10px;
}

/* cont_kubi　---------------------------------------　*/
#product #cont_kubi{
	padding-top: 80px;
	/*margin-top: 80px;*/
}
#product #cont_kubi .box1 {
	display: inline-block;
	margin-left: 50px;
 	font-size:12px;
	line-height: 24px;
	letter-spacing: 0.5px;

}
#product #cont_kubi .box1 .pNm {
	font-family: "A1明朝", "A1 Mincho", serif;
}

#product #cont_kubi .box1 .pNm h2 {
 	padding-bottom: 10px;
 	font-size: 21px;
}
#product #cont_kubi .box1 .pNm .ori {
 	display: block;
 	font-size: 14px;
 	margin-left: -0.5em;
}

#product #cont_kubi .box1 .pNm h3 {
 	font-size:18px;
 	font-weight: 100;
	letter-spacing: 1px;
}
#product #cont_kubi .box1 .pNm h3 span {
 	font-size:15px;
	letter-spacing: 0.5px;
}
#product #cont_kubi .box1 .pNm .cart {
 	padding-top: 30px;
 	position: relative;
}

#product #cont_kubi .box1 .pNm .cart .stock {
	font-family: "中ゴシックBBB", "othic Medium BBB", sans-serif;
	font-size: 13px;
	color: #FF1D25;
	position: absolute;
	  bottom: -4px;
	  left: 188px;
}

#product #cont_kubi .box1 .pNm .cart .shipping {
	font-family: "中ゴシックBBB", "othic Medium BBB", sans-serif;
	font-size: 13px;
	display: inline-block;
	color: #534741;
	vertical-align: bottom;
	position: absolute;
	left: 2px;
  	top: 64px;
}

#product #cont_kubi .box1 .size {
	font-family: "中ゴシックBBB", "othic Medium BBB", sans-serif;
 	padding-top: 25px;
}

#product #cont_kubi .box1 .size img {
 	width: 195px;
}
#product #cont_kubi .box1 .size .cboxElement{
	margin-top: 5px;
	display: block;
}

#product #cont_kubi .box1 .size .spreadDesign {
	padding: 10px 0 0 0;
}

#product #cont_kubi .box1 #pickup{
	position: relative;
	width: 400px;

}
#product #cont_kubi .box1 .quality{
	font-family: "中ゴシックBBB", "othic Medium BBB", sans-serif;
	margin: 30px 0;

}
#product #cont_kubi .box2 {
	font-family: "リュウミン L-KL", "Ryumin Light KL", serif;
	margin-left: 35px;
	display: inline-block;
	vertical-align: top;
	font-size:15px;
	line-height: 31px;
	letter-spacing: 0.5px;
}

#product #cont_kubi .box2 .explain{
	margin-bottom: 30px;
}	

#product #cont_kubi .box2 .column{
	margin: 10px 0;
}

#product #cont_kubi .box2 .column img{
	width: 326px;
}

#product #cont_kubi .box2 a{
	text-decoration: underline;
}

/* attention */
#product #cont_kubi .box3 {
	width: 600px;
	margin: 0 auto;
	vertical-align: top;
	font-size:15px;
	line-height: 31px;
	letter-spacing: 0.5px;
}
#product #cont_kubi .box3 .komidashi{
	width: 600px;
	margin: 0 auto;
	vertical-align: top;
	font-size:18px;
	line-height: 25px;
	letter-spacing: 0.5px;
	margin-top:50px;
	margin-bottom:20px;
	color:#b39e85;
}
#product #cont_kubi .box3 .midashi{
	width: 600px;
	margin: 0 auto;
	vertical-align: top;
	font-size:22px;
	line-height: 25px;
	letter-spacing: 0.5px;
	margin-top:100px;
font-weight:bold;
}
#product #cont_kubi .box3 .cap{
	width: 600px;
	margin: 0 auto;
	vertical-align: top;
	font-size:12px;
	line-height: 25px;
	letter-spacing: 0.5px;
}
/* 着用クレジット */
.wear_pc{display: block;}
.wear_sp{display: none;}
.wear_pc_box{display: none;}
#wearing{
	width: 550px;
}
#wearing p {
	text-align: left;
}
#product #wearing {
	padding-top: 40px;
	padding-left: 30px;
	padding-bottom: 50px;
	font-size: 13px;
}
#product #wearing .cTtl {
	font-size:17px;
	padding-bottom: 10px;
}
#product #wearing  .contact {
	margin-top: 20px;
	font-size:17px;
}


/* とめるショップ ------------------------- */
#product.tomeru{
	font-family: "A1明朝", "A1 Mincho", serif;
}
#product #tomeru_ttl {
	padding: 120px 0 40px 0;
	position: relative;
	margin: 0 auto;
	width: 920px;
	text-align: center;
}
#product #tomeru_ttl h1 {
	display: inline-block;
	background-color: #fff;
	font-size: 24px;
	padding: 0 20px;
	border: solid 3px #000000;
	z-index: 555;
	position: relative;
}
#product #tomeru_ttl hr {
	z-index: 444;
	position: absolute;
	bottom: 56px;
	border: 0;
	border-bottom: double 10px #000000;
}

#product.tomeru #sliderArea {
	width: 920px;
	height: 420px;
	margin: 0 auto;
}

#product #cont_tome {
	color: #4D4D4D;
	width: 850px;
	margin : 0 auto;
	padding-top: 60px;
}
#product #cont_tome h2{
	padding-bottom: 10px;
}
#product #cont_tome .box1 {
	color: #666666;
	width: 500px;
}
#product #cont_tome .box1 .pNm {
	font-size: 22px;
}
#product #cont_tome .box1 .pNm span {
	font-size: 15px;
}
#product #cont_tome .box1 p {
	font-family: "リュウミン L-KL", "Ryumin Light KL", serif;
	font-size: 15px;
	line-height: 31px;
	letter-spacing: 0.05em;
}
#product #cont_tome .box2 {
	font-family: "中ゴシックBBB", "othic Medium BBB", sans-serif;
	font-size:11px;
	line-height: 22px;
}

#product #goTopBtn{
	margin-top: 60px;
}
/* #tomeruItem */
#product #tomeruItem {
	margin-top: 30px;
	font-size: 17px;
}

#product #cont_tome ul {
	display: table;
    margin: 0 auto;
}
#product #cont_tome li {
	font-size: 17px;
	text-align: center;
	vertical-align: top;
	padding: 0 14px 30px 14px;
}
#product #cont_tome .itemPhoto {
	position: relative;
	text-align: center;
	display: block;
}
#product #cont_tome .itemPhoto .btn_zoom {
	display: block;
	position: absolute;
	left: 18px;
	bottom: 30px;
}

#product #cont_tome .tomeru02 .itemPhoto .btn_zoom {
	left: 10px;
	bottom: 0;
}

#product #cont_tome .price {
	font-size: 17px;
	line-height: 19px;
	padding-bottom: 10px;
	text-align: center;
}
#product #cont_tome .price span {
	font-size: 12px;
}

.shipping, .stock {
	color:#D13A32;
	font-size: 13px;
	display: block;
	padding-top: 2px;
}


/* [PC] For Attention Page 
 * --------------------------------------------------------*/
#cont_att .box {
	width: 560px;
	margin: 0 auto;
	text-align: left;
	font-family: "リュウミン L-KL", "Ryumin Light KL", serif;
	font-size: 16px;
	line-height: 31px;
	color: #666666;
	padding-top: 110px;
}

#cont_att .box h1{
	font-size: 32px;
}

#cont_att .area {
	margin: 30px 0;
}
#cont_att .area h2{
	font-size: 22px;
	padding-bottom: 40px;
}
#cont_att .area p{
	padding-bottom: 40px;
}
#cont_att .area p.red{
	color: #C1181F;
	font-size: 20px;
	padding-bottom: 5px;
}
#cont_att .photo {
	padding-top: 5px;
}	

#cont_att .photo .cap{
	font: 12px;
}	

/**/
.hd_ttl_pc {display: block;}
.hd_ttl_sp,.yodogawa_sp {display: none;}
/**/



/* sp
 * --------------------------------------------------------*/
@media only screen and (max-width: 479px) {
	body {width: 100%;margin: 0 auto;}
	img{max-width:100%;height:auto;}
	.fl,.fr {float: none;}
	
	
	/**/
	.hd_ttl_pc {display: none;}
	.hd_ttl_sp,.yodogawa_sp {display: block;}
	/**/
	
	.wrap{
		width: 100%;
	}
	/* [sp] hdNav */ 
	#hdNav{
		z-index: 999;
		background:#000000;
		width: 100%;
		text-align: center;
	}
	
	#hdNav ul{
		width: 100%;
		margin: 0 auto;
		padding: 10px 0;
		display: table;
		box-sizing: content-box;
	}
	#hdNav ul.hdNav_ttl{
		 padding: 14px 0 0 0; 
	}
	#hdNav li{
		/*border-right: 1px solid #D9D7D0;*/
		border-right: none;
		display: inline-table;
	}
	
	#hdNav img{
		vertical-align: middle;
		padding-top: 5px;
	}
	#hdNav .nav1 img{
		padding-top: 0;
	}
	#hdNav .nav1{display: none;}
	#hdNav .nav2{
		border-bottom: 1px solid #D9D7D0;
		border-right: 1px solid #D9D7D0;
		padding: 0 14px 10px 14px;
	}
	#hdNav .nav3{
		border-bottom: 1px solid #D9D7D0;
		padding: 0 28px 10px 27px;
	}
	#hdNav .nav4{
		padding: 0 18px 10px 18px;
		border-right: 1px solid #D9D7D0;
	}
	#hdNav .nav5{
		padding: 0 17px 10px 17px;
	}
	/* footer */ 
	#footer {
		padding-top:25px;
		padding-bottom:40px;
	}
	#footer .inner {
		margin:0 auto;
		width:95%;
		text-align: center;
	}
	#footer ul {
	}
	#footer li {
		display: block;
	}
	#footer li.fb {
		margin-bottom: 10px;
	}
	#footer li.copyright {
		padding-top: 5px;
	}
	#footer .fl {
		margin-top: 30px;
	}
	
	/* [sp] For index Page
	 * --------------------------------------------------------*/
	#idxPage .wrapper{width: 95%;margin: 0 auto;} 
	#hdNav{
		position: relative;
		top: inherit;
	}
	#hdNav .hdNavIn {
		width: 100%;
		margin: 0 auto;
	}
	/* [sp] header */
	#idxPage .bx-wrapper .bx-pager {
		display: none;
	}
	#idxPage .bx-viewport {
		height: 100% !important;
	}
	#idxPage #hdSlider {
		width: 100%;
		height: 100% !important;
		margin: 0 auto;
		background-size: cover;
	}
	
	#idxPage #hdSlider .slider_header li {
		background-position: top center;
		background-repeat: no-repeat;
		
	}
	#idxPage #hdSlider .hd_ttl{
		top: auto; 
		left: 5px;
		width: 50%;
		bottom: 20px;
	}
	#idxPage #hdSlider .hd_logo{
		right: 5px;
		z-index: 999;
	}
	#idxPage #hdSlider ul.slider_header {
		height: 100%;
	}
	#idxPage #hdSlider .slider_header li {
		height: 100%;
		background-size: cover;
	}
	#idxPage #hdSlider .slider_header img{
		width: 100%;
		height: 100%;
	}

	/* [sp] boxColmun */
	#idxPage #saleInfo .inner{
		width: 100%;
	}
	
	/* [sp] boxItem */
	#idxPage .boxItem{
		padding-bottom: 30px;
	}
	#idxPage .boxItem ul{
		padding-top: 20px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		text-align: center;
	}
	#idxPage .boxItem li{
		vertical-align: top;
		width: 90%;
		margin: 0 auto;
		text-align: center;
		/*padding: 0 18px;*/
		padding-bottom: 50px;
	}
	#idxPage .boxItem .item_img{
		width: 270px;
	}
	#idxPage .boxItem .item_ttl{
		font-size: 15px;
	}
	#idxPage .boxItem .item_ttl span{
		font-size: 11px;
	}
	#idxPage .boxItem .item_price{
		font-size:12px;
		line-height: 28px;
		letter-spacing: 0.5px;
	}
	#idxPage #tomeru.boxItem li{
		width: 176px;
		text-align: left;
		padding: 0 16px;
		padding-bottom: 40px;
		font-family: "A1明朝", "A1 Mincho",serif;
	}
	#idxPage #tomeru.boxItem  li.item_explain{
		width: 210px;
		margin: 0 auto;
		font-size:13px;
		line-height: 29px;
		text-align: left;
	}
	#idxPage #tomeru.boxItem .item_img{
		width: 176px;
	}
	
	/* [sp] yodogawa */
	/*#idxPage .sheep {
		width: 90%;
		margin: 0 auto;
		padding-top: 30px;
	}*/
	#idxPage .btn_yarn{
		width: 90%;
		margin: 0 auto;
		padding : 60px 0;
	}
	#idxPage #yodogawa {
		width: 90%;
		padding-bottom: 0;
		padding-top: 40px;
	}
	
	
	/* [sp] saleInfo */

	#idxPage #saleInfo .inner{
		width: 100%;
	}
	#idxPage #saleInfo .saleBox {
		border-left: none;
		border-bottom: 1px solid #D0CEC7;
		width: 90%;
		margin: 10px auto 0 auto;
		padding: 10px 10px 15px 15px ;
		height: auto;
	}
	
	#idxPage #saleInfo .adjstBox{
		padding-right: inherit;
		margin-right: inherit;
		border-bottom: none;
	}
	
	/* [sp] For Product Page
	 * --------------------------------------------------------*/
	#product .wrapper_slide{
		width: 100%;
		margin-top: 0;
	}
	#product .wrapper{
		width: 95%;
		overflow-x: hidden;
	}	
	/* [sp] 着用クレジット */
	.wear_pc{display: none;}
	.wear_sp{display: block;}
	.wear_pc_box{display: block;}
	#wearing{
		width: 100%;
		padding: 10px 0 15px 0;
		display: none;
	}
	#product #wearing {
		padding: 0;
	}
	/* sliderArea *//* hdNav */
	#product #hdNav{
		position: relative;
    	top: auto;
	}
	#product #hdNav .hdNavIn {
	}
	#product #hdNav ul{
		padding: 12px 0;
		padding-left: 0;
	}
	#product #hdNav ul.hdNav_ttl{
		padding: 0;
	}

	#product #hdNav .nav1{
		display: block; 
		padding: 10px 0 0px 0;
	}
	#product #sliderArea {
		margin-top: 0;
		height: 100%;
		position: relative;
	    padding-bottom: 60px;
	}
	#product .bx-wrapper .bx-pager,#product .bx-wrapper .bx-controls-auto {
		 bottom: -30px; 
	}
	
	/* contents */
	#product #cont_kubi{
		padding-top: 30px;
		width: 95%;
		margin: 20px auto 0 auto;
	}
	#product #cont_kubi .clrfx{
		width: 90%;
		margin: 0 auto;
	}
	#product #cont_kubi .box1 {
		margin-left: 0;
		margin: 0 auto;
		width: 100%;
	}
	#product #cont_kubi .box1 .size {
		padding-top: 45px;
	}
	#product .box1 .pickupImg {
		display: none;
	}
	#product #cont_kubi .box2 {
		margin-left: 0;
		margin: 0 auto;
		width: 100%;
	}
	#product #cont_kubi .box1 #pickup{
		width: 100%;
	    padding-bottom: 30px;
	}
	/* [sp] archive */ 
	#product #archive{
		margin-top: 60px;
		width: 80%;
		text-align: center;
		padding: 30px 0;
		box-sizing: content-box;
	}
	
	#product #archive img{
		vertical-align: top;
	}
	
	#product #archive li{
		padding: 0 5px;
	}
	
	#product #archive .archKubi{
		border-right: none;
		border-bottom: 1px solid #4D4D4D;
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
		
	#product #archive .archKubi ul{
		padding-right: 0;
	}
	
	#product #archive .archTome{
		padding-left: 0;
	}
	#product #archive .archTome h4{
		padding-left: 0;
	}
	#product #archive .archTome li{
		padding: 0 10px;
	}

	/* [sp] とめるショップ ------------------------- */
	#product #tomeru_ttl {
		padding: 20px 0 40px 0;
		width: 100%;
	}
	#product #tomeru_ttl hr {
	width: 100%;
	}
	#product.tomeru #sliderArea {
		width: 100%;
		height: 100%;
	}
	
	#product #cont_tome {
		width: 90%;
		padding-top: 30px;
	}
	#product #cont_tome .box1 {
		width: 100%;
		padding-bottom: 30px;
	}

	/* #tomeruItem */
	#product #tomeruItem {
		margin-top: 50px;
		font-size: 17px;
	}
	
	#product #cont_tome ul {
		display: table;
	    margin: 0 auto;
	}
	#product #cont_tome li {
		padding: 0 5px 30px 5px;
		width: 46%;
	}
	#product #cont_tome .itemPhoto .btn_zoom {
		display: block;
		position: absolute;
		left: 18px;
		bottom: 5px;
		width: 1em;
	}
	/* [sp] For Attention Page 
	 * --------------------------------------------------------*/
	#cont_att .box {
		width: 90%;
		margin: 0 auto;
		font-size: 14px;
		line-height: 29px;
		padding-top: 50px;
	}
	
	#cont_att .box h1{
		font-size: 28px;
	}
	
	#cont_att .area {
		margin: 30px 0;
	}
	#cont_att .area h2{
		font-size: 20px;
		padding-bottom: 20px;
	}
	#cont_att .area p{
		padding-bottom: 20px;
	}
	#cont_att .area p.red{
		color: #C1181F;
		font-size: 18px;
		padding-bottom: 0;
	}
	#cont_att .photo {
		padding-top: 5px;
	}	
	
	#cont_att .photo .cap{
		font: 10px;
	}	


}