/***************************************
 * main.css
 ***************************************/
/* 新着情報 */
.new{
	overflow: auto;
	width: 560px;
	height: 130px;
	margin-bottom: 10px;
	padding: 10px 20px;
	font-size: 14px;
	background: url(../image/top/new_bg.jpg) repeat-x;
}
.new dl {
	overflow: hidden;
	width: 560px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 1.5;
	border-bottom: 2px dotted #999;	
}
.new dl dt {
	width: 80px;
	float: left;
}
.new dl dd {
	width: 470px;
	float: right;
}
/* おすすめ物件 */
.pickup {
	overflow: hidden;
	width: 600px;
}
.pickup dl {
	overflow: hidden;
	width: 273px;
	height: 210px;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px;
	float: left;
	border: 1px solid #eee;
}
.pickup dl.none {
	margin-right: 0px;
}
.pickup dl dt {
	height: 20px;
	margin-bottom: 10px;
}
.pickup dl dd.photo {
	overflow: hidden;
	width: 150px;
	height: 150px;
	float: left;
	text-align: center;
	vertical-align: middle;
	background: #eee;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pickup dl dd.photo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}
.pickup dl dd.text {
	overflow: auto;
	width: 120px;
	height: 208px;
	float: right;
}

