@charset "UTF-8";

table#mail_form {
	width: 630px;
}

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: 150px;
	font-weight: normal;
	text-align: left;
	color: #005C05;
}

table#mail_form td {
	font-size: 90%;
}

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

.required {
	color: #F00;
}


#concierge table#mail_form {
	width: 770px;
}