@charset "shift_jis";
/* for ap_chin_list_recommend.html */

/* 構造
#bukken-list
	div.clistt
		div.clist
			div.scm/ マンション種別
			img.gaikan/
			div.lt/ マンション名
			div.lc 詳細情報
				span.chinryou
				span.tanki
				span.akishitsu
			/div.lc
		/div.clist
	/div.clistt
/#bukken-list
*/

#bukken-list {
	font-size:14px;
}

/* ページナビ */
#bukken-list .page-navi {
	text-align:center;
	clear:both;
	margin:0 auto;
	padding:20px 0;
}

/* クリック案内・注意書き */
#bukken-list .note {
	font-weight:bold;
	color:#F00;
}

#bukken-list .clistt {
	font-size: 12px;
	width:600px;
	line-height:1.3em;
}

#bukken-list .clistt .clist {
	width:300px;
	height:120px;
	float:left;
	background:#fff;
	text-align:center;
}

/* 建物名 */
#bukken-list .clistt .clist .lt{
	background-color:#9ff;
}
/* 建物名　おすすめ　背景色変更 */
#bukken-list .clistt .clist .lt_recommend{
	background-color: #75FF75;
	border:1px solid #00B500;
}
/*
#bukken-list .clistt .clist .lt_recommend p:before {
	content:"おすすめ";
	color:#F00;
}
*/

/* 物件種別 */
/*#bukken-list .clistt .clist .scm{
	background:#9ff;
	float:right;
	width:205px;
}*/

#bukken-list .clistt .clist img.gaikan {
	float:left;
	border:2px solid #FFF;
}

#bukken-list .clistt .clist img.gaikan:hover {
	border:2px solid #F00;
}



/* 物件名リンク */
#bukken-list .clistt .clist a {
	display:block;
}

#bukken-list .clistt .clist a:hover {
	color:#F00;
}
/* /物件名リンク */



/*#bukken-list .scm span.{
	background:url(./images/share/ms.gif) no-repeat;
	max-width:56px;
}*/

/* 賃料 */
#bukken-list .clistt .clist .lc span.chinryou { font-size:120%; font-weight:bold;}

/* 「短期契約可」表示 ON/OFF */
#bukken-list .clistt .clist .lc span.tanki{ font-weight:bold; color:#06c; display:none;/* 「短期契約可」表示スタイル  */}
#bukken-list .clistt .clist .lc .なし{}
#bukken-list .clistt .clist .lc span.あり{display:inline;}

/* 空室予定 */
#bukken-list .clistt .clist .lc span.akishitsu { color:#FF0099}


