@charset "utf-8";

/* ----------detail style---------- */

/* layout */

#detail_left {
	float: left;
	width: 252px;
	margin-bottom: 20px;
}

#detail_right {
	float: right;
	width: 632px;
	margin-bottom: 20px;
}

/* ----------left area---------- */

/* buttons */

.btn_box {
	width: 900px;
	background-color: #FCF6E5;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding: 5px 0;
}

.btn_box ul {
	height: 25px;
	overflow: hidden;
	list-style-type: none;
	margin-left: 7px;
}

.btn_box ul li {
	float: left;
	margin: 0 6px 0 0;
}

.btn_box ul li.btn_first {
	margin-right: 115px;
}

.btn_box ul li.btn_end {
	margin-right: 0;
}


/* photo area */

#photo_main img {
	border: 6px solid #E2E2E2;
}

#tb_photo {
	width: 252px;
	border-collapse: collapse;
	margin-bottom: 15px;
}

#tb_photo img {
	border: 4px solid #E2E2E2;
}

#tb_photo td.cell_label1,
#tb_photo td.cell_label2 {
	padding-top: 10px;
}

#tb_photo td.cell_label1 p.text_label,
#tb_photo td.cell_label2 p.text_label {
	padding-bottom: 4px;
	font-size: 0.625em;
}

#tb_photo td.cell_label1 {
	width: 132px;
}

#tb_photo td.cell_label2 {
	width: 120px;
}

#tb_photo td.cell_fig img {
	border: 1px solid #E2E2E2;
}


#detail_left .text_comment {
	color: #666666;
	font-size: 0.625em;
}

/* ----------right area---------- */

#gmapview {
	position: relative;
	height: 200px;
	width: 330px;
	float: left;
	padding-bottom: 4px;
}
#google_map{
	height: 200px;
	width: 330px;
}
#carparking {
	position: absolute;
	top: 2px;
	right: 2px;
	background: #FFFFFF;
	font-size: 12px;
	border: 1px solid #009999;
	line-height: 150%;
	padding: 5px;
}
#carparking a {
	color: #359700;
}
#google_map {
	margin-bottom: 4px;
	border-left: 2px solid #FFF;
}
#google_map_sv {
	background-color:#000;
	margin-bottom: 4px;
	float: left;
}

#map_comment {
	font-size: 10px;
	float: left;
	margin-top: 3px;
	margin-bottom: 8px;
	color: #666666;
}

#btn_area_search {
	float: right;
	margin-bottom: 8px;
}

#btn_locationview {
	float: right;
	margin-bottom: 8px;
	margin-right: 8px;
}

/* data */

.tb_detail {
	width: 100%;
	empty-cells: show;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	margin-bottom: 2px;
}

.tb_detail th,
.tb_detail td {
	border: 1px solid #CCCCCC;
	padding: 5px 8px;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.5em;
}

.tb_detail th p,
.tb_detail td p {
	font-size: 1em;
}

.tb_detail td em {
	font-size: 0.825em;
	color:#999999;
	font-style: normal;
	margin-left: 10px;
}

.tb_detail th {
	width: 11em;
	background-color: #FCF6E5;
	text-align: center;
}

.tb_detail ul.list_icon {
	list-style-type: none;
}

.tb_detail ul.list_icon li {
	float: left;
	margin-left: 0;
	margin-bottom: 5px;
}

.tb_detail .price {
	color: #FF0000;
	font-weight: bold;
}


/* comment */

#bottom_comment {
	background: url(../result/images/detail_icon_comment.gif) no-repeat left 1px;
	margin-top: 13px;
	margin-bottom: 10px;
	padding-left: 23px;
}

#bottom_read {
	background: url(../result/images/detail_icon_read.gif) no-repeat left 3px;
	margin-bottom: 16px;
	padding-left: 23px;
}
