@charset "Shift_JIS";
/* CSS Document */

@import url("../common/css/base.css");
@import url("../common/css/common.css");
@import url("../common/css/font.css");
@import url("../common/css/contents.css");





/*-----------------------------------------
 newhouse
------------------------------------------*/

/*index-------------*/

div.new-house-wrap:hover {
 background-color: #EDEDED;
}
.new-house-wrap {
	border: 1px solid #6B6B6B;
	padding: 15px;
	margin-bottom: 10px;
}
.new-house-wrap .house-infor {
	float: right;
	width: 518px;
}
.new-house-wrap .house-photo {
	float: left;
	width: 113px;
	text-align: center;
	position: relative;
}
.new-house-wrap .house-photo img {
	border: 1px solid #CCCCCC;
}
.new-house-wrap .house-photo .soldout {
	background-color: #000000;
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	left: 0px;
	top: 40px;
	color: #FFFFFF;
	width: 113px;
}
.new-house-wrap .house-infor h2 a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.new-house-wrap .house-infor h2 a:hover {
 color: #FF9900;
	text-decoration: underline;
}
.new-house-wrap .house-infor h2 img {
	margin-left: 5px;
}
.new-house-wrap .house-infor .house-list-icon,
.new-house-wrap .house-infor .entryBody,
.new-house-wrap .house-infor .spec  {
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
.new-house-wrap .house-infor .house-list-icon img {
	margin-right: 5px;
}
.new-house-wrap .house-infor .entryBody {
	color: #666666;
}
.new-house-wrap .house-infor .spec {
	font-size: 90%;
}
.new-house-wrap .house-infor .spec img  {
	margin-right: 5px;	
}
.pagination {
	text-align: center;
	margin-top: 13px;
}