@charset "utf-8";

/* Reset

Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1

-------------------------------------------------------------------------------*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}input,button,textarea,select{*font-size:100%}

h1,h2,h3,h4,h5,h6,p,dt,dd,ul,li{max-height:100%;}

/* basic
-------------------------------------------------------------------------------*/

a{ color: #00B8FF; text-decoration: none; }
a:hover{ color: #FF1D25; }

.fltL{ float: left; }
.fltR{ float: right; }
.alnC{ text-align:center; }
.alnR{ text-align: right; }
.bold{ font-weight: bold; }
.small{ font-size: 11px; }
.caption{ font-size: 12px; }
.big{ font-size: 16px; }
.red{ color:#f00; }
.gray{ color:#999; }
.rgray{ color: #ccc; }
.dgray{ color: #777 !important; }
.black{ color: #333 !important; }

.mt120{ margin-top: 120px !important; }
.mt70{ margin-top: 70px !important; }
.mt60{ margin-top: 60px !important; }
.mt50{ margin-top: 50px !important; }
.mt40{ margin-top: 40px !important; }
.mt30{ margin-top: 30px !important; }
.mt25{ margin-top: 25px !important;}
.mt20{ margin-top: 20px !important;}
.mt10{ margin-top: 10px !important; }

.clear{ clear: both; }
.clrfx:after{
	content:"";
	display:table;
	clear:both;
}
.clrfx{zoom:1;}

.op:hover{
	opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";
	filter: alpha(opacity=60);
}

ul li a, ul li img{ display: block; }
.alnC > img{ display: inline-block; }

.inlink{ display: inline; }

.indent{
	text-indent: -1.28em;
	margin-left: 1.28em;
}

.arrow{
	padding-left: 20px;
	background: url(../images/arrow.gif) no-repeat;
	background-position: left 0.65em;
}
.arrow:hover{ background-position: left -1.6em; }
.arrow a{ color: #808080; }


/* layout
-------------------------------------------------------------------------------*/
html{
	background:#FFF url(../images/pre/bg.jpg) fixed;
	background-size: auto 100% ;
}


body{
	font: 13px/2.4 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	letter-spacing: 0.28em;
	color: #666;
	-webkit-text-size-adjust: 100%;
}

.wrapper{
	width: 940px;
	margin: 0 auto;
	padding: 20px 30px;
	background-color: #fff;
}

#header{ height: 40px; }

.content{
	border-top: 1px solid #afafaf;
}


/* footer */
.footer{ padding-top: 24px; }

.footer ul{
	margin-bottom: 50px;
	text-align: center;
	letter-spacing: -0.4em;
}

.footer li{
	display: inline-block;
	margin-right: 134px;
	vertical-align: top;
}
.footer li:last-child{ margin-right: 0; }

.fb-like{
	height: 20px;
	overflow: hidden;
}


/* home */
#topMain{
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
}
#topMain div{
	position: absolute;
	top: 14px;
	right: 152px;
}

#topLead{
	padding: 30px 0;
	border-bottom: 1px solid #000;
}

#topLead .fltR li{
	width: 328px;
	height: 80px;
	padding-left: 10px;
	margin-bottom: 18px;
	border-bottom: 1px solid #000;
}
#topLead .fltR li:first-child{
	height: 92px;
}

.topProduct{
	padding: 60px 0;
	border-bottom: 1px solid #666;
}

.topProduct > .fltL{ width: 460px; }

#topProduct1 > div > div:first-child,
#topProduct2 > div > div:first-child{
	display: inline-block;
	margin-bottom: 30px;
	border: 1px solid #666;
}

.topProduct > ul{
	float: right;
	width: 480px;
	letter-spacing: -0.4em;
}
.topProduct > ul li{ margin-bottom: 40px; }

#topProduct1 > ul li{ display: inline-block; }
#topProduct1 > ul li:nth-child(odd){ margin-right: 30px; }
#topProduct1 > ul li:last-child,
#topProduct1 > ul li:nth-last-child(2),
#topProduct2 > ul li:last-child{ margin-bottom: 0; }

#topInfo{
	padding-bottom: 0;
	border-bottom: none;
}

#topInfo dl{
	width: 805px;
	margin-top: 40px;
	margin-left: -30px;
	padding: 55px 0 55px 195px;
	background-color: #292942;
	color: #fff;
}

#topInfo dt,
#topInfo dd{ margin: 10px 0; }

#topInfo ul{
	font-size: 11px;
	color: #c8c8c8;
}

#topInfo li{
	text-indent: -1.4em;
	margin-left: 1.4em;
	line-height: 2.8;
}
#topInfo li:before{ content: "・"; }
#topInfo li a{
	display: inline;
	color: #FF7BA8;
}


/* product */
#product{ padding-top: 30px; }
#product #header{ height: 70px; }

.prodLead{ margin: 30px 0 60px 0; }

.cartWrap{
	position: relative;
	width: 338px;
	height: 154px;
	margin-top: 25px;
	padding: 24px 0;
	border: 3px solid #292942;
	border-radius: 6px;
	text-align: center;
}
.cartMens{ height: 202px; }

.cartWrap p:last-child{
	position: absolute;
	width: 100%;
	bottom: 24px;
}

.cartWrap ul{ margin-top: 20px; }
.cartWrap li{ margin-bottom: 10px;}
.cartWrap a{
	display: inline-block;
	width: 214px;
	height: 36px;
	text-indent: -9999px;
	background-position: 0 0;
}
.cartWrap a:hover{ background-position: 0 -36px; }

.btn_l_mb_m{ background: url(/store/mizusawa/2015/images/pre/product/btn_l_mb_m.gif) no-repeat; }
.btn_l_mb_l{ background: url(/store/mizusawa/2015/images/pre/product/btn_l_mb_l.gif) no-repeat; }
.btn_l_cg_m{ background: url(/store/mizusawa/2015/images/pre/product/btn_l_cg_m.gif) no-repeat; }
.btn_l_cg_l{ background: url(/store/mizusawa/2015/images/pre/product/btn_l_cg_l.gif) no-repeat; }
.btn_m_mb_s{ background: url(/store/mizusawa/2015/images/pre/product/btn_m_mb_s.gif) no-repeat; }
.btn_m_mb_m{ background: url(/store/mizusawa/2015/images/pre/product/btn_m_mb_m.gif) no-repeat; }
.btn_m_mb_l{ background: url(/store/mizusawa/2015/images/pre/product/btn_m_mb_l.gif) no-repeat; }
.btn_m_cg_s{ background: url(/store/mizusawa/2015/images/pre/product/btn_m_cg_s.gif) no-repeat; }
.btn_m_cg_m{ background: url(/store/mizusawa/2015/images/pre/product/btn_m_cg_m.gif) no-repeat; }
.btn_m_cg_l{ background: url(/store/mizusawa/2015/images/pre/product/btn_m_cg_l.gif) no-repeat; }

.pagenotice{
	padding: 8px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
}

.prodContent{
	margin-top: 30px;
	padding-bottom: 60px;
	border-bottom: 1px solid #000;
}

.prodContent h2{ margin-bottom: 55px; }

.prodFeature .clrfx{ width: 856px; font-size: 12px; }
.prodFeature .clrfx > div{ width: 386px; }

.prodFeature_m ul,
.prodFeature_m ul:first-of-type + p{ font-size: 12px; }

.prodFeature_m ul li{
	float: left;
	margin-right: 5px;
}
.prodFeature_m ul p{ margin-top: 5px; }

.prodFeature_m ul + p + ul li:first-child{ width: 535px; }

.prodSize > ul{ margin-top: 45px; }
.prodSize > ul li{
	float: left;
	width: 280px;
	margin-right: 40px;
	text-align: center;
}
.prodSize > ul li:last-child{ margin-right: 0; }
.prodSize > ul li p{ margin-top: 10px; font-size: 12px; }

.prodNotice ul{
	width: 470px;
	font-size: 12px;
}

.prodNotice li{
	margin-left: 1.28em;
	margin-bottom: 45px;
	text-indent: -1.28em;
}
.prodNotice li:last-child{ margin-bottom: 0; }
.prodNotice li:before{
	content: "◇";
	color: #ccc;
}

.prodSpec { font-size: 12px; }
.prodSpec div{ display: inline-block; }
.prodSpec div p:first-child{
	margin-bottom: 5px;
	border-bottom: 1px dotted #666;
}
.prodSpec div span{
	display: inline-block;
	margin-left: 3.84em;
}


/* basic */
#basic #header + div{
	position: relative;
	height: 680px;
}

#basic #header + div > div{
	position: absolute;
	top: 26px;
	left: 132px;
	z-index: 1;
}
#basic #header + div > h2,
#basic #header + div > ul{
	position: relative;
	z-index: 999;
}

.basicContent{
	margin: 17px 0 20px 0;
	padding: 24px 0 0 80px;
}

.basicContent > ul li{
	float: left;
	font-size: 12px;
	margin-right: 10px;
	letter-spacing: 0.2em;
}
.basicContent > ul li:last-child{ margin-right: 0; }
.basicContent > ul li p{ margin-top: 10px; }

#basicContent1, #basicContent2{
	padding-bottom: 100px;
	background: url(../images/pre/basic/bg.gif) no-repeat left bottom;
}
#basicContent1 li{ width: 280px; }
#basicContent2 li{ width: 380px; }

#basicContent3{
	margin-top: 55px;
	padding: 35px 0 100px 80px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#basicContent3 p{
	margin-left: 310px;
	padding-top: 30px;
	font-size: 12px;
}


/* interview */
#interview h2{ margin-top: 15px; }

#interview h3{ margin: 70px 0 50px 0; }

.intvImg{
	float: right;
	font-size: 11px;
}
.intvImg img{
	display: block;
	margin-bottom: 5px;
}

#interview .footer,
#handmade .footer{
	margin-top: 100px;
	border-top: 1px solid #000;
}


/* handmade */
#handmade #header + div{
	margin-top: 42px;
	text-align: center;
}
