@charset "shift_jis";
/* CSS Document */


/* 検索袖 共通（賃貸/テナント/売買） -----------------------------------------------------*/

.scube li {
	background: #FFF;
}
.scube li a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
}
.scube li a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
}

.scube li.error {
	width: 100%;
	height: 235px;
	margin: 10px 0 0;
	padding: 10px 0 0 10px;
	border: none;
	box-sizing: border-box;
	text-align: left;
}
.scube li.error p {
	box-sizing: border-box;
	/*padding-right: 15px !important;*/
	padding-top: 0 !important;
	padding-left: 70px !important;
	-webkit-background-size: 59px auto !important;
	background-size: 59px auto !important;
	line-height: 1.4;
	font-weight: normal;
	color: #666;
}

	
/*------------------------------
.rankList01
------------------------------*/
.rankList01 {
	margin: 5px 0 10px;
	height: 245px;
}
.rankList01 ul:after {
	content: '';
	display: block;
	clear: both;
}
.rankList01 li {
	float: left;
	width: 138px;
	height: 245px;
	margin: 0 5px 0 0;
	border: 1px solid #D7D2CA;
	position: relative;
	overflow: hidden;
}
.rankList01 li.error:before {
	display: none;
}
.rankList01 li .info {
	padding: 0;
}
.rankList01 li .info a {
	overflow: hidden;
	display: block;
}
.rankList01 li .info a .infoDiv {
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background: #D8CCB8;
	display: block;
}
.rankList01 li .info a .pic {
	width: 138px;
	height: 138px;
	display: block;
}
.rankList01 li .info a .pic img {
	vertical-align: top;
}
.rankList01 li .info a .infoBox {
	display: block;
	color: #333;
	padding: 0 3px;
	text-align: left;
}
.rankList01 li .info a .infoBox > span {
	line-height: 17px;
	font-size: 12px;
	font-weight: normal;
	display: block;
}
.rankList01 li .info a .infoBox .data.tsubotanka,
.rankList01 li .info a .infoBox > span span.room {
	font-weight: bold;
}
.rankList01 li .info a .infoBox .data.tsubotanka {
	display: inherit;
}
.rankList01 li .info a .infoBox .price {
	padding: 6px 0 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FD7F17;
}
.rankList01 li .info a .infoBox .price span {
	font-size: 12px;
}
.rankList01 li .info a .infoBox .info01 .room + .years {
	margin-left: 10px;
}
.rankList01 li .info a .infoBox .info02 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.rankList01 li .info a .infoBox .info02 span:first-of-type {
	font-weight: bold;
}
/*
.rankList01 li .info a .infoBox .rimawari {
	font-size: 13px;
	font-weight: bold;
	color: #C9583F;
}
.rankList01 li .info a .infoBox .rimawari span {
	width: 34px;
	height: 14px;
	margin-right: 5px;
	vertical-align: middle;
	text-indent: -99999px;
	background: url(//www.rals.net/contents/img/common/sp/ico_rimawari_01.png) no-repeat 0 0;
	background-size: auto 14px;
	overflow: hidden;
	display: inline-block;
}
*/
.rankList01 li .info a .infoBox .icon01 img {
	margin-right: 1px;
	vertical-align: top;
}
.rankList01 li .info a .infoBox .address01 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.rankList01 li .comment01 {
	padding: 0 0 2px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: underline;
	color: #007EB8;
	overflow: hidden;
	display: block;
}
.rankList01 li .info a .infoBox .company {
	display: block;
	clear: both;
}
.rankList01 li .company a {
	height: 20px;
	padding-top: 1px;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size: 10.5px;
	overflow: hidden;
	display: block;
}
.rankList01 li .company a:hover {
	color: #F00;
	opacity:1.0;
	filter: alpha(opacity=100);
}



