@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	#detail
-------------------------------------------------------------------*/
#detail {
	margin: 0 0 50px;
}
#detail .box {
	margin: 0 0 30px;
	overflow: hidden;
 /zoom: 1;
}
#detail .box .imgbox {
	float: left;
	width: 350px;
	overflow: hidden;
 /zoom: 1;
}
#detail .box .imgbox ul.imgbig li a, #detail .box .imgbox ul.imgbig li span {
	width: 348px;
	height: 348px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border: 1px solid #E3E3E3;
}
#detail .box .imgbox ul.imglist li {
	float: left;
	margin: 10px 10px 0 0;
}
#detail .box .imgbox ul.imglist li:nth-child(4n) {
	margin-right: 0;
}
#detail .box .imgbox ul.imglist li a, #detail .box .imgbox ul.imglist li span {
	width: 78px;
	height: 78px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border: 1px solid #E3E3E3;
}
#detail .box .cart {
	float: right;
	width: 272px;
}
#detail .box .cart p{
	margin-bottom:10px;
}
#detail .box .cart dl {
	font-size: 0.85em;
}
#detail .box .cart .cart-btn li.price {
	font-size: 1.4em;
	color: #C21E10;
	line-height: 1.2;
}
#detail .box .cart dl dt {
	color: #E96F00;
}
#detail .box .cart .cart-option {
	margin: 0 0 15px;
}
#detail .box .cart .cart-btn li.submit {
	margin: 15px 0 25px;
}
#detail .box .cart .cart-option .view {
	margin-bottom: 25px;
}
#content table th, #content table td {
	padding: 4px 18px 3px 9px;
	font-size: 0.85em;
}
#content table th {
	width: 170px
}
#content .back {
	margin-top: 30px;
}
