@charset "utf-8";
@import url(css/common.css);
@import url(css/housing/shizensozai/style.css);

.content table.sample2 {
	width: 98% ;
	margin: 20px 0 0 5px ;
	border: none;
	border-collapse: collapse;
}
.content table.sample2 th {
	padding: 7px ;
	border: solid 1px #ccc ;
	font-weight: normal ;
	color: #000 ;
	text-align: left ;
	white-space: nowrap ;
	background: #eeeeee ;
}
.content table.sample2 td {
	text-align: center ;
	padding: 7px ;
	border: solid 1px #ccc ;
	color: #000 ;
	background: #fff ;
}


