@charset "UTF-8";

/* ここから空室検索 */
#search_wrap {
	width				: 680px;
	height				: auto;
	float				: left;
}

#search_panel {
	width				: 680px;
	height				: auto;
	background-color	: #FFFFFF;
	float				: left;
}

#search_panel h1 {
	background-color	: #FFFF00;
	text-align			: center;
	font-weight			: bold;
	padding-top			: 5px;
	padding-bottom		: 5px;
	font-size			: 1em;
	border-top-color	: #000000;
	border-bottom-color	: #000000;
	border-top-style	: solid;
	border-bottom-style	: solid;
	border-top-width	: 1px;
	border-bottom-width	: 1px;
	letter-spacing		: 2px;
}

#search_button {
	padding-top			: 5px;
	padding-bottom		: 5px;
	text-align			: center;
}

/* 空室検索ここまで */

