@charset "utf-8";


/* @group content */

/* @group メインエリアリードエリア -----------------------------*/
#mainarea .column#leadAreaNoline {
	border-bottom: 0;
	margin-bottom: 0;
}

#mainarea .column#leadAreaNoline h2.nophoto {
	padding-bottom: 0;
	margin-bottom: 0;
}

#mainarea .column#photos {
	background-color:#F3F3F3;
	padding-top: 20px;
	border-bottom: 0;
}

#mainarea .column#photos .leftPhoto {
	float:left;
	width:348px;
}

#mainarea .column#photos .rightPhoto {
	float:right;
	width:348px;
}

/* @end */

/* @group メインエリア間取りエリア -----------------------------*/
#mainarea .column#roomPlan h3,
#mainarea .column#roomPlan .text, {
	float:left;
	width:348px;
}

#mainarea .column#roomPlan .thumb {
	float:right;
	width:348px;
}

#mainarea .column#roomPlan h3 {
	padding:0 0 20px;
}

#mainarea .column#roomPlan .text {
	line-height:1.7;
}

/* @end */

/* @group 情報テーブル -----------------------------*/

#info {
	border-top:solid 2px #666;
	border-bottom:solid 1px #666;
	margin-top: 20px;
	width: 346px;
	float:left;
	position:relative;
}

#info dt {
	float: left;
	background-color:#F3F3F3;
	width: 80px;
	padding: 7px;
	display:block;
}

#info dd {
	float: right;
	width: 237px;
	padding: 7px;
}

#info .heightLine-group1 {
	border-bottom:dotted 1px #666;
}

/* @end */



/* @group clearfix=================================================================== */
#info dl:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
}

#info dl {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html #info dl {
	height:1%;
}

#info dl {
	display:block;
}
/* End hide from IE-mac */
/* @end */
