@charset "utf-8";
#main .section-last .contact {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#main .section-last .contact h3 {
	font-size: 42px;
	color: #654500;
	margin-bottom: 10px;
}
#main .section-last .contact form .stitle {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	background-color: #FFF;
	padding: 5px;
	color: #F00;
}

#main .section-last .contact form .detail {
	width: 960px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #e2c686;
	margin-bottom: 40px;
}
#main .section-last .contact form .detail th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #e2c686;
	border-bottom-color: #e2c686;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	width: 400px;
}
#main .section-last .contact form .detail td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2c686;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main .section-last .contact form .detail tbody tr td .column {
	float: left;
	width: 100px;
}
.m10 {
	margin-bottom: 10px;
}
