@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	#product
-------------------------------------------------------------------*/
#gallery {
	margin-bottom:10px;
	overflow: hidden;
	/zoom: 1;
}
#gallery dl {
	float: left;
	
	width: 186px;
	
	margin-right: 20px;
	margin-bottom:15px;
}
#gallery dl.none {
	margin-right: 0;
}
#gallery dl dt {
	margin-top: 5px;
}
#gallery dl dd.image a {
	width: 186px;
	height: 186px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#gallery dl dd.comment {
	font-size: 0.85em;
}
#gallery dl dt a{
	color: #006A6A;
	text-decoration: none;
}
#gallery dl dt a:hover{
	text-decoration: underline;
}