@charset "utf-8";

/*======================================

border: 1px solid #0000ff;

=======================================*/

/*---------------------------------------- sellbox */
div.sellbox {
	width: 360px;
	height: 130px;
	float: left;
	margin-top: 8px;
	background: url(img/sellbox_bg.jpg);
}

/* 左側のみ左にマージン */
div.right {
	margin-left: 10px;
}

/* 物件イメージ */
div.sellbox p {
	padding: 5px 0 0 5px;
	float: left;
}
div.sellbox p img {
	border: 1px solid #D6CBA7;
	padding: 1px;
}

/* 物件情報 */
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;
	background-color: #cfcfcf;
}

table.compare th {
	width: 150px;
	margin: 0;
	padding-left: 2px;
	font-weight: normal;
	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);
	text-align: center;
}

table.compare td {
	margin: 0;
	padding: 2px;
	background-color: #FFF;
	text-align: right;
}

/* テーブルのコメント欄 */
table.comment {
	width: 500px;
	margin: 0 auto;
}

table.comment td {
	margin: 0;
	padding: 2px;
	text-align: left;
	font-size:12px;
}
