/* ////////////////////////////////////////////////////
	TH枠の大きさ */
//////////////////////////////////////////////////// */

/* 所在地 */
th.th_address {
	width: 150px;
}
/* 間取りタイプ */
th.th_madoritype {
	width: 90px;
}
/* 家賃 */
th.th_price {
	width: 90px;
}
/* 共益費 */
th.th_price_kyoeki {
	width: 70px;
}
/* 駐車場 */
th.th_parking {
	width: 220px;
}
/* 物件種別 */
th.th_bukkentype {
	width: 80px;
}
/* 建築日 */
th.th_kenchikudate {
	width: 70px;
}

/* ////////////////////////////////////////////////////
	物件情報テーブル上
//////////////////////////////////////////////////// */

/* 所在地 */
span.address {
	font-size: 13px;
	color: #555555;
}
/* 間取りタイプ */
span.madoritype {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}
/* 全間取り */
span.madoriall {
	font-size: 13px;
	color: #555555;
}
/* 家賃 */
span.price {
	font-size: 15px;
	font-weight: bold;
	color: #555555;
}
/* 共益費 */
span.price_kyoeki {
	font-size: 13px;
	color: #555555;
}
/* 駐車場 */
span.parking {
	font-size: 13px;
	color: #555555;
}
/* 物件タイプ */
span.bukkentype {
	font-size: 13px;
	color: #555555;
}
/* 建築日 */
span.kenchikudate {
	font-size: 14px;
	color: #555555;
}

/* ////////////////////////////////////////////////////
	物件情報テーブル下
//////////////////////////////////////////////////// */

/* 間取詳細 */
span.madoridetail {
	font-size: 13px;
	color: #555555;
}
/* 敷金・礼金 */
span.price_shiki_rei {
	font-size: 13px;
	color: #555555;
}
/* 保証金 */
span.price_hosho {
	font-size: 13px;
	color: #555555;
}
/* 入居指定 */
span.shitei {
	font-size: 13px;
	color: #555555;
}
/* ペット */
span.pet {
	font-size: 13px;
	color: #555555;
}
/* 交通 */
span.communication {
	font-size: 13px;
	color: #555555;
}
/* 契約期間 */
span.keiyaku {
	font-size: 13px;
	color: #555555;
}
/* 所在階／階数 */
span.kaisu {
	font-size: 13px;
	color: #555555;
}
/* 取引形態 */
span.torihiki {
	font-size: 13px;
	color: #555555;
}
/* 設備 */
span.option {
	font-size: 13px;
	color: #555555;
}
/* 備考 */
span.bukkenbiko {
	font-size: 13px;
	color: #555555;
}

