.inquiry_form_block,
.inquiry_bg_block{
	float: left;
}
/*表格區*/
.inquiry_form_block{
	padding-left: 50px;
	width: 510px;
	margin: 0 20px 60px 0;
}
.inquiry_table th{
	width: 105px;
	vertical-align: top;
}
.inquiry_table th,
.inquiry_table td{
	padding-top: 10px;
}
.inquiry_table tr:first-child th,
.inquiry_table tr:first-child td{
	padding-top: 0;
}
.inquiry_table td input,
.inquiry_table td select,
.inquiry_table td textarea{
	width: 355px;
	border: 1px solid #c5c5c5;
	height: 20px;
	line-height: 20px;
}
.inquiry_table td input{
	padding: 0 5px;
}
.inquiry_table td textarea{
 	height:90px;
 	resize:none;
}
.inquiry_table .verity{
	width: 90px;
}
.verity_img{
	display: inline-block;
	margin-left: 5px;
}
.verity_img img{
	border: 1px solid #c5c5c5;
}
.inquiry_table .btn_block input{
	width: 90px;
	height: 25px;
	border: 0;
	color: #fff;
	background-color: #8c8c8c;
	padding: 0;
	margin: 10px 15px 0 0;
}
.inquiry_table .btn_block input:last-child{
	margin-right: 0;
}
.inquiry_table .btn_block input:hover{
	background-color: #1fb5a9;/* #0b3d99; */
}
/**/
/*錯誤訊息*/
.inquiry_table .error{
	color: #ff0000;
}
.inquiry_table .vcode_error{
	margin-bottom: -10px;
}
/*圖片區*/
.inquiry_bg_block{
       padding-top: 10px;
       width:455px;
       height:500px;
	     margin: 0 20px 60px 0;

}
.inquiry_bg_block img{
	max-width: 100%;
}

/*----- 手機版 -----*/
@media screen and (max-width: 767px){
	.inquiry_form_block,
	.inquiry_bg_block{
		float: none;
	}
	.inquiry_form_block{
		padding-left: 0;
		width: 90%;
		margin: 0 5% 0 5%;	
	}
	.inquiry_table{
		width: 100%;
	}
	.inquiry_table th{
		min-width: 105px;
		width: 25%;
	}
	.inquiry_table td{
		width: 75%;
	}
	.inquiry_table td input,
	.inquiry_table td select,
	.inquiry_table td textarea{
		width: 100%;
		margin-bottom: 10px;
	}
	.inquiry_bg_block{
		width: 100%;
		text-align: center;
	}
}