@charset "utf-8";


/* 共通設定
---------------------------------------------*/
div#name,
div.section,
ul#pronavi {
	margin-left: 20px;
}

div#hot-bg{
	background: transparent url(../images/bg_leftonly.gif) repeat-y left top;
}


div.section{
	width: 725px;
}

h2{
	padding: 0 27px;
	height: 36px;
	line-height: 36px;
	color: #119141;
	background: #fff url(../images/bg_title_h2.gif) no-repeat left top;
	font-size: 123%;
	font-weight: bold;
}

div.frame{
	padding: 15px 20px;
	border: solid 1px #add794;
	text-align: center;
}

div#plan div.frame{
	text-align: center;
}

ul#locus{
	margin-left: 20px;
}

/* タイトル部分
---------------------------------------------*/

div#name{
	padding: 9px 7px 9px 15px;
	border-left: solid 6px #119342;
	margin-bottom: 12px;
	width: 697px;
	color: #119342;
	background: #effbe1;
}

div#name h1{
	margin: 2px 0;
	padding: 0 10px;
	border: none;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",HiraKakuPro-W3,Osaka,verdana,arial,sans-serif;
	background: none;
}

div#name h1,
div#name p{
	float: left;
}

div#name p img{
	padding: 6px 3px 0 0;
}

div#name p.golist{
	float: right;
}
div#name p.golist img{
	padding: 0;
}

/* セールスポイント
---------------------------------------------*/

div.pro-top{
	margin-bottom: 14px;
}

p.image{
	margin: 7px 0 0;
	border: solid 1px #c4c4c4;
	padding: 2px;
	float: left;
	width: 207px;
}

div.details{
	float: right;
	width: 498px;
}

div.details p.request{
	padding: 23px 7px 0;
	float: right;
	width: 185px;
	background: transparent url(../images/arrow_bg_r.gif) no-repeat center top;
}

div.details p.dtls,
div.details p.price,
div.details p.access{
	margin-left: 8px;
}

div.details p.dtls{
	margin-top: 7px;
	color: #505050;
	font-size: 107%;
}

div.details p.price{
	color: #f50505;
	font-size: 153%;
	font-weight: bold;
}

div.details p.access{
	line-height: 150%;
	color: #906e0a;
	font-size: 107%;
}

div.details div{
	margin-top: 14px;
	padding: 9px 11px;
	line-height: 150%;
	background: #f7f7f7;
}

div.details div h2{
	margin: 0 0 13px;
	padding: 0;
	height: 11px;
	line-height: 11px;
	background: none;
	
}

div.details div p{
	color: #505050;
	font-size: 107%;
}

div.details div p em{
	color: #f50505;
	font-weight: bold;
}


ul.sales-icon{
	width: 400px;
	height: 40px;
	margin-top: 10px;
}

ul.sales-icon li{
	padding-right: 4px;
	display: inline;
	height: 40px;
	text-align: left;
}



/* メニュー
---------------------------------------------*/


div#pronavi{
	margin-left: 20px;
	padding-bottom: 34px;
	width: 725px;
	background: #fff url(../images/bg_pronavi.gif) no-repeat left bottom;
}

div#pronavi ul{
	border-left: solid 1px #add794;
	width: 725px;
	font-size: 107%;
}

div#pronavi ul li {
	padding: 8px;
	border-top: solid 1px #add794;
	border-right: solid 1px #add794;
	float: left;
	width: 164px;
	font-weight: bold;
	text-align: center;
	background: #fff;
}

div#pronavi ul li a{
	color: #119141;
}


/* 物件概要
---------------------------------------------*/


table.outline{
	border: solid 1px #add794;
	width: 100%;
}


table.outline tr th,
table.outline tr td{
	padding: 9px 7px;
	border: solid 1px #add794;
}

table.outline tr th{
	width: 20%;
	color: #4a4a4a;
	background: #f8fdf1;
}

table.outline tr.conbi td{
	width: 80%;
}

table.outline tr td{
	width: 30%;
	background: #fff;

}

div#main p.gotop{
	margin: 10px 0;
	text-align: right;
	font-size: 92%;
}


div.btnarea{
	margin: 22px 0 0 20px;
	text-align: center;
}

div.btnarea p{
	padding: 0 13px;
	display: inline;
}



/* 間取り
---------------------------------------------*/

div#plan table tr td{
	vertical-align: top;
	text-align: left;
}








/* モデルハウスページ
---------------------------------------------*/

.modelhouse_photo {
	margin-left: 20px;
	clear: both;
}
.photo_imgcenter {
	clear: both;
	text-align: center;
	padding-left: 20px;
	padding-bottom: 40px;
}
.photo_imgcenter2 {
	clear: both;
	text-align: center;
	padding-left: 20px;
}
div#map{
	border: solid 1px #979797;
	clear: both;
	width: 625px;
	height: 400px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}










/* clear
---------------------------------------------*/

div#name:after,
div#pronavi ul:after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


div#name,
div#pronavi ul {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/

* html div#name,
* html div#pronavi ul { height: 1%; }

div#name,
div#pronavi ul { display: block; }
/* End hide from IE-mac */

