@charset "utf-8";




/* ***********************************
/* メールフォームCSS
/* *********************************** */

/* html関連 */
.mail_tbl{
	margin: 20px auto;
	width: 600px;
}
.mail_tbl td,.mail_tbl th{
	padding: 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.mail_tbl th{
	width: 15%;
	white-space: nowrap;
}

table.mail_tbl tr th span {
	color: #CC0000;
	font-size: 10px;
}


