.content_header_town {
	text-align:center;
	margin-bottom:0;
	line-height:160px;
}
.town {
	background: #ea5514;
}
.housing {
	background: #2d438b;
}
.biz {
	background: #00913a;
}
body #wrap .content_header_town h1 img,
body #wrap .content_header_town_housing h1 img {
	vertical-align:middle;
}
p.town_txt {
	max-width:700px;
	margin: 40px auto 20px auto;
}
p.town_txt img {
	width:100%;
	height: auto;
}
ul.realestateList {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	width:700px;
	margin:0 auto;
}
ul.realestateList li {
	width:45%;
}
ul.realestateList li:hover {
	opacity:0.70;
}
ul.realestateList li img {
	width:100%;
	height: auto;
}
ul.realestateList li:last-child {
	margin-right: 0;
}

/*---------- 物件テーブル ----------*/
.realestateTable {
	width:650px !important;
}
.realestateTable th,
.realestateTable td {
	background: #fff;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
	padding:10px !important;
	line-height: 150%;
}
.realestateTable th {
	font-weight: 700;
	width:150px;
	vertical-align: middle;
}
.realestateTable td {
	width:auto;
}
.realestateTable td a {
	text-decoration: underline !important;
}
.realestateTable td span {
	display: inline-block;
	margin:0 20px 0 0;
}

/*---------- 物件タイトル、種別 ----------*/
#realestate_header {
	position:relative;
	clear:both;
	overflow: hidden;
	margin: 20px 0;
}
#realestate_header p.property {
	position:relative;
	clear:both;
	overflow: hidden;
	float:left;
	margin-bottom: 10px !important;
	font-size: 14px !important;
	width:auto !important;
	text-align: center;
	background:#ccc;
	white-space: nowrap;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
	padding:5px 15px;
}
#realestate_header h1 {
	position:relative;
	clear:both;
	overflow: hidden;
	line-height: 180%;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 700;
}
#realestate_header p.point {
	position:relative;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
	padding:10px !important;
	font-size:14px !important;
	line-height: 150%;
	border:1px dashed #9fa0a0;
	width:100% !important;
}

/*---------- 物件画像 ----------*/
#realestate_img {
	position:relative;
	clear:both;
	overflow: hidden;
	margin-bottom:20px;
}
#realestate_img .img_main {
	position:relative;
	width:650px;
	float:left;
}
#realestate_img .img_main img {
	width:100%;
	height:auto;
	padding:0 !important;
}
#realestate_img .img_sub {
	position:relative;
	width:250px;
	float:right;
	margin-bottom:20px;
}
#realestate_img .img_sub img {
	width:100% !important;
	max-width:250px;
	height:auto !important;
	padding:0 !important;
}
#realestate_img .img_tate {
	position:relative;
	width:250px;
	float:right;
}
#realestate_img .img_tate img {
	width:100px !important;
	height:auto !important;
	padding:0 !important;
}
.clr-red { color:#E00000 !important; }

/*---------- 物件一覧 ----------*//*---------- 物件一覧 ----------*/
.list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-justify-content: flex-start;
			justify-content: flex-start;
	margin:40px auto 0 auto !important;
	width:930px !important;
}
.list li {
	position: relative;
	clear: none !important;
	width:290px !important;
	margin: 0 30px 30px 0 !important;
	border:1px solid #999;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	padding:10px 10px 60px 10px;
}
.list li:nth-child(3n) {
	margin-right: 0 !important;
}
.list li .itemImg {
	position: relative;
	margin-bottom:10px;
}
.list li .itemImg img {
    width: 100% !important;
    height: auto !important;
	padding:0 !important;
}

.list li p.realestate-property {
	position:relative;
	clear:both;
	overflow: hidden;
	float:left;
	margin:0 0 10px 0 !important;
	font-size: 14px !important;
	width:auto !important;
	text-align: center;
	background:#ccc;
	white-space: nowrap;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
	padding:3px 10px;
}
.list li p.realestate-title,
.list li p.realestate-property_title {
	position:relative;
	clear:both;
	overflow: hidden;
	margin:0 0 10px 0 !important;
	font-size: 18px !important;
	font-weight: 700;
	line-height: 130% !important;
	width:250px!important;
}
.list li table {
	position:relative;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
	border:0;
	margin:0 0 20px 0;
	width: 100%;
}
.list li table th,
.list li table td {
	position:relative;
	border:0;
	padding:5px !important;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.list li table th {
	width:30% !important;
	text-align: center;
	vertical-align: middle;
}
.list li table td {
	width:70% !important;
	line-height: 150%;
}
.more-biz,
.more-housing {
	position: absolute;
	bottom:15px;
	left:50%;
	width:200px !important;
	margin-left:-100px !important;
}
.more-biz a,
.more-housing a {
	display: block;
	color:#fff;
	line-height: 35px !important;
	font-size: 14px;
	text-align: center;
	border-radius: 10px;
	font-weight: 700;
}
.more-biz a {
		background:#00913a;
}
.more-housing a {
		background:#2d438b;
}
.more-list {
	position: relative;
	clear:both;
	overflow:hidden;
	margin:50px auto 0 auto !important;
}


#searchBox {
	position: relative;
	clear:both;
	overflow: hidden;
	background:#f8b62d;
	border-radius: 5px;
	padding:10px 10px 10px 50px;
	margin:15px 0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#searchBox:before {
	position: absolute;
	content: '';
	top:0;
	left: 0;
	height: 100%;
	width:30px;
	border-radius: 5px 0 0 5px;
}
.search_biz:before {
	background:#00913a;
}
.search_housing:before {
	background:#2d438b;
}
#searchBox p {
	font-size: 14px !important;
	font-weight: 700;
	display: inline-block !important;
	width:200px !important;
	clear:none !important;
}
#searchBox select {
	position: relative;
	font-size: 14px !important;
	display: inline-block !important;
	height: 40px !important;
	margin-right: 3px !important;
	padding-left:35px;
	background-color: #fff;
	background-repeat: no-repeat, repeat;
	background-position: left .7em top 50%, 0 0;
	background-size: 1.3em auto, 100%;
}
#searchBox select#searchType {
	background-image: url('/img/town/searchType.png'),
	  linear-gradient(to bottom, #ffffff 0%,#f5f5f5 100%);
	
}
#searchBox select#searchPrice {
	background-image: url('/img/town/searchPrice.png'),
	  linear-gradient(to bottom, #ffffff 0%,#f5f5f5 100%);
}
#searchBox select#searchArea {
	background-image: url('/img/town/searchArea.png'),
	  linear-gradient(to bottom, #ffffff 0%,#f5f5f5 100%);
}


 
#searchBox input[type="submit"] {
	font-size: 14px !important;
	display: inline-block !important;
	height: 40px !important;
	border:none;
	width:60px;
	color:#fff;
}
.search_biz input[type="submit"] {
	background:#00913a;
}
.search_housing input[type="submit"] {
	background:#2d438b;
}

.ttl-search {
	font-size: 18px !important;
	padding-bottom:10px !important;
	border-bottom:1px dotted #999;
	margin-bottom:20px !important;
}
.hit {
	font-size: 18px !important;
}
.resultsBox {
	min-height: 400px;
}

/*------------------------------------------------------------------------
	SP
------------------------------------------------------------------------*/
@media only screen and (max-width:680px) {
	
	#global_header {}
	#global_header .logo {
		position: relative;
		top:27px;
		width:100%;
		height: 50px;
		background:url(../img/common/sp-common_header-logo.png) 0 0 no-repeat;
		background-size:100% auto;
	}
	#global_header .logo a {
		display:block;
		width:100%;
		height:100%;
	}
	#global_header .logo a p img {
		display: none;
	}

	.content_header_town {
		line-height:100%;
		padding:5% 0;
		margin: 0 auto;
	}
	.content_header_town img {
		width:80%;
		height:auto;
	}
	.town {}
	.housing {}
	.biz {}
	body #wrap .content_header_town h1 img,
	body #wrap .content_header_town_housing h1 img {}
	p.town_txt {
		max-width:100%;
		margin:6% auto !important;
	}
	p.town_txt img {
		width:100%;
		height: auto;
	}
	ul.realestateList {
		width:90%;
		margin:10% auto;
	}
	ul.realestateList li {}
	ul.realestateList li:hover {
		opacity:1;
	}
	ul.realestateList li img {}
	ul.realestateList li:last-child {}

	/*---------- 物件テーブル ----------*/
	.realestateTable {
		width:100% !important;
		border-top:1px solid #999;
		border-left:1px solid #999;
	}
	.realestateTable th,
	.realestateTable td {
		padding:2% !important;
		font-size:14px;
		border-right:1px solid #999;
		border-bottom:1px solid #999;
	}
	.realestateTable th {
		width:30%;
		background:#FFF7E0;
	}
	.realestateTable td {
		width:70%;
	}
	.realestateTable td a {}
	.realestateTable td span {
		margin:0 4% 0 0;
	}
	.realestateTable td img {
		display: block;
		width:75%;
		height:auto;
		margin:0 auto;
	}

	/*---------- 物件タイトル、種別 ----------*/
	#realestate_header {
		margin:4% 0;
	}
	#realestate_header p.property {
		float:none;
		margin-bottom: 2% !important;
		padding:2% 3%;
	}
	#realestate_header h1 {
		line-height: 150%;
		margin-bottom: 2%;
		font-size: 20px;
	}
	#realestate_header p.point {
		padding:2% !important;
		font-size:14px !important;
	}

	/*---------- 物件画像 ----------*/
	#realestate_img {
		margin-bottom:4%;
	}
	#realestate_img .img_main {
		width:100%;
		float:none;
	}
	#realestate_img .img_main img {}
	#realestate_img .img_sub {
		width:100%;
		float:none;
		margin-bottom:4%;
	}
	#realestate_img .img_sub img {
		max-width:100%;
		margin:0.5% 0;
	}
	#realestate_img .img_tate {
		width:100%;
		float:none;
	}
	#realestate_img .img_tate img {
		margin:0.5% 0;
	}
	.clr-red {}

	/*---------- 物件一覧 ----------*/
	.list {
		display: block;
		margin:8% auto !important;
		width:100% !important;
	}
	.list li {
		width:100% !important;
		margin: 0 0 4% 0 !important;
		padding:2%;
	}
	.list li:nth-child(3n) {
		margin-right: auto !important;
	}
	.list li .itemImg {
		margin-bottom:3%;
	}
	.list li .itemImg img {}

	.list li p.realestate-property {
		float:left;
		margin:0 0 2% 0 !important;
		padding:2%;
	}
	.list li p.realestate-title,
	.list li p.realestate-property_title {
		margin:6% 0 !important;
		font-size: 16px !important;
		width:100% !important;
	}
	.list li table {
		margin:0 0 10% 0;
		border-top:1px solid #999;
		border-left:1px solid #999;
	}
	.list li table th,
	.list li table td {
		padding:2% !important;
		border-right:1px solid #999;
		border-bottom:1px solid #999;
		font-size: 14px;
	}
	.list li table th {
		background:#FFF7E0;
	}
	.list li table td {}
	.more-biz,
	.more-housing {
		position:relative;
		clear:both;
		overflow: hidden;
		bottom:auto;
		left:auto;
		width:80% !important;
		margin:4% auto !important;
	}
	.more-biz a,
	.more-housing a {
		line-height: 50px !important;
		font-size: 14px;
		border-radius: 50px;
	}
	.more-biz a {}
	.more-housing a {}
	.more-list {
		margin:12% auto 0 auto !important;
		width:70% !important;
	}
	.more-list img {
		width:100%;
		height:auto;
	}

	#searchBox {
		margin:4% 0;
	}
	#searchBox:before {}
	.search_biz:before {}
	.search_housing:before {}
	#searchBox p {
		display: block !important;
		width:100% !important;
	}
	#searchBox select {
		font-size: 14px !important;
		display: block !important;
		margin:3% 0 !important;
		width:95%;
	}
	#searchBox select#searchType {}
	#searchBox select#searchPrice {}
	#searchBox select#searchArea {}

	#searchBox input[type="submit"] {
		display: block !important;
		width:100px;
	}
	.search_biz input[type="submit"] {}
	.search_housing input[type="submit"] {}

	.ttl-search {
		font-size: 16px !important;
		padding-bottom:4% !important;
		margin-bottom:4% !important;
	}
	.hit {
		font-size: 16px !important;
	}
	.resultsBox {}

}
