@charset "utf-8";

/* ///////////////////////////////////////////////
【エクステリア展示場】
exhibition.css
/////////////////////////////////////////////// */


/* -----------------------------------------------
メインヴィジュアル
----------------------------------------------- */
#mv {
	width: 970px;
	height: 165px;
	margin: 0 auto;
	background: url("../imgs/exhibition/mv.jpg") no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


/* -----------------------------------------------
コンテンツ
----------------------------------------------- */
#caption_head {
	margin-bottom: 15px;
}

#content_exhibition h2 {
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 150%;
	font-weight: bold;
	border-left: 4px solid #653e2b;
	line-height: 1.4;
}

#content_exhibition .set {
	margin-bottom: 20px;
	clear: both;
}

#content_exhibition .float_l {
	float: left;
	width: 220px;
	padding-right: 20px;
}
#content_exhibition .float_r {
	float: left;
	width: 410px;
}



