@charset "UTF-8";
@import url("/common/css/common.css");
@import url("/products/css/products.css");

/* ------------------------------------------------------------ */
/* Ｗの家 */
/* ------------------------------------------------------------ */




/* ------------------------------------------------------------ */
/* 概要 */
/* ------------------------------------------------------------ */
#content h3 {
	width: 668px;
	padding-left: 24px;
	background: url("../images/hed3_whouse.png") no-repeat left center;
	line-height: 42px;
}


/* 間取り */
ul#floor_plan {
	margin-top: 16px;
}

ul#floor_plan li {
	float: left;
	width: 300px;
	margin:  0;
	padding: 0;
	text-align: center;
	list-style: none;
}




/* ------------------------------------------------------------ */
/* 特徴 */
/* ------------------------------------------------------------ */
dl.features {
	margin: 16px 0;
	min-height: 96px;
	position: relative;
}
dl.features dt {
	font-weight: bold;
	font-size: 120%;
	color: #F58020;

}
dl.features dt:before {
	content: url("../images/marker_features.png");
}
dl.features img {
	position: absolute;
	top  : 24px;
	right: 16px;
}
dl.features dd {
	margin-left: 32px;
}
dl.features dd:before {
	content: "・";
}


.gallery li {
	height:113px;
}

/* ------------------------------------------------------------ */
/* 設備 */
/* ------------------------------------------------------------ */





/* ------------------------------------------------------------ */
/* 性能 */
/* ------------------------------------------------------------ */
dl.performance dt {
	background: #F67F21;
}




/* ------------------------------------------------------------ */
/* 参考事例（ケーススタディ） */
/* ------------------------------------------------------------ */
ol.case li {
	float : left;
	margin: 16px 0;
	width : 300px;
	height: 180px;
	text-indent: -9999px;
	overflow: hidden;
}
ol.case li#case1 {
	margin-right: 32px;
	background: url("../images/case1.png") no-repeat;
}
ol.case li#case2 {
	background: url("../images/case2.png") no-repeat;
}
ol.case li#case3 {
	margin-right: 32px;
	background: url("../images/case3.png") no-repeat;
}
ol.case li#case4 {
	background: url("../images/case4.png") no-repeat;
}

