@charset "utf-8";
/* CSS Document */
#form{
	width: 80%;
	height: auto;
	border: 2px solid #ea5e1b;
	margin: auto;
	padding: 60px;
}
label{
	display: block;
	font-size: 16px;
	color:#525252;
	margin: 0;
	padding: 0;
}
input, select{
	display: block;
	width: 100%;
	height: auto;
	color: #525252;
	font-size: 25px;
	border: none;
}
textarea{
	display: block;
	width: 100%;
	height: 80%;
	color: #525252;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	border: none;
}
.contact-us-phone{
	background: #005600;
	width: 400px;
	height: 50px;
	color: #ffffff;
	font-size: 40px;
	text-align: center;
	margin: 30px auto;
	position: relative;
}
.contact-us-phone-ico{
	background: url(../_images/bt-phone.svg) no-repeat center;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 5px;
	left: 5px;
}
.contact-us-mail{
	background: #2272b9;
	width: 400px;
	height: 40px;
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	margin: 20px auto;
	position: relative;
}
.contact-us-mail-ico{
	background: url(../_images/bt-mail.svg) no-repeat center;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	left: 10px;
}
.contact-us-logo{
	background: url(../_images/logo.svg) no-repeat center;
	background-size: contain;
	width: 30%;
	height: 200px;	
	margin: auto;
}

.form-input{
	width: 80%;
	height: 65px;
	border: 1px solid #9F9F9F;
	margin:20px auto;
	padding: 10px;
}
.form-textarea{
	width: 80%;
	height: 180px;
	border: 1px solid #9F9F9F;
	margin:20px auto;
	padding: 10px;
}

.submit{
	width:60%;
	margin:10px auto;
	padding: 20px;
	background:#ea5e1b;
	border:none;
	color:#fff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:26px;	
	text-align:center;
	cursor:pointer;
}
.okMsg{
	color:#008E10;
}
.errorMsg{
	font-size: 30px;
	margin: 20px;
	color:#f00;
	text-align: center;
	padding-bottom: 5px;	
}
#ajax-response{
	font-size: 30px;
	text-align: center;
	margin: 20px;
}
#form-sending{		
	font-size: 30px;
	text-align: center;
	margin: 20px;
}
@media handheld, only screen and (max-width: 1000px) {
	#form{
		width: auto;
		height: auto;
		border: 2px solid #ea5e1b;
		padding: 10px;
	}
	label{
		font-size: 12px;
	}
	input, select{
		font-size: 16px;
	}
	textarea{
		font-size: 14px;
	}
	.contact-us-phone{
		width: auto;
		height: 40px;
		font-size: 30px;
		margin: 20px auto;
	}
	.contact-us-phone-ico{
		width: 30px;
		height: 30px;
	}
	.contact-us-mail{
		width: auto;
		height: 30px;
		font-size: 20px;
		margin: 10px auto;
	}
	.contact-us-mail-ico{
		width: 20px;
		height: 20px;
	}
	.contact-us-logo{
		width: 100%;
		height: 150px;	
		margin: auto;
	}
	.form-input{
		width: auto;
		height: 40px;
		margin:10px auto;
		padding: 5px;
	}
	.form-textarea{
		width: auto;
		height: 100px;
		margin:10px auto;
		padding: 5px;
	}
	.submit{
		width:100%;
		padding: 20px;
		font-size:20px;	
		text-align:center;
		cursor:pointer;
	}
	
	.okMsg{
	}
	.errorMsg{
	}
	#ajax-response{
		font-size: 15px;
	}
	#form-sending{		
	}
}