@charset "UTF-8";


div.main table {
	width: 710px;
	margin: 10px 0px;
	padding: 0px;
	border-top: 3px double #999;
	border-bottom: 3px double #999;
}
div.main table th,
div.main table td {
	margin: 0px;
	padding: 10px 15px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
div.main table tr:nth-child(2n+1) td {
	background-color:#f5f5f5;
}

div.main h3 {
	clear: both;
	margin: 25px 0px 15px 0px;
	padding: 2px 15px 2px 30px;
	font-size: 150%;
	font-weight: bold;
	background-image: url(../img/h3_back.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height:1.5em;
	color: #445511;
}
div.main h3 span{
	float:right;
	font-size: 60%;
	margin:5px 0 0 0;
}
div.side p.recruit{
	margin: 0px;
	padding: 0px;
}
/* お問い合わせ先 */
div.main table.contact {
	margin-bottom: 50px;
	font-size:120%;

}
div.main table.contact th {
	width: 30%;
	background-color: #ebebdc;/*#d6d6d6*/;
}
div.main table.contact tr:nth-child(2n+1) td {
	background-color: transparent;
}


/* 物件情報 */
div.main h4 {
	clear: both;
	margin: 25px 0px 15px 0px;
	padding: 10px;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	background-color: #48a167;
	background-image: none;
	color: #fff;
}
div.main table.article th,
div.main table.article td {
	border: 1px solid #aaa;
	text-align:center;
}
div.main table.article tr th:first-child,
div.main table.article tr td:first-child {
	border-left: none;
}
div.main table.article tr th:last-child,
div.main table.article tr td:last-child {
	border-right: none;
}
div.main table.article th {
padding-left: 25px;
	background-color: #cfebd6;
	font-weight: bold;
	background-image: url(../img/tmp/table_th_bar.jpg);
	background-repeat: no-repeat;
	background-position: 10px 50%;
  text-align: left;

}
div.main table.article tr:first-child th {
	padding-left: 15px;
	background-image: none;
	background-color: #48a167;
	color: #fff;
	text-align: center;
	line-height:140%;
}
div.main table.article tr th.chiiki{
	padding-left: 0px;
	background-image: none;
	background-color: #cfebd6;
	font-weight: bold;
	background-image: url(../img/tmp/table_th_bar.jpg);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	text-align: left;
	padding-left: 25px;
	line-height:140%;
}
div.main table.article tr td{
	width:15%;
}

/* 物件情報 */
.intro {
	position: relative;
	height: 370px;
}
.intro div {
	position: absolute;
	width: 700px;
	height: 300px;
	top: 40px;
	left: 10px;
	border-radius: 5px;
	background-color: #f5f5f5;
	border: 1px solid #F2F2F2;
	background-image: url(../fudousan/img/fudousan_member.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
div.main .intro h5 {
	position: absolute;
	top: 30px;
	left: -10px;
	width: 170px;
	height: 50px;
	margin: 0px;
	padding: 9px 0px 0px 30px;
	background-image: url(../fudousan/img/fudousan_midashi.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 150%;
	font-weight: bold;
	color: #fff;
}
div.main .intro ul {
	margin: 80px 0px 0px 60px;
	padding: 0px;
}
/* リンクボタン */
#area ul{
	margin: 40px 20px 40px;

}
#area ul li{
  display: inline;
	margin:20px;
  padding: 10px 50px;
	border-radius:5px;
		background-color:#ebebdc;
		background-image: url(../img/tmp/icon2.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
		text-align:center;
		list-style:none;
		font-size:120%;
}
