.main .title {
	background-image: url(../images/inquiry/title_bg.jpg);
}
.main .title h1 {
	color: #B061DF;
}
.tips .tel {
	color: #666CDD;
	font-weight: bold;
}
.inquiry-form {
	max-width: 760px;
	margin: 0 auto;
	padding:20px;
	background-color:#FFF;
}
.form-wrap {
	max-width: 720px;
	width: 100%;
	margin: 30px auto 40px;
	font-size: 14px;
}
.form-group {
	margin: 0 0 20px;
	border: 2px solid #D2D2D2;
	padding: 8px;
}
.form-group > label {
	float: left;
	padding-left: 28px;
	font-size:17px;
}
.form-group > div {
	padding-left: 140px;
}
.form-group > div input, textarea, select {
	color: #666;
	width: 100%;
	padding: 0 0 0 5px;
	margin: 0;
	line-height: 30px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px #ccc solid;
}
.form-group > div :focus {
	outline: none;
}
.form-group > .captcha input {
	width: 50%;
}
.form-group > .captcha a {
	display: inline-block;
	width: auto;
}
.form-group > .captcha a img {
	width: auto;
	vertical-align: middle;
}
.form-group > .captcha a .icon.refresh {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.form-group > .captcha a:hover .icon.refresh {
	-webkit-transform: rotate(350deg);
	-moz-transform: rotate(350deg);
	-ms-transform: rotate(350deg);
	-o-transform: rotate(350deg);
	transform: rotate(350deg);
}
.form-group.phone .input-group {
	margin: 0 -5px;
}
.form-group.phone .input-group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.form-group.phone .input-box {
	float: left;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-group.phone .input-box.w1 {
	width: 65%;
}
.form-group.phone .input-box.w2 {
	width: 35%;
}
.form-wrap .btn-box {
	border: 0;
	padding: 10px 0;
	margin: 0;
}
.form-wrap .btn-box .btn {
	border: 0;
	background: #8E8E8E;
	color: #fff;
	padding: 5px;
	width: 100%;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.contact-box {
	border-top: 1px solid #ddd;
	text-align: center;
	max-width: 966px;
	margin: 0 auto;
	padding-top: 30px;
}
.contact-box ul li {
	position: relative;
	text-align: left;
	padding: 0 16px 10px 120px;
	min-width: 270px;
}
.contact-box ul li + li {
	border-left: 1px dotted #ddd;
}
.contact-box ul li h3 {
	font-family: "Century Gothic", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
	font-size: 22px;
	color: #19AAE3;
}
.contact-box ul li .icon {
	position: absolute;
	left: 14px;
	top: 0;
}
 @media screen and (max-width: 800px) {
.contact-box ul li + li {
	border: 0;
	margin-top: 10px;
}
}
 @media screen and (max-width: 479px) {
.form-group {
	border: 0;
	padding: 0;
}
.form-group > label {
	float: none;
	display: block;
	margin-bottom: 10px;
	padding: 0;
}
.required:before {
	position: relative;
}
.form-group > div {
	padding-left: 0;
}
.form-group > div > * {
	border: 2px solid #D2D2D2;
	padding: 8px;
}
.form-group > .captcha > input,  .form-wrap .btn-box .btn {
	width: 100%;
}
.form-group > .captcha > a {
	border: 0;
}
.contact-box ul li {
	min-width: 0;
	padding: 0 0 10px 0;
	text-align: center;
}
.contact-box ul li .icon {
	position: static;
}
.main .title .sub-title span {
	font-size: 28px;
	line-height: 70px;
}
}
