@charset "utf-8";

#contents #main {
	width: 980px;
}

#contents h3 {
	font-size: 120%;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding: 15px;
	background: linear-gradient(#FFFFFF 0%, #F5F2E8 100%);
	background: -ms-linear-gradient(#FFFFFF 0%, #F5F2E8 100%);
	background: -moz-linear-gradient(#FFFFFF 0%, #F5F2E8 100%);
	background: -webkit-linear-gradient(#FFFFFF 0%, #F5F2E8 100%);
}

#contents h3 b {
	background: url(../img/owner/border.png) no-repeat;
	background-position: left;
	padding: 15px;
}


.search section dl,
.search section ul{
	padding:10px 15px;
	border:1px solid #cccccc;
	margin-bottom:20px;
	box-sizing:border-box;
}
.search section ul li{
	float: left;
	width:25%;
	padding-right:1em;
	line-height:2;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.search section dl dt{
	width:7em;
	float:left;
	clear:left;
}
.search section dl dd{
	padding:0px 0px 1em 8em;
	border-bottom:1px dotted #999999;
	margin-bottom:1em;
}


.search section dl .title,
.search section ul .title{
	float:none;
	padding-bottom:0.2em;
	border-bottom:1px dotted #ff6600;
	width:100%;
}
.search section dl .title{
	margin-bottom:1em;
}
.search section dl .title b,
.search section ul .title b{
	clear: both;
	display:block;
	border-left:5px solid #ff6600;
	padding-left:1em;
}
.search section ul .checked{
	width:100%;
	padding:1em 0px 0em 0px;
	border-bottom:1px dotted #999999;
	margin-bottom:0em;
	font-weight:bold;
}

#recommended li.clearfix{
	border:1px solid #ff6600;
	position:relative;
	margin-bottom:20px;
}
#recommended .icon_new{
	position:absolute;
	top:0px;
	left:0px;
}
#recommended li.clearfix a{
	background:#ffeedd;
	padding:20px;
	display:block;
	text-decoration:none;
}
#recommended li.clearfix a:hover{
	background:#e8e8e8;
}
#recommended li .photo_img{
	background:url(../img/common/photo_frame.png) no-repeat;
	width:292px;
	position:relative;
	float:left;
}
#recommended li .photo_img h6{
	width:100%;
	text-align:center;
}
#recommended li .photo_img img{
	max-width: 100%;
	height: auto;
}
#recommended li .photo_img .model{
	position:absolute;
	left:45px;
	bottom:10px;
	width:200px;
	background:#be0c0a;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}
#recommended li .estate_info{
	width:600px;
	float:right;
}
#recommended li .estate_info h4{
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
}
#recommended li .estate_info ul{
	padding-bottom:10px;
	border-bottom:1px dotted #999999;
	margin-bottom:10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#recommended li .estate_info ul li{
	width: 50%;
	display: flex;
	flex-wrap: nowrap;
	align-items:center;
}
#recommended li .estate_info ul li:first-child,
#recommended li .estate_info ul li:nth-child(2){
	width: 100%;
	margin-bottom: 0.5em;
}
#recommended li .estate_info ul li span{
	flex: 1 1 auto;
}
#recommended li .estate_info ul li span.title{
	width: 4em;
	white-space: normal;
	flex: 0 1 auto;
}
#recommended li .estate_info ul li span.center{
	width: 1em;
	flex: 0 1 auto;
}
#recommended li .estate_info ul li span.red{
	font-size:1.2em;
	letter-spacing:1px;
	font-weight: bold;
}

#main_contents h1 b{
	display:inline-block;
	padding:0.2em 0.5em;
	line-height:1;
	color:#ffffff;
}

#main_contents .photo_img{
	background:url(../img/common/photo_frame_logo.png) no-repeat;
	width:292px;
	height:270px;
	position:relative;
	float:left;
}
#main_contents .photo_img h6{
	width:100%;
	position:absolute;
	top:70px;
	text-align:center;
}
#main_contents .photo_img img{
	position:absolute;
	left:45px;
	top:107px;
	max-width:200px;
	max-height:150px;
}
#main_contents .photo_img img.noimg{
	top:35px;
	max-height:205px;
}
#main_contents .photo_img .model{
	position:absolute;
	left:45px;
	bottom:10px;
	width:200px;
	background:#be0c0a;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}
#main_contents .estate_info{
	width:600px;
	float:right;
}
#main_contents .estate_info h4{
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
}
#main_contents .estate_info ul{
	padding-bottom:10px;
	border-bottom:1px dotted #999999;
	margin-bottom:10px;
}
#main_contents .estate_info li{
	display:inline-block;
	font-size:90%;
	border:1px solid #be0c0a;
	background:#ffffff;
	padding:0.2em 0.4em;
	line-height:1;
*display:inline;
*zoom:1;
}
#main_contents .estate_info table{
	border-bottom:1px dotted #999999;
	margin-bottom:10px;
}
#main_contents .estate_info table th{
	padding:0px 0px 0.5em;
	border:none;
	white-space:nowrap;
	font-weight:normal;
	background-color:transparent;
}
#main_contents .estate_info table td{
	padding:0px 0.5em 0.5em;
	border:none;
	background-color:transparent;
	font-weight:bold;
}
#main_contents .estate_info table td.center{
	padding:0px 0px 0.5em;
	font-weight:normal;
}
#main_contents .estate_info table td.red{
	font-size:110%;
	letter-spacing:1px;
}
.floor{
	position:relative;
}
.floor img.watermark{
	margin:0px auto;
	padding:0px;
	border:none;
	position:absolute;
	left:300px;
	top:200px;
}



#estate_detail .inner_table{
	padding:0;
	border-right:none;
}
#estate_detail .inner_table th{
	padding:10px 15px;
	white-space:nowrap;
	font-weight:normal;
	background:#fafafa;
	border:1px solid #cccccc;
}
#estate_detail .inner_table td{
	padding:10px 15px;
	border:none;
	background:#ffffff;
	border-right:1px solid #cccccc;
}

/* googlemap */
#googlemap{
}
#map_canvas{
	border:1px solid #cccccc;
	width:938px;
	height:498px;
}

#estate_contact{
	border:1px solid #c50e0a;
	padding:19px;
}
#estate_contact h3{
	padding-bottom:1em;
	border-bottom:1px dotted #999999;
	margin-bottom:1em;
}
#estate_contact h2{
	font-size:120%;
	font-weight:bold;
}
#estate_contact .red{
	font-size:120%;
	font-weight:bold;
}
#estate_contact img{
	float:right;
}









