@charset "utf-8";

#osusume * {
	margin:0;
	padding:0;
	color:#333;
	line-height:1.4;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, sans-serif;
	}
	
#osusume sup {
	line-height:4px;
	}
	
#osusume img {
	border:none;
	}


/* content
---------------------------------------- */

#osusume {
	width:606px;
	clear: both;
	font-size:12px;
	text-align:left;
	margin:0 auto;
	padding:0;
}

#osusume ul#property li {
	float: left;
	width: 293px;
	border:1px solid #ccc;
	margin: 10px 4px 0;
	display:inline;
	height:195px;
	position:relative;
}

#osusume ul#property li .propertyTitle {
	background-color:#f0f0f0;
	margin-bottom:10px;
	}
	
#osusume ul#property li .propertyTitle span {
	font-weight:bold;
	height:25px;
	line-height:25px;
	padding-left:5px;
	}
	
#osusume ul#property li .propertyImg {
	width:150px;
	float:left;
	margin-left:5px;
	display:inline;
	text-align:center;
	}
	
#osusume ul#property li .propertyInfo {
	width:125px;
	float:right;
	margin-right:5px;
	display:inline;
	}

#osusume ul#property li dl dd {
	font-size:10px;
	}

#osusume ul#property li dl dd.propertyPrice {
	font-size:18px;
	font-weight:bold;
	color:#ff6600;
	}
	
#osusume ul#property li .btnPropertyDetail {
	clear:both;
	text-align:right;
	position:absolute;
	right:5px;
	bottom:5px;
	}
	




.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	line-height:0;
	visibility: hidden;
	}
	
.clearfix {zoom:1;}
