/*------------------------------ common setting ------------------------------*/
/*---------------------------------------
　common tag
---------------------------------------*/
main, article, aside, figure, footer, header, nav, section {
	display: block;
} /* for ie8 */
h1{
	width: 980px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
	font-size: 11px;
	line-height: 22px;
	font-size: 1.1rem;
	line-height: 2.2rem;
	text-align: right;
	font-weight: normal;
	color: #fff;
}
h2{
	margin: 0 0 20px 0;
	padding: 0 20px 5px 20px;
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #003468;
	vertical-align: baseline;
	border-bottom: #003468 solid 3px;
}
h3{
	margin: 0 0 30px 0;
	padding: 0 15px 6px 15px;
	font-size: 20px;
	line-height: 30px;
	font-size: 2.0rem;
	line-height: 3.0rem;
	color: #003468;
	border-bottom: #003468 solid 3px;
}
h4{
	margin: 0 0 20px 0;
	padding: 10px 15px;
	font-size: 18px;
	line-height: 27px;
	font-size: 1.7rem;
	line-height: 2.6rem;
	color: #003468;
	border-left: #003468 double;
}
h5{
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 0 18px;
	font-size: 17px;
	line-height: 26px;
	font-size: 1.7rem;
	line-height: 2.6rem;
	color: #11507e;
}
h5:before{
	content: ''; 
	display: block; 
	position: absolute;
	top: 7px; 
    left: 0;
	height: 10px; 
	width: 10px; 
	border-radius: 50%;
	background: #11507e;
}
h6{
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 0 15px;
	font-size: 17px;
	line-height: 26px;
	font-size: 1.7rem;
	line-height: 2.6rem;
	color: #11507e;
}
h6:before{
	content: ''; 
	display: block; 
	position: absolute;
	top: 10px; 
    left: 0;
	height: 8px; 
	width: 8px; 
	border-radius: 50%;
	background: #11507e;
}

/* リンク指定 */
a{ color: #11507e; text-decoration: none; }
a:hover, a:visited:hover{ color: #25919e; text-decoration: underline; }

#sister a:hover img,
#ranking a:hover img,
#pickup .thum a:hover img,
.tc a:hover img,
#tb .guide a:hover img,
.mainphoto a:hover img,
#list .listbox a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

/* 要素 */
img{
	border: 0;
	max-width: 100%;
	height: auto;
}
p{
	margin: 0 0 30px 0;
	padding: 0;
}
ul,
ol{
	margin: 0 0 30px 30px;
	padding: 0;
}
.nomark{
	margin: 0 0 30px 10px;
	list-style-type: none;
}
hr{
	margin: 0 0 30px 0;
	padding: 0;
	border: 0;
	height: 1px;
	border-top: #bebebe solid 1px;
	clear: both;
}
table{
	width: 100%;
	margin: 0 auto 50px auto;
	border-collapse: collapse;
	text-align: left;
	background: #fff;
	border: #11507e solid 1px;
}
th,
td{
	padding: 8px 20px;
	vertical-align: top;
	text-align: left;
}
th{
	font-weight: bold;
	background: #11507e;
	color: #fff;
	border-bottom: #fff solid 1px;
}
th+th{
	border-left: #fff solid 1px;
}
td{
	border-right: #11507e solid 1px;
	border-bottom: #11507e solid 1px;
}
tr:last-child th:first-child{
	border-bottom: none;
}

/* 選択時のハイライトカラー */
::selection {
	background: #d5e7e9;
}
::-moz-selection {
	background: #d5e7e9;
}

/*---------------------------------------
　common class（ui）
---------------------------------------*/
/* clearfix */
.cf{ clear: both; }
.cf:before,
.cf:after{
	content: "";
	display: table;
}
.cf:after{ clear: both; }
.cf{ zoom: 1; } /* IE 6/7 */

/* Font */
.small{ font-size: 13px; line-height: 24px; font-size: 1.3rem; line-height: 2.4rem; }
.big{ font-size: 20px; font-size: 2.0rem; }
.red{ color: #900; }

/* .link */
.link{
	position: relative;
	margin: 0;
	padding: 0 5px 0 17px;
	text-decoration: underline;
}
.link:before{
	position: absolute;
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	border-top: 2px solid #11507e;
	border-right: 2px solid #11507e;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	transform: rotate(45deg);
	left: 5px;
	top: 8px;
}
.link:hover:before{
	border-color: #25919e;
}

/* .position */
.center{
	margin: 0 auto 20px auto;
	text-align: center;
	clear: both;
}
.left,
.right{
	padding: 0;
	vertical-align: bottom;
}
.left{
	float: left;
	margin: 0 20px 20px 0;
}
.right{
	float: right;
	margin: 0 0 20px 20px;
}
.left img,
.right img{
	vertical-align: bottom;
}

/* .caption */
.caption{
	margin: 5px;
	padding: 0;
	font-size: 13px;
	line-height: 19px;
	font-size: 1.3rem;
	line-height: 1.9rem;
	font-weight: normal;
	text-align: center;
	color: #555;
}

/* .youtube */
.youtube{
	max-width: 100%;
	margin: 0 auto 20px auto;
	padding: 0 0 10px 0;
	text-align: center;
	background: #000;
}
.youtube iframe{
	max-width: 100%;
}
.youtube .caption{
	color: #fff;
}

/* パン屑 */
.breadcrumb{
	display: block;
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 3px 0;
	clear: both;
	border-bottom: #ddd solid 1px;
}
.breadcrumb ul{
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-size: 13px;
	font-size: 1.3rem;
	color: #ddd;
}
.breadcrumb li{
	display: inline;
	margin: 0;
	padding: 0;
}
.breadcrumb a{
	padding: 0 5px 0 0;
	color: #babaa7;
}

/* .home */
.home{
	margin: 0 0 30px 0;
	padding: 0;
	text-align: right;
}
.home a{
	padding: 5px 10px;
	color: #fff;
	background: #003468;
	border: #fff solid 1px;
	box-shadow:rgba(0, 0, 0, 0.498039) 1px 1px 4px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.498039) 1px 1px 4px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.498039) 1px 1px 4px 0px;
}
.home a:hover{
	color: #fff;
	background: #25919e;
	text-decoration: none;
}

/* .btn */
.btn{
	margin: 0 0 30px 0;
	padding: 0;
	text-align: right;
}
.btn img{
	box-shadow:rgba(0, 0, 0, 0.498039) 1px 1px 4px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.498039) 1px 1px 4px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.498039) 1px 1px 4px 0px;
}

/* #openmenu, #closemenu, #foottitle */
#openmenu,
#closemenu,
#foottitle{
	display: none;
}

/*---------------------------------------
　common class（page）
---------------------------------------*/
/* section */
section{
	margin: 0 0 40px 0;
	padding: 0;
}

/* .price */
.price{
	font-weight: bold;
	color: #900;
}
.price span{
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}

/* .campaign */
.campaign{
	width: 980px;
	margin: 0 auto 20px auto;
	padding: 0;
}
.indexcamp .campaign{
	margin: 20px auto 10px auto;
}

/* .holiday */
.holiday{
	width: 940px;
	margin: 10px auto 20px auto;
	padding: 10px 20px 0 20px;
	font-size: 13px;
	line-height: 20px;
	font-size: 1.3rem;
	line-height: 2.0rem;
	color: #f00;
	border-top: #11507e solid 2px;
	border-bottom: #11507e solid 2px;
}
.holiday h3{
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	color: #003468;
	border: 0;
	background: none;
}
.holiday p{
	margin: 0 0 10px 0;
	padding: 0;
}
.indexcamp .holiday{
	margin: 20px auto;
}

/* .attention */
.attention{
	margin: 20px auto 40px auto;
	padding: 20px 20px 10px 20px;
	font-size: 13px;
	line-height: 25px;
	font-size: 1.3rem;
	line-height: 2.5rem;
	border: #900 dotted 1px;
}
.attention p{
	margin: 0 0 10px 0;
	padding: 0;
}

/* .titlebnr */
.titlebnr{
	margin: 0 0 40px 0;
	padding: 0 0 10px 0;
}
.titlebnr img{
	margin: 0;
	padding: 0;
}
.titledisc{
	margin: 10px 0 0 0;
	padding: 0;
	border-bottom: #bebebe double;
}
.titledisc p{
	margin: 0 20px 20px 20px;
	padding: 0;
	text-align: left;
}

/*---------------------------------------
　layout
---------------------------------------*/
html{
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body{
	margin: 0 auto;
	padding: 0;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 16px;
	line-height: 35px;
	font-size: 1.6rem;
	line-height: 3.5rem;
	color: #000;
	background: transparent url(img/bg.gif) 0 0 repeat-x;
}
.wrapper{
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	clear: both;
}
.main{
	float: right;
	width: 700px;
	margin: 20px 0 0 0;
	padding: 0 0 30px 0;
	clear: both;
}
.wrapper:before,
.wrapper:after,
.main:before,
.main:after {
	content: "";
	display: table;
}
.wrapper:after,
.main:after { clear: both; }

/*---------------------------------------
　#header
---------------------------------------*/
#header{
	width: 980px;
	margin: 0 auto;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
#headlogo{
	float: left;
	width: 320px;
	height: 95px;
	margin: 10px 0;
	padding: 0;
}
#headcopy{
	float: right;
	margin: 14px 0 12px 0;
	padding: 0;
}
#headship{
	float: right;
	width: 612px;
	height: 27px;
	margin: 0;
	padding: 0;
	text-align: right;
}
#headship .ship{
	float: left;
	width: 350px;
	height: 27px;
	margin: 0 2px 0 0;
	padding: 0;
}

/* #headsubmenu */
#headsubmenu{
	float: right;
	width: 330px;
	height: 32px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#headsubmenu li{
	float: left;
	margin: 0;
	padding: 0;
}
/* #headmenu */
#headmenu{
	float: right;
	width: 980px;
	height: 40px;
	margin: 0;
	padding: 0;
}
#global{
	display: table;
	table-layout: fixed;
	width: 980px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
#global li{
	display: table-cell;
	position: relative;
	margin: 0;
	padding: 0;
}
#global li:hover ul#headmenucat{
	display: block; /*マウスオーバー時にサブメニューを表示*/
}
/* #headmenucat */
#headmenucat{
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	width: 245px !important;
	height: auto;
	margin: -1px 0 0 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 2rem;
	border: 0;
	z-index: 10;
	border: 0;
}
#headmenucat li{
	display: block;
	width: 245px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: bold;
	background: #003468;
	border-top: #fff solid 1px;
}
#headmenucat li:hover{
	background: #25919e;
}
#headmenucat li a{
	display: block;
	height: auto;
	padding: 10px;
	color: #fff;
}

/*---------------------------------------
　#footer
---------------------------------------*/
/* #btn_pagetop */
#btn_pagetop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 40;
}
#btn_pagetop a{
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	background: #003468;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
#btn_pagetop svg{
	width: 40px;
	height: 40px;
	fill: #fff;
}
#btn_pagetop a:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	background: #25919e;
}

/* #footer */
#footer{
	width: 100%;
	margin: 0 auto -35px auto;
	padding: 20px 0 0 0;
	font-size: 13px;
	line-height: 22px;
	font-size: 1.3rem;
	line-height: 2.2rem;
	color: #000;
	background: #fff url(img/line01.gif) 0 0 repeat-x;
	clear: both;
}
#footer h3{
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
}
#footer h3,
#footer a{
	color: #11507e;
	text-decoration: none;
}
#footer a:hover{
	color: #25919e;
	text-decoration: underline;
}

/* .footbox */
.footbox{
	float: left;
	width: 235px;
	margin: 0;
	padding: 20px 0 0 10px;
	box-sizing: border-box;
}
.width300px{
	max-width: 300px;
}

/* #footlogo */
#footlogo{
	width: 225px;
	margin: 10px 20px 0 0;
	padding: 0;
	text-align: center;
	background: #fff;
}
#footlogo .logo{
	width: 220px;
}
#footlogo .sns{
	margin: 0;
	padding: 10px 0 2px 0;
	list-style-type: none;
}
#footlogo .sns li{
	display: inline-block;
	position: relative;
	margin: 0;
	width: 51px;
	height: 51px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #003468;
}
#footlogo .sns li+li{
	margin: 0 0 0 5px;
}
#footlogo .sns li a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#footlogo .sns li span{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 5px;
	font-size: 41px;
	color: #fff;
}
#footlogo .sns li a:hover{ background: #25919e; }

/* .footmenu */
.footmenu ul{
	margin: 0 10px 20px 0;
	padding: 0;
	list-style-type: none;
}
.footmenu li{
	margin: 0 0 5px 5px;
}
.footmenu li a{
	position: relative;
	display: block;
	padding: 0 0 0 10px;
}
.footmenu li a:before{
	position: absolute;
	display: block;
	content:"";
	width: 3px;
	height: 3px;
	border-top: 1px solid #003468;
	border-right: 1px solid #003468;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	transform: rotate(45deg);
	left: 0;
	top: 11px;
	margin-top: -3px;
}
.footmenu li a:hover:before{
	border-top: 1px solid #25919e;
	border-right: 1px solid #25919e;
}

/* #copyright */
#copyright{
	margin: 0;
	padding: 0;
	background: #003468;
}
#copyright small{
	display: block;
	width: 980px;
	margin: 0 auto;
	padding: 5px 0;
	text-align: right;
}
#copyright a{
	color: #fff;
}

/*---------------------------------------
　#sidemenu
---------------------------------------*/
#sidemenu{
	float: left;
	width: 230px;
	margin: 10px 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	font-size: 1.4rem;
	line-height: 2.2rem;
}
#sidemenu .bnr{
	margin: 0 0 20px 0;
	padding: 0;
}
#sidemenu h3{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	border: 0;
}

/*--------- .sidecategory ---------*/
.sidecategory{
	margin: 0 0 20px 0;
	padding: 0;
}
.sidecategory ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #003468;
}
.sidecategory .catmenu li{
	margin: 0 10px;
	padding: 0;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	border: #003468 solid 1px;
	background: #fff;
}
.sidecategory .catmenu li+li{
	margin-top: -1px;
}
.sidecategory .catmenu li a{
	display: block;
	position: relative;
	margin: 0;
	padding: 10px 30px;
}
.sidecategory .catmenu li a:hover{
	background: #25919e;
	color: #fff;
}
.sidecategory .catmenu li a:before{
	position: absolute;
	display: block;
	content:"";
	width: 5px;
	height: 5px;
	border-top: 2px solid #11507e;
	border-right: 2px solid #11507e;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	transform: rotate(45deg);
	left: 15px;
	top: 50%;
	margin-top: -5px;
}
.sidecategory .catmenu li a:hover:before{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.sidecategory .btn{
	overflow: auto;
	margin: 0;
	padding: 10px;
	font-size: 0;
	line-height: 0;
	background: #003468;
}
.sidecategory .btn img{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.sidecategory .btn li{
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}
.sidecategory .btn li:first-child{
	text-align: left;
}
.sidecategory .btn li:last-child{
	text-align: right;
}

/* .sidesubcategory */
.sidesubcategory{
	margin: 0;
	padding: 10px 10px 0 10px;
	background: #003468;
}
.sidesubcategory h4{
	display: block;
	margin: 0;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 22px;
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #fff;
	background: #003468;
	border: #fff solid 1px;
	border-bottom: 0;
}
.sidesubcategory ul{
	margin: 0;
	padding: 0;
	background: #fff;
	border: #fff solid 1px;
}
.sidesubcategory li{
	margin: 0;
	padding: 0;
}
.sidesubcategory li+li{
	border-top: #003468 dotted 1px;
}
.sidesubcategory li a{
	display: block;
	position: relative;
	margin: 0;
	padding: 5px 10px;
	background: #fff;
}
.sidesubcategory li a:hover{
	color: #fff;
	background: #25919e;
}

/*--------- .sidebrand, .contents ---------*/
#sidemenu .sidebrand,
#sidemenu .contents{
	margin: 0 0 30px 0;
	padding: 0;
}
#sidemenu .sidebrand ul,
#sidemenu .contents ul{
	margin: 0 0 0 0;
	padding: 10px 0;
	list-style-type: none;
}
#sidemenu .sidebrand ul{
	border: #003468 solid 1px;
}
#sidemenu .contents h3{
	margin: 0 0 10px 0;
	border-bottom: #003468 solid 2px;
}
#sidemenu .sidebrand li a,
#sidemenu .contents li a{
	display: block;
	position: relative;
	margin: 0;
	padding: 5px 13px 5px 20px;
	color: #11507e;
}
#sidemenu .sidebrand li a:hover,
#sidemenu .contents li a:hover{
	color: #25919e;
}
#sidemenu .sidebrand li a:before,
#sidemenu .contents li a:before{
	position: absolute;
	display: block;
	content:"";
	width: 4px;
	height: 4px;
	border-top: 1px solid #11507e;
	border-right: 1px solid #11507e;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	transform: rotate(45deg);
	left: 10px;
	top: 11px;
}
#sidemenu .sidebrand li a:hover:before,
#sidemenu .contents li a:hover:before{
	border-color: #25919e;
}

/*--------- .info ---------*/
#sidemenu .info ul{
	margin: 0 0 30px 0;
	padding: 10px 15px 5px 15px;
	border: #666 solid 1px;
	list-style-type: none;
}
#sidemenu .info li a{
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 5px 10px;
	color: #666;
}
#sidemenu .info li a:hover{
	color: #25919e;
}
#sidemenu .info li a:before{
	position: absolute;
	display: block;
	content:"";
	width: 4px;
	height: 4px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	transform: rotate(45deg);
	left: 0;
	top: 7px;
}
#sidemenu .info li a:hover:before{
	border-color: #25919e;
}

/*--------- #sister ---------*/
#sister{
	margin: 30px 0;
	padding: 0;
}
#sister .sbnr{
	margin: 0 0 5px 0;
	padding: 0;
}

/*------------------------------ page setting ------------------------------*/
/*---------------------------------------
　#index > #topimage
---------------------------------------*/
#indeximage{
	width: 100%;
	margin: 0;
	padding: 0 0 30px 0;
}
#indeximage .shadow{
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: url(img/shadow01.png) 0 0 repeat-x;
}

#index_slider{
	width: 980px;
	margin: 0 auto;
	padding: 0;
}
.bx-wrapper .bx-viewport {
	width: 980px !important;
	margin: 0 auto !important;
	padding: 0 !important;
	-moz-box-shadow: 0 !important;
	-webkit-box-shadow: 0 !important;
	box-shadow: none !important;
	border: 0 !important;
	left: 0 !important;
}
#topimage{
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#topimage .btn{
	position: relative;
	top: -65px;
	float: right;
	margin: 0 30px 0 0;
	padding: 0;
	clear: both;
}

/*---------------------------------------
　#index
---------------------------------------*/
#index h3{
	margin: 0;
	font-size: 2.1rem;
	padding: 0;
	border: 0;
}
#index h3 a{
	position: relative;
	display: block;
	padding: 0 0 0 18px;
}
#index h3 a:before{
	position: absolute;
	display: block;
	content:"";
	width: 8px;
	height: 8px;
	border-top: 2px solid #11507e;
	border-right: 2px solid #11507e;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	transform: rotate(45deg);
	left: 0;
	top: 50%;
	margin-top: -7px;
}
#index h3 a:hover:before{
	border-top: 2px solid #25919e;
	border-right: 2px solid #25919e;
}

/* #ranking */
#ranking{
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 30px 0;
	background: #f1f1f1 url(img/line01.gif) bottom left repeat-x;
}
#ranking h2{
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
}
#ranking .rank{
	position: relative;
	float: left;
	width: 147px;
	margin: 0 -1px 0 0;
	padding: 4px 4px 10px 4px;
	background: #fff;
	border: #11507e solid 1px;
}
#ranking .rank img{
	width: 146px;
	height: 146px;
	margin: 0;
	padding: 0;
}
#ranking h3,
#ranking p{
	margin: 0 5px;
	padding: 0;
	font-size: 14px;
	line-height: 22px;
	font-size: 1.4rem;
	line-height: 2.2rem;
	border: 0;
}
#ranking h3 a{
	padding: 0;
}
#ranking h3 a:before,
#ranking h3 a:hover:before{
	border: 0;
}
#ranking #rank01:before,
#ranking #rank02:before,
#ranking #rank03:before,
#ranking #rank04:before,
#ranking #rank05:before{
	position: absolute;
	top: -3px;
	left: 8px;
	z-index: 5;
}
#ranking #rank01:before{ content: url(img/ico_rank01.png); }
#ranking #rank02:before{ content: url(img/ico_rank02.png); }
#ranking #rank03:before{ content: url(img/ico_rank03.png); }
#ranking #rank04:before{ content: url(img/ico_rank04.png); }
#ranking #rank05:before{ content: url(img/ico_rank05.png); }

/* #pickup */
#pickup{
	margin: 0 0 50px 0;
	padding: 0;
}
#pickup .cf{
	margin: -1px 0 0 0;
	padding: 0;
	background: url(img/bg_tec01.jpg) 0 0 repeat;
	border: #003468 solid 1px;
}
#pickup .photo{
	float: left;
	width: 260px;
	margin: 10px;
	padding: 18px 10px 10px 15px;
	background: url(img/tpickup_bgphoto.png) 0 0 no-repeat;
}
#pickup .thum{
	width: 260px;
	height: 260px;
	margin: 0 0 12px 0;
	padding: 0;
}
#pickup .thum img{
	width: 260px;
	height: 260px;
}
#pickup .text{
	float: left;
	width: 363px;
	margin: 0 0 0 0;
	padding: 20px 20px 0 10px;
}
#pickup .copy{
	margin: 0 0 15px 0;
	padding: 0;
	color: #003468;
	font-size: 17px;
	line-height: 33px;
	font-size: 1.7rem;
	line-height: 3.3rem;
	font-weight: bold;
}
#pickup .price{
	margin: 0 0 15px 20px;
}
#pickup h3 a{
	text-decoration: underline;
}
#pickup .comment{
	margin: 0;
	padding: 0 8px;
	font-size: 17px;
	line-height: 35px;
	font-size: 1.7rem;
	line-height: 3.5rem;
}

/* #category */
#category .block{
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: #bebebe double;
}
#category img{
	margin: 0 0 10px 0;
	padding: 0;
}
#category h3 a{
	margin: 0 10px;
}
#category h3 a{
	text-decoration: underline;
}
#category p{
	margin: 10px 10px 20px 10px;
}
#category .btn img{
	max-width: 160px;
	height: auto;
}

/* #tb */
#tb{
	margin: 0 0 50px 0;
	padding: 0;
}
#tb .tbnr{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
#tb .text{
	margin: 0;
	padding: 20px 30px;
	background: #e9f3f3;
}
#tb .text p{
	margin: 10px 0;
}
#tb .guide{
	margin: 0;
	padding: 10px;
	background: #003468;
}
#tb .guide h4{
	margin: 0;
	padding: 0;
	border: 0;
	background: 0;
}
#tb .guide h4 img{
	max-width: 190px;
	height: auto;
}
#tb .guide .box{
	margin: 0 0 1px 0;
	padding: 20px;
	background: #fff;
}
#tb .guide h5{
	overflow: hidden;
	margin: 0 0 5px 0;
	font-size: 21px;
	font-size: 2.1rem;
	padding: 0;
	border: 0;
}
#tb .guide h5:before{
	background: none;
}
#tb .guide h5 a{
	position: relative;
	display: block;
	padding: 0 0 0 18px;
}
#tb .guide h5 a:before{
	position: absolute;
	display: block;
	content:"";
	width: 8px;
	height: 8px;
	border-top: 2px solid #11507e;
	border-right: 2px solid #11507e;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	transform: rotate(45deg);
	left: 0;
	top: 50%;
	margin-top: -7px;
}
#tb .guide h5 a:hover:before{
	border-top: 2px solid #25919e;
	border-right: 2px solid #25919e;
}
#tb .guide .ico{
	float: left;
	padding: 0 20px 0 0;
}
#tb .guide p{
	margin: 8px 0 0 0;
}

/* #tshop */
#tshop{
	margin: 0 0 50px 0;
	padding: 0;
}
#tshop h3{
	margin: 0 auto 20px auto;
	padding: 30px 0;
	font-size: 28px;
	line-height: 52px;
	font-size: 2.8rem;
	line-height: 5.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	border-bottom: #bebebe solid 1px;
}
#tshop .left{
	margin: 0 20px;
	padding: 0;
}
#tshop p{
	margin: 0 20px 0 0;
	padding: 0;
}
#tshop .gu{
	margin: 20px 0 0 0;
	padding: 0 10px;
	background: #003468;
}
#tshop .gu h4{
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	border: 0;
}
#tshop .gu .text{
	margin: 0 0 10px 0;
	padding: 10px 0;
	background: #fff;
	text-align: center;
}
#tshop .gu .image{
	margin: 0;
	padding: 0;
	border-bottom: #003468 dotted 1px;
}
#tshop .gu .text p{
	margin: 20px;
	padding: 0;
}
#tshop .btn{
	margin: 0;
	padding: 0;
}
#tshop .btn img{
	max-width: 240px;
	height: auto;
}

/*---------------------------------------
　#order-rule
---------------------------------------*/
#order-rule th{
	width: 25%;
}
#order-rule th{
	width: 25%;
}
#order-rule th.title{
	padding: 20px;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.privacylink{
	margin: 0 0 20px 0; 
	padding: 20px;
	border: #11507e solid 2px;
}

/*---------------------------------------
　#inq, #mail
---------------------------------------*/
#inq table,
#mail table{
	width: 100%;
}
#inq th{
	width: 250px;
}
#inq th span{
	font-weight: normal;
	font-size: 1.3rem;
	color: #f00;
}
#mail th,
#mail td{
	text-align: center;
}
#mail input[type="text"]{
	padding: 10px;
}
input,
textarea{
	margin: 0;
	padding: 10px;
	font-family: Arial, sans-serif;
	border: 0;
	border: solid 1px #ccc;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
input:focus,
textarea:focus{
	outline: none;
	border: solid 1px #003468;
}
.submit{
	width: 100%;
	text-align: center;
}
.submit input{
	margin: 10px auto;
	padding: 10px 30px;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.2em;
	cursor: pointer;
	color: #fff;
	background: #0082b2;
	background: -moz-linear-gradient(top,  #0082b2 0%, #003468 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0082b2), color-stop(100%,#003468));
	background: -webkit-linear-gradient(top,  #0082b2 0%,#003468 100%);
	background: -o-linear-gradient(top,  #0082b2 0%,#003468 100%);
	background: -ms-linear-gradient(top,  #0082b2 0%,#003468 100%);
	background: linear-gradient(to bottom,  #0082b2 0%,#003468 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0082b2', endColorstr='#003468',GradientType=0 );
	border: 0;
	border-radius: 5px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.0980392) 0px 0px 3px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0px 0px 3px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.0980392) 0px 0px 3px 3px;
}
.submit input:hover{
	color: #fff;
	background: #2ab2b2;
	background: -moz-linear-gradient(top,  #2ab2b2 0%, #25919e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ab2b2), color-stop(100%,#25919e));
	background: -webkit-linear-gradient(top,  #2ab2b2 0%,#25919e 100%);
	background: -o-linear-gradient(top,  #2ab2b2 0%,#25919e 100%);
	background: -ms-linear-gradient(top,  #2ab2b2 0%,#25919e 100%);
	background: linear-gradient(to bottom,  #2ab2b2 0%,#25919e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ab2b2', endColorstr='#25919e',GradientType=0 );
}

/*---------------------------------------
　#faq
---------------------------------------*/
.mokuji{
	margin: 0 0 50px 0;
	padding: 20px 20px 0 20px;
	background: url(img/bg_tec01.jpg) 0 0 repeat;
	border: #11507e double;
}
.mokuji a{
	position: relative;
	padding: 0 10px 0 18px;
}
.mokuji a:before{
	position: absolute;
	display: block;
	content:"";
	width: 5px;
	height: 5px;
	border-top: 2px solid #11507e;
	border-right: 2px solid #11507e;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	transform: rotate(135deg);
	left: 0;
	top: 8px;
}
.mokuji a:hover:before{
	border-color: #25919e;
}
.mokuji ul{
	margin-right: 20px;
	list-style-type: none;
}
#faq .block{
	margin: 0 0 20px 0;
	padding: 20px 25px 0 25px;
	border: #11507e solid 2px;
	word-break: break-all;
}

/*---------------------------------------
　#gift01
---------------------------------------*/
#gift01 .left{
	width: 50%;
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
}

/*---------------------------------------
　#brand01
---------------------------------------*/
#brand01 .right{
	max-width: 200px;
}
#brand01 .youtube{
	width: 560px;
}

/* .galleryarea */
.galleryarea{
	width: 100%;
	list-style-type: none;
	margin: 0 auto 40px auto;
	padding: 0;
}
.galleryarea li{
	overflow: hidden;
	display: block;
	float: left;
	width: 173px;
	max-height: 100px;
	margin: 0 1px 2px 1px;
	padding: 0;
}
.galleryarea li img{
	transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	-o-transform:scale(1);
	transition:-webkit-transform 0.3s ease-in;
	-webkit-transition:-webkit-transform 0.3s ease-in;
	-o-transition:-o-transform 0.3s ease-in;
}
.galleryarea li img:hover{
	transform:scale(1.8);
	-moz-transform:scale(1.8);
	-webkit-transform:scale(1.8);
	-o-transform:scale(1.8);
}

/*---------------------------------------
　#gu
---------------------------------------*/
#gu .titlebnr{
	margin-bottom: 10px;
}
#gu .sv{
	margin-bottom: 10px;
}
#gu .svbnr{
	margin: 50px 0;
}
#gu .sv h3{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	border: 0;
}
#gu .sv .subtext{
	margin: 0 0 10px 0;
	padding: 25px 30px 0 30px;
	background: #fafad5;
	border-left: #494711 solid 1px;
	border-right: #494711 solid 1px;
	border-bottom: #494711 solid 1px;
}
#gu .mess{
	margin: 0 0 50px 0;
	padding: 20px 20px 0 20px;
	background: url(img/bg_tec01.jpg) 0 0 repeat;
	border: #11507e double;
}
#gu .mess p{
	margin: 0 20px 20px 20px;
}
#gu .sign{
	margin: 0;
	padding: 0 30px 30px 30px;
	text-align: right;
}

/*---------------------------------------
　#voice
---------------------------------------*/
#voice .box{
	margin: 0 0 20px 0;
	padding: 10px;
	background: #f7f5eb;
	border: #ccc solid 1px;
}
#voice .box img{
	border: #eee solid 1px;
}
#voice .box p{
	margin: 10px 10px 0 10px;
}
#voice .box .name{
	text-align: right;
	font-size: 1.4rem;
}

/*---------------------------------------
　#guide01
---------------------------------------*/
#guide01 th+td{
	width: 65%;
}
#guide01 th img{
	width: 100%;
}
#guide01 .mame{
	margin: 0 0 50px 0;
	padding: 20px 30px 10px 30px;
	background: url(img/bg_tec02.jpg) 0 0 repeat;
}
#guide01 .mame h3{
	margin: 0 0 10px 0;
	padding: 0;
	color: #11507e;
	border: 0;
}
#guide01 .mame h4{
	display: block;
	clear: both;
}
#guide01 .mame section{
	margin: 0;
	padding: 0;
}
#guide01 .mame .box{
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
	border: #11507e double;
}
#guide01 .mame .text{
	margin: 0;
	padding: 0 8px;
	font-size: 17px;
	line-height: 35px;
	font-size: 1.7rem;
	line-height: 3.5rem;
	background: url(img/bg_line.png) 0 0 repeat;
}
#guide01 .mame p{
	margin-bottom: 35px;
}
#guide01 .mame .left{
	padding-bottom: 0;
	border: 0;
}

/*---------------------------------------
　#guide02
---------------------------------------*/


/*---------------------------------------
　#guide03
---------------------------------------*/
#guide03 th,
#guide03 td{
	text-align: center;
}

/*---------------------------------------
　#guide04
---------------------------------------*/
#guide04 h3{
	clear: both;
}
#guide04 h4{
	display: table;
	clear: both;
}
#guide04 .left{
	max-width: 30%;
}
#guide04 section p{
	overflow: hidden;
}

/*---------------------------------------
　#guide05
---------------------------------------*/
#guide05 .facetype section{
	margin: 0 0 10px 0;
	padding: 0;
}
#guide05 .sec{
	margin: 0;
	padding: 0;
	border: #003468 solid 1px;
}
#guide05 .sec h5{
	margin: 0 0 15px 0;
	padding: 10px 15px;
	color: #fff;
	background: #003468;
}
#guide05 .sec h5:before{
	background: none;
}
#guide05 .sec h6{
	margin: 0 15px 10px 15px;
}
#guide05 .sec p{
	margin: 0 15px 20px 15px;
}
#guide05 th{
	width: 20%;
}
#guide05 td{
	width: 80%;
}

/*---------------------------------------
　#relation（関連コンテンツ）
---------------------------------------*/
#relation{
	margin: 0 0 40px 0;
	padding: 0;
	background: url(img/bg_tec01.jpg) 0 0 repeat;
	border: #11507e double;
}
#relation h4{
	float: left;
	width: 180px;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	border: 0;
}
#relation ul{
	float: left;
	margin: 0;
	padding: 15px;
	border-left: #11507e dotted 1px;
}
#relation li{
	margin: 0;
	padding: 0 5px 5px 5px;
	list-style-type: none;
}
#relation li a{
	position: relative;
	display: block;
	padding: 0 0 0 13px;
}
#relation li a:before{
	position: absolute;
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	border-top: 2px solid #11507e;
	border-right: 2px solid #11507e;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	transform: rotate(45deg);
	left: 0;
	top: 50%;
	margin-top: -5px;
}
#relation li a:hover:before{
	border-top: 2px solid #25919e;
	border-right: 2px solid #25919e;
}

/*---------------------------------------
　#sisterstore
---------------------------------------*/
#sisterstore td{
	vertical-align: middle;
}
#sisterstore .sbnr{
	width: 230px;
	background: #eee;
}
#sisterstore td a{
	font-weight: bold;
}

/*------------------------------ product setting ------------------------------*/
/*---------------------------------------
　#list
---------------------------------------*/
#list{
	overflow: hidden;
	width: 700px;
}
#list .listarea{
	width: 714px;
	margin: 0 -14px 20px 0;
	padding: 0;
}
#goods #list{
	width: 980px;
}
#goods .listarea{
	width: 952px;
	margin: 0 0 0 22px;
}
#goods #list h2{
	margin: 0 0 30px 0;
	border-bottom: #003468 solid 3px;
}

/* .listbox */
#list .listbox{
	float: left;
	width: 223px;
	margin: 0 15px 30px 0;
	padding: 0;
}
#list .inbox{
	margin: 0;
	padding: 0;
	border: #11507e solid 1px;
}
#list .inbox:hover{
	background: #fffec1;
	border: #25919e solid 1px;
}
#list .listbox img.thum{
	width: 212px;
	height: 213px;
	margin: 4px 4px 0 4px;
	padding: 0;
	vertical-align: bottom;
}
#list .listbox h3{
	margin: 8px 10px 5px 10px;
	padding: 0;
	font-size: 17px;
	line-height: 26px;
	font-size: 1.7rem;
	line-height: 2.6rem;
	border: 0;
}
#list .listbox p{
	margin: 0 10px 10px 10px;
	font-size: 13px;
	line-height: 20px;
	font-size: 1.3rem;
	line-height: 2.0rem;
}
#list .listbox .price{
	font-size: 17px;
	font-size: 1.7rem;
	color: #900;
}

/* #itemsupport */
#itemsupport{
	margin: 0 auto 15px auto;
	padding: 0;
	text-align: right;
}
#itemsupport input{
	padding: 5px 20px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	background: #F43236;
	border: 0;
}
#itemsupport input:hover{
	color: #ff3;
}

/*---------------------------------------
　#goods
---------------------------------------*/
#goods{
	width: 980px;
	float: none;
}

/*------------ .cartarea ------------*/
.cartarea{
	margin: 20px 0 50px 0;
	padding: 0;
	clear: both;
}
/* .mainphoto */
#goods .mainphoto{
	float: left;
	width: 505px;
	margin: 0;
	padding: 0 30px 0 0;
}
#goods .mainphoto .photo img{
	width: 504px;
	height: 504px;
}
#goods .mainphoto .photo,
#goods .mainphoto ul{
	width: 505px;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	list-style-type: none;
}
#goods .mainphoto li{
	position: relative;
	float: left;
	list-style-type: none;
	margin: 1px 1px 0 0;
	padding: 0;
}
#goods .mainphoto li img{
	width: 100px;
	height: 100px;
}
#goods .mainphoto li .caption{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 96px;
	height: 1.4em;
	margin: 0;
	padding: 0 2px;
	line-height: 1.4;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	background: rgba(0, 0, 0, 0.5);
}
/* .dtl */
#goods .dtl{
	float: left;
	width: 445px;
	margin: 0;
	padding: 20px 0;
	border-top: #003468 solid 2px;
}
#goods .dtl h2{
	min-height: auto;
	margin: 0 20px;
	padding: 0;
	font-size: 22px;
	font-size: 2.2rem;
	background: none;
	border: 0;
}
#goods .price{
	margin: 0 20px 15px 20px;
	padding: 0;
}
#goods .subtext{
	margin: 0;
	padding: 15px 20px 15px 20px;
	font-size: 14px;
	line-height: 22px;
	font-size: 1.4rem;
	line-height: 2.2rem;
	border-top: #003468 solid 2px;
	border-bottom: #003468 solid 2px;
}
/* .cart */
#goods .cart{
	margin: 0 20px;
	padding: 20px 0 0 0;
	border: 0;
}
.ocnk_cart,
.ocnk_cart iframe{
	width: 100% !important;
	margin: 0 0 -10px 0 !important;
	padding: 0 !important;
}

/* .data_table（在庫表） */
.data_table{
	width: 405px;
	margin: 0 20px;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
	font-size: 1.2rem;
	line-height: 2.0rem;
	table-layout: fixed;
	background: #fff;
}
.data_table th,
.data_table td{
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.data_table th,
.data_table tr:first-child th{
	border-bottom: #ede5ce solid 1px;
}
.data_table th+th{
	border-left: #ede5ce solid 1px;
}
.data_table td img{
	width: 60px;
	height: auto;
	margin: 0 0 -5px 0;
	padding: 2px;
}
#goods .stock{
	margin: 0 20px;
	padding: 10px 10px 0 10px;
	font-size: 13px;
	line-height: 21px;
	font-size: 1.3rem;
	line-height: 2.1rem;
	background: #fff;
	border-left: #003468 solid 1px;
	border-right: #003468 solid 1px;
	border-bottom: #003468 solid 1px;
}
#goods .stock p{
	margin: 0 0 10px 0;
	padding: 0;
}
#goods .stock strong{
	padding: 0 5px;
	font-size: 1.2rem;
	color: #fff;
	border-radius: 3px;
}
#goods .stock .color01{ background: #b42c2c; }
#goods .stock .color02{ background: #917245; }
#goods .stock .color03{ background: #858585; }
#goods .stock .color04{ background: #3b7134; }
#goods .stock .color05{ background: #353b72; }

/* .sp_tel */
#goods .sp_tel{
	margin: 0 20px 10px 20px;
}
/* .bnr */
#goods .dtl .bnr{
	margin: 20px;
	padding: 0;
}
/* .snsbtn */
.snsbtn{
	overflow: hidden;
	margin: 0 20px;
	padding: 0;
	list-style-type: none;
}
.snsbtn li{
	float: left;
	margin-right: 10px;
}
.snsbtn iframe{
	margin: 0 !important;
}
.fb-share-button,
.twitter-share-button{
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/*------------ .comment ------------*/
/* .comment */
#goods .comment{
	margin: 0 0 40px 0;
	padding: 0;
}
#goods .comment h3{
	margin: 0 0 20px 0;
	padding: 0 20px 10px 20px;
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #003468;
	vertical-align: baseline;
	border-bottom: #003468 solid 3px;
}
#goods .comment .text,
#goods .comment .intro{
	margin: 0 20px 30px 20px;
	padding: 0;
}
#goods .comment .left,
#goods .comment .right{
	width: 250px;
	margin: 0 30px 20px 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
#goods .comment .right{
	margin: 0 0 0 30px;
}
#goods .comment .left img,
#goods .comment .right img{
	width: 250px;
}
#goods .comment h4{
	overflow: hidden;
	display: block;
	margin: 10px 30px 20px 0;
	padding: 0 10px 10px 10px;
	line-height: 30px;
	line-height: 3.0rem;
}
#goods .comment p{
	overflow: hidden;
}
#goods .comment .intro .right,
#goods .comment .intro .right img{
	width: 450px;
}
#goods .comment .intro .right{
	margin-bottom: 0;
}

/*------------ .brand ------------*/
#goods .brand{
	margin: 30px 0 50px 0;
	padding: 120px 40px 0 40px;
	border-bottom: #003468 double;
	background: url(img/common_brand01_top.gif) 0 0 no-repeat;
}
#goods .brand .left{
	width: 330px;
	margin: 0 30px 30px 0;
	padding: 0;
	border: 0;
}
#goods .brand h4,
#goods .brand p{
	overflow: hidden;
}
#goods .brand h4{
	display: block;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 20px;
	line-height: 35px;
	font-size: 2.0rem;
	line-height: 3.5rem;
	border: 0;
	clear: none;
}

/*------------ .goodsbnr ------------*/
#goods .goodsbnr{
	margin: 30px 0 50px 0;
	padding: 0;
}

/*------------ .staffcomment ------------*/
#goods .staffcomment{
	margin: 0 0 50px 0;
	padding: 0;
}
#goods .staffcomment h4{
	float: left;
	width: 220px;
	margin: 0;
	padding: 0;
	border: 0;
}
#goods .staffcomment .staff{
	float: left;
	width: 280px;
	min-height: 80px;
	margin: 0;
	padding: 0 0 0 100px;
	border: 0;
}
#goods .staffcomment .men{
	background: url(img/common_staff_ico01.gif) 0 0 no-repeat;
}
#goods .staffcomment .women{
	background: url(img/common_staff_ico02.gif) 0 0 no-repeat;
}
#goods .staffcomment .staff h5{
	margin: 0;
	padding: 0;
}
#goods .staffcomment .staff h5:before{
	margin: 0;
	padding: 0;
	background: none;
}
#goods .staffcomment .staff p{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 25px;
	font-size: 1.4rem;
	line-height: 2.5rem;
}

/*------------ .mediacomment ------------*/
#goods .mediacomment .left img{
	width: 250px;
	margin: 0 30px 30px 0;
	padding: 0;
	border: 0;
	display: block;
}
#goods .mediacomment h5{
	font-size: 1.6rem;
}
#goods .mediacomment h5:before{
	display: none;
}

/*------------ .goodsbnr ------------*/
#goods .goodsbnr{
	margin: 30px 0 50px 0;
	padding: 0;
}


/*------------ .goodsguide ------------*/
#goods .goodsguide{
	margin: 0 0 50px 0;
	padding: 30px 30px 10px 30px;
	font-size: 14px;
	line-height: 25px;
	font-size: 1.4rem;
	line-height: 2.5rem;
	background: #003468;
}
#goods .goodsguide h4{
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
}
#goods .goodsguide h4 img{
	max-width: 107px;
	height: auto;
}
#goods .goodsguide section{
	margin: 0;
	padding: 0;
}
/* table */
#goods .goodsguide table{
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
}
#goods .goodsguide th,
#goods .goodsguide td{
	padding: 10px;
	vertical-align: middle;
}
#goods .goodsguide tr:last-child th,
#goods .goodsguide tr:last-child td{
	border-bottom: 0;
}
#goods .goodsguide .title{
	width: 10%;
	text-align: center;
	background: #ddd;
	border: 0;
	border-right: #fff solid 1px;
}
#goods .goodsguide th{
	width: 25%;
	color: #000;
	background: #ddd;
}
#goods .goodsguide td{
	width: 65%;
	border: 0;
	border-bottom: #ddd solid 1px;
}
/* .box */
#goods .goodsguide .box{
	margin: 0 0 20px 0;
	padding: 30px 30px 10px 30px;
	background: #fff;
}
#goods .goodsguide .box .left{
	padding-bottom: 0;
	border: 0;
}
#goods .goodsguide .box .left img{
	width: 220px;
	height: auto;
}
#goods .goodsguide .box h5{
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
	background: url(img/ico_hat01.png) 0 0 no-repeat;
	background-size: 24px;
}
/*ie8以下 hack*/
#goods .goodsguide .box h5{
	padding: 0\9;
	background: none\9;
	background-size: 0\9;
}
#goods .goodsguide .box h5:before{
	margin: 0;
	padding: 0;
	background: none;
}
#goods .goodsguide .box h6{
	overflow: hidden;
	margin-bottom: 10px;
}

/*---------------------------------------
　#infomation
---------------------------------------*/
#infomation{
	width: 980px;
	margin: 30px auto 50px auto;
	padding: 0 0 0 10px;
	font-size: 14px;
	line-height: 23px;
	font-size: 1.4rem;
	line-height: 2.3rem;
	clear: both;
	border-top: #11507e solid 2px;
	border-bottom: #11507e solid 2px;
}
#infomation img{
	height: auto;
}
#infomation h4{
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
}
#infomation h4 img{
	max-width: 180px;
	height: auto;
}
#infomation h5{
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
}
#infomation h5:before{
	background: none;
}
#infomation .footbox{
	float: left;
	width: 305px;
	margin: 0 10px 0 5px;
	padding: 0;
}
#infomation .title{
	margin: 5px 0;
	padding: 0;
}
#infomation p{
	margin: 0 5px 20px 5px;
	padding: 0;
}


/* .subcatlist（カテゴリで絞り込む） */
.subcatlist{
	position: relative;
	top: 15px;
	margin: 20px 0 0 0;
	padding: 0;
	background: #f1eecb;
	border: #777 double;
	border-radius: 5px;
}
.subcatlist h4{
	position: absolute;
	top: -1em;
	left: 1em;
	margin: 0;
	padding: 0 .5em;
	font-size: 1.9rem;
	line-height: 1.8;
	text-align: center;
	background: #fff;
	border: 0;
	border: #777 double;
}
.subcatlist h4:before{
	border: 0;
}
.subcatlist ul{
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 20px 0 0 0;
	padding: 15px;
	box-sizing: border-box;
	border-spacing: 2px;
}
.subcatlist li{
	display: table-cell;
	margin: 0;
	padding: 0;
	line-height: 1.7;
	list-style-type: none;
}
.subcatlist li a{
	position: relative;
	display: block;
	margin: 0;
	padding: 8px 10px 8px 23px;
	font-weight: bold;
	color: #fff;
	background: #395485;
	border: #fff solid 1px;
	border-radius: 3px;
	box-shadow:0px 0px 6px -2px #363636;
	-moz-box-shadow:0px 0px 6px -2px #363636;
	-webkit-box-shadow:0px 0px 6px -2px #363636;
}
.subcatlist li a:hover{
	color: #fff;
	background: #9c8253;
}
.subcatlist li a:before{
	position: absolute;
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	transform: rotate(45deg);
	left: 10px;
	top: 22px;
	margin-top: -5px;
}


/*------------------------------ sphone setting ------------------------------*/
/*------------------------------ 640px ------------------------------*/
@media screen and (max-width: 640px) {

	/*---------------------------------------
	　common tag
	---------------------------------------*/
	html, body{
		width: 100%;
	}
	body{
		position: relative;
		font-size: 14px;
		font-size: 1.4em; /* for Chrome bug */
		line-height: 2.6em; /* for Chrome bug */
		font-size: 1.4rem;
		line-height: 2.6rem;
		font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
		background: none;
	}
	main, section, aside,
	div, img, table, ul, ol, li, p,
	h1, h2, h5, h4, h5, h6{
		max-width: 100%;
		box-sizing: border-box;
	}
	.main{
		width: 100%;
		margin: 0;
		padding: 10px 10px 0 10px;
	}
	h1{
		max-width: 100%;
		font-size: 1.0rem;
		line-height: 2.1rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		text-align: center;
		background: #003468;
	}
	h2,
	#ranking h2,
	#inq h2,
	#privacy h2,
	#goods #list h2,
	#err404 h2{
		float: none;
		width: 100%;
		min-height: auto;
		height: auto;
		margin: 0 0 20px 0;
		padding: 10px;
		font-size: 1.9rem;
		letter-spacing: 0;
		border-top: #11507e solid 3px;
		border-bottom: #11507e solid 3px;
		background: none;
	}
	h3{
		padding: 0 5px 6px 5px;
	}
	h4{
		padding: 0 5px 5px 5px;
	}
	th,
	td{
		padding: 8px 10px;
	}
	/*---------------------------------------
	　common class
	---------------------------------------*/
	/* .position */
	.left,
	.right{
		width: 30%;
		border: 0;
	}
	/* パン屑 */
	.breadcrumb ul{
		width: 100%;
		padding: 0 5px;
		font-size: 1.2rem;
		text-align: left;
	}
	/* .campaign */
	.campaign,
	.indexcamp .campaign{
		margin: 0 auto;
		padding: 0 10px;
		box-sizing: border-box;
	}
	/* .holiday */
	.holiday{
		width: 95%;
		margin: 0 auto 10px auto;
		padding: 10px 20px 0 20px;
		border: #11507e solid 2px;
		box-sizing: border-box;
	}
	/* .link */
	.link:before{
		top: 4px;
	}
	/* .home */
	.home{
		margin: 0 0 20px 0;
		padding: 0;
		text-align: right;
	}
	/* section */
	section{
		margin: 0 0 20px 0;
	}
	/*---------------------------------------
	　#header
	---------------------------------------*/
	#header{
		width: 100%;
		height: auto;
		background: #fff;
	}
	#headlogo{
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 5px 10px;
		text-align: center;
		background: none;
	}
	#headcopy,
	#headsubmenu,
	#headmenu,
	#headship .tel{
		display: none;
	}
	/* #headship */
	#headright{
		float: none;
		width: 100%;
		height: auto;
		margin: 0;
		clear: both;
		border-bottom: #003468 solid 1px;
	}
	#headright:after{
		content: "";
		display: table;
		clear: both;
	}
	#headship{
		float: none;
		max-width: 100%;
		height: auto;
		margin: 0;
		padding: 0 5px;
		clear: none;
	}
	/*------------- #openmenu, #closemenu -------------*/
	.spmenu{
		width: 30px;
		height: 30px;
		cursor: pointer;
	}
	.spmenu svg{
		width: 30px;
		height: 30px;
	}
	#openmenu{
		position: fixed;
		top: 0;
		right: 0;
		display: block;
		width: 40px;
		height: 40px;
		margin: 0;
		padding: 5px;
		text-align: right;
		background: #11507e;
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha( opacity=80 )";
		z-index: 40;
	}
	#openmenu:hover{
		opacity: 1.0;
		filter: alpha(opacity=100);
		-ms-filter: "alpha( opacity=100 )";
		transition: .4s;
	}
	#openmenu svg,
	#openmenu:hover svg{
		fill: #fff;
	}
	#closemenu{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		text-align: center;
		z-index: 1000;
	}
	#closemenu svg{
		fill: #fff;
	}
	#closemenu:hover svg{
		fill: #9c8253;
	}
	/* .overlay */
	.overlay{
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		cursor: pointer;
		z-index: 100;
	}
	/*---------------------------------------
	　#footer
	---------------------------------------*/
	#footer{
		margin: 0;
		padding: 0;
	}
	/* #footer（メニューの表示/非表示切り替え） */
	#footer .wrapper{
		display: none;
		position: absolute;
		top: 0;
		right: -100%;
		width: 90%;
		/*height: 100%;*/
		background: #fff;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		z-index: 100;
	}
	#footer .select{
		right: 90%;
		-webkit-transform: translate3d(100%, 0, 0);
		-moz-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		/* box-shadow */
		box-shadow:rgba(0, 0, 0, 0.909804) 0px 0px 11px 1px;
		-webkit-box-shadow:rgba(0, 0, 0, 0.909804) 0px 0px 11px 1px;
		-moz-box-shadow:rgba(0, 0, 0, 0.909804) 0px 0px 11px 1px;
	}
	/* #footlogo */
	#footlogo{
		width: 100%;
		margin: 0 auto;
		padding: 5px 0;
		border: 0;
		text-align: center;
		background: none;
	}
	#footlogo .logo{
		display: none;
	}
	#footlogo .sns{
		background: none;
	}
	#footlogo .sns li a:hover{ background: #25919e; }

	.width300px{
		max-width: 100%;
	}
	/* .footmenu */
	.footmenu{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#footer h3{
		display: block;
		height: auto;
		margin: 0;
		padding: 20px;
		border-top: #003468 solid 3px;
		border-bottom: #003468 solid 1px;
	}
	.footmenu ul{
		margin: 0;
		padding: 0;
		border-bottom: #003468 solid 1px;
	}
	.footmenu li{
		margin: 0;
		padding: 0 20px;
	}
	.footmenu li+li{
		border-top: #003468 solid 1px;
	}
	.footmenu ul a{
		display: block;
		padding: 15px;
	}
	.footmenu li a:before{
		top: 50%;
	}
	/* #copyright */
	#copyright{
		margin: 0;
		padding: 0;
	}
	#copyright small{
		width: 100%;
		text-align: center;
		font-size: 1.0rem;
		line-height: 2.1rem;
	}

	/*---------------------------------------
	　#sidemenu
	---------------------------------------*/
	#sidemenu{
		display: none;
	}
	/*---------------------------------------
	　#index > #topimage
	---------------------------------------*/
	#indeximage{
		width: 100%;
		margin: 0 0 10px 0;
		padding: 0;
	}
	#topimage{
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10px;
	}
	#topimage .btn{
		top: -30px;
		margin: 0 15px 0 0;
	}
	#topimage .btn img{
		width: 105px;
		height: 15px;
	}
	/*---------------------------------------
	　#index
	---------------------------------------*/
	#index h3 a:before{
		top: 0;
		margin-top: 10px;
	}
	/* #ranking */
	#ranking{
		width: 100%;
		margin: 0 0 20px 0;
		padding: 10px 10px 20px 10px;
		box-sizing: border-box;
	}
	#ranking .rank{
		width: 100%;
		margin: -1px 0 0 0;
		padding: 5px;
	}
	#ranking .rank img{
		float: left;
		width: 30%;
		height: auto;
		margin: 0 10px 0 0;
	}
	/* #pickup */
	#pickup .cf{
		background: url(img/bg_tec01.jpg) 0 0 repeat;
	}
	#pickup .photo{
		float: none;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		background: none;
	}
	#pickup .btn,
	#pickup .btn img{
		display: none;
	}
	#pickup .thum{
		float: left;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 20px 20px 0 20px;
		background: none;
	}
	#pickup .thum img{
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	#pickup .text{
		width: 100%;
		margin: 0;
	}
	#pickup .copy{
		font-size: 1.4rem;
		line-height: 2.6rem;
	}
	#pickup .comment{
		padding: 0;
		font-size: 1.4rem;
		line-height: 2.6rem;
		background: none;
	}
	/* #category */
	#category{
		margin-bottom: 50px;
	}
	/* #tb */
	#tb .text{
		padding: 20px 15px;
	}
	#tb .guide section{
		padding: 10px;
	}
	#tb .guide .ico{
		float: left;
		max-width: 20%;
		padding: 0 15px 0 0;
	}
	#tb .guide h5{
		font-size: 1.8rem;
	}
	#tb .guide h5 a:before{
		left: 0;
		top: 0;
		margin-top: 7px;
	}
	/* #tshop */
	#tshop h3{
		padding: 0 0 20px 0;
		font-size: 1.7rem;
		line-height: 3rem;
	}
	/*---------------------------------------
	　#order-rule, #inq, #mail
	---------------------------------------*/
	#order-rule table,
	#mail table{
		margin-bottom: 20px;
	}
	#order-rule th,
	#order-rule td,
	#inq th,
	#inq td{
		display: list-item;
		width: 100%;
		box-sizing: border-box;
		list-style-type: none;
	}
	#order-rule td,
	#inq td{
		border: 0;
	}
	#order-rule th.title{
		padding: 10px;
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	#inq input,
	#inq textarea,
	#mail input{
		width: 80%;
	}
	#order-rule td img{
		max-width: 100% !important;
	}
	/*---------------------------------------
	　#relation（関連コンテンツ）
	---------------------------------------*/
	#relation h4{
		float: none;
		width: 100%;
		padding: 20px;
		text-align: left;
		box-sizing: border-box;
	}
	#relation ul{
		float: none;
		margin: 0 0 20px 0;
		padding: 0 15px;
		border-left: none;
	}
	/*---------------------------------------
	　#gift01
	---------------------------------------*/
	#gift01 .left{
		width: 100%;
		margin: 0 0 10px 0;
		padding: 0;
	}
	/*---------------------------------------
	　#brand01
	---------------------------------------*/
	/* .galleryarea */
	.galleryarea{
		margin: 0 auto 30px auto;
	}
	.galleryarea li{
		width: 50%;
		max-height: 100px;
		margin: 0 0 2px 0;
		padding: 0 1px 0 1px;
	}
	/*---------------------------------------
	　#guide01
	---------------------------------------*/
	#guide01 .mame{
		margin: 0 0 50px 0;
		padding: 10px;
		background: url(img/bg_tec02.jpg) 0 0 repeat;
	}
	#guide01 .mame .box{
		margin: 0 0 10px 0;
		padding: 20px 10px 0 10px;
	}
	#guide01 .mame .text{
		margin: 0;
		padding: 0;
		font-size: 1.4rem;
		line-height: 2.6rem;
		background: none;
	}
	#guide01 .mame p{
		margin-bottom: 20px;
	}
	/*---------------------------------------
	　#guide04
	---------------------------------------*/
	#guide04 .left{
		max-width: 100%;
	}
	/*---------------------------------------
	　#guide05
	---------------------------------------*/
	#guide05 th,{
		width: 40%;
	}
	#guide05 td{
		width: 60%;
	}
	/*---------------------------------------
	　#faq
	---------------------------------------*/
	.mokuji h4{
		margin: 0 0 10px 0;
		padding: 0;
		border: 0;
		font-size: 16px;
		font-size: 1.6rem;
		border-bottom: #11507e solid 1px;
	}
	.mokuji ul{
		margin: 0 0 0 10px;
	}
	.mokuji a:before{
		top: 4px;
	}
	.mokuji section{
		margin-bottom: 20px;
	}
	/*---------------------------------------
	　#sisterstore
	---------------------------------------*/
	#sisterstore table{
		border-top: 0;
		width: 100%;
		table-layout: fixed;
	}
	#sisterstore td{
		font-size: 1.2rem;
		display: list-item;
		width: 100%;
		list-style-type: none;
		border: 0;
		box-sizing: border-box;
	}
	#sisterstore .sbnr{
		width: 100%;
		text-align: center;
		border-top: #444 solid 1px;
	}
	/*---------------------------------------
	　#list
	---------------------------------------*/
	#list,
	#goods #list{
		width: 100%;
	}
	#list .listarea,
	#goods .listarea{
		width: 100%;
		margin: 0;
	}
	/* .listbox */
	#list .listbox{
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0;
	}
	#list .listbox:before,
	#list .listbox:after{
		content: "";
		display: table;
	}
	#list .listbox:after{ clear: both; }
	#list .listbox .inbox{
		margin: 0;
		padding: 10px;
	}
	#list .listbox .inbox:before,
	#list .listbox .inbox:after{
		content: "";
		display: table;
	}
	#list .listbox .inbox:after{ clear: both; }
	#list .listbox img.thum{
		float: left;
		max-width: 30%;
		height: auto;
		margin: 0 10px 10px 0;
		padding: 0;
	}
	#list .listbox p{
		overflow: hidden;
	}
	#list .listbox table{
		width: 100%;
		margin: 0 auto;
		padding: 0;
		clear: both;
	}
	#list .listbox table:before{
		content: "";
		display: table;
		clear: both;
	}
	#list .tag{
		float: right;
		margin: 0 10px 0 40px;
		padding: 3px 0 0 18px;
		font-size: 1.1rem;
	}

	/*---------------------------------------
	　#goods
	---------------------------------------*/
	#goods article{
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	/*------------ .cartarea ------------*/
	.cartarea{
		margin: 0 0 10px 0;
	}
	/* .mainphoto */
	#goods .mainphoto{
		float: none;
		width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
		padding: 0;
		clear: both;
	}
	#goods .mainphoto:after{
		content: "";
		display: table;
	}
	#goods .mainphoto:after{ clear: both; }
	#goods .mainphoto ul{
		margin: 0 auto;
		padding: 0;
	}
	#goods .mainphoto .photo img{
		max-width: 100%;
		height: auto;
		padding: 1px 1px 0 0;
	}
	#goods .mainphoto li{
		margin: 0;
		width: 25%;
		height: auto;
	}
	#goods .mainphoto li img{
		width: auto;
		height: auto;
	}
	#goods .bxslider1,
	#goods .bxslider2{
		text-align: center;
	}
	#goods .bxslider1 img,
	#goods .bxslider2 img{
		max-width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0 1px 1px 0;
	}
	#goods #bx-pager1,
	#goods #bx-pager2{
		max-width: 100%;
	}
	#goods #bx-pager1 li,
	#goods #bx-pager2 li{
		float: left;
		width: 20%;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		outline: #000 solid 1px;
	}
	#goods #bx-pager1 li img,
	#goods #bx-pager2 li img{
		max-width: 100%;
		height: auto;
	}
	/* .dtl */
	#goods .dtl{
		float: none;
		width: 100%;
		padding: 10px 0 0 0;
		clear: both;
	}
	#goods .dtl h2{
		margin: 0;
		padding: 5px;
		border: 0;
		font-size: 1.8rem;
	}
	#goods .price{
		margin: 0 5px 15px 5px;
		padding: 0;
	}
	#goods .subtext{
		padding: 15px 5px 15px 5px;
		font-size: 1.2rem;
		line-height: 2rem;
	}
	/* .cart */
	#goods .cart{
		width: 100%;
		margin: 0 auto;
		padding: 10px;
		border: 0;
		text-align: center;
	}
	/* .data_table（在庫表） */
	.data_table{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#goods .stock{
		width: 100%;
		margin: 0;
		font-size: 1.2rem;
		line-height: 2rem;
		box-sizing: border-box;
	}
	/* .sp_tel */
	#goods .sp_tel{
		display: block;
		margin: 0 auto 10px auto;
	}
	/* .bnr */
	#goods .dtl .bnr{
		margin: 20px auto 0 auto;
		padding: 0;
		text-align: center;
	}
	/*------------ .comment ------------*/
	/* .comment */
	#goods .comment{
		margin: 0;
		padding: 0;
	}
	#goods .comment h3{
		float: none;
		width: 100%;
		min-height: auto;
		height: auto;
		margin: 0 0 20px 0;
		padding: 5px;
		font-size: 1.8rem;
		border-top: #11507e solid 3px;
		border-bottom: #11507e solid 3px;
		background: none;
		box-sizing: border-box;
	}
	#goods .comment .text,
	#goods .comment .intro{
		margin: 0 0 20px 0;
		padding: 0;
	}
	#goods .comment h4{
		display: block;
		width: 100%;
	}
	#goods .comment .left,
	#goods .comment .right{
		float: none;
		width: 70%;
		height: auto;
		margin: 0 auto 10px auto;
		padding: 0;
		text-align: center;
		clear: both;
	}
	#goods .comment .photo img{
		width: 100%;
		height: auto;
	}
	/*------------ .brand ------------*/
	#goods .brand{
		margin: 0 0 10px 0;
		padding: 10px 15px 0 15px;
		border: #11507e double;
		background: url(img/bg_tec01.jpg) 0 0 repeat;
	}
	#goods .brand h4{
		font-size: 1.5rem;
		line-height: 2.6rem;
	}
	#goods .brand .left{
		float: none;
		width: 70%;
		height: auto;
		margin: 0 auto 10px auto;
		padding: 0;
		text-align: center;
		clear: both;
	}
	#goods .brand p:last-of-type{
		margin-bottom: -20px;
	}
	/*------------ .goodsbnr ------------*/
	#goods .goodsbnr{
		margin: 0 0 10px 0;
		padding: 0;
	}
	/*------------ .snsbtn ------------*/
	.snsbtn{
		margin: 20px 0 0 0;
	}
	/*------------ .staffcomment ------------*/
	#goods .staffcomment{
		margin: 0 0 20px 0;
		padding: 0;
		border: #11507e solid 1px;
	}
	#goods .staffcomment h4{
		float: none;
		width: 100%;
		margin: 0;
		padding: 10px;
		border: 0;
		color: #fff;
		background: #11507e;
		box-sizing: border-box;
	}
	#goods .staffcomment .staff{
		float: none;
		width: 100%;
		margin: 0;
		padding: 10px;
		border: 0;
	}
	#goods .staffcomment .men,
	#goods .staffcomment .women{
		background: none;
	}

	/*------------ .mediacomment ------------*/
	#goods .mediacomment .left img{
		float: none;
		width: 70%;
		height: auto;
		margin: 0 auto 10px auto;
		padding: 0;
		text-align: center;
		clear: both;
	}
	#goods .mediacomment h5{
		font-size: 1.6rem;
		padding: 10px 0 0 0;
	}
	#goods .mediacomment h5:before{
		display: none;
	}
	

	/*------------ .goodsguide ------------*/
	#goods .goodsguide{
		margin: 0 0 20px 0;
		padding: 10px 10px 5px 10px;
	}
	#goods .goodsguide h4{
		margin: 0;
	}
	/* table */
	#goods .goodsguide table{
		margin-bottom: 10px;
	}
	#goods .goodsguide th,
	#goods .goodsguide .title,
	#goods .goodsguide td{
		text-align: left;
		display: list-item;
		list-style-type: none;
		width: 100%;
		box-sizing: border-box;
		border: 0;
	}
	#goods .goodsguide .title{
		border-bottom: #fff solid 1px;
	}
	/* .box */
	#goods .goodsguide .box{
		margin: 0 0 10px 0;
		padding: 15px 15px 0 15px;
	}
	#goods .goodsguide .box .left img{
		max-width: 100%;
		height: auto;
	}
	/*---------------------------------------
	　#infomation
	---------------------------------------*/
	#foottitle{
		display: block;
		width: 100%;
		margin: 20px 0 0 0;
		padding: 10px 20px;
		color: #fff;
		background: #11507e;
	}
	#foottitle span{
		font-size: 1.7rem;
		font-weight: bold;
	}
	#foottitle span:before{
		margin:0 8px 0 0;
		padding: 3px;
		background: #fff;
		color: #11507e;
		border-radius: 50%;
	}
	#infomation{
		display: none;
		width: 100%;
		margin: 0;
		padding: 0;
		border: 0;
	}
	#infomation .footbox{
		float: none;
		width: 100%;
		margin: 0;
		padding: 0 10px;
	}
	
		/* .subcatlist（カテゴリで絞り込む） */
	.subcatlist{
		top: 10px;
		margin: 20px 0 0 0;
	}
	.subcatlist h4{
		left: .5em;
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.subcatlist ul{
		display: block;
		padding: 8px 10px 10px 10px;
	}
	.subcatlist li{
		display: block;
		margin: 0 0 2px 0;
		padding: 0;
	}
	.subcatlist li a{
		font-size: 1.4rem;
	}
	.subcatlist li a:before{
		top: 20px;
	}

}


/*------------------------------ 480px ------------------------------*/
@media screen and (max-width: 480px) {

	/*---------------------------------------
	　common class
	---------------------------------------*/
	/* .position */
	.left,
	.right{
		float: none;
		width: 100%;
		margin: 0 auto 10px auto;
		padding: 0;
		text-align: center;
		clear: both;
	}
	/* .titlebnr */
	.titlebnr{
		margin: 0 0 20px 0;
	}
	.titledisc p{
		margin: 0 10px 20px 10px;
	}
	/*---------------------------------------
	　#index
	---------------------------------------*/
	/* #tb */
	#tb .guide .ico{
		width: 100%;
	}
	/* #tshop */
	#tshop .left{
		margin: 0 0 10px 0;
		padding: 0;
	}
	/*---------------------------------------
	　#gu
	---------------------------------------*/
	#gu .sv .subtext{
		padding: 20px 15px 0 15px;
	}
	#gu .mess p{
		margin: 0 0 20px 0;
	}
	#gu .sign{
		margin: 0;
		padding: 0 30px 30px 30px;
		text-align: center;
	}

}

