  @charset "utf-8";

/* CSS Document */

/*
 real_estate_index
***/

.real_estate_index > .section{
	padding:15px 0 20px 0;
	border-top:#E6002F 1px solid;
}

.real_estate_index .text{
	float:left;
	width:480px;
}
.real_estate_index .photo{
	float:right;
	width:230px;
}
.real_estate_index .photo .logo_bn{
	text-align:center;
}
.real_estate_index .photo img{
	max-width:100%;
	height:auto;
}

.real_estate_index h4{
	font-size:115.38%;
	line-height:1.4;
	letter-spacing:0.05em;
	margin:0 0 15px;
	position:relative;
}

/*20170412 add*/
.real_estate_index h4 span.update{
	width:auto;
/*	margin-left:0.5em;*/
	padding:0.1em 0.5em 0em;
	line-height:0em;
	font-weight:normal;
	font-size:90%;
	color:#E6002F;
/*	border:#E6002F 1px solid;*/
}


.real_estate_index h4 span.state{
	position:absolute;
	top:-1px; right:0px;
	display:block;
	width:auto;
	padding:0.3em 1em;
	line-height:1;
	font-weight:normal;
	font-size:90%;
	color:#E6002F;
	border:#E6002F 1px solid;
	border-radius:4px;
}
.real_estate_index h4 span.state.complete{
	border-color:#ccc;
	color:#666;
}
.real_estate_index dl.data{

}
.real_estate_index dl.data dt{
	width:9em;
}

.real_estate_index dl.data dd{
	padding-left:9.5em;
}

.real_estate_index .btn_detail{
	clear:both;
	text-align:center;
	margin-top:15px;
}
.real_estate_index .btn_hp{
	clear:both;
	text-align:center;
	margin-top:15px;
	width:100%;
}

.real_estate_index .btn_detail a,
.real_estate_index .btn_hp a{
	display:block;
	width:12em;
	line-height:1;
	font-weight:bold;
	text-decoration:none;
	color:#212121;
	margin:10px auto;
	padding:0.8em 0;
	border:#CCCCCC 1px solid;
	border-radius:4px;
	box-shadow: 1px 1px 7px -2px rgba(0, 0, 0, 0.6);
/*	background:#fff url(/tech/development/common/images/arrow_red.png) no-repeat 1.2em 48%;*/
	background:#fff;

	text-align: center;
}
.real_estate_index .btn_hp a{
	width:100%;
}
.real_estate_index .btn_detail a:hover,
/*.real_estate_index .btn_hp a:hover*/
{
	background-color:#f4f4f4;
	border-color:#E6002F;
}





/*real_estate_detail*/
.real_estate_detail{
	margin-top:-0.2em;
}
.real_estate_detail h3{
	font-size:138.46%;
	line-height:1.4;
	letter-spacing:0.05em;
	margin:0 0 16px;
	padding:0px 0 15px 0;
	border-bottom:#E6002F 1px solid;
}
.real_estate_detail dl.data dt{
	width:10em;
}

.real_estate_detail dl.data dd{
	padding-left:10.5em;
}

.rel_link{
	margin:0;
	padding:15px 20px 10px;
	background:#f4f4f4;
	border-radius:4px;
}

.rel_link li{
	float:left;
	width:auto;
	margin-right:10px;
}

.toindex{
	margin:20px 0 30px;
	padding-top:20px;
	background:url(/common/image/bg_dot_line.gif) repeat-x;
	text-align:center;
}
.toindex .link_btn{
	margin: 0 auto;
	width:14em;
}

/*move_info£¨•º¶¨ ´ý¤ÁÊÜ¤±¥Ú©`¥¸£©*/
h1.move_info{
	margin:16px 0 20px; font-weight:bold;
	font-size:153.84%;
	border-bottom: #E6002F 1px solid;
	padding-bottom:14px;
	letter-spacing:0.05em;
}

/**/
.btn_hp{
	clear:both;
	text-align:center;
	margin-top:15px;
}

.btn_hp a{
	display:block;
	width:auto;
	line-height:1.4;
	text-decoration:none;
	text-align:left;
	color:#212121;
	margin:10px 0px;
	padding:1.2em 0 1.2em 35px;
	border:#CCCCCC 1px solid;
	border-radius:4px;
	box-shadow: 1px 1px 7px -2px rgba(0, 0, 0, 0.6);
	background:#fff url(/tech/development/common/images/arrow_red_large.png) no-repeat 1.2em 48%;
}
.btn_hp a span{
	font-weight:normal;
}

/*.btn_hp a:hover{
	background-color:#f4f4f4;
	border-color:#E6002F;
}*/

/*news_topics*/

.news_topics{
	border:#B9BABA 1px solid;
	border-radius:4px;
	box-shadow: 1px 1px 7px -2px rgba(0, 0, 0, 0.6);
	margin:30px 0 30px;
	background:#E9EAEA;
}
.news_topics h2{
	margin:10px 15px 0px; padding:0;
	height:34px; overflow:hidden;
	
}

.news_topics .content{
	background:#fff;
	height:160px;
	margin-bottom:21px;
	overflow:auto;
	border-top:#B9BABA 1px solid;
	border-bottom:#B9BABA 1px solid;
	line-height:1.3;
}
.news_topics .content dt{
	clear:both;
	float:left;
	width:8em;
	white-space:nowrap;
	padding:0.8em 0 0.9em 1.2em;
}
.news_topics .content dd{
	padding:0.8em 1em 0.9em 10.5em;
	background:url(/common/image/bg_dot_line.gif) repeat-x left bottom;
}
.news_topics .content dd a{
	text-decoration:none;
}
.news_topics .content dd a:hover{
	text-decoration:underline;
}
.news_topics .content dd p{
	padding-left:0px;
	min-height:18px;
	background-repeat:no-repeat;
	background-position:left top;
}

.real_estate_info .real_estate_nav{
	margin:30px 0;
	border-bottom:#c8c9c9 1px solid;
	
}

.real_estate_info .real_estate_nav > ul > li{
	border-top:#c8c9c9 1px solid;
	padding:0.8em 0 0.8em 0.5em;
}
.real_estate_info .real_estate_nav li:hover{
	/*background-color:#f4f4f4;*/
}
.real_estate_info .real_estate_nav li a{
	/*display:block;*/
}
.real_estate_info .real_estate_nav li ul.link{
	margin:0.6em 0 -0.5em 2em;
}

@media print{

}

