@import "common.css";
@import "common_contents.css";

.small_font {
	font-size: 10px;
}
/***********************************************/
/* condo list　 Plan                           */
/***********************************************/
.condo_List { clear: both;
	min-height:1px;　/* IE 7対策 */
 }
.condo_List .head_txt {
	font-weight: bold;
	color: #FFFFFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #52CCD2;
	padding-left: 5px;
	background-color: #2C6CCA;
}
.condo_List .head_txt_s {
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "Lucida Grande", Verdana, "ＭＳ ゴシック";
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	color: #F54905;
	line-height: 24px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.condo_List .txt_box {
	padding: 10px;
	clear: both;
}
.plan_List_left {
	float: left;
	width: 275px;
	margin-left: 5px;
	text-align:left;
}
.plan_List_right {
	float: right;
	margin-right: 5px;
	width: 275px;
	text-align:left;
	line-height: 20px;
}

.plan_List {
	width: 275px;
	margin-bottom:10px;
	background-image: url(../../condo/images/bg_plan_list.gif);
	height: 100px;
}
.plan_List_ph { 
	margin: 3px 0px 0px 1px;
	height: 90px;
	width: 120px;
	float: left;
}
.plan_List_note {
	float: right;
	width: 140px;
	text-align: left;
	margin-right: 3px;
	margin-top: 3px;
	font-size: 10px;
	line-height: 14px;
}
.hotel_name {
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "Lucida Grande", Verdana, "ＭＳ ゴシック";
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}

/***********************************************/
/* その他にもおすすめの物件                    */
/***********************************************/
.hotel_etc { 
	padding: 10px;
	clear: both;
 }
.hotel_etc table { 
	width: 100%;
 } 
.hotel_etc th {
	width: 100px;
	vertical-align: top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding-top: 5px;
} 
.hotel_etc td {
	background-image: url(../../images/bg_ranking_td.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 5px;
 } 
 
.hotel_etc .ss {
	background-image: url(../../images/bg_ranking_ss.gif);
}
.hotel_etc .loca {
	background-image: url(../../images/bg_ranking_location.gif);
}
.hotel_etc .view {
	background-image: url(../../images/bg_ranking_view.gif);
}
.hotel_etc .sentaku {
	background-image: url(../../images/bg_ranking_sentaku.gif);
	line-height: 18px;
	height: 48px;
	padding-top: 5px;
} 

/***********************************************/
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */
/***********************************************/
.condo_List:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

.condo_List { display:inline-table; }

/* Mac IE には適用させない \*/
* html .condo_List { height:1px; }
.condo_List { display:block; }
/* */
/***********************************************/
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */
/***********************************************/
