@charset "utf-8";

/*======================================

border: 1px solid #0000ff;

=======================================*/

/* 物件情報 */
div.sellbox table.info {
	width: 190px;
	margin: 7px 0 0 6px;

	border-collapse: collapse;
	font-size: 14px;
	color:#222;
}

div.sellbox table th {
	width: 63px;
	height: 24px;
	text-align: center;
}

div.sellbox table td {
	width: 127px;
	text-align: left;
}

/* 詳細ボタン */
div.sellbox table img {
	margin: 0 0 2px 8px;
}

div.sellbox table td.station {
	width: 188px;
}

div.sellbox table.info span {
	width: 50px;
	padding: 2px 3px 2px 3px;
	float: left;
	display: block;
	background: #D3B65C;
	font-size: 9px;
	font-weight: normal;
	color: #FFF;
}

div.sellbox table.info td.price {
	color:#C00;
}

div.sellbox a {
	text-decoration: none;
}


/* 物件比較 */
table.compare {
	width: 500px;
	margin: 0 auto;
	padding: 0;
	background-color: #cfcfcf;
}

table.compare th {
	width: 150px;
	margin: 0;
	text-align: center;
	font-weight: normal;
/*	background-color: #e6e6e6; */
	background-image:url(../img/table_bg02.gif);
	border-left: 1px solid #fff;
	border-top: 1px solid #fff; 
}

table.compare th.th2 {
/*	background-color: #e6e6e6; */
	height: 30px;
	background-image:url(../img/table_bg01.gif);
}

table.compare td {
	margin: 0;
	background-color: #FFF;
}

img.picture {
	padding: 8px;
}
