@charset "EUC-JP";

/*
==================================================================
RENT_FILTER_DETAIL.PHP,BUY_FILTER_DETAIL.PHP
==================================================================
*/

.detail_top_box {
	width: 750px;
	margin: 10px 0px 0px 0px;
}

/* ●物件詳細情報 */

.detail_top_text {
	float: left;
	width: 664px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

/* 一覧に戻る */

.result_back_button {
	float: right;
	width: 86px;
	font-size: 0px;
}

/* 物件名,お問い合わせ番号・背景色：薄緑 */

.detail_title_box{
	width: 750px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	background-color: #E3F1BB;
	margin: 5px 0px 0px 0px;
}

/* 物件名 */

.detail_title_text1 {
	float: left;
	width: 550px;
	font-weight: bold;
}

/* お問い合わせ番号 */

.detail_title_text2 {
	float: right;
	width: 200px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

.detail_main_box{
	width: 750px;
	margin: 0px 0px 0px 0px;
}

/* 詳細・左側 */

.detail_left_box{
	float: left;
	width: 410px;
}

/* おすすめコメント */

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

/* 物件メイン詳細(賃貸) */

.detail_green_box {
	width: 410px;
	background: url("./image/detail_green_wrapper.gif") repeat-y;
	margin: 10px 0px 0px 0px;
}

/* 物件メイン詳細(売買) */

.buy_detail_green_box {
	width: 410px;
	background: url("./image/buy_detail_green_wrapper.gif") repeat-y;
	margin: 10px 0px 0px 0px;
}

/* 物件種別 */

.detail_syubetsu {
	margin: 0px 10px 0px 10px;
}

/* 所在地,賃料,間取り(賃貸) */

.detail_green_bar {
	width: 390px;
	background-color: #6AB517;
	margin: 2px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	color: #FFFFFF;
}

/* 所在地,賃料,間取り(売買) */

.buy_detail_green_bar {
	width: 390px;
	background-color: #2BAA81;
	margin: 2px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	color: #FFFFFF;
}

.detail_green_bar_text {
	margin: 0px 10px 0px 10px;
}

/* 交通（最寄り駅・バス停） */

.detail_koutsuu {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FF6600;
	margin: 2px 10px 0px 10px;
}

/* 物件サブ詳細 */

.detail_table {
	width: 410px;
	margin: 20px 0px 0px 0px;
}

.detail_table td {
	border-top: 1px solid #6AB517;
	border-bottom: 1px solid #6AB517;
}

/* 物件サブ詳細・項目 */

.detail_td1 {
	width: 90px;
	vertical-align: top;
	padding: 5px 0px 5px 0px;
}

/* 物件サブ詳細・詳細 */

.detail_td2 {
	vertical-align: top;
	padding: 5px 0px 5px 0px;
}

.detail_td2_middle {
	vertical-align: middle;
	padding: 5px 0px 5px 0px;
}

/* 物件詳細・設備 */

.detail_setsubi_table {
	width: 320px;
}

.detail_setsubi_table td {
	vertical-align: top;
	border: 1px solid #6AB517;
}

/* 物件詳細・設備(項目) */

.detail_setsubi_td1 {
	width: 25px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

/* 物件詳細・設備(サブ) */

.detail_setsubi_td2 {
	padding: 5px 3px 5px 3px;
}

.detail_button_box {
	font-size: 0px;
	margin: 5px 0px 0px 0px;
}

/* この物件を問い合わせる */

.detail_contact_button {
	float: left;
	width: 220px;
}

/* 物件を印刷する */

.detail_print_button {
	float: right;
	width: 170px;
	margin: 5px 0px 0px 0px;
}

/* ボタン説明 */

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


/* 詳細・右側 */

.detail_right_box{
	float: right;
	width: 320px;
	background: url("./image/detail_right_wrapper.gif") repeat;
	padding: 0px 0px 10px 0px;
	margin: 10px 0px 0px 0px;
}

.detail_right_contents{
	width: 300px;
	margin: 0px 10px 0px 10px;
}

.detail_right_contents img{
	border: 1px solid #FFFFFF;
	margin: 0px 0px 0px 0px;
}

/* 項目バー(賃貸) */

.detail_right_title_bar {
	width: 300px;
	height: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #6AB517;
	margin: 10px 0px 10px 0px;
}

/* 項目バー(売買) */

.buy_detail_right_title_bar {
	width: 300px;
	height: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #2BAA81;
	margin: 10px 0px 10px 0px;
}

/* 物件各画像 */

.detail_img {
	font-size: 0px;
	text-align: center;
}

/* 物件外観写真 */

.detail_mini_img {
	float: left;
	width: 98px;
	cursor: pointer;
	margin: 0px 3px 0px 0px;
}

.detail_mini_img_right {
	float: right;
	width: 98px;
	cursor: pointer;
}

/* 物件外観写真・説明 */

.img_text {
	font-size: 10px;
	line-height: 16px;
	margin: 3px 0px 0px 0px;
}



