@charset "utf-8";
/* 店舗 */

.shopDetail #map {
	clear: both;
	margin-top: 15px;
	padding: 25px 22px;
	background-color:#9dc5ff;
}
@media screen and (min-width:990px) {
.shopDetail #map {
	background:none;
	background: url(../images/map_bg.gif) no-repeat left top;
}
}

/* ショールーム */
.eneria .showroom #about { clear: both; margin-top: 10px; margin-bottom:40px;}

.eneria .showroom #about dl { margin-bottom:30px;}
.eneria .showroom #about dt { font-weight: bold; float: left; clear: both; width: 5em; padding-top: 10px; padding-bottom: 10px; text-align: right; color: #00469b; }
.eneria .showroom #about dd { margin:0; padding-top: 10px; padding-bottom: 10px; padding-left: 7em; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #999; }
.eneria .showroom .width400px { max-width:400px;}
