.red_txt {
	font-size: 0.8em;
	color: red;
}
.form_table {
	width: 100%;
	margin: 2.0em auto;
}
.form_table tr { border-left: 1px solid #666; }
.form_table tr:first-child { border-top: 1px solid #666; }
.form_table th,
.form_table td {
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 10px;
}
.form_table th {
	background-color: #fafafa;
	vertical-align: top;
}
@media screen and (min-width: 980px)  {
	.form_table th {
		width: 200px;
		min-width: 200px;
	}
}
@media screen and (max-width: 979px)  {
	.form_table,
	.form_table tr,
	.form_table th,
	.form_table td {
		display: inline-block;
		width: 100%;
	}
}
.form_table th span { display: none; }
.form_table input[type="text"],
.form_table input[type="tel"],
.form_table input[type="email"] {
	width: 100%;
	padding: 2px 10px;
	border: 1px solid #ccc;
}
@media screen and (min-width: 980px)  {
	.form_table input[type="text"],
	.form_table input[type="tel"],
	.form_table input[type="email"] {
		width: 300px;
	}
}
.form_table textarea {
	width: 100%;
	height: 6.5em;
	padding: 2px 10px;
	border: 1px solid #ccc;
}

.contact_btn button {
	display: block;
	width: 300px;
	height: 2.0em;
	margin: auto;
	margin-bottom: 10px;
	border: #555555 1px solid;
	background-color: #fff;
	line-height: 2.0em;
	font-size: 1.5em;
	cursor: pointer;
}
.contact_btn button:hover {
	background-color: #555555;
	color: #fff;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
