﻿@charset "UTF-8";



div#left div#house,
div#left div#apartment {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

div#left div#house table td {
	width: 220px;
	height: 220px;
}

/*　firefoxでテーブル余白対策　*/
table img {
	vertical-align: bottom
}

table a img {
	border: none;
}


div#left div#housePic {
	margin-bottom: 20px;
}


div#detail table {
	margin-bottom: 20px;
	width:440px;
	border-top: 3px solid #dddddd;
	border-bottom: 3px solid #dddddd;
	background-color: #ffffff; /*　確認用　*/

}

div#detail table th,
div#detail table td {
	padding: 0.5em 0;
	border-bottom: 1px dotted #dddddd;
}

div#detail table th {
	width: 150px;
}

div#public,
div#reform {
	width: 660px;
}

div#public dl,
div#reform dl {
	margin: 0;
}

dl.pic1 {
	margin-bottom: 20px;
	float: left;
	width: 315px;
	background-color: #ffffff; /*確認用*/
}

dl.pic2 {
	margin-bottom: 20px;
	float: right;
	width: 315px;
	background-color: #ffffff;　/*確認用*/
}
