@charset "utf-8";
@media screen{

/* CSS Document */
/* パンくず
------------------------------------------------------------ */
.breadcrumb {
	background: url(../img/bg_breadcrumb.gif) no-repeat;
	width: 643px;
	height: 29px;
	line-height: 29px;
	padding-left: 27px;
	font-size: 12px;
	margin-bottom: 21px;
}
.breadcrumb a {
	color: #ffffff;
}
.breadcrumb span {
	color: #000000;
	padding-left: 20px;
}
.breadcrumb span a {
	color: #000000;
}
/* 取り扱い物件
------------------------------------------------------------ */
.recommend {
	border: 2px solid #c9caca;
}
.number {
	margin-top: 15px;
	text-align: center;
	font-size: 13px;
}
.number span {
	display: inline-block;
	background-color: #0068b7;
	color: #ffffff;
	padding: 2px;
	width: 18px;
	height: 18px;
}
.number a {
	margin: 0 4px;
	color: #0068b7;
}
/* 会社紹介
------------------------------------------------------------ */
.about {
	width: 666px;
	background-color: #FFFFFF;
	border: 2px solid #c9caca;
	overflow: hidden;
	padding-bottom: 17px;
}
.about .lead {
	margin: 25px 0px 26px 18px;
	line-height: 1.8em;
	font-size: 14px;
}
.about h4 {
	margin-left: 14px;
}
.about table {
	margin-top: 15px;
	margin-left: 14px;
	border-collapse: collapse;
	width: 636px;
}
.about th {
	background-color: #f6f6f6;
	border-bottom: #ABABAB 1px dotted;
	border-right: #0f71bb 4px solid;
	text-align: left;
	padding: 10px;
	font-weight: normal;
	width: 180px;
}
.about td {
	border-bottom: #ABABAB 1px dotted;
	text-align: left;
	padding: 10px;
}
.about iframe {
	margin-left: 14px;
	margin-top: 25px;
	width: 636px;
}
/* 物件詳細
------------------------------------------------------------ */
.detail {
	width: 666px;
	background-color: #FFFFFF;
	border: 2px solid #c9caca;
	overflow: hidden;
	padding-bottom: 17px;
}
.b_detailbox {
	width: 626px;
	background-color: #ffffff;
	border: 1px solid #0068b7;
	margin-top: 20px;
	margin-left: 18px;
	padding-bottom: 30px;
	overflow: hidden;
}
ul.title_detail {
	overflow: hidden;
	padding: 8px 0px;
	padding-left: 17px;
	background-color: #bbe3f9;
}
ul.title_detail li {
	font-size: 16px;
	float: left;
	margin-right: 10px;
	line-height: 20px;
}
ul.title_detail li h3 {
	width: 400px;
}
ul.title_detail li.img {
	float: right;
	margin-right: 17px;
}
.s_detailbox {
	width: 560px;
	border: 1px solid #c9caca;
	margin: 18px 0px 0px 18px;
	padding: 22px 0px 22px 28px;
	overflow: hidden;
}
.s_detailbox .image {
	display: table;
	float: left;
	text-align: center;
	background-color: #ffffff;
	width: 374px;
	height: 374px;
	overflow: hidden;
	border-collapse: collapse;
	border-spacing: 0px;
	layout-grid-line: 370px; /* IE用 */
}
.s_detailbox .image p {
	display: table-cell;
	vertical-align: middle;
}
.s_detailbox .image img {
	max-width: 368px;
	max-height: 370px;
}




table.detailtable {
	margin: 23px 0px 28px 18px;
	font-size: 12px;
	width: 589px;
	border-collapse: collapse;
	border-spacing: 0px;
	overflow:hidden;
}
table.detailtable th {
	background-color: #f6f6f6;
	border-right: #0f71bb 4px solid;
	border-bottom: #ABABAB 1px dotted;
	text-align: left;
	padding: 10px;
	width:130px;
	color: #444;
}
table.detailtable td{
	border-bottom: #ABABAB 1px dotted;
	text-align: left;
	padding: 10px;}

.b_detailbox h4 {
	clear: both;
	border-bottom: 3px solid #0068b7;
	margin: 0px 18px 13px 18px;
	padding-bottom: 5px;
}
.detail_inquriy {
	margin: 0px 18px 0px 30px;
}
.detail_inquriy ul li span {
	font-size: 18px;
	bottom: 7px;
	display: block;
	margin-bottom: 10px;
}
.detail_inquriy ul {
	line-height: 1.5em;
	font-size: 12px;
	float: left;
}
.detail_r_inquiry {
	float: right;
	margin-right: 24px;
}
.detail_r_inquiry p {
	margin-bottom: 8px;
}

}