@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	.product
-------------------------------------------------------------------*/
.product {
	overflow: hidden;
	/zoom: 1;
}
.product dl {
	float: left;
	width: 310px;
	margin:0 20px 25px 0;
}
.product dl.none {
	margin-right: 0;
}
.product dl dt {
	margin: 5px 0 2px;
}
.product dl dd.image a {
	width: 308px;
	height: 308px;
	border:1px solid #DAD8CF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.product dl dd.comment {
	font-size: 0.95em;
	line-height:1.6;
}
