@charset "utf-8";
/* CSS Document */
@import "clear.css";

#header_wrap {
	background: url(../images/header_bg.png) no-repeat bottom;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}

#header {
	margin: auto;
	padding: 40px 0 20px;
	position: relative;
	width: 850px;
}

#menu {
	margin: 10px 0;
	position: absolute;
	right: 0;
	bottom: 15px;
}

#menu li {
	background: url(../images/menu_bg_on.gif) no-repeat;
	float: left;
	margin-left: 6px;
	text-align: center;
	width: 65px;
}

/*
#menu li:hover {
	background: url(../images/menu_bg_off.gif) no-repeat;
}
*/

#menu li a {
	display: block;
	line-height: 70px;
	height: 65px;
}

#header h2 {
	position: absolute;
	top: 20px;
	left: 0;
}

h3 {
	margin-top: 20px;
}

#main {
	line-height: 0;
	margin-top: -7px;
	text-align: center;
	position: relative;
	z-index: 1;

}

#main img {
	max-width: 100%;
}

#container {
	background: #fef9ea;
	margin: auto;
	width: 1000px;
}

#contents {
	margin: auto;
	width: 850px;
}

.date {
	color: #523517;
	font-size: 21px;
	margin: -20px 0 10px;
	text-align: right;
}

.list {
	background: #fff;
	border: solid #523517 5px;
	height: 450px;
	margin: 5px auto;
	overflow: auto;
}

.list dt {
	float: left;
	margin-right: 20px;
	width: 80px;
}

.list dt.sort {
	color: #626654;
	font-family: 'Open Sans', sans-serif;
	font-size: 29px;
	font-weight: 100;
	line-height: 80px;
	text-align: center;
	width: 40px;
}

.list dt.img {
	text-align: center;
	width: 120px;
}

.list dd {
	border-bottom: solid #626654 1px;
	margin-bottom: 10px;
	min-height: 80px;
	padding-left: 270px;
}

.list dd li.add {
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 5px;
}

.list dd li.add img {
	margin-left: 0.5em;
}


#footer {
	background: url(../images/footer_bg.png) no-repeat top;
	margin-top: 30px;
	text-align: center;
}

#footer a {
	display: inline-block;
	color: #fff4d6;
	margin: 15px 0.5em;
}

.copy {
	color: #523517;
	font-size: 0.95em;
	padding-bottom: 20px;
}

#house_list {
	margin: 20px 0;
}

#house_list .img img {
	max-width: 270px;
	max-height: 180px;
}

#house_list .img {
	text-align: center;
}

#house_list > ul li {
	float: left;
	margin: 0 20px 40px 0;
	width: 270px;
}

#house_list > ul li.last {
	margin-right: 0;
}

.house_name {
	font-size: 14px;
	margin-bottom: 10px;
}

#company {
	font-size: 16px;
	line-height: 1.8em;
	margin: 20px auto;
	width: 700px;
}

#company dt {
	float: left;
	padding: 10px 0;
	width: 5em;
}

#company dd {
	border-bottom: solid #535148 1px;
	padding: 10px 0 10px 7em;
}

#company dd span.ruby {
	font-size: 12px;
	margin-left: 12em;
}

.detail li {
	float: left;
	padding: 10px 0;
	width: 300px;
}

.detail li.list_last {
	float: right;
	padding: 0;
	width: 80px;
}

.detail_owner {
	font-size: 30px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	margin-bottom: 25px;
}

.detail_address {
	margin: 15px 0 30px;
}

#house_detail {
	margin: 20px 0;
}

.house_img {
	margin-bottom: 20px;
}

.house_img li {
	float: left;
	height: 137px;
	margin: 0 10px 30px 0;
	text-align: center;
	width: 205px;
}

.house_img li.last {
	margin-right: 0;
}

.house_img li img {
	max-height: 137px;
	max-width: 205px;
}

.tbl {
	text-align: center;
	font-size: 1.3em;
}

.tbl th {
	background: #a58955;
	border-right: solid #fff4d6 1px;
	color: #fff4d6;
	padding: 5px;
}

.tbl th:last-child {
	border-right: none !important;
}

.tbl td {
	border-right: solid #d2d3d3 1px;
	border-bottom: solid #d2d3d3 1px;
	padding: 10px 5px;
}

.tbl tr td:last-child {
	border-right: none !important;
}

.sub_img {
	line-height: 0;
}

.sub_img img {
	max-width: 60px;
}

.status_color {
	/* background: #666255; */
}

.status_color td:first-child {
	color: #f90;
}

.privacy .box {
	margin: 40px 0;
}

.privacy dd {
	padding: 10px 30px;
}

.privacy .box dl {
	margin: 20px 0;
}

.privacy h4,
.privacy .box > dl > dt {
	font-weight: bold;
}