@charset "utf-8";

/*  */
body{
	margin:0;
	padding:0;
	border-top:4px solid #000;
	font:13px 'ＭＳ Ｐゴシック',arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	line-height:1.4em;
	color:#333;
	}

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

p{
	margin:0;
	padding:0;
	}

li{
	margin:0;
	padding:0;
	list-style:none;
	}

img{
	border:0;
	}

hr{
	display:none;
	}
	
a, a:link{
	color:#666;
	text-decoration:none;
	}
a:visited{
	color:#666;
	text-decoration:none;
	}
a:hover{
	color:#666;
	text-decoration:underline;
	}

table{
    font-size:inherit;
    font:100%;
}

table.pickup{
	font-size:inherit;
	font:100%;
	border-right:1px solid #000;
	border-top:1px solid #000;
}
table.pickup td {
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	padding:12px;
}
table.pickup th {
	padding:12px;
	background-color:#666;
	text-align:left;
	font-weight:normal;
	color:#fff;
	vertical-align:top;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}

textarea{
    font-size:inherit;
    font:100%;
}
	
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: inline-block;} /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */

.btn, .allbtn{
	border:0;
	}

.clear{
	clear:both;
	}

.hide{
	display:none;
	}

#header{
	width:940px;
	margin:0 auto;
	height:73px;
	background-image:url(../img/bg_header.gif);
	background-repeat:no-repeat;
	background-position:left top;
	line-height:1;
	}
#header .logo{
	float:left;
	width:291px;
	margin:11px 0 0 0;
	}
#header .shoplogo{
	float:left;
	/*width:291px;*/
	margin:11px 0 0 30px;
	}
#header .hutility{
	float:right;
	width:417px;
	text-align:right;
	}
#header .hutility li{
	float:left;
	}
#header .qa{
	margin:4px 18px 0 0;
	}

#global{
	background-image:url(../img/bg_global.jpg);
	background-repeat:repeat-x;
	}
	
/* globalnavi pulldown */
#global ul#nav{
	width:940px;
	margin:0 auto;
	position:relative;
	z-index:1000;
	}
#global ul#nav li{
	float:left;
	position:relative;
	}

#global ul#nav ul{
	display:none;
	position:absolute;
	top:47px;
	left:0;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	z-index:5000;
	}
	
* html #global #nav ul {
	line-height:0;
	}

#global ul#nav li ul li{
	float:none;
	}
#global ul#nav ul a { 
	display:block;
	width:173px;
	background-color:#fff;
	padding:10px 5px 10px 8px;
	color:#000;
	opacity:0.9;
	filter:alpha(opacity=90);
	zoom:1;
	line-height:120%;
	background-image:url(../img/bd_pulldown.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	}

#global ul#nav ul a.end { 
	background-image:none;
	}
#global ul#nav ul a.hover {
	background:#ccc;
	}


/* contents */
#container{
	width:940px;
	margin:0 auto;
	}
#contents{
	margin:32px 0 0 0;
	}
#contents #main{
	float:right;
	width:710px;
	padding:10px 0 0 0;
	background-image:url(../img/bg_contents.gif);
	background-repeat:no-repeat;
	background-position:left top;
	}
#contents #main h2{
	margin:20px 0;
	}
#contents #main h3{
	margin-bottom:10px;
	}
#contents #main p{
	margin-bottom:15px;
	}
#contents #main p.indent{
	padding-left:1.2em;
    text-indent:-1.2em;
	}
	
/* breadcram */
#contents #main .breadcram{
	height:22px;
	padding:4px 0 0 10px;
	background-image:url(../img/bg_breadcram.gif);
	background-repeat:repeat-x;
	font-size:77%;
	}
#contents #main .btm{
	margin:35px 0 60px 0;
	}
	
/* kanren info */
#contents #main .kanren{
	width:710px;
	height:102px;
	margin:15px 0 15px 0;
	background-image:url(../img/bg_kanren.jpg);
	background-repeat:no-repeat;
	line-height:1;
	}
#contents #main .kanren .left{
	float:left;
	width:495px;
	padding:25px 0 0 20px; 
	}
#contents #main .kanren .left li{
	display:inline;
	}
#contents #main .kanren .left li a{
	margin-right:5px;
	}
#contents #main .kanren .right{
	float:right;
	width:170px;
	padding:30px 0 0 25px;
	}
#contents #main .kanren .right li{
	margin-bottom:15px;
	}

/* kanren info shopbtn */
#contents #main .kanren2{
	clear:both;
	width:710px;
	height:130px;
	margin:15px 0 15px 0;
	background-image:url(../img/bg_kanren2.jpg);
	background-repeat:no-repeat;
	line-height:1;
	}
#contents #main .kanren2 .left{
	float:left;
	width:450px;
	padding:40px 0 0 0;
	text-align:center;
	}
#contents #main .kanren2 .left li{
	display:inline;
	}

#contents #main .kanren2 .right{
	float:right;
	width:205px;
	padding:35px 0 0 55px;
	}
#contents #main .kanren2 .right li{
	margin-bottom:8px;
	}

/* yoko idou */
dl.otherchoose{
	margin-bottom:10px;
	padding:17px;
	border:1px solid #e1e1e1;
	}
dl.otherchoose dt{
	font-weight:bold;
	font-size:108%;
	}
dl.otherchoose dd{
	float:left;
	width:150px;
	margin-right:10px;
	padding:0 0 0 8px;
	background-image:url(../img/icon_arrow.gif);
	background-repeat:no-repeat;
	background-position:0 7px;
	}

/* spec table */
table.spec{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	}
table.spec td, table.spec th{
	padding:5px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:center;
	}
table.spec th{
	background-color:#F0EDE8;
	font-weight:normal;
	}

/* pagetop */
.pagetop{
	clear:both;
	margin-top:20px;
	}
	
/* footer */
#footer{
	margin:1px 0 0 0;
	padding:20px 0 100px 0;
	background-image:url(../img/bg_footer.jpg);
	background-repeat:repeat-x;
	}
#footer #utility{
	width:940px;
	margin:0 auto;
	}

#footer #utility ul{
	float:left;
	width:680px;
	margin:6px 0 0 0;
	}
#footer #utility  ul li{
	float:left;
	}
#footer #utility li.mr13{
	margin-right:13px;
	}
#footer #utility li.mr9{
	margin-right:9px;
	}
#footer #utility .logocopy{
	float:right;
	width:244px;
	}
	
/* text */
.stxt{
	font-size:77%;
	line-height:1.2em;
	}

.mtxt{
	font-size:108%;
	line-height:1.4em;
	}

.ltxt{
	font-size:123.1%;
	line-height:1.6em;
	}

.enji{
	color:#920707;
	}

.red{
	color:#ff0000;
	}
.red2{
	color:#cc0000;
	}

.aligncenter{
	text-align:center;
	}
.alignright{
	text-align:right;
	}
.alignleft{
	text-align:left;
	}

/* margin */
.m0{
	margin:0 !important;
	}
.mt10{
	margin-top:10px;
	}
.mt20{
	margin-top:20px;
	}
.mt30{
	margin-top:30px;
	}
.mt40{
	margin-top:40px;
	}
.mt80{
	margin-top:80px;
	}

.mb10{
	margin-bottom:10px;
	}
.mb20{
	margin-bottom:20px;
	}
.mb30{
	margin-bottom:30px;
	}

.pt10{
	padding-top:10px;
	}

/* products layout common */

#main .slayout{
	padding-bottom:25px;
	}
#main .slayout .left{
	float:left;
	width:370px;
	}
#main .slayout .right{
	float:right;
	width:325px;
	}

#main .llayout{
	padding-bottom:25px;
	}
#main .llayout .left{
	float:left;
	width:425px;
	}
#main .llayout .right{
	float:right;
	width:270px;
	}

#main .sslayout{
	padding-bottom:25px;
	}
#main .sslayout .left{
	float:left;
	width:310px;
	}
#main .sslayout .right{
	float:right;
	width:400px;
	}


#main .midashi{
	font-size:108%;
	color:#cc0000;
	}

#main .bdp{
	padding:0 0 10px 0;
	border-bottom:1px solid #ccc;
	}

#main a.iconarrow{
	padding:0 0 0 12px;
	background-image:url(../img/arrow1.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
	}

#main .pklayout{ clear:both;
	padding:10px 0 5px;
	border-bottom:1px solid #ccc;
	}

#main .pknone{ border:none; padding-bottom:25px;
	}

#main .pklayout .left{
	float:left;
	width:334px;
	}
#main .pklayout .right{
	float:right;
	width:334px;
	}

#main .pklayout .right p.text_right{ text-align:right; }

#main .pk_pagenavi{ border-top:1px solid #ccc; border-bottom:1px solid #ccc; padding:7px 10px 9px; margin-bottom:20px; }
#main .pk_pagenavi ul li{ display:inline; }
#main .pk_pagenavi ul li a{ display:block; float:left; margin-right:20px; }
