@charset "utf-8";
/* *******************************

	東急コミュニティー
	賃貸オフィスのパートナー
	
	search.css
	
	* title
	* search form

	
******************************** */


/* title
---------------------------------------------------------- */

#container{
	padding-top: 20px;
	}


.title-search{
	width: 910px;
	height: 50px;
	background: url(/img/search/title-search.gif) left top no-repeat;
	text-indent: -9999px;
	}


/* search form
---------------------------------------------------------- */

#search_table{
	width: 908px !important;
	width: 910px;
	border: solid 1px #5ab4cb;
	margin-top: 25px;
	}

#search_table th{
	background: url(/img/search/bg-search-cell.gif) left top repeat;
	border-bottom: solid 1px #dbf1f7;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em !important;
	font-size: 0.9em;
	vertical-align: center;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 12px;
	}
#search_table th.last{
	border-bottom: solid 1px #5ab4cb;
	}
#search_table td{
	background-color: #f6fafb;
	border: solid 1px #5ab4cb;
	border-width: 0 0 1px 1px;
	padding: 5px 0 5px 20px;
	line-height: 1.8em;
	color: #000000;
	font-size: 1.0em !important;
	font-size: 0.75em;
	}
#search-attention{
	width: 910px;
	background-color: #f0f1f1;
	padding-bottom: 12px;
	}
	
#search-attention p{
	padding: 10px 0 0 10px;
	font-size: 0.9em;
	}
#btn-search{
	text-align: center;
	margin-top: 12px;
	}



