#body {
	
	@media screen and ( max-width:800px ) {
		padding-top: 90px;
	}
}

.前のページに戻る、次のページを見る----------{}

/*前のページに戻る、次のページを見る*/
.page_back {
	padding-bottom: 40px;
	float: left;
	clear: both;
	
	@media screen and ( max-width:800px ) {
	margin-left: 20px;
	}
}
.page_next {
	margin-bottom: 40px;
	float: right;
	
	@media screen and ( max-width:800px ) {
	margin-right: 20px;
	}
}

@media screen and ( max-width:800px ) {
	.page_next, .page_back {
	width: 180px;
	height: auto;
	}
}

@media screen and ( max-width:440px ) {
	.page_next, .page_back {
	width: 42%;
	}
}



.no_seach {
	margin-bottom: 60px;
}
#search {
	background-image: url(../img_site/common/backImg01.png);
	background-repeat: repeat;
	padding: 10px;
	margin-bottom: 30px;
}
#search table {
	margin-bottom: 10px;
}

#search td {
	font-size: 14px;
	line-height: 28px;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#search .td_title {
	background-color: #E1EDC2;
	width: 170px;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#button {
	text-align: center;
	padding-top: 10px;
}
#button input {
	margin-right: 5px;
	margin-left: 5px;
}
.pointer {
	cursor: pointer;
}
label {
	cursor: pointer;
}
#serch_title {
	background-image: url(../img_site/common/backImg03.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	font-size: 16px;
	color: #665A1A;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#searchBox {
	background-image: url(../img_site/common/backImg02.png);
	background-repeat: repeat;
	border: 1px dotted #999999;
	padding: 9px;
	overflow: auto;
	margin-bottom: 30px;
}



.エリアマップ----------{}
#searchBox .left {
	float: left;
	width: 455px;
	margin-bottom: 10px;
	
	@media screen and ( max-width:800px ) {
		width: 100%;
		float: none;

	}
}

/*マップ*/
#searchBox .left img {
	@media screen and ( max-width:800px ) {
		width: 100%;
		height: auto;
	}
}

.areaTitle {
	font-size: 14px;
	font-weight: bold;
	color: #665A1A;
	margin-bottom: 10px;
}

.絞り込み条件----------{}
#searchBox .right {
	float: right;
	width: 455px;
	margin-bottom: 10px;
	
	@media screen and ( max-width:800px ) {
		width: 100%;
		height: auto;
	}
}

#searchBox .right table {
	clear: left;
	border-collapse : separate;
	border-spacing: 2px;
}

#searchBox .right td {
	font-size: 13px;
	padding: 10px;
	line-height: 26px;
}

#searchBox table .td_left {
		@media screen and ( max-width:800px ) {
		width: 80px;
	}
}
#searchBox table .td_right {
		@media screen and ( max-width:800px ) {
		width: calc(100% - 80px);
	}

}


.area_search {
	background-image: url(../img_site/common/backImg04.png);
	background-repeat: repeat;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 5px;
}
.search_text {
	font-size: 13px;
	line-height: 26px;
}


.絞り込みボタン----------{}
#searchBox .foot {
	clear: both;
	padding-top: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.button {
	width: auto;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    font-size: 0;
    line-height: 0;
    overflow: visible;
    cursor: pointer;
	
}
	
#searchBox .foot .button img {
	@media screen and ( max-width:800px ) {
		width: 150px;
		height: auto;
	}
}
