@charset "UTF-8";

h2 {
	font-size:20px;
	font-weight:bold;
	color:#003333;
	padding-bottom:5px;
	border-bottom:2px dotted #666666;
	margin-bottom:15px;
	width:838px;
}

/* ----- 物件写真、所在地、価格、最寄駅、キャッチコピー2 ----- */

div#BkIntro {
	width:800px;
	margin:0 auto;
}

div#BkPhoto {	/* 物件写真枠 */
	width:390px;
	float:left;
	margin-bottom:15px;
	background:#EEEEEE;
	padding:10px 0;
}

div#BkPhoto p#BkCopy1 {	/* 物件紹介文1 */
	font-size:16px;
	font-weight:bold;
	line-height:1.2;
	text-align:center;
	color:#006600;
	margin-bottom:10px;
}

div#BkPhoto p#PhotoImg {	/* 物件写真枠 */
	margin-bottom:10px;
	text-align:center;
	margin-bottom:5px;
}

div#BkPhoto p#PhotoNote {	/* 物件写真 - 注釈 */
	font-size:10px;
	color:#333333;
	text-align:center;
	margin-bottom:10px;
	line-height:1.2;
}

div#BkPhoto p#BkCopy2 {	/* 物件物件紹介文2 */
	font-size:14px;
	line-height:1.5;
	margin:0 25px 10px 25px;
}

div#BkInfo {	/* 所在地、価格、最寄駅枠 */
	width:390px;
	float:right;
	margin-bottom:10px;
}

div#BkInfo p#Genken {	/* 現場見学会表示 */
	font-size:16px;
	color:white;
	font-weight:bold;
	background:#339900;
	text-align:center;
	padding:5px 0;
	margin-bottom:10px;
}

div#BkInfo table {
	border-top:1px solid #339900;
	margin-bottom:15px;
}


div#BkInfo table th {
	padding:4px 10px 4px 4px;
	color:#003300;
	border-bottom:1px solid #339900;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
	vertical-align:top;
}

div#BkInfo table td {
	padding:4px;
	border-bottom:1px solid #339900;
	font-size:14px;
	text-align:left;
	vertical-align:top;
}

div#BkInfo table td span.BkPrice {
	font-size:16px;
	font-weight:bold;
}

div#BkInfo ul {
	list-style:none;
	margin-bottom:15px;
}

div#BkInfo ul li {
	text-align:center;
	margin-bottom:10px;
}



/* ----- 物件概要一覧表枠 ----- */
div#BkSpec {
	clear:both;
	width:800px;
	margin:0 auto;
}

div#BkSpec table {	/* 物件概要表 */
	width:390px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border:1px solid #99CC66;
	margin-bottom:10px;
}

div#BkSpec table th {
	font-size:12px;
	line-height:1.2;
	background:#99CC66;
	font-weight:bold;
	white-space:nowrap;
	border-bottom:1px solid white;
	vertical-align:top;
	padding:5px 10px;
	color: white;
	text-align:left;
}

div#BkSpec table td {
	font-size:12px;
	line-height:1.2;
	border:1px solid #99CC66;
	vertical-align:top;
	padding:5px 10px;
}

div#BkSpec table td#BkSpecDate { /* 最終更新日、次回更新予定日 */
	font-size:12px;
	line-height:1.2;
	vertical-align:top;
	padding:10px;
}



div#BkSpec table td p {
	margin:0;
	padding:0;	
}

div#BkSpec .SpecLeft {	/* 物件概要表 - 左側 */
	float:left;
}

div#BkSpec .SpecRight {	/* 物件概要表 - 右側 */
	float:right;
}

div#BkSpec p.BkSpecNote {	/* 物件概要表 - 注意書き */
	width:390px;
	float:left;
	/*clear:both;*/
	font-size:12px;
	line-height:1.2;
	margin-bottom:15px;
}

div#BkSpec p.BkSpecNoteRight {	/* 物件概要表 - 注意書き */
	width:390px;
	height:30px;
	float:right;
	/*clear:both;*/
	text-align:center;
	font-size:14px;
	line-height:1.2;
	font-weight:bold;
}


div#BkSpec p#Back2List {	/* 物件概要表 - 注意書き */
	clear:both;
	text-align:center;
	margin-bottom:15px;
}

