@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content .panz li.cat a {
    margin-right: 7px;
    padding-right: 5px;
    border-right: 1px solid;
	display: inline;
}
#content .panz li.cat a:last-child {
    border: none;
	margin: 0;
	padding: 0;
}

/*-------------------------------------------------------------------
	#detail
-------------------------------------------------------------------*/
#detail {
	margin: 0 0 50px;
}
#detail .box {
	margin: 0 0 30px;
	overflow: hidden;
	/zoom: 1;
}
#detail .box .imgbox {
	float:left;
	width: 470px;
	overflow: hidden;
	/zoom: 1;
}
#detail .box .imgbox .imgbig{
	margin-bottom:10px;
}
#detail .box .imgbox ul.imgbig li a,
#detail .box .imgbox ul.imgbig li span {
	width: 464px;
	height: 464px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border:1px solid #DFD9D5;
	padding:2px;
}
#detail .box .imgbox ul.imgbig li span img {
	max-width: 464px;
}
#detail .box .imgbox ul.imglist li {
	float: left;
	margin: 10px 10px 0 0;
}
#detail .box .imgbox ul.imglist li.none {
	margin-right: 0;
}
#detail .box .imgbox ul.imglist li a,
#detail .box .imgbox ul.imglist li span {
	width: 80px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border:1px solid #DFD9D5;
	padding:2px;
}
#detail .box .cart {
	float: right;
	width: 260px;
}
#detail .box .cart dl{
	font-size: 0.85em;
}
#detail .box .cart input {
	background: none;
	border: none;
	outline: none;
}
#detail .box .cart .cart-btn li.price {
	font-size: 1.4em;
	line-height:1.1;
	margin-bottom:5px;
}
#detail .box .cart .cart-btn li.t01 {
	font-size: 1.15em;
	color:#E04517;
}
#detail .box .cart .cart-btn li.submit {
	margin:10px 0 5px;
}
#detail .box .cart .cart-option li.guide {
	margin:0 0 5px;
	line-height:1.0;
}
#detail .box .cart .cart-option {
	margin:0 0 15px;
}
#content table td {
	padding:4px 140px 4px 9px ;
}
#content table th {
	width: 180px;
	padding:4px 9px;
}
#content table {
	font-size:0.85em;
}
#content .back {
	margin-top:30px;
	text-align:right;
}