@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	#product02
-------------------------------------------------------------------*/
#product02 {
	overflow: hidden;
 /zoom: 1;
}
#product02 dl {
	float: left;
	width: 190px;
	margin-right: 35px;
	margin-bottom: 16px;
}
#product02 dl.none {
	margin-right: 0;
}
#product02 dl dt {
	margin-top: 7px;
	color:#1F1301;
	font-weight:bold;
}
#product02 dl dd.image a {
	width: 186px;
	height: 186px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border: 1px solid #666;
	padding:1px;
}
#product02 dl dd.comment {
	font-size: 0.85em;
	line-height:1.55;
	padding:0 15px 0 1px;
}
