@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style-contents.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
新築分譲マンション
仲介物件

=================================================================== */

/* -----------------------------------------------------------
	
----------------------------------------------------------- */
body.single #main h2 {
	margin-top:	42px;
}

body.single #main .main-inner {
	width: 697px;
	margin-left: 83px;
	margin-right: 83px;
}


/* -----------------------------------------------------------
	新築分譲マンション
----------------------------------------------------------- */
.mansion .section {
	clear: both;
	margin-top: 10px;
	padding: 12px 0;
	height: auto;
	border-top: 1px solid #8a8179;
}

.mansion .section p {
	float: left;
	padding-right: 20px;
}

.mansion .section dl {
	margin-left: 138px; /* 118+20 */
}

.mansion .section dt {
	margin-bottom: 7px;
	padding-bottom: 2px;
	color: #62100f;
	border-bottom: 1px dotted #8a8179;
	font-weight: bold;
}

.mansion .section em {
	color: #ff0000;
}


/* -----------------------------------------------------------
	仲介物件
----------------------------------------------------------- */
.estate ul.estNav {
	margin: 17px auto 0 auto;
	text-align: center;
}

.estate ul.estNav li {
	display: inline;
}

.estate h3 {
	margin-top: 17px;
	border-bottom: 1px solid #666600;
}

.estate h4 {
	margin-top: 10px;
	margin-bottom: 4px;
	padding: 2px;
	border: 1px solid #8a8179;
	background-color: #ece9d8;
	text-align: right;
	font-weight: normal;
}

.estate .section {
	margin-bottom: 30px;
	padding: 10px;
	height: auto;
	border: 1px solid #8a8179;
}

.estate .section .imgEstate {
	width: 160px;
	float: left;
	padding-right: 11px;
}

.estate .section table {
	width: 74%;
}

.estate .section th,
.estate .section td {
	padding: 5px;
	border-top: 1px dotted #8a8179;
	border-bottom: 1px dotted #8a8179;
}

.estate .section th {
	width: 140px;
	vertical-align: top;
	background-color: #ece9d8;
	font-weight: normal;
	white-space: nowrap;
}

