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

header .local_branding_area {
	background:url(../contact/img/local_brarding.jpg) no-repeat;
}
main .contactForm {
	border-collapse:collapse;
	width:100%;
	margin:0 0 50px;
}
main .contactForm th {
	font-weight:normal;
	text-align:left;
	width:300px;
	border-top:#d4dadf 1px solid;
	border-bottom:#d4dadf 1px solid;
	padding:12px 24px;
	background:#ddeaf6;
}
main .contactForm td {
	border:#d4dadf 1px solid;
	padding:12px 24px;
}
main .contactForm td input[type="text"] {
	height:25px;
}
main .contactForm td textarea {
	width:100%;
}
main #input_btn {
	width:100%;
	margin:30px 0 0;
}
main #input_btn td {
	text-align:center;
}
main #input_btn td input {
	padding:5px 10px;
	cursor:pointer;
	margin:0 15px;
}

@media screen and (min-width: 0px) and (max-width: 1020px) {
header .local_branding_area {
	background:url(../contact/img/local_brarding.jpg) no-repeat center center;
	background-size:1400px;
}
}
@media screen and (min-width: 0px) and (max-width: 850px) {
main .contactForm {
	width:100%;
	border-bottom:#CCC 1px solid;
}
main .contactForm th {
	width:100%;
	display:block;
	border-bottom:none;
	font-weight:bold;
}
main .contactForm td {
	width:100%;
	display:block;
	border-bottom:none;
}
}