@charset "utf-8";


body {
	padding: 10px;
}

#container {
	width: 100%;

}




/*-検索-------------------*/

#box_search02 {
	width: auto;
	margin-bottom: 8px;
	padding: 0px;
	padding-top: 16px;
	border: 0px solid #CCCCCC;
	border-top: 2px solid #1576D7;	
}
#tb_search02 {
	width: 100%;
	border: 1px solid #CCCCCC;
}
#tb_search02 td {
	text-align: left;
}


/*--------------------*/

#rental_map_box1 {
	float: left;
	width: 75%;
	height: 550px;
}

#rental_map_box2 {
	float: left;
	height: 542px;	/*394*/
	margin-left: 5px;
}
#rental_map_box2 #list_box {
	height: 515px;
	text-align: left;
}
#rental_map_box2 #list_box th {
	width: 38px;
}

/*--------------------*/

h4.result_map {
	margin-bottom: 8px;
	font-size: 0.875em;
	padding: 5px 5px 3px 10px;
	text-align: left;
	background-color: #F3F3F3;
}

h4.result_map .normal {
	margin-left: 3px;
	font-size: 0.875em;
	font-weight: normal;
}

#result_map_note {
	margin-bottom: 0px;
	text-align: left;
}


/*-地域・駅 検索---------------*/

#tb_result_map_search {
	width: auto;
	margin-bottom: 5px;
}

#tb_result_map_search td {
	padding: 8px 0px;
}

#tb_result_map_search td.cell_lsst {
	padding-right: 8px;
}

#tb_result_map_search select {
	width: 120px;
	height: 100px;
}

/*-共通内容---------------*/
#header {
	position: relative;
}
#footer {
	padding-top: 5px;
	border-top: 1px solid #CCCCCC;
}

