@charset "utf-8";
/* CSS Document */

#list_gmap{
	width:730px;
	height:410px;
	background-color: transparent;
	border: thin solid #AFAFAF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.first_info {
	background:url(../img/info_newbar.png) no-repeat;
	background-position:right top;
	float:left;
	width:360px;
	height:420px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	margin-top: 0px;
	margin-right: 10px;
	_margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px;
/*	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;*/
	border: 1px solid #AFAFAF;/*	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #F28E1E;*/
}

.first_info a {
	text-decoration:none;
	color: #333333;
}
.normal_info {
	border: 1px solid #AFAFAF;
/*	background:#FCF;*/
	float:left;
	width:360px;
	height:205px;
	margin:0px 10px 10px 0px;
	_margin-right: 5px;
	padding:0px;
/*	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;*/
}

.normal_info a {
	text-decoration:none;
	color: #333333;
}

.normal_info_right {
	border: 1px solid #AFAFAF;
/*	background:#FCF;*/
	float:left;
	width:360px;
	height:205px;
	margin:0px 0px 10px 0px;
	padding:0px;
/*	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;*/
}

.normal_info_right a {
	text-decoration:none;
	color: #333333;
}


.info_title{
	float:left;
	width:160px;
	margin:20px 20px 5px 20px;
	font-size:12px;
}

.first_info .first_image{
	float:left;
	width:320px;
	margin:0px 20px 5px 20px;
	padding:0;
	border-style:none;
}

.first_info .icon_image{
	float:right;
	width:140px;
	margin:20px 0px 5px 5px;
	padding:0;
	border-style:none;
}

.first_info .info_text{
	float:left;
	width:300px;
	margin:0px 0px 5px 20px;
}
.first_info .info_text_right{
	float:left;
	text-align:left;
	width:300px;
	margin:0px 20px 5px 20px;
}

.normal_info .icon_image{
	float:right;
	width:140px;
	margin:20px 0px 5px 5px;
	padding:0;
	border-style:none;
}

.normal_info_right .icon_image{
	float:right;
	width:140px;
	margin:20px 0px 5px 5px;
	padding:0;
	border-style:none;
}

.normal_info .info_text{
	float:left;
	width:160px;
	margin:0px 0px 5px 0px;
}

.normal_info .info_text_right{
	float:left;
	text-align:left;
	width:300px;
	margin:0px 20px 5px 20px;
}

.normal_info_right .info_text{
	float:left;
	width:160px;
	margin:0px 0px 5px 0px;
}

.normal_info_right .info_text_right{
	float:left;
	text-align:left;
	width:300px;
	margin:0px 20px 5px 20px;
}

.normal_image{
	float:left;
	width:160px;
	height:120px;
	margin:0px 5px 5px 20px;
	vertical-align:top;
	padding:0;
	border-style:none;
}

/*ここからリノベーション済販売物件のページ用　*/
.now_sale2{
	float:left;
	background:#FF9933;
	width:220px;
	height:220px;
	border:1px solid #AEAEAE;
	margin:10px 5px 10px 5px;
}