/* ===========================================
 * form use css
=========================================== */
#form{
	padding: 60px 0;
}
#formInner{
	background: #fff;
	padding: 60px;
	box-sizing: border-box;
}
#formInner table{
	width: 980px;
	border-collapse: collapse;
}
#formInner table tr th{
	width: 250px;
	border-top: 1px #ccc solid;
	box-sizing: border-box;
	padding: 15px;
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
}
#formInner table tr td {
	width: 730px;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	padding: 15px 25px;
	font-size: 14px;
}
.contact_input {
	border: 1px #ccc solid;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 14px;
}
.contact_w80 {
	width: 80px;
}
.contact_w150 {
	width: 150px;
}
.contact_w250 {
	width: 250px;
}
.contact_w400 {
	width: 400px;
}
.contact_w400_h {
	width: 400px;
	height: 150px;
}
.contact_w400_h2 {
	width: 400px;
	height: 300px;
}
#contact_area_bt {
	padding-top: 40px;
	padding-bottom: 40px;
}
.contact_submit {
	width: 460px;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	display: block;
	margin: 10px auto 0;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
    background: #004EA2;
    background: linear-gradient(-47deg, rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
	border: 0;
	border-radius: 4px;
	color: #FFF;
	cursor: pointer;
}
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

@media screen and (max-width:640px){
	
	#form{
		padding: 60px 0;
	}
	#formInner{
		background: #fff;
		padding: 30px;
		box-sizing: border-box;
	}
	#formInner table{
		width: 520px;
		border-collapse: collapse;
	}
	#formInner table tr th{
		display: block;
		width: 520px;
		border-top: 1px #ccc solid;
		box-sizing: border-box;
		padding: 15px 15px 0 15px;
		vertical-align: middle;
		text-align: left;
		font-size: 20px;
	}
	#formInner table tr td {
		display: block;
		width: 520px;
		box-sizing: border-box;
		border-top: none;
		border-left: none;
		border-bottom: 1px #ccc solid;
		padding: 0 15px 15px 15px;
		font-size: 20px;
	}
	.contact_input {
		border: 1px #ccc solid;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 14px;
		padding-bottom: 14px;
		font-size: 20px;
		box-sizing: border-box;
	}
	.contact_w80 {
		width: 220px;
	}
	.contact_w150 {
		width: 490px;
	}
	.contact_w250 {
		width: 490px;
	}
	.contact_w400 {
		width: 490px;
	}
	.contact_w400_h {
		width: 490px;
		height: 150px;
	}
	.contact_w400_h2 {
		width: 490px;
		height: 300px;
	}
	#contact_area_bt {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.contact_submit {
		width: 460px;
		height: 80px;
		line-height: 80px;
		font-size: 24px;
		font-weight: 700;
		text-align: center;
		display: block;
		margin: 10px auto 0;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
		background: #004EA2;
		background: linear-gradient(-47deg, rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
		border: 0;
		border-radius: 4px;
		color: #FFF;
		cursor: pointer;
	}
	input[type="submit"],
	input[type="button"] {
	  -webkit-box-sizing: content-box;
	  -webkit-appearance: button;
	  appearance: button;
	  border: none;
	  box-sizing: border-box;
	  cursor: pointer;
	}
	input[type="submit"]::-webkit-search-decoration,
	input[type="button"]::-webkit-search-decoration {
	  display: none;
	}
	input[type="submit"]::focus,
	input[type="button"]::focus {
	  outline-offset: -2px;
	}
	

	
}

