@charset "UTF-8";
.contact .contact-form table {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.contact .contact-form th {
	padding-left: 15px;
}
.contact .contact-form th p {
	font-size: 80%;
	color: #666666;
	font-family: 'Alegreya Sans', sans-serif;
	line-height: 1.5em;
}
.contact .contact-form th span  {
	color: #993300;
}
.contact .contact-form tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.contact .contact-form table td ,.contact .contact-form table th{
	padding-bottom: 20px;
	padding-top: 20px;
}
.contact .contact-form textarea ,.contact .contact-form .if{
	font-size: 107.8%;
	line-height: 1.4;
	padding: 0.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 3px;
}
.contact .contact-form .if {
	font-weight: bold;
}
.contact .tel-no {
	font-size: 150%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
