@charset "utf-8";

/* TOP PAGE
----------------------------------------- */

#top-page .top-catch { margin: 0 auto 20px; }
#top-page .top-catch img.pict { margin-right: 5px; }


/* property-list
----------------------------------------- */

.property-list { margin-bottom: 40px; }

.property-list .type-list {
	margin-bottom: 10px;
	border-bottom: 4px solid #295B14;
	background: url(/img/tab_off.png) no-repeat;
}
.property-list .type-list:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility: hidden;
	line-height:0;
}
.property-list .type-list { display:inline-block; }
/* Hides from IE-mac \*/
* html .property-list .type-list { height:1%; }
.property-list .type-list { display:block; }

.property-list .type-list li {
	width: 154px;
	height: 40px;
	margin-right: 1px;
	cursor: pointer;
	float: left;
}
.property-list .type-list .current img { display: none; }

.property-list .hide { display: none; }

.property-data .type-box li {
	clear: left;
	margin-bottom: 10px;
	padding: 10px;
	background: url(/img/bg_dot.gif);
}
.property-data .type-box .bg-wh { background-color: #FFF; }
.property-data .type-box .bg-wh:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility: hidden;
	line-height:0;
}
.property-data .type-box .bg-wh { display:inline-block; }
/* Hides from IE-mac \*/
* html .property-data .type-box .bg-wh { height:1%; }
.property-data .type-box .bg-wh { display:block; }

.property-data .type-box .bg-wh .nodata { padding: 15px; text-align: center; }

.property-data .type-box li .thumb-box {
	width: 30%;
	float: left;
}
.property-data .type-box li .thumb-box .photo { margin: 5px 0 3px 5px; }
.property-data .type-box li .thumb-box .link {
	margin: 0 0 5px 5px;
}
.property-data .type-box li .thumb-box .link a {
	display: block;
	width: 110px;
	padding: 3px 20px 3px 10px;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: url(/img/icon_arrow01.png) 130px center no-repeat;
	color: #FFF;
}
.property-data .type-box li .thumb-box .link a:link,
.property-data .type-box li .thumb-box .link a:visited {
	background-color: #439622;
}
.property-data .type-box li .thumb-box .link a:active,
.property-data .type-box li .thumb-box .link a:hover {
	background-color: #95E078;
}
.property-data .type-box li .new { background: url(/img/mark_new.png) 350px 5px no-repeat; }

.property-data .type-box li .txt-box {
	width: 70%;
	float: left;
}
.property-data .type-box li .txt-box .ttl {
	margin: 8px 5px 5px 0;
	font-weight: bold;
	color: #F60;
}
.property-data .type-box li .txt-box .traffic { margin: 0 5px 5px 0; }
.property-data .type-box li .txt-box .price {
	margin: 0 5px 5px 0;
	font-weight: bold;
	color: #F60;
}
.property-data .type-box li .txt-box .excerpt { margin: 0 5px 5px 0; }

.property-data .type-box .list-link { clear: both; }
.property-data .type-box .list-link a {
	display: block;
	width: 590px;
	padding: 10px 20px 10px 10px;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: url(/img/icon_arrow02.png) 400px center no-repeat;
	color: #FFF;
}
.property-data .type-box .list-link a:link,
.property-data .type-box .list-link a:visited {
	background-color: #439622;
}
.property-data .type-box .list-link a:active,
.property-data .type-box .list-link a:hover {
	background-color: #95E078;
}



/* ページ名
----------------------------------------- */

