@charset "utf-8";
/* CSS Document */
body {
	font-size: 15px;
	color: #333;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}
html, body, div, ul, li, p, h1, h2, h3, h4, img {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color: #48a9d0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: ".";
	clear: both;
	height: 0;
}
.clearfix {
	zoom: 1;
}
ul {
	list-style: none;
}
.page_width {
	width: 1060px;
	margin: 0 auto;
}
#header {
	padding: 22px 0 17px 0;
	background: #25211e;
}
#logo {
	float: left;
}
#nav {
	float: right;
	margin: 8px 0 0 0;
}
#nav li {
	float: left;
}
#nav li a {
	color: #fff;
	padding: 8px 10px;
	margin: 0 0 0 5px;
}
#page {
	background: #ebe8e3 url(banner.jpg) no-repeat 30% top;
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
}
.hp_search {
	border: 1px solid #b9b6a3;
	width: 100%;
	max-width: 400px;
	box-sizing: border-box;
	float: right;
	margin: 80px 25px 80px 0;
	border-radius: 10px;
	overflow: hidden;
}
.hp_search h2 {
	font-size: 26px;
	text-align: center;
	background: #b5ab92;
	padding: 10px;
	margin: 0;
	width: 100%;
	color: #fff;
	box-sizing: border-box;
}
.hp_search ul {
	box-sizing: border-box;
	width: 100%;
	padding: 30px 20px;
	float: left;
	width: 100%;
}
.hp_search ul li {
	width: 100%;
	padding: 8px 0;
	width: 100%;
	float: left;
	font-size: 14px;
}
.hp_search ul li select {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	float: left;
	color: #666;
	font-size: 14px;
}
.hp_search ul li select.sel02 {
	width: 40%;
}
.hp_search ul li span.to {
	width: 20%;
	float: left;
	text-align: center;
}
.hp_search ul li label {
	float: left;
	width: 120px;
	text-align: right;
	font-weight: bold;
}
.hp_search ul li > div {
	margin: 0 0 0 130px;
}
.hp_search ul li > div p {
	float: left;
	padding-right: 10px;
}
.hp_search ul li.hp_btn_search {
	text-align: center;
	padding: 20px 0 0 0;
}
.hp_search button {
	background: #b5ab92;
	border-radius: 5px;
	padding: 10px 30px;
	font-size: 20px;
	color: #fff;
	border: 0px;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	font-family: 'HelveticaLT45Light', Arial, Helvetica, sans-serif;
}
.hp_search button:hover {
	background: #ad9f80;
}
#text {
	background: #FFF;
	margin-bottom: 20px;
}
#text p, h1, h2 {
	margin-bottom: 15px;
}
#text h1, h2 {
	font-size: 20px;
}
#text ul {
	list-style: disc;
	margin: 0 0 15px 20px;
}
.maintext h1 {
	text-align: center;
	background: url(bg-title.png) repeat-x left bottom;
	padding: 25px 0;
	position: relative;
}
.maintext h1::before {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -10px;
	bottom: 0px;
	content: "";
	background: url(icon-bow.png) no-repeat left top;
	width: 33px;
	height: 9px;
}
.maintext li {
	padding-bottom: 5px;
}
#footer {
	background: #25211e;
	padding: 20px 0;
	color: #fff;
}
#footer p {
	text-align: center;
}
#footer a {
	color: #FFF;
}
@media screen and (max-width:768px) {
#header, #text, #footer {
	padding-left: 15px;
	padding-right: 15px;
}
.page_width {
	width: auto;
}
#nav {
	float: left;
}
#nav li a {
	padding: 8px 16px 8px 0;
	margin: 0 0 0 0;
}
#page {
	position: relative;
	background-position: -420px center;
}
.hp_search {
	background: rgba(252, 251, 249, 0.9);
	margin-right: 0px;
}
img {
	max-width: 100%;
}
}
