@charset "utf-8";

.sort_contents {
	background-color: #c80027;
}
/*
.sort_contents.saitama_contents {
	width: 464px;
	margin-left: 325px;
}
.sort_contents.chiba_contents {
	width: 458px;
	margin-left: 580px;
}
.sort_contents.tokyo_contents {
	width: 454px;
	margin-left: 576px;
}
*/
.sort_contents {
	display: none;
/*
	position: absolute;
	top: 125px;
*/
	margin-top: -5vw;
	margin-bottom: 5vw;
	padding: 20px;
	background-color: #92885e;
	color: #fff;
	font-size: 13px;
	z-index: 1;
}
.sort_contents * {
	color: #fff;
}
.sec_preprefecture .pseudo_heading {
	display: inline-block;
	padding: 2px 13px;
	border: 1px solid #fff;
	margin-bottom: 7px;
	border-radius: 3px;
}
.pseudo_heading + .estate_area {
	margin-top: 5px;
}
.estate_area dd {
	margin-top: 5px;
}
.estate_list li {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 5px;
}
.estate_list li input {
	margin-right: 5px;
}
