@charset "UTF-8";

/* ShowroomBanner */

div#ShowroomBanner {
	margin:0 auto 40px;
	width:740px;
}

div#ShowroomBanner ul {
	list-style:none;
}

div#ShowroomBanner ul li {
	float:left;
	margin:6px;
}

div#ShowroomBanner ul li a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

/* ShowroomList */

div#ShowroomList {
	margin:0 0 20px 0;
}

div#ShowroomList dl {
	width:407px;
	float:left;
	padding:10px;
}

div#ShowroomList dl a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}


div#ShowroomList dl dt {
	margin-bottom:10px;
}

div#ShowroomList dl dd {
	font-size:12px;
	line-height:1.5;
}

div#ShowroomList dl dd a {
	color:blue;
	font-size:12px;
	line-height:1.5;
}

div#ShowroomList dl dd.Tel {
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
}

div#ShowroomList dl .MapIcon {
	display:block;
	float:right;
}

div#ShowroomList dl .MapBtn {
	padding-left:145px;
}

div#ShowroomList dl.BdRight {
	border-right: 1px dotted #666666;
}

div#ShowroomList dl.BdBottom {
	border-bottom: 1px dotted #666666;
}

/* わくわくリフォーム館 体験記 */

div#MovieArea {
	text-align:center;
	margin:0 0 20px 0;
}