@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);


/*-------------------------------------------------------------------
	#product
-------------------------------------------------------------------*/
#product {
	margin-bottom: 35px;
	overflow: hidden;
	/zoom: 1;
}
#product dl {
	float: left;
	width: 227px;
	margin-right: 15px;
	margin-bottom: 25px;
}
#product dl:nth-child(3n) {
    margin-right: 0;
}
#product dl:nth-child(4n) {
    margin-right: 15px;
}
#product dl dt {
	margin-top: 5px;
}
#product dl dd.image a {
	/* border: 1px solid #E5E5E5; */
	background: #600000;
	padding: 4px;
	width: 219px;
	height: 219px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#product dl dd.comment {
	font-size: 0.85em;
}

#product p.btn{
	clear: both;
	text-align: center;
}

#product dl dd.noimage span,
#product dl dd.noimage a {
	/* border: 1px solid #E5E5E5; */
	background: #600000;
	padding: 4px;
	width: 219px;
	height: 219px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#product dl dd.noimage img{
	max-height: 219px;
	max-width: 219px;
}

