@charset "UTF-8";

table#mail_form {
	width: 800px;
	margin-left: 30px;
	margin-right: 30px;
}

table#mail_form th,
table#mail_form td {
	padding: 8px 3px 7px;
	border-top: 1px solid #CCC;
}

table#mail_form tr:first-child th,
table#mail_form tr:first-child td {
	border-top: none;
}

table#mail_form th {
	width: 200px;
	font-weight: normal;
	text-align: left;
	color: #714d06;
}

.attention {
	margin-left: 0.5em;
	font-size: 90%;
}

.required {
	color: #F00;
}
