@charset "utf-8";

.search_result_block_forcenone {
	display:none !important;
}

#property .container > div h3 a {
	color: inherit;
}

#fair_house_list > .row_content.loading {
	height: 200px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

@media screen and (max-width: 700px) {
	.house_list_head_obj.twin_head_obj {
		width: 94px;
		top: -10px;
	}
	.house_list_head_obj.twin_head_obj img {
		max-width: 50%;
	}
}

@media screen and (min-width: 701px) {
	.house_list_head_obj {
		top: -44px;
	}
	.house_list_head_title02 {
/*
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
*/
	}
	.house_list_head_obj.twin_head_obj {
		width: 180px;
	}
	.house_list_head_obj.twin_head_obj img {
		max-width: 50%;
	}
}
