@charset "UTF-8";

form#mailform {
	max-width: 93%;
	padding: 5px;
}
table.mailform {
	max-width: 100%;
	box-sizing: border-box;
}
table.mailform tr th {
	width: 190px;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-left: none;
	border-bottom: solid 1px #999;
	padding: 10px 5px;
	box-sizing: border-box;
}
table.mailform tr td {
	max-width: 100%;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px #999;
	padding: 10px 5px;
	box-sizing: border-box;
}
table.mailform tr th span {
	color: #C00;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999;
}
table.mailform tr td input {
	max-width: 100%;
	width: 300px;
	height: 30px;
	box-sizing: border-box;
}
table.mailform tr td input[type="submit"] {
	max-width: 100%;
	width: 150px;
	height: 30px;
	border: solid 1px #999;
	box-sizing: border-box;
	color: #fff;
	background-color: #000066;
}
table.mailform tr td input[type="reset"] {
	max-width: 100%;
	width: 150px;
	height: 30px;
	box-sizing: border-box;
}
table.mailform tr td textarea {
	max-width: 100%;
	width: 400px;
	height: 200px;
	box-sizing: border-box;
}
}