@charset "EUC-JP";

/*
==================================================================
RENT_FILTER.PHP,BUY_FILTER.PHP
==================================================================
*/

/* ●検索物件の条件を指定してください。 */

.search_top_text {
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	margin: 10px 0px 0px 0px;
}

/* 条件検索・テーブル */

.search {
	width: 750px;
	table-layout: fixed;
	margin: 5px 0px 0px 0px;
}

.search td{
	padding: 10px 5px 10px 5px;
	border-bottom: 1px solid #FFFFFF;
}

/* 検索項目 */

.search_td1{
	width: 105px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #99CC00;
}

.search_td2{
	background-color: #E0F0B2;
}

.search_td3{
	background-color: #dddddd;
}

.search_td4{
	background-color: #E8E8E8;
}

/* こだわり条件 */

.kodawari_table {
	width: 580px;
}

.kodawari_table th {
	text-align: left;
	font-weight: normal;
	height: 12px;
}

/* 検索ボタン・リセットボタン */

.form_button_box {
	text-align: center;
	margin: 10px 0px 0px 0px;
}

.form_button {
	width: 100px;
	height: 30px;
}


/*
==================================================================
RENT_FILTER_RESULTS.PHP,BUY_FILTER_RESULTS.PHP
==================================================================
*/

/* サブタイトルバー */

.bukken_sub_title_bar {
	width: 750px;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	color: #669900;
	background: url("./image/bukken_sub_title_bar.gif") no-repeat;
	margin: 10px 0px 0px 0px;
}

/* 再検索ボタン */

.reserch_button {
	font-size: 0px;
	margin: 10px 0px 0px 0px;
	text-align: right;
}

/* 検索結果・背景：灰色 */

.search_hit_box {
	width: 750px;
	height: 30px;
	background-color: #F0F0F0;
	margin: 10px 0px 0px 0px;
}

/* 検索結果・物件数 */

.search_hit_text {
	float: left;
	width: 400px;
	line-height: 30px;
}

.hit_green_text {
	font-size: 14px;
	font-weight: bold;
	color: #3F9F2D;
}

/* 検索結果・ページめくり */

.search_page {
	float: right;
	width: 300px;
	line-height: 30px;
	text-align: right;
}

.search_page a:link {
	color: #3F9F2D;
	text-decoration: underline;
}

.search_page a:active {
	color: #3F9F2D;
	text-decoration: underline;
}

.search_page a:visited {
	color: #3F9F2D;
	text-decoration: underline;
}

.search_page a:hover {
	color: #3F9F2D;
	text-decoration: none;
}

/* おすすめ・ページめくり */

.osusume_search_page {
	line-height: 30px;
	text-align: center;
}

.osusume_search_page a:link {
	color: #3F9F2D;
	text-decoration: underline;
}

.osusume_search_page a:active {
	color: #3F9F2D;
	text-decoration: underline;
}

.osusume_search_page a:visited {
	color: #3F9F2D;
	text-decoration: underline;
}

.osusume_search_page a:hover {
	color: #3F9F2D;
	text-decoration: none;
}

/* 検索結果(賃貸)・テーブル */

.search_result {
	width: 750px;
	margin: 10px 0px 0px 0px;
}

.search_result th {
	color: #FFFFFF;
	background-color: #99CC00;
	border: 1px solid #336666;
	padding: 10px 0px 10px 0px;
}

.search_result td {
	text-align: center;
	border: 1px solid #336666;
}

/* 検索結果(売買)・テーブル */

.search_buy_result {
	width: 750px;
	margin: 10px 0px 0px 0px;
}

.search_buy_result th {
	color: #FFFFFF;
	background-color: #33CC99;
	border: 1px solid #336666;
	padding: 10px 0px 10px 0px;
}

.search_buy_result td {
	text-align: center;
	border: 1px solid #336666;
}

/* 物件画像 */

.search_result_img_td {
	width: 64px;
	font-size: 0px;
	text-align: center;
	padding: 2px 0px 2px 0px;
}

/* 各種物件詳細 */

.search_result_td {
	padding: 10px 0px 10px 0px;
}

/* 詳細ボタン */

.search_result_button_td {
	width: 35px;
	font-size: 0px;
	text-align: center;
	padding: 2px 0px 2px 0px;
}

/* 緑,太字(賃貸) */

.search_results_green_text {
	font-weight: bold;
	color: #379B31;
}

/* 緑,太字(売買) */

.search_buy_results_green_text {
	font-weight: bold;
	color: #33B582;
}

.search_buy_results_green_text_price {
	font-size: 14px;
	font-weight: bold;
	color: #33B582;
}

.not_search_text {
	text-align: center;
	margin: 10px 0px 0px 0px;
}

/* 検索結果・注釈 */

.search_results_bottom_text {
	font-size: 10px;
	line-height: 16px;
	margin: 10px 0px 0px 0px;
}

