@charset "utf-8";
/* CSS Document */

#main #estate2,
#main #estate3 {
	background: url(../../images/new/common/title.jpg) no-repeat 0 0;
}
#main #estate2 h2,
#main #estate3 h2 {
	font-size: 18px;
	color: #6A8204;
	margin-left: 20px;
	margin-bottom: 25px;
	padding-top: 18px;
}
#main h3.all_list {
	font-weight: lighter;
	border-bottom: dotted 1px #CCC;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#main table.est_list1 {
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	margin-bottom: 10px;
}
#main table.est_list1 td {
	text-align: center;
	background-color: #F1F9E3;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding: 5px 0;
}
#main table.est_list2 {
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	margin-bottom: 10px;
}
#main table.est_list2 td {
	text-align: center;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding: 0;
}
#main #fcontact {
	overflow: hidden;
	width: 700px;
	height: 65px;
	background: url(../../images/new/pages/bac_fcontact.jpg) no-repeat 0 0;
	margin-top: 30px;
}
#main #fcontact h3 {
	visibility: hidden;
	height: 15px;
}
#main #fcontact a {
	display: block;
	float: right;
	width: 165px;
	height: 50px;
	background: url(../../images/new/pages/btn_fmail.jpg) no-repeat 0 0;
	text-decoration: none;
}
#main #fcontact a:hover {
	background-position: bottom;
}

/*=========================================

	物件詳細
	
=========================================*/
#main #estate3 table.details1 {
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	margin-bottom: 10px;
}
#main #estate3 table.details1 td {
	text-align: center;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding: 10px 0;
}
#main #estate3 table.details1 td table td {
	border: none;
}
#main #estate3 table td table.details3 {
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	margin: 0 auto;
}
#main #estate3 table td table.details3 td {
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
/*=========================================

	物件写真
	
=========================================*/

#photo-box {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

#photo-box div.box{
	overflow:hidden;
	display: block;
	float: left;
	width:130px; 
	margin: 20px;
	text-align: center;
	vertical-align: middle;
	zoom: 1;
	z-index:1;
}
div#photo-box .box a {
	display: inline-block;
	width:130px; 
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;
}
div#photo-box .box a img{ 
/*
    float:left; 
    position:absolute;
*/
display: inline-block;
vertical-align:middle;
}
