@charset "UTF-8";

form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
}
table.mailform tr th {
	width: 200px;
}
table.mailform tr th span,span.mailformKome {
	color: #f7931e;
	font-size: 20px;
}
table.mailform tr td textarea {
	width: 100% !important;
	height: 120px;
}