@charset "UTF-8";

table.mailform {
	width: 100%;
}
table.mailform tr td {
	width: 70%;
	text-align: left;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
	
}
table.mailform tr th {
	width: 30%;
	text-align: left;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
	background-color: #FFF;
	color:#333333;
}

table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
textarea {
width: 100%;
height: 10em;
}
input.mf{
width:100%;
height:20px;
}
input.mf02{
width:100%;
height:20px;
}