@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%}

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

.fltL{ float: left; }
.fltR{ float: right; }
.alnC{ text-align:center; }
.alnR{ text-align: right; }
.bold{ font-weight: bold; }
.big{ font-size: 21px; line-height: 1.2; }
.small{ font-size: 11px; }
.small12{ font-size: 12px; }
.red{ color: #eb3f4d; }
.green{ color: #005F00; }

.mt50{ margin-top: 50px; }
.mt30{ margin-top: 30px; }
.mt20{ margin-top: 20px; }
.mt15{ margin-top: 15px; }

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


/* layout
-------------------------------------------------------------------------------*/

body{
	font:14px/2.0 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	letter-spacing:.05em;
	background: url(../images/bg.gif);
	-webkit-text-size-adjust: 100%;
}

.wrapper{
	width: 1020px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 10px 0 #666;
}

#lead{
	position: relative;
	width: 780px;
	margin: 20px auto 42px auto;
}

.product{ margin: 40px 120px 40px 135px; }

#nosi{ margin: 40px 0 34px 180px; }

#nosi li{
	float: left;
	margin-right: 26px;
}



.cart select{
	display: inline-block;
	min-width: 60px; 
	margin: 3px 10px;
	vertical-align: top;
	outline: none;
}

.cart span{ color: red; font-size: 12px; }
.cart .soldout{
	color: red;
	font-weight: bold;
}


input[type="image"]{
	padding: 7px 0;
	outline: none;
}

.dashed{
	margin-left: 40px;
	margin-right: 40px;
	padding: 28px 0;
	background: url(../images/bg_dashed.gif) repeat-x center bottom;
}

.noshi{
	display: block;
	height: 26px;
	margin-top: 16px;
	padding-top: 10px;
	background-color: #d0cfcf;
	border-radius: 16px;
	text-align: center;
	cursor: pointer;
}

#purchase{
	margin: 32px 95px 40px 95px;
	padding: 20px 0;
	text-align: center;
	border-radius: 12px;
	background-color: #f2f2f2;
	color: red;
	font-weight: bold;
}
#purchase label,
#purchase select,
#purchase input,
#purchase span{
	display: inline-block;
	vertical-align: middle;
	height: 35px;
	line-height: 35px;
}
#purchase select,
#purchase input{ margin-right: 30px; }


#purchase label{ color: #000; }



#footer{
	margin: 60px 40px 40px 40px;
	padding-top: 40px;
	vertical-align: bottom;
	background: url(../images/bg_dashed.gif) repeat-x center top;
}

#footer li{
	display: inline-block;
	margin-left: 60px;
}
#footer li:first-child{ margin-left: 0; }

#copyright{
	padding-bottom: 50px;
	text-align: center;
}
