
/* print ------------------------------------------*/

#header, #footer, #header_menu, #alpha, h1 img, #detail_menu, .contact_form {
	display: none;
}


/*------------------------------------
.bukken_detail 物件詳細のtable
------------------------------------*/

table.bukken_detail{
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	font-size: 0.8em;
	margin-bottom: 2px;
	clear: both;
}
.bukken_detail th{
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	color:#000;
	background-color:#eee;
	padding:0.3em 1em;
	text-align:center;
	font-weight: normal;
	line-height: normal;
	width: 8em;
}
.bukken_detail td{
    border-right:1px solid #333;
    border-bottom:1px solid #333;
    padding:0.3em 1em;
}
table.pic{
	margin-bottom: 5px;
}


