@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#content table th, #content table td {
	padding:2px 9px 1px;
}
#content table th{
	width:160px;
}
/*-------------------------------------------------------------------
	#product
-------------------------------------------------------------------*/
#product {
	margin-bottom: 10px;
	overflow: hidden;
	/zoom: 1;
}
#product dl {
	float: left;	
	width: 190px;
	margin:0 35px 25px 0;
}
#product dl.none {
	margin:0 0 25px 0;
}
#product dl dt {
	margin-top: 5px;
	line-height:1.6;
	color:#000;
}
#product dl dd.image a {
	width: 188px;
	height: 188px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border: 1px solid #CCCCCC;
}
#product dl dd.comment {
	font-size: 0.85em;
}
#content p.btn{
	margin: 20px 0 40px;
}
/*-------------------------------------------------------------------
	#map
-------------------------------------------------------------------*/
#map {
	width: 640px;
	height: 400px;
}
#info{
	margin-bottom: 30px;
}