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

.contentBox .leftBox{
	float:left;
	width:70%;
	padding-right:30px;}

.contentBox .rightBox{
	overflow:hidden;}
	
.side_contactInfo{
	margin:0;}

.thankInfo{/*感謝資訊*/
	color:#222;/*字的顏色*/
	font-size:16px;
	line-height:1.8;
	margin:30px 0;}

.thankInfo img{
	max-width:100%;}

.formBox{	
	color:#e1c6a7; /*字的顏色*/
	font-size:13px;}

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

.formBox .form label{
	display:block;
	float:left;
	margin-right:10px;
	
	width:70px;
	text-align:right;
	font-size:13px;
	color:#222;}

.formBox .form .right{
	overflow:hidden;}

.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: 40px;
	line-height: 40px;
	border: 1px solid #ccc;}

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

.formBox .form textarea{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 120px;
	padding: 5px;
	border: 1px solid #ccc;}
	
.error{
	border:1px solid #F00 !important;
	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:"微軟正黑體",  "新細明體", sans-serif;
	font-size:16px;
	color:#FFF;
	border-radius:3px;
	
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;}

.checkBox{
	padding-left:80px;}

/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {/*整個驗證碼區*/
		}
		
.QapTcha .clr{
	clear:both;}
	
.QapTcha .bgSlider{/*滑軌*/
	width:200px;
	height:34px;
	float:left;
	border-radius:6px;
	
background: rgb(104,104,104);
background: -moz-linear-gradient(top,  rgba(104,104,104,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(top,  rgba(104,104,104,1) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,  rgba(104,104,104,1) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#000000',GradientType=0 );
}
	
.QapTcha .Slider{/*按鈕*/
	cursor:pointer;
	width:45px;
	height:30px;
	background:transparent url(http://www.wr-coffee.com//Scripts/Qaptcha/but-arrow.gif) no-repeat;
	position:relative;
	top:2px;
	left:0;
	z-index:99;}

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

@media (max-width: 1160px){
	.mainArea .titleBox{
		padding-top:20px;}
}


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

@media (max-width: 480px){
	.formBox .form label{
		float:none;
		margin:0 0 8px 0;}
	
	.checkBox{
		padding:0;}
}

