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

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

.contentBox .rightBox{
	float:right;
	width:80%;
	padding:0 70px;}

.thankInfo{/*感謝資訊*/
	padding: 20px 0;
	color:#000;/*字的顏色*/
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:17px;
	line-height:1.8;}

.thankInfo i{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:14px;
	color:#FFF;
	border-radius:100%;}

.formBox{	
	padding:20px;
	background:#dddddd;
	color:#000; /*字的顏色*/
	font-size:13px;}

.formBox .form{/*各行間距*/
	margin-bottom:10px;
	color:#2F2F2F;
	
	position:relative;}

.formBox .form label{
	display:block;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:15px;
	color:#000;
	
	width:80px;
	border-right:1px solid #e1e1e1;
	
	position:absolute;
	left:10px;
	top:7px;}

.formBox label em{
	color:#E61F6E; /*星號的顏色*/
	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;
	border: 1px solid #ccc;
	
	padding-left:100px;}

.formBox .form select{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px;
	width: 100%;
	height: 35px;
	line-height: 35px;}

.formBox .form textarea{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 100px;
	padding: 5px;
	border: 1px solid #ccc;
	
	padding-left:100px;}
	
.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:16px;
	color:#FFF;
	border-radius:3px;
	
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;}

/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {/*整個驗證碼區*/
		}
		
.QapTcha .clr{
	clear:both;}
	
.QapTcha .bgSlider{/*滑軌*/
	width:200px;
	height:34px;
	float:left;
	border-radius:6px;
	
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',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:#949494;
	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;
		padding:0;}
	
	.formBox .form .col-2{
		width:100%;
		float:none;
		padding:0;
		margin-top:10px;}
}

