@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;
}
header, nav, article, aside, section, footer {
	display: block;
}
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: 1200px;
	margin: 0 auto;
}
header {
	background: url(bg.jpg) no-repeat 45% 0%;
}
.overlay {
	color: inherit;
	background-color: rgba(35, 28, 17, 0.6);
}
#top {
	background: rgba(255,255,255,.6);
}
#logo {
	float: left;
	margin-top: 20px;
}
#nav {
	float: right;
}
#nav li {
	float: left;
	padding: 30px 0;
}
#nav li a {
	color: #808080;
	padding: 30px 15px;
}
#nav li a:hover, #nav li a.active {
	color: #fff;
	background: #f65353;
	text-decoration: none;
}
#page {
	width: 100%;
}
.hp_search {
	width: 100%;
	max-width: 420px;
	box-sizing: border-box;
	float: right;
	margin: 85px 25px 85px 0;
	overflow: hidden;
}
.hp_search h1 {
	font-size: 26px;
	text-align: center;
	background: rgba(255,138,138,.85);
	padding: 20px;
	margin: 0;
	width: 100%;
	color: #fff;
	box-sizing: border-box;
}
.hp_search ul {
	box-sizing: border-box;
	background: rgba(255,255,255,.85);
	width: 100%;
	padding: 30px 20px 45px 5px;
	float: left;
	width: 100%;
}
.hp_search ul li {
	width: 100%;
	padding: 3px 0 20px 0;
	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: #ff7375;
	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: #f65353;
}
.intro {
	padding: 35px 0;
}
.intro h2 {
	font-size: 22px;
	margin: 5px 0 15px;
}
.introleft, .introright {
	width: 45%;
	box-shadow: 0 0 48.51px 0.49px rgba(0,0,0,.22);
	border-radius: 2px;
	padding: 20px;
	background: #fff;
}
.introleft {
	float: left;
}
.introright {
	float: right;
}
.imgborder {
	border-radius: 5px;
}
.text {
	background: url(textbg.jpg) no-repeat;
	color: #FFF;
}
.text p {
	margin-bottom: 15px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
}
.maintext {
	padding: 50px 10px;
}
.bloglist {
	margin: 25px 0;
}
.bloglist h3 {
	text-align: center;
	padding: 25px 0;
}
.bloglist ul {
	list-style: disc;
	margin: 0 0 15px 20px;
}
.bloglist li {
	padding-bottom: 5px;
}
.bloglist li a {
	color: #333333;
}
.bloglist li a:hover {
	color: #f65353;
}
footer {
	background: #4b4b4b;
	padding: 30px 0;
	color: #fff;
}
footer p {
	text-align: center;
}
footer a {
	color: #FFF;
}
@media screen and (max-width:768px) {
.page_width {
	width: auto;
	padding: 0 15px;
}
#nav {
	float: left;
}
#nav, #logo {
	width: 100%;
}
#nav li a:hover, #nav li a.active {
	background: none;
	color: #808080;
}
#nav li {
	padding: 15px 0;
}
#nav li a {
	padding: 15px 15px;
	margin: 0 0 0 0;
}
.hp_search {
	background: rgba(252, 251, 249, 0.8);
	margin: 45px 0 45px 0;
}
.intro {
	padding: 30px 0 20px;
}
.introleft, .introright {
	width: auto;
	float: none;
	margin-bottom: 10px;
}
.text p {
	font-size: 15px;
	line-height: 22px;
}
.maintext {
	padding: 30px 0 20px;
}
.bloglist h3 {
	text-align: left;
	padding: 5px 0 20px;
}
img {
	max-width: 100%;
}
}
