@charset "UTF-8";

form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	border-bottom: dashed 1px #999999;

}
table.mailform tr th {
	width: 200px;
}
table.mailform tr th span,span.mailformKome {
	color: #CC0000;
	font-size: 20px;
}
table.mailform tr td textarea {
	width: 100% !important;
	height: 120px;
}