@charset "UTF-8";
#btn {
	text-align: center;
	margin-top: 40px;
}
#btn li {
	display: inline-block;
	height: 40px;
	width: 160px;
	margin-right: 10px;
	margin-left: 10px;
}
#btn li a {
	display: block;
	color: #fff;
	background-color: #55b1cb;
	height: 40px;
	width: 160px;
	font-size: 18px;
	line-height: 40px;
	text-decoration: none;
}
#faq {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #216bb5;
	padding-bottom: 20px;
}
#contents #faq a {
	color: #216bb5;
}
#faq h3 {
	background-color: #ee665d;
	font-weight: normal;
	color: #fff;
	padding-right: 20px;
	padding-left: 90px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 30px;
	background-image: url(images/icon_q.png);
	background-position: 20px center;
	font-size: 20px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
}
#faq p {
	margin: 0px;
	background-image: url(images/icon_a.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 94px;
}
#faq p span {
	float: right;
}
#faq p strong {
}
#faq p span  img{
	margin-left: 10px;
}
#faq .img  {
	background-image: none;
}
#contact {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding: 40px;
}
#contact table {
	border: 10px solid #f0f0f0;
	margin-right: auto;
	margin-left: auto;
	padding: 40px;
}
#contact th {
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: normal;
	text-align: left;
	width: 140px;
}
#contact td {
	padding-bottom: 10px;
	padding-top: 10px;
}
#contact td .form1 {
	background-color: #f0f0f0;
	height: 40px;
	width: 400px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 20px;
}
#contact td .form2 {
	background-color: #f0f0f0;
	height: 100px;
	width: 600px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contact .btn {
	display: inline-block;
	color: #fff;
	background-color: #55b1cb;
	height: 40px;
	width: 160px;
	font-size: 18px;
	line-height: 40px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	transition: .3s;
	margin-right: 20px;
}
#contact .btn:hover {
	opacity: .60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .60;
	-moz-opacity: .60;
	cursor: hand;
}
