@charset "utf-8";


/* -----------------------------------------------------------
 #osusume_new_iframe
 最新のおすすめ物件リスト（iframe）
----------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","メイリオ",Meiryo,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1;
	color:#333;
	text-align:center;/* for IE */
}

img {
	vertical-align: bottom;
	border: none;
}

body#osusume_new_body {
	width :630px;
	height: 270px;
	overflow: auto;
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

#osusume_new_iframe {
	width :630px;
	font-size: 80%;
	text-align: left;
	padding: 0;
	margin: 0;
}

#osusume_new_iframe .osusume_new_category {
	float: left;
	width: 192px;
	padding-left: 18px;
}

#osusume_new_iframe .osusume_new_catLead {
	float: left;
	width: 192px;
	padding-left: 0 !important;
}

#osusume_new_iframe .osusume_new_category .osusume_new_unit {
	width: 165px;
	padding: 6px 12px 0 12px;
	margin: 0;
	display: block;
	border-left: 1px solid #C8BDA6;
	border-right: 1px solid #C8BDA6;
	border-bottom: 2px solid #C8BDA6;
	background-color: #FFF;
}

#osusume_new_iframe .osusume_new_category .osusume_new_unit h4 {
	width: 158px;
	padding: 4px 0 4px 6px;
	margin-bottom: 7px;
	border-bottom: 1px solid #CCC;
	background: url(../../shared/image/icon_arrow-right_03.gif) no-repeat 0 50%;
	line-height: 1;
	font-size:12px;
}

#osusume_new_iframe .osusume_new_category .osusume_new_unit .osusume_new_content {
	width: 162px;
}
#osusume_new_iframe .osusume_new_category .osusume_new_unit h4 a {
	text-decoration: none;
}
#osusume_new_iframe .osusume_new_category .osusume_new_unit h4 a:hover {
	text-decoration: underline;
}

#osusume_new_iframe .osusume_new_category .osusume_new_unit .osusume_new_content img {
	float: left;
	width: 90px;
}

#osusume_new_iframe .osusume_new_category .osusume_new_unit .osusume_new_content .osusume_new_contentText {
	float: right;
	width: 62px;
	padding-left: 10px;
	padding-top: 5px;
}

#osusume_new_iframe .osusume_new_category .osusume_new_unit .osusume_new_content .osusume_new_contentText p {
	font-size: 90%;
	line-height: 1.3;
}

#osusume_new_iframe .osusume_new_category .osusume_new_unit .osusume_new_content .osusume_new_contentText p.price {
	font-size: 120%;
	font-weight: bold;
	color: #F00;
}

#osusume_new_iframe .osusume_new_category .osusume_new_unit p.price {
	font-size: 110%;
	font-weight: bold;
	color: #F00;
	clear: both;
	text-align: right;
	width: 162px;
	padding-top: 5px;
	line-height: 1.1;
}



