@charset "utf-8";
/* CSS Document */

#SEARCH {
	margin-right:50px;
	margin-left:50px;
	width:760px;
}
#SEARCH .map {
	float: left;
	height: 280px;
	width: 370px;
	display: inline;
	margin-top: 20px;
}
.right-box {
	margin:0;
	padding:0;
	width:360px;
	float:right;
	text-align:center;
}

#SEARCH .keyword,
#SEARCH .area {
	display:inline;
	margin-top:20px;
	width:350px;
	text-align:left;
}
.area-box {
	margin:10px 0 10px 0;
	padding:0;
	width:350px;
	font-size:12px;
	text-align:left;
}
	
#SEARCH .button {
	display: inline;
	margin-top: 30px;
	width: 350px;
	text-align: center;
}
#LIST {
	height: auto;
	margin: 50px;
}
#LIST .bk {
	width: 700px;
	padding: 10px;
	margin-left: 15px;
	line-height: 1.5em;
	float: left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
}
#LIST img {
	float: left;
}
#LIST .bk .label {
	float: left;
	width: 80px;
	margin-left: 10px;
	margin-bottom: 5px;
	text-align: center;
	background-color: #DDD8CE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4D4435;
}
#LIST .bk .text1 {
	float: left;
	width: 160px;
	margin-bottom: 6px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4D4435;
}
#LIST .bk .text2 {
	float: left;
	width: 320px;
	margin-bottom: 6px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4D4435;
}

#LIST .bk .button {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}


.search-box {
	margin:40px auto;
	padding:0;
	width:760px;
	text-align:center;
}
.search-box .box01 {
	margin:0 30px 0 0;
	padding:0;
	float:left;
}
.search-box .box02 {
	margin:0 30px 0 0;
	padding:0;
	float:left;
}
.search-box .box03 {
	margin:0;
	padding:0;
	float:left;
}



