@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);


/*-------------------------------------------------------------------
	#gallery
-------------------------------------------------------------------*/
#gallery {
	margin-bottom: 0px;
	overflow: hidden;
	/zoom: 1;
}
#gallery dl {
	float: left;
	width: 230px;
	margin-right: 45px;
	margin-bottom: 35px;
}
#gallery dl.none,
#gallery dl:nth-child(3n) {
	margin-right: 0;
}
#gallery dl dt {
	margin-top: 5px;
}
#gallery dl dt a{
	color: #15581D;
	font-weight: bold;
}
#gallery dl dd.image a {
	border: 1px solid #FEDFB6;
	width: 228px;
	height: 228px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#gallery dl dd.comment {
	font-size: 0.85em;
}


/*-------------------------------------------------------------------
	#detail
-------------------------------------------------------------------*/
#detail .imgbox {
	overflow: hidden;
	/zoom: 1;
}
#detail .imgbox ul.imgbig {
	float: left;
	width: 600px;
	margin-bottom: 28px;
}
#detail .imgbox ul.imgbig li a,
#detail .imgbox ul.imgbig li span {
	border: 1px solid #FEDFB6;
	width: 600px;
	height: 600px;
	box-sizing: border-box;
	padding: 0px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	layout-grid-line: 410px; /* IE7以下 */
}
#detail .imgbox ul.imglist {
	width: 160px;
	float: right;
}
#detail .imgbox ul.imglist li {
	float: left;
	margin: 0 0 10px 0px;
	cursor: pointer;
}
#detail .imgbox ul.imglist li.none {
	float: right;
}
#detail .imgbox ul.imglist li a,
#detail .imgbox ul.imglist li span {
	border: 1px solid #FEDFB6;
	width: 158px;
	height: 158px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#detail .box {
	margin-bottom: 30px;
	overflow: hidden;
	/zoom: 1;
}
#detail .box .cart {
	float:left;
	width: 230px;
}
#detail .box .cart .cart-btn li {
	margin-bottom: 3px;
}
#detail .box .cart .cart-btn li.price {
	color: #FF0000;
	font-size: 1.4em;
}
#detail .box .cart .cart-btn li.submit {
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 0;
}
#detail .box .cart .cart-btn li.nostock {    
	margin-bottom: 10px;
	color: #FF0000;
}
#detail .box .cart .cart-option {
	line-height: 0;
}
#detail .box .cart .cart-option li {
	margin-bottom: 10px;
}
#detail .box .cart .cart-option li.guide {
	padding-bottom: 1px;
	margin-bottom: 0;
}
#detail .box .text {
	float: right;
	width: 400px;
}
#detail .box .text dt {
	font-weight: bold;
}
#content table {
	margin-bottom: 30px;
}
#content table th {
	width: 180px
}
#content .back {
	text-align: center;
}
