/*  */

/* top-section-1 */

#top_contents{
	margin: 0 auto;
	padding-top: 160px;
	padding-bottom: 24px;
	max-width: 980px;
	width: 96%;
	border-left: solid 1px #f7f7f7;
	border-right: solid 1px #f7f7f7;
	background: #ffffff;
}

#slid-show{
	margin:0 auto;
	padding: 24px 0;
	max-width: 968px;
	width: 96%;
	position: relative;
}
#slid-show .slider{
	position: absolute;
	z-index: 1;
}

.property_introduction{
	margin: 0 auto 16px;
	max-width: 968px;
	width: 92%;
	padding: 2%;
	border: solid 1px #1f4399;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	
}
.property_introduction h2,
.property_introduction h3{
	font-size: 120%;
}

/* -------------------- 物件販売 賃貸物件

販売物件 = property_for_sale
賃貸物件 = rental_property

	
 */
#top_property_for_sale,
#top_rental_property{
	margin: 0 auto ;
	padding: 8px 0 24px ;
	max-width: 968px;
	width: 96%;
	position: relative;
}
#top_property_for_sale h1,
#top_rental_property h1{
	margin-bottom: 16px;
	padding:6px 0 6px 72px;
/* 	max-height: 32px; */
	font-size: 110%;
}

#top_property_for_sale h1 span,
#top_rental_property h1 span{
	padding: 2px 8px;
	border-left: solid 1px #fff;
}

#top_property_for_sale_contents,
#top_rental_property_contents{
	display: flex;
}

#top_property_for_sale_contents a,
#top_rental_property_contents a{
	margin: 0 2% 0 0;
	max-width: 300px;
	width: 100%;
	border: solid 1px #d9d9d9;
	display: block;
	background: #fff;
	position: relative;
	text-decoration: none;
	color: #666;
}
#top_property_for_sale_contents a:last-child,
#top_rental_property_contents a:last-child{
	margin: 0;
	max-width: 300px;
	width: 100%;
	border: solid 1px #d9d9d9;
	display: block;
	background: #fff;
	position: relative;	
}

/* --------------------------- span */
.property_detail_set_1{
	margin: 0 auto;
	width: 92%;
	min-height: 36px;
	display: block;
}

.property_detail_set_2{
	margin: 0 auto 0;
	padding: 8px 0;
	width: 92%;
	display: block;
	border-top: solid 1px #d9d9d9;
	font-size: 90%;
}

.property_detail_money{
	font-size: 130%;
	font-weight: bold;
	color: #ff2700;
}
.property_unit{
	font-weight: bold;
	color: #ff2700;
	font-size: 90%;
}

.property_section{
	display: block;
}
.property_title{
	padding: 4px;
	background: #e7f8ff;
	width: 25%;
	display: inline-table;
}
.property_detail{
	padding: 4px;
	width: 60%;
	display: inline-table;
}


/* --------------------------- 見出し画像 */
.top_icon_img_1{
	position: absolute;
	top: 4px;
	left: 6px;
}
.top_icon_img_2{
	position: absolute;
	top: 2px;
	left: 6px;
}
