.main > h2 {
	font-size: 2.4rem;
	font-weight: 900;
	padding: 2rem;
	color: #224743;
}
#searchFrm {
	padding: 0 2rem;
	margin-bottom: 2rem;
}
#searchFrm fieldset {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: center;
}
#searchFrm fieldset .skip {
	display: none;
}
#searchFrm fieldset .search {
	margin-bottom: 1rem;
	width: 100%;
	position: relative;
	border: 1px solid transparent; 
    border-image: linear-gradient(to right, #8bc63e, #fbb23f) 1;
	padding: 1rem;
	height: 5rem;
}
#searchFrm fieldset .search #userSearch {
	width: 80%;
	height: 100%;
	font-size: 1.4rem;
	border: none;
	padding: 0 1rem;
	border-right: 1px solid #ddd;
}
#searchFrm fieldset .search #submitBtn {
	width: 2.5rem;
	background: none;
	border: none;
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
}
#searchFrm fieldset .search #submitBtn img {
	width: 100%;
}
#searchFrm fieldset .filter {
	width: 100%;
	display: flex;
	margin-bottom: 1rem;
	justify-content: space-between;
}
#searchFrm fieldset .filter .region {
	width: 50%;
	display: flex;
	margin-right: 1rem;
	border: 1px solid transparent; 
    border-image: linear-gradient(to right, #8bc63e, #fbb23f) 1;
	background-image: url(../img/arrow-down.png);
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 1.5rem;
}
#searchFrm fieldset .filter .type {
	width: 50%;
	display: flex;
	border: 1px solid transparent; 
    border-image: linear-gradient(to right, #8bc63e, #fbb23f) 1;
	background-image: url(../img/arrow-down.png);
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 1.5rem;
}
#searchFrm fieldset .filter label {
	width: 50%;
	padding: 1rem 0;
	border: none;
	font-weight: 800;
	background: #f6f7f9;
	color: #224743;
	font-size: 1.6rem;
	text-align: center;
}
#searchFrm fieldset .filter select {
	width: 35%;
	border: none;
	padding: 1rem;
	font-size: 1.5rem;
	color: #585858;
	appearance: none
}
#searchFrm fieldset .filter select:last-child {
	margin: 0;
}
#searchFrm fieldset .filter select option {}
.houseinfo {
	padding: 0 2rem;
}
.houseinfo.data {
	font-size: 1.8rem;
	display: flex; justify-content: center; align-items: center;
	min-height: 10rem;
}
.houseinfo .houseinfoBox {
	font-size: 1.5rem;
	border-bottom: 1px solid #ddd;
	display: flex;
	height: max-content;
	border: 1px solid transparent; 
    border-image: linear-gradient(to right, #8bc63e, #fbb23f) 1;
	margin-bottom: 2rem;
}
.housefirst {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	width: 30%;
	border-right: 1px solid transparent; 
    border-image: linear-gradient(to right, #8bc63e, #fbb23f) 1;
}
.housefirst p:first-child {
	background-color: #f6f7f9;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.2;
	font-weight: 800;
	font-size: 1.6rem;
	border-bottom: 1px solid transparent; 
    border-image: linear-gradient(to right, #8bc63e, #fbb23f) 1;
	width: 100%;
	height: 50%;
	color: #224743;
}
.housefirst p:last-child {
	word-break: break-all;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	background-color: #f6f7f9;
	color: #224743;
	font-size: 1.6rem;
	width: 100%;
	height: 50%;
}
.right {
	width: 70%;
	padding: 1rem 0.5rem;
}
.housemiddle a {
	display: block;
	font-size: 1.6rem;
	padding-bottom: 1rem;
	letter-spacing: -.1rem;
	line-height: 1.2;
	font-weight: 600;
	word-break: break-all;
}
.housemiddle a span {
	font-size: 1.6rem;
	margin-left: 0.5rem;
	display: inline-block;
	color: #fbb23f;
}
.housemiddle a:hover {
	color: #999;
}
.houselast {
	display: flex;
	align-items: center;
}
.houselast p {
	font-weight:bold;
	font-size: 1.6rem;
	color: #585858;
}
.page {
	padding: 2rem 0;
	display: flex;
	justify-content: center;
}
.page a {
	width: 3rem;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 600;
	color: #5d5d5d;
}
.page a img {
	width: 1rem;
}
.page a.active {
	font-size: 1.8rem;
	font-weight: 900;
	color: #224743;
}