@charset "utf-8";

p.intro{

}



/* グリーンハウジングの強み
---------------------------------------------*/

div#main-left div.section h2.adg{
	margin: 0 0 12px;
	padding: 0;
	height: 64px;
	background: none;
}


div#main-left div.point{
	margin-bottom: 30px;
}

div#main-left div.point p{
	margin-left: 9px;
}

/* 周辺環境
---------------------------------------------*/

div#main-left div.location{
	margin-bottom: 50px;
}

ul.location{
	margin-top: 30px;
	width: 557px;
	font-size: 71%;
}

ul.location li{
	margin: 0 13px 13px 0;
	display: inline;
	float: left;
	width: 177px;
	line-height: 180%;
}

ul.location li.r-list{
	margin: 0 0 13px 0;
}

dl.other{
	color: #414a43;
}

dl.other dt{
	font-weight: bold;
}

dl.other dd{

}

p.access{
	margin-top: 50px;
}


/* 物件リクエスト
---------------------------------------------*/
p.request{
	background: transparent url(../images/arrow_org.gif) no-repeat center center;
	text-align: right;
}

div#main-left div#req-col h2{
	margin: 0 0 21px;
	padding: 0;
	clear: both;
	background: none;
}


div.ltri,
div.rtli{
	margin-bottom :12px;
	padding: 18px;
	width: 519px;
	border-right: solid 1px #add794;
	border-bottom: solid 1px #add794;
	border-left: solid 1px #add794;
}

div.ltri p.textcol{
	float: left;
	width: 348px;
}
div.ltri p.imgcol{
	float: right;
	width: 146px;
}

div.rtli p.textcol{
	float: right;
	width: 348px;
}
div.rtli p.imgcol{	
	float: left;
	width: 146px;
}


p.request-btm{
	padding-top: 34px;
	background: transparent url(../images/arrow_org.gif) no-repeat center top;
	text-align: center;
	
}



/* form
---------------------------------------------*/

table.form{
	margin-bottom: 13px;
	border: solid 1px #add794;
	width: 555px;
	border-collapse: collapse;
}


table.form tr th{
	padding: 15px 9px;
	border: solid 1px #add794;
	width: 25%;
	background: #e4f8cc;
}

table.form tr th span{
	color: #d00f0f;
	font-weight: bold;
}

table.form tr th.col2{
	padding: 15px 9px 15px 29px;
	width: 100%;
	background: #fff url(../../common/images/arrow_down.gif) no-repeat 10px center;
}

table.form tr td{
	padding: 15px 13px;
	border: solid 1px #add794;
	width: 75%;
}

p.indisp{
	color: #d00f0f;
}

p.privacy{
	margin: 13px 0 19px;
	padding: 14px;
	border: solid 1px #c0c0c0;
	font-size: 76%;
}



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


ul.location:after,
div.ltri:after,
div.rtli:after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}



ul.location,
div.ltri,
div.rtli {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/


* html ul.location,
* html div.ltri,
* html div.rtli { height: 1%; }


ul.location,
div.ltri,
div.rtli { display: block; }
/* End hide from IE-mac */