@charset "utf-8";


/*-----------------------------
	contents
------------------------------*/

/* h2 */
#contents h2{
	padding:150px 0 100px;
	background:url(images/title-bg.jpg) no-repeat center bottom;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-ms-background-size:100% auto;
	-o-background-size:100% auto;
	margin-bottom:50px;
}
#contents h2.land{
	background:url(images/title-bg-land.jpg) no-repeat center bottom;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-ms-background-size:100% auto;
	-o-background-size:100% auto;
}
#contents h2.apartment{
	background:url(images/title-bg-apartment.jpg) no-repeat center bottom;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-ms-background-size:100% auto;
	-o-background-size:100% auto;
}
#contents h2.other{
	background:url(images/title-bg-other.jpg) no-repeat center bottom;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-ms-background-size:100% auto;
	-o-background-size:100% auto;
}
#contents h2 span{
	display:block;
	background:#fff;
}
#contents h2 span em{
	display:block;
	width:1100px;
	height:50px;
	margin:0 auto;
	text-align:left;
}



/*-----------------------------
	main
------------------------------*/

/* table */
#main table{
	width:100%;
	margin-bottom:20px;
	border-top:1px solid #ccc;
}
#main table th{
	width:150px;
	padding:10px;
	background:#eee;
	vertical-align:top;
	border-bottom:1px solid #ccc;
}
#main table th em{
	color:#c00;
}
#main table td{
	padding:10px;
	vertical-align:top;
	border-bottom:1px solid #ccc;
}
#main table td input[type="text"]{
	height:20px;
	line-height:20px;
}
#main table td input[type="radio"]{
	vertical-align:top;
}
#main .check{
	clear:both;
	text-align:center;
	margin-bottom:30px;
}
#main .check a{
	color:#475590;
	text-decoration:underline;
}
#main .check a:hover{
	color:#9199BC;
	text-decoration:underline;
}
#main .btn{
	clear:both;
	text-align:center;
	margin-bottom:60px;
}
#main .btn input{
	margin:0 10px;
}



.land_txt{font-size: 26px; font-weight: bold; color: #475590; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; text-align: left;}










