body {
	background-color: #ffffff;
	margin: 0px auto;
}

.main {
	font-family: Roboto, "San Francisco", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	background-color: #ffffff;
	margin: 0px auto;
}

.logo-header {
	background-color: #a3c6a3;
	width: 100%;
	text-align: center;
	padding: 20px 0 2px 0;
}

.logo-header-c {}

.banner,
.banner-center {
	max-width: 100%;
	height: auto;
}

.container {
	margin: 20px auto;
	max-width: 900px;
	text-align: left;
	padding: 0 10px 10px 10px;
}

.page-center {
	margin: 0px auto;
	text-align: center;
	position: absolute;
	top: 30%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -30%)
}

.container-center {
	margin: 0px auto;
	text-align: center;
	width: 480px;
	height: 240px;
	background-color: #a3c6a3;
	padding: 24px 20px 20px 20px;
	border-radius: 15px;
	border: 2px solid #aaa;
	box-shadow: 3px 3px 9px 0px #bbb;
}

table {
	border-collapse: collapse;
}

.result {
	border: 1px solid #ddd;
}

.header {
	background: #eee;
	font-size: 110%;
	font-weight: bold;
}

.price {
	text-align: right;
	vertical-align: top;
	padding: 2px 4px;
}

.info {
	color: #639463;
	font-weight: 500;
	vertical-align: top;
}

.house {
	font-size: 85%;
	white-space: nowrap;
}

.description {
	text-align: left;
	vertical-align: top;
	padding: 2px 4px;
}

.more-clamp {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.more-click {
	border-radius: 11px;
	height: 22px;
	width: 70px;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 13px;
	background-color: #eee;
}

.more-click:hover {
	background-color: #ddd;
}

.more {}

.page-bar {
	margin-top: 10px;
	text-align: center;
}

.page-button {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	text-align: center;
	height: 22px;
	width: 40px;
	border: 1px solid #ccc;
	border-radius: 16px;
	box-shadow: 2px 2px 7px 0 #ccc;
	background-color: #eee;
	display: inline-block;
}

.page-button-left {
	margin-right: 10px;
}

.page-button-left:hover {
	box-shadow: 2px 2px 3px 0 #ccc;
	background-color: #ddd;
}

.page-button-right {
	margin-left: 10px;
}

.page-button-right:hover {
	box-shadow: 2px 2px 3px 0 #ccc;
	background-color: #ddd;
}

.query-input-center {
	padding-top: 45px;
	text-align: center;
	width: 420px;
}

.query-text {
	font-size: 16px;
	width: 280px;
	border-radius: 15px;
	height: 30px;
	padding-left: 10px;
	padding-right: 35px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 7px 0px #ccc;
}

.query-text-center {
	box-shadow: 3px 3px 12px 0px #777;
	margin-left: -55px;
}

.query-button {
	font-size: 16px;
	height: 32px;
	margin-left: 8px;
	width: 100px;
	border: 1px solid #ccc;
	border-radius: 16px;
	box-shadow: 2px 2px 7px 0 #ccc;
	background-color: #eee;
}

.query-button-center {
	box-shadow: 3px 3px 12px 0px #777;
}

.query-button:hover {
	box-shadow: 2px 2px 3px 0 #ccc;
	background-color: #ddd;
}

.query-clear {
	font-size: 14px;
	height: 30px;
	margin-left: -148px; /** See query-text width **/
	width: 30px;
	border: 0px;
	border-radius: 16px;
	background-color: #fff;
}

.query-clear:hover {
	font-weight: bold;
}

.query-count {
	margin: 8px 0;
}

@media (max-width: 550px) {
	.page-center {
		margin: 0px auto;
		text-align: center;
		position: relative;
		top: 0;
		left: 0;
		margin-right: 0;
		transform: none;
	}

	.container-center {
		width: 100%;
		padding: 24px 20px 0 20px;
		border-radius: 0;
		border: 0;
		box-shadow: none;
	}

	.query-input-center {
		width: 300px;
	}

	.container {
		padding: 0;
	}

	.result {
		border-left: none;
		border-right: none;
	}

	.query-text {
		font-size: 15px;
		width: 200px;
	}

	.query-clear {
		margin-left: -128px;
	}

	.query-input,
	.query-count {
		padding-left: 8px;
	}

	.query-button {
		font-size: 15px;
		margin-left: 10px;
		width: 75px;
	}
}