@charset "utf-8";
/* CSS Document */


/*------------------------------
#topNav
------------------------------*/
#topNav {
	width: 100%;
	height: 60px;
	background: #624239;
}
#topNav li {
	width: 22%;
	height: 60px;
	line-height: 20px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background: no-repeat 50% 9px;
	background-size: 18px 22px;
	box-sizing: border-box;
	position: relative;
	float: left;
}
#topNav .topNav01 {
	background-image: url(../img01/ico_mark_17.png);
}
#topNav .topNav02 {
	background-image: url(../img01/ico_mark_18.png);
}
#topNav .topNav03 {
	background-image: url(../img01/ico_mark_19.png);
}
#topNav .topNav04 {
	width: 34%;
	background-image: url(../img01/ico_mark_20.png);
}
#topNav li.active {
	padding-top: 34px;
	color: #7A5941;
	background-color: #F5F5F0;
}
#topNav li.active:before {
	content: '';
	width: 100%;
	height: 2px;
	background: #FFF;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
#topNav li a {
	height: 60px;
	padding-top: 34px;
	color: #FFF;
	box-sizing: border-box;
	display: block;
}


/*------------------------------
.topCorner
------------------------------*/
.topCorner {
	padding: 10px 0;
	background: #F5F5F0;
}
.topCorner .topCornerWrap {
	width: 298px;
	margin: 0 auto;
	padding: 1px;
	background: #FFF;
	position: relative;
}
.topCorner .topCornerWrap a {
	color: #333;
	text-decoration: none;
	display: block;
}
.topCorner .topCornerWrap a > span {
	display: block;
}
.topCorner .pic01 {
	width: 100%;
	min-height: 218px;
	background: #EEE;
	display: block;
	position: relative;
}
.topCorner .pic01:after {
	content: '';
	width: 75px;
	height: 25px;
	background: url(../img01/ico_mark_21.png) no-repeat 0 0;
	background-size: 75px 25px;
	position: absolute;
	left: -5px;
	top: 4px;
	display: block;
}
.topCorner .pic01 img {
	vertical-align: top;
}
.topCorner .scubelist .pic01 .picInner {
	height: 218px;
	display: block;
	overflow: hidden;
}
.topCorner .scubelist .pic01 img {
	margin-top: -40px;
}
.topCorner .pic01 .comment01 {
	width: 100%;
	height: 70px;
	padding: 25px 10px 0;
	line-height: 18px;
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	box-sizing: border-box;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
	position: absolute;
	left: 0;
	bottom: 0;
}
.topCorner .info01 {
	height: 20px;
	margin-bottom: 6px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background: #D8CCB8;
}
.topCorner .icon01 {
	padding: 4px 11px 0 0;
	position: absolute;
	right: 0;
}
.topCorner .icon01 img {
	margin-bottom: 1px;
	display: block;
}
.topCorner .price01 {
	padding-left: 10px;
	line-height: 26px;
	font-size: 17px;
	font-weight: bold;
	color: #FD7F17;
}
.topCorner .price01.invest {
	float: left;
}
.topCorner .price01 span {
	font-size: 12px;
}
.topCorner .rimawari01 {
	padding: 0 43px 0 10px;
	line-height: 26px;
	font-size: 14px;
	font-weight: bold;
	color: #C9583F;
	float: left;
}
.topCorner .rimawari01 span {
	font-size: 12px;
}
.topCorner .rimawari01 .rimawari_ico {
	width: 38px;
	height: 16px;
	margin-right: 5px;
	vertical-align: middle;
	text-indent: -99999px;
	background: url(../img01/ico_rimawari_01.png) no-repeat 0 0;
	background-size: 38px 16px;
	display: inline-block;
	overflow: hidden;
}
.topCorner .info02 {
	padding: 0 0 0 10px;
	font-size: 13px;
	clear: both;
}
.topCorner .info02 span {
	font-weight: bold;
}
.topCorner .info03 {
	font-size: 13px;
}
.topCorner .info03 a {
	padding: 0 0 5px 10px;
	text-decoration: none;
	color: #007EB8;
}



/*------------------------------
#searchContents
------------------------------*/
#searchContents {
	background: #F5F5F0;
}
#searchContents > h1 {
	height: 30px;
	margin-bottom: 15px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: #624239;
}

/* #newSearch */
#newSearch div {
	margin-left: 8px;
	line-height: 20px;
	font-size: 13px;
	display: inline-block;
}
#newSearch div:nth-child(2) {
	margin-left: 6px;
}
#newSearch div a {
	text-decoration: underline;
	color: #007EB8;
}
#newSearch div a span {
	font-size: 14px;
	font-weight: bold;
}
#newSearch .newSearchTit {
	width: 62px;
	height: 20px;
	margin: 0 0 15px;
	padding-left: 5px;
	text-align: center;
	font-size: 12px;
	color: #5D3F2B;
	background: #F4E00E;
	position: relative;
}
#newSearch .newSearchTit:after {
	content: '';
	width: 0;
	border-width: 10px 0 10px 5px;
	border-style: solid;
	border-color: transparent transparent transparent #F4E00E;
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
}


#searchContents .searchBtn01 {
	width: 62%;
	margin-left: 10px;
	float: left;
	box-sizing: border-box;
}
#searchContents .searchBtn01 a {
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	border-radius: 2px;
	background-image: -moz-linear-gradient(top, #FBB71A, #EF9514);
	background-image: -ms-linear-gradient(top, #FBB71A, #EF9514);
	background-image: -webkit-linear-gradient(top, #FBB71A, #EF9514);
	background-image: linear-gradient(top, #FBB71A, #EF9514);
	box-shadow: inset 0 -3px #E38F04, 0 1px rgba(0,0,0,0.05);
	box-sizing: border-box;
	display: block;
}
#searchContents .searchBtn01 a:before {
	content: '';
	width: 21px;
	height: 48px;
	margin-right: 12px;
	vertical-align: top;
	background: url(../img01/ico_mark_01.png) no-repeat 0 50%;
	background-size: 21px 20px;
	display: inline-block;
}
#searchContents .searchBtn01 a span {
	line-height: 1.2;
	text-align: left;
	display: inline-block;
}
#searchContents .searchBtn01 a span span {
	padding-top: 8px;
	font-size: 12px;
	display: block;
}
#searchContents .searchBtn02 {
	width: 29%;
	margin-right: 10px;
	float: right;
	box-sizing: border-box;
}
#searchContents .searchBtn02 a {
	height: 48px;
	padding: 9px 0 0 30px;
	line-height: 1.2;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	border: 1px solid #EBEBEB;
	border-radius: 2px;
	background-image: -moz-linear-gradient(top, #FFF, #EFEFEF);
	background-image: -ms-linear-gradient(top, #FFF, #EFEFEF);
	background-image: -webkit-linear-gradient(top, #FFF, #EFEFEF);
	background-image: linear-gradient(top, #FFF, #EFEFEF);
	box-shadow: inset 0 -3px #D8D8D8, 0 1px rgba(0,0,0,0.05);
	box-sizing: border-box;
	display: block;
	position: relative;
}
#searchContents .searchBtn02 a:before {
	content: '';
	width: 14px;
	height: 19px;
	margin-right: 5px;
	vertical-align: top;
	background: url(../img01/ico_mark_02.png) no-repeat 0 0;
	background-size: 14px 19px;
	display: inline-block;
	position: absolute;
	left: 9px;
	top: 13px;
}
#searchContents .searchBtn03 {
	margin-right: 10px;
	float: none;
	width: auto;
}

#searchContents .searchKeyword01 {
	margin: 0 10px 15px;
	padding-top: 7px;
	position: relative;
	clear: both;
}/*
#searchContents .searchKeyword01:after {
	content: '';
	height: 1px;
	margin: 0 10px 13px;
	background: #E8E8E4;
	display: block;
}*/
#searchContents .searchKeyword01 input[type="text"] {
	width: 100%;
	height: 40px;
	padding: 0 53px 0 9px;
	font-size: 13px;
	border: 1px solid #D6D6D6;
	border-radius: 3px;
	box-shadow: inset 0 1px #F4F3F2;
	box-sizing: border-box;
	display: block;
}
#searchContents .searchKeyword01 .keywordSubmit {
	width: 45px;
	height: 40px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
#searchContents .searchKeyword01 input[type="submit"] {
	width: 45px;
	height: 40px;
	text-indent: -99999px;
	border: 1px solid #D9D9D9;
	border-radius: 0 3px 3px 0;
	background: #EBEAE4 url(../img01/ico_mark_22.png) no-repeat 50% 50%;
	background-size: 19px 19px;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
}
#searchContents .searchKeyword01 input[type="submit"].active {
	background-color: #FFF;
	background-image: url(../img01/ico_mark_03.png);
	box-shadow: inset 0 -2px #ECECEC;
}


/* #searchPrevious */
#searchPrevious {
	margin: 0 14px 14px;
	border: 1px solid #ACA395;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 0 0 1px #EFEDE9;
}
#searchPrevious .searchPreviousTit {
	height: 37px;
	margin: 0 10px;
	padding-top: 3px;
	border-bottom: 1px solid #E8E8E4;
}
#searchPrevious .searchPreviousTit h1 {
	padding-left: 22px;
	line-height: 33px;
	font-size: 13px;
	font-weight: bold;
	color: #5D3F2B;
	float: left;
}
#searchPrevious .searchPreviousTit .moreBtn {
	padding-right: 5px;
	line-height: 33px;
	font-size: 12px;
	font-weight: bold;
	float: right;
}
#searchPrevious .searchPreviousTit .moreBtn a {
	color: #D49D00;
}
#searchPrevious .prevInfo01 {
	height: 18px;
	margin: 7px 0 3px 12px;
	padding: 0 5px;
	line-height: 18px;
	font-weight: bold;
	color: #FFF;
	border-radius: 2px;
	background: #D8CCB8;
	display: inline-block;
}
#searchPrevious .prevInfo02 {
	margin: 0 12px 12px;
	padding-right: 20px;
	line-height: 1.6;
	font-size: 13px;
}
#searchPrevious .prevInfo02 a {
	color: #333;
}

/* #prevList */
#prevList {
	width: 260px;
	height: 140px;
	border: 1px solid #D7D2CA;
	box-sizing: border-box;
}
#prevList .tit01 {
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background: #D8CCB8;
}
#prevList .pic01 {
	width: 108px;
	height: 108px;
	margin: 5px 8px 0 5px;
	background: #EEE;
	float: left;
	position: relative;
}
#prevList .pic01 .new {
	height: 20px;
	padding: 0 4px 0 7px;
	line-height: 20px;
	font-size: 13px;
	color: #FFF;
	background: rgba(233,115,19,0.8);
	position: absolute;
	left: 0;
	top: 0;
}
#prevList .pic01 .new:after {
	content: '';
	width: 0;
	height: 0;
	margin-left: 100%;
	border-width: 20px 8px 0 0;
	border-style: solid;
	border-color: rgba(233,115,19,0.8) transparent transparent;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
#prevList .price01 {
	margin: 5px 0 2px;
	line-height: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #FD7F17;
}
#prevList .info01 {
	margin-bottom: 4px;
	line-height: 1.6;
}
#prevList .info01 span {
	font-weight: bold;
}

#searchPrevious .prevBtn {
	margin: 0 18px 0 20px;
	padding: 15px 0;
	line-height: 22px;
}
#searchPrevious .prevBtn a {
	font-size: 13px;
	color: #333;
	display: block;
}
#searchPrevious .prevBtn a span {
	font-weight: bold;
}
#searchPrevious .prevBtn a span span {
	margin: 0 5px;
	font-size: 16px;
	color: #E97213;
}

/* #searchNav */
#searchNav {
	height: 51px;
	background: #FFF;
}
#searchNav li {
	width: 50%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #113366;
	border-bottom: 3px solid #F2F0EB;
	float: left;
	cursor: pointer;
}
#searchNav li.active {
	color: #E38F04;
	border-color: #E38F04;
}
#searchNavTit {
	padding: 2px 10px 0;
	line-height: 48px;
	font-size: 14px;
	font-weight: bold;
	text-indent: 38px;
	background: #FFF url(../img01/ico_mark_15.png) no-repeat 10px 20px;
	background-size: 24px 13px;
	color: #82634C;
}
#searchNavTit:after {
	content: '';
	height: 3px;
	background: #EEEDE7;
	display: block;
}

/* .speedSearch */
.speedSearch {
	padding: 15px 10px 0;
	background: #FFF;
}
.speedSearch:after {
	content: '';
	height: 0;
	margin: 0 20px;
	padding-top: 20px;
	border-bottom: 1px solid #E8E8E4;
	display: block;
	clear: both;
}



.speedSearch input[type="radio"],
.speedSearch input[type="checkbox"] {
	display: none;
}
.speedSearch input[type="radio"] + label,
.speedSearch input[type="checkbox"] + label {
	padding-left: 24px;
	line-height: 18px;
	color: #46453E;
	background: url(../img01/ico_check_03.png) no-repeat 0 50%;
	background-size: 18px;
	display: inline-block;
	cursor: pointer;
}
.speedSearch input[type="checkbox"] + label {
	padding-left: 32px;
	line-height: 25px;
	background-image: url(../img01/ico_check_01.png);
	background-size: 25px;
}
.speedSearch input[type="radio"]:checked + label,
.speedSearch input[type="checkbox"]:checked + label {
	color: #7EAC33;
	background-image: url(../img01/ico_check_04.png);
}
.speedSearch input[type="checkbox"]:checked + label {
	background-image: url(../img01/ico_check_02.png);
}

.speedSearch select {
	width: 100%;
	height: 35px;
	padding: 0 0 0 5px;
	border: solid #D6D6D6;
	border-width: 1px 1px 2px 1px;
	border-radius: 3px;
	background: #FFF url(../img01/ico_arrow_02.png) no-repeat right 10px top 50%;
	background-size: 6px 4px;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.speedSearch table {
	width: 100%;
	border-spacing: 0;
}
.speedSearch table th,
.speedSearch table td {
	padding: 0;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
}
.speedSearch table th {
	width: 62px;
	padding-left: 3px;
	line-height: 34px;
	font-weight: bold;
}
.speedSearch table td {
	padding-bottom: 5px;
}
.speedSearch table .radioArea {
	padding: 3px 0 15px;
}
.speedSearch table td .selectBtn {
	width: 235px;
	height: 40px;
	line-height: 37px;
	border: 1px solid #D6D6D6;
	border-width: 1px 1px 2px;
	border-radius: 3px;
	background: url(../img01/ico_arrow_03.png) no-repeat right 8px top 50%;
	background-size: 10px 6px;
	box-sizing: border-box;
	cursor: pointer;
}
.speedSearch table td .selectBtn.active {
	background: url(../img01/ico_arrow_04.png) no-repeat right 8px top 50%;
	background-size: 10px 6px;
}
.speedSearch table td .selectBtn a {
	width: 235px;
	height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 20px 0 10px;
	color: #333;
	box-sizing: border-box;
	overflow: hidden;
	display: block;
}
.speedSearch table td input[type="radio"] + label {
	margin: 7px 15px 0 0;
}
.speedSearch table td input[type="radio"] + label:last-child {
	margin-right: 0;
}

/* .divArea */
.speedSearch table .divArea input[type="checkbox"] + label {
	width: 32%;
	height: 65px;
	padding: 0;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
	background: #FCFCFB url(../img01/ico_check_05.png) no-repeat 6px 6px;
	background-size: 22px;
	box-shadow: inset 0 0 0 1px #DFDCD5, inset 0px -2px #DFDCD5;
	box-sizing: border-box;
	display: block;
	position: relative;
	float: left;
}
.speedSearch table .divArea input[type="checkbox"]:first-child + label {
	margin-right: 2%;
}
.speedSearch table .divArea input[type="checkbox"] + label:last-child {
	float: right;
}
.speedSearch table .divArea input[type="checkbox"] + label:before {
	content: '';
	height: 41px;
	margin: 0 2px 0 28px;
	background: no-repeat 50% 6px;
	background-size: 40px 33px;
	display: block;
}
.speedSearch table .divArea input[type="checkbox"].rentDiv01 + label:before,
.speedSearch table .divArea input[type="checkbox"].investDiv01 + label:before {
	background-image: url(../img01/ico_mark_06.png);
}
.speedSearch table .divArea input[type="checkbox"].rentDiv02 + label:before,
.speedSearch table .divArea input[type="checkbox"].saleDiv01 + label:before {
	background-image: url(../img01/ico_mark_07.png);
}
.speedSearch table .divArea input[type="checkbox"].rentDiv03 + label:before,
.speedSearch table .divArea input[type="checkbox"].saleDiv02 + label:before {
	background-image: url(../img01/ico_mark_08.png);
}
.speedSearch table .divArea input[type="checkbox"].investDiv02 + label:before {
	background-image: url(../img01/ico_mark_09.png);
}
.speedSearch table .divArea input[type="checkbox"].investDiv03 + label:before {
	background-image: url(../img01/ico_mark_10.png);
}
.speedSearch table .divArea input[type="checkbox"].saleDiv03 + label:before {
	background-image: url(../img01/ico_mark_11.png);
}
.speedSearch table .divArea input[type="checkbox"]:checked + label {
	color: #FFF;
	background-color: #9DBC5C;
	background-image: url(../img01/ico_check_06.png);
	box-shadow: inset 0 2px #91AD55;
}

.speedSearch table .divArea .divAreaRadio {
	border: solid #DFDCD5;
	border-width: 1px 1px 2px;
	border-radius: 3px;
	box-sizing: border-box;
	overflow: hidden;
}
.speedSearch table .divArea input[type="radio"] + label {
	width: 33%;
	height: 62px;
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background: no-repeat 50% 6px;
	background-size: 30px;
	box-sizing: border-box;
	float: left;
}
.speedSearch table .divArea input[type="radio"]:first-child + label {
	border-right: 1px solid #DFDCD5;
}
.speedSearch table .divArea input[type="radio"] + label:last-child {
	width: 34%;
	border-left: 1px solid #DFDCD5;
}
.speedSearch table .divArea input[type="radio"].tenantDiv01 + label { background-image: url(../img01/ico_mark_12.png); }
.speedSearch table .divArea input[type="radio"].tenantDiv02 + label { background-image: url(../img01/ico_mark_13.png); }
.speedSearch table .divArea input[type="radio"].tenantDiv03 + label { background-image: url(../img01/ico_mark_14.png); }

.speedSearch table .divArea input[type="radio"]:checked + label {
	color: #333;
	background-color: #F2F0E9;
}

/* .selectArea */
.speedSearch table .selectArea {
	padding: 0;
}
.speedSearch table .selectArea .selectAreaBox {
	margin: 4px 2px 9px;
	padding-bottom: 1px;
	border-radius: 4px;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	position: relative;
}
.speedSearch table .selectArea .selectAreaBox:before,
.speedSearch table .selectArea .selectAreaBox:after {
	content: '';
	width: 2px;
	height: 0;
	border-width: 0 4px 4px;
	border-style: solid;
	border-color: transparent transparent #FFF transparent;
	display: block;
	position: absolute;
	top: -4px;
	right: 9px;
}
.speedSearch table .selectArea .selectAreaBox:before {
	border-width: 0 5px 5px;
	border-color: transparent transparent #D4D4D4 transparent;
	top: -5px;
	right: 8px;
}
.speedSearch table .selectArea .selectAreaBox .closeBtn {
	position: absolute;
	right: 9px;
	top: 10px;
	cursor: pointer;
}
.speedSearch table .selectArea .selectAreaBox dl {
	padding: 15px 15px 10px;
	border-radius: 4px 4px 0 0;
	background: #FBFBFB;
}
.speedSearch table .selectArea .selectAreaBox dl:before {
	content: '';
	width: 2px;
	height: 0;
	border-width: 0 4px 4px;
	border-style: solid;
	border-color: transparent transparent #FBFBFB transparent;
	display: block;
	position: absolute;
	top: -4px;
	right: 9px;
	z-index: 1;
}
.speedSearch table .selectArea .selectAreaBox dl:after {
	content: '';
	display: block;
	clear: both;
}
.speedSearch table .selectArea .selectAreaBox dl dt {
	line-height: 20px;
	font-weight: bold;
}
.speedSearch table .selectArea .selectAreaBox dl dd {
	display: inline-block;
}
.speedSearch table .selectArea .selectAreaBox dl dd a {
	padding: 4px 0 3px;
	line-height: 20px;
	text-decoration: underline;
	color: #335966;
	display: inline-block;
}
.speedSearch table .selectArea .selectAreaBox .selectAreaBoxInner {
	/*padding: 10px 13px 0;*/
	padding: 10px 5px 0;
}
.speedSearch table .selectArea .selectAreaBox .selectAreaBoxInner .selectTbl {
	margin-bottom: 10px;
}
.speedSearch table .selectArea .selectAreaBox .selectAreaBoxInner .selectTbl td {
	width: 47%;
	padding: 0;
}
.speedSearch table .selectArea .selectAreaBox .selectAreaBoxInner .selectTbl td select {
	width: 100%;
}
.speedSearch table .selectArea .selectAreaBox .selectAreaBoxInner .selectTbl .and {
	width: 6%;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
}
.speedSearch table .selectArea .selectAreaBox .selectAreaBoxInner .checkTbl td {
	padding: 0 0 10px 5px;
	line-height: 25px;
	color: #46453E;
}
.speedSearch table .selectArea .selectAreaBox .selectAreaBoxInner .checkTbl td input[type="checkbox"] + label {
	display: block;
}

.speedSearch .searchSubmit {
	float: right;
}
.speedSearch .searchSubmit input {
	width: 130px;
	height: 35px;
	padding: 0;
	line-height: 35px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #AAA692;
	border: none;
	border-radius: 3px;
	background: #EBEAE4;
	background-image: -moz-linear-gradient(top, #EBEAE4, #EBEAE4);
	background-image: -ms-linear-gradient(top, #EBEAE4, #EBEAE4);
	background-image: -webkit-linear-gradient(top, #EBEAE4, #EBEAE4);
	background-image: linear-gradient(top, #EBEAE4, #EBEAE4);
	box-sizing: border-box;
	display: block;
	cursor: pointer;
}
.speedSearch .searchSubmit input.active {
	color: #FFF;
	background-image: -moz-linear-gradient(top, #FBB71A, #EF9514);
	background-image: -ms-linear-gradient(top, #FBB71A, #EF9514);
	background-image: -webkit-linear-gradient(top, #FBB71A, #EF9514);
	background-image: linear-gradient(top, #FBB71A, #EF9514);

}
.speedSearch .searchNum {
	height: 35px;
	margin-right: 10px;
	line-height: 35px;
	font-size: 12px;
	float: right;
}
.speedSearch .searchNum span {
	font-size: 16px;
	font-weight: bold;
	color: #F60;
}


/* .bnr */
.bnr {
	margin: 20px 0;
}
.bnr .pr {
	margin-left: 20px;
	padding-bottom: 10px;
}
.bnr .pr span {
	width: 30px;
	height: 16px;
	margin-right: 5px;
	line-height: 16px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background: #F4E00E;
	display: inline-block;
}
.bnr a {
	margin: 0 20px;
	display: block;
}
.bnr a img {
	vertical-align: top;
}



/*------------------------------
#recommend
------------------------------*/
#recommend {
	margin-bottom: 20px;
}
#recommend > h1 {
	line-height: 30px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: #624239;
}

/* .recommend */
.recommend {
	width: 320px;
	margin: 20px 0 25px;
	overflow: hidden;
}
.recommend > h1 {
	margin-bottom: 15px;
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
}
.recommend > h1 span {
	font-size: 14px;
}
.recommend > h1 .notice {
	width: 35px;
	height: 20px;
	margin-right: 7px;
	padding-right: 5px;
	line-height: 20px;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	position: relative;
}
.recommend > h1 .notice:after {
	content: '';
	width: 0;
	height: 0;
	border-width: 10px 5px 10px 0;
	border-style: solid;
	border-color: transparent #FFF transparent transparent;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.recommend > h1 .comment {
	margin-left: 10px;
	font-size: 12px;
	color: #333;
}

#saleRecommend01 > h1,
#saleRecommend02 > h1 {
	color: #7FB85F;
}
#saleRecommend01 > h1 .notice,
#saleRecommend02 > h1 .notice {
	background: #7FB85F;
}
#rentRecommend01 > h1,
#rentRecommend02 > h1 {
	color: #F1AB26;
}
#rentRecommend01 > h1 .notice,
#rentRecommend02 > h1 .notice {
	background: #F1AB26;
}
#investRecommend01 > h1,
#investRecommend02 > h1 {
	color: #26A5C5;
}
#investRecommend01 > h1 .notice,
#investRecommend02 > h1 .notice {
	background: #26A5C5;
}
#tenantRecommend01 > h1,
#tenantRecommend02 > h1 {
	color: #B8799F;
}
#tenantRecommend01 > h1 .notice,
#tenantRecommend02 > h1 .notice {
	background: #B8799F;
}

.recommend .flipsnap {
	width: 315px;
}
.recommend ul {
	width: 5000px;
	overflow: hidden;
}
.recommend li {
	width: 295px;
	float: left;
}
.recommend li .listWrap {
	width: 288px;
	border: 1px solid #D7D2CA;
	background: #FFF;
	position: relative;
}
.recommend li .listWrap a {
	text-decoration: none;
	color: #333;
	display: block;
}
.recommend li .listWrap a > span {
	display: block;
}
.recommend li .data01 {
	height: 25px;
	padding-left: 27px;
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
	background: #E5EFC1;
}
.recommend li .data01 span {
	margin-left: 10px;
	color: #390;
}
.recommend li .pic01 {
	width: 100%;
	background: #999;
	display: block;
	position: relative;
}
/*
.recommend .scubelist li .pic01 {
	height: 200px;
	overflow: hidden;
}
.recommend .scubelist li .pic01 img {
	margin-top: -44px;
}
*/
.recommend li .pic01 .comment01 {
	width: 100%;
	height: 70px;
	padding: 25px 10px 0;
	line-height: 18px;
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	box-sizing: border-box;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
	position: absolute;
	left: 0;
	bottom: 0;
}
.recommend li .info01 {
	height: 20px;
	margin-bottom: 6px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background: #D8CCB8;
}
.recommend li .icon01 {
	padding: 4px 11px 0 0;
	position: absolute;
	right: 0;
}
.recommend li .icon01 img {
	margin-bottom: 1px;
	display: block;
}
.recommend li .price01 {
	padding-left: 10px;
	line-height: 26px;
	font-size: 17px;
	font-weight: bold;
	color: #FD7F17;
}
.recommend li .price01 span {
	font-size: 12px;
}
.recommend li .price01.invest {
	float: left;
}
.recommend li .rimawari01 {
	padding: 0 43px 0 10px;
	line-height: 26px;
	font-size: 14px;
	font-weight: bold;
	color: #C9583F;
	float: left;
}
.recommend li .rimawari01 span {
	font-size: 12px;
}
.recommend li .rimawari01 .rimawari_ico {
	width: 34px;
	height: 14px;
	margin-right: 5px;
	vertical-align: middle;
	text-indent: -99999px;
	background: url(../img01/ico_rimawari_01.png) no-repeat 0 0;
	background-size: auto 14px;
	overflow: hidden;
	display: inline-block;
}
.recommend li .info02 {
	padding: 0 0 0 10px;
	font-size: 13px;
	clear: both;
}
.recommend li .info02 span {
	font-weight: bold;
}
.recommend li .info03 {
	font-size: 13px;
}
.recommend li .info03 a {
	padding: 0 0 5px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
	color: #007EB8;
	overflow: hidden;
	display: block;
}



/*------------------------------
#interview
------------------------------*/
#interview h1 {
	border-top: 1px solid #ACA395;
	border-bottom: 1px solid #E8E8E4;
}

/* #interviewList */
#interviewList {
	margin-top: 5px;
}
#interviewList li {
	border-bottom: 1px solid #E8E8E4;
}
#interviewList a {
	padding: 4px 20px 4px 4px;
	background: url(../img01/ico_arrow_01.png) no-repeat right 10px top 50%;
	background-size: 6px 10px;
	display: block;
}
#interviewList a:after {
	content: '';
	display: block;
	clear: both;
}
#interviewList a span {
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
#interviewList a .pic {
	width: 70px;
	height: 70px;
	margin-right: 7px;
	background: #CCC;
	position: relative;
	float: left;
}
#interviewList a .pic .num {
	width: 32px;
	height: 12px;
	line-height: 14px;
	text-align: center;
	font-size: 9px;
	color: #333;
	background: #FFF;
	overflow: hidden;
	position: absolute;
	left: 3px;
	bottom: 3px;
}
#interviewList a .pic .new {
	position: absolute;
	left: 2px;
	top: 2px;
}
#interviewList a .pic .new img {
	vertical-align: top;
}
#interviewList a .text01 {
	padding: 1px 0 4px;
	color: #333;
}
#interviewList a .text02 {
	color: #007EB8;
}

#interview .more {
	margin: 20px 25px 20px 0;
	text-align: right;
}
#interview .more a {
	color: #335966;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
}
#interview .more a:after {
	content: '';
	width: 6px;
	height: 10px;
	margin-left: 10px;
	background: url(../img01/ico_arrow_01.png) no-repeat 0 0;
	background-size: 6px 10px;
	display: inline-block;
}



/*------------------------------
#ranking
------------------------------*/
#ranking {
}
#ranking > h1 {
	border-top: 2px solid #624239;
}
/*#ranking > h1 {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: #624239;
}
#ranking > h1 span {
	font-size: 12px;
}*/

#rankingList {
	margin-bottom: 20px;
}
#rankingList li {
	margin: 10px 15px 0 40px;
	border: 1px solid #D7D2CA;
	position: relative;
}
#rankingList li:before {
	content: '';
	width: 25px;
	height: 24px;
	background: no-repeat 0 0;
	background-size: 25px;
	display: block;
	position: absolute;
	left: -31px;
	top: 5px;
}
#rankingList li:nth-of-type(2):before { background-image: url(../img01/img_rank_01.gif); }
#rankingList li:nth-of-type(3):before { background-image: url(../img01/img_rank_02.gif); }
#rankingList li:nth-of-type(4):before { background-image: url(../img01/img_rank_03.gif); }

#rankingList li .info a {
	overflow: hidden;
	display: block;
}
#rankingList li .info a .infoDiv {
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background: #D8CCB8;
	display: block;
}
#rankingList li .info a .pic {
	width: 108px;
	height: 108px;
	display: block;
	float: left;
}
#rankingList li .info a .pic img {
	vertical-align: top;
}
#rankingList li .info a .infoBox {
	margin-left: 115px;
	display: block;
}
#rankingList li .info a .infoBox > span {
	line-height: 1.5;
	font-size: 12px;
	color: #333;
	display: block;
}
#rankingList li .info a .infoBox > span span {
	font-weight: bold;
}
#rankingList li .info a .infoBox .price {
	line-height: 2;
	font-size: 14px;
	font-weight: bold;
	color: #FD7F17;
}
#rankingList li .info a .infoBox .price span {
	font-size: 12px;
}
#rankingList li .info a .infoBox .rimawari {
	font-size: 13px;
	font-weight: bold;
	color: #C9583F;
}
#rankingList li .info a .infoBox .rimawari span {
	width: 34px;
	height: 14px;
	margin-right: 5px;
	text-indent: -99999px;
	vertical-align: middle;
	background: url(../img01/ico_rimawari_01.png) no-repeat 0 0;
	background-size: auto 14px;
	overflow: hidden;
	display: inline-block;
}
#rankingList li .info a .infoBox .icon01 img {
	margin-right: 1px;
	vertical-align: top;
}
#rankingList li .info a .infoBox .company {
	display: block;
	clear: both;
}
#rankingList li .company a {
    height: 30px;
    padding-top: 1px;
    line-height: 30px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #007EB8;
    background: #F5F3F1;
    overflow: hidden;
    box-sizing: border-box;
    display: block;
}

#ranking .more {
	margin: 20px 25px 20px 0;
	text-align: right;
}
#ranking .more a {
	font-size: 13px;
	font-weight: bold;
	color: #335966;
	display: inline-block;
}
#ranking .more a:after {
	content: '';
	width: 6px;
	height: 10px;
	margin-left: 10px;
	background: url(../img01/ico_arrow_01.png) no-repeat 0 0;
	background-size: 6px 10px;
	display: inline-block;
}


/*------------------------------
#openHouse
------------------------------*/
#openHouse {
	width: 320px;
	overflow: hidden;
}
#openHouse h1 {
	padding-bottom: 10px;
}

#openHouse .flipsnap {
	width: 315px;
}
#openHouse ul {
	width: 5000px;
	overflow: hidden;
}
#openHouse li {
	width: 295px;
	float: left;
}
#openHouse li .listWrap {
	width: 288px;
	border: 1px solid #D7D2CA;
	background: #FFF;
	position: relative;
}
#openHouse li .listWrap a {
	text-decoration: none;
	color: #333;
	display: block;
}
#openHouse li .listWrap a > span {
	display: block;
}
#openHouse li .data01 {
	height: 25px;
	padding-left: 27px;
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
	background: #E5EFC1 url(../img01/ico_mark_05.png) no-repeat 7px 50%;
	background-size: 14px 18px;
}
#openHouse li .data01 span {
	margin-left: 10px;
	color: #390;
}
#openHouse li .pic01 {
	width: 100%;
	background: #EEE;
	display: block;
	position: relative;
}
#openHouse .scubelist .pic01 {
	height: 200px;
	overflow: hidden;
}
#openHouse .scubelist .pic01 img {
	margin-top: -44px;
}
#openHouse li .pic01 .comment01 {
	width: 100%;
	height: 70px;
	padding: 25px 10px 0;
	line-height: 18px;
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	box-sizing: border-box;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
	position: absolute;
	left: 0;
	bottom: 0;
}
#openHouse li .info01 {
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background: #D8CCB8;
}
#openHouse li .icon01 {
	padding: 10px 11px 0 0;
	position: absolute;
	right: 0;
}
#openHouse li .icon01 img {
	margin-bottom: 1px;
	display: block;
}
#openHouse li .price01 {
	padding: 6px 0 0 10px;
	line-height: 26px;
	font-size: 17px;
	font-weight: bold;
	color: #FD7F17;
}
#openHouse li .price01 span {
	font-size: 12px;
}
#openHouse li .info02 {
	padding: 0 0 0 10px;
	font-size: 13px;
}
#openHouse li .info02 span {
	font-weight: bold;
}
#openHouse li .info03 {
	font-size: 13px;
}
#openHouse li .info03 a {
	padding: 0 0 5px 10px;
	text-decoration: none;
	color: #007EB8;
}

#openHouse .more {
	margin-right: 25px;
	padding: 20px 0;
	line-height: 20px;
	text-align: right;
	clear: both;
}
#openHouse .more a {
	font-size: 14px;
	font-weight: bold;
	color: #335966;
	display: inline-block;
}
#openHouse .more a:after {
	content: '';
	width: 6px;
	height: 10px;
	margin-left: 10px;
	background: url(../img01/ico_arrow_01.png) no-repeat 0 0;
	background-size: 6px 10px;
	display: inline-block;
}














