@charset "utf-8";
/* CSS Document */

.contentBox .leftBox{
	float:left;
	width:64%;}

.contentBox .rightBox{
	float:right;
	width:30%;}

.side_contactInfo{
	margin:0;}

.thankInfo{/*感謝資訊*/
	margin: 0;
	padding: 20px 0;

	font-family: "微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size: 15px;
	line-height: 1.8;
	margin-bottom:25px;
	border-bottom: 1px dotted #C3C3C3;
	color:#000;}

.formBox{	
	margin-top:15px;}

.formBox .form{/*各行間距*/
	margin-bottom:25px;
	color:#f1f1f1;}

.formBox .form .col-2{
	float:left;
	width:50%;
	padding-left:20px;}

.formBox .form .col-2:first-child{
	padding:0;}

.formBox .form label{
	display:block;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:15px;
	color:#616161;}

.formBox .form label em{
	color:#e15c1a;
	font-style: normal;
	font-weight: normal;
	font-family: 新細明體, Verdana, Geneva, sans-serif;}

.formBox .form input[type="text"]{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:5px;
	width:100%;
	height:35px;
	line-height:35px;
	border:1px solid #c7c7c7;
	background:#fff;}


.formBox .form select{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:5px;
	height:35px;
	border:1px solid #c7c7c7;
	background:#fff;}

.formBox .form textarea{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	width:100%;
	height:100px;
	padding:0 5px;
	border:1px solid #c7c7c7;
	background:#fff;}
.error{
	box-shadow:0 0 10px #F00;}

.checkArea{
	clear: both;
	display:inline-block;
	position: relative;}

.formBox form .btn{
	display:inline-block;}

.formBox form .btn a{/*送出按鈕*/
	display:inline-block;
	padding:7px 15px;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:14px;
	color:#FFF;


	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;}
	
;
  font-size: 14px;
  

/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {/*整個驗證碼區*/
		}
		
.QapTcha .clr{
	clear:both;}
	
.QapTcha .bgSlider{/*滑軌*/
	width:200px;
	height:34px;
	float:left;

	
background: #303030; /* Old browsers */
background: -moz-linear-gradient(top,  #303030 0%, #7d7e7d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303030), color-stop(100%,#7d7e7d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #303030 0%,#7d7e7d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #303030 0%,#7d7e7d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #303030 0%,#7d7e7d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #303030 0%,#7d7e7d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#7d7e7d',GradientType=0 ); /* IE6-9 */
}
	
.QapTcha .Slider{/*按鈕*/
	cursor:pointer;
	width:45px;
	height:30px;
	background:transparent url(../images/but-arrow.gif) no-repeat;
	position:relative;
	top:2px;
	left:0;
	z-index:99;}

.checkArea p.note{/*向右滑動解鎖*/
	font-size:15px;
	font-family:微軟正黑體;
	color:#e1e1e1;
	position:absolute;
	left:55px;
	top:7px;}
	
.QapTcha .dropSuccess{/*成功*/
	color:#4e8b37;}
	
.QapTcha .dropError{/*錯誤*/
	display:none;}


@media (max-width: 767px){
	.contentBox .leftBox{
		float:none;
		width:100%;}
	
	.contentBox .rightBox{
		float:none;
		width:100%;
		margin-top:30px;}
	
	.formBox .form .col-2{
		width:100%;
		float:none;
		padding:0;
		margin-top:10px;}
}

