@charset "utf-8";

form#mailform {
	padding: 5px;
}
body, button, input, select, textarea {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	color: #222;
}
table.mailform {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;	
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 150px;
}
table.mailform span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
table.mailform tr td p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #666;
}
table.mailform .mf {
	min-width: 95%;
}
table.mailform .name {
	min-width: 75%;
}
table.mailform .post {
	min-width: 20%;
}
table.mailform .add {
	min-width: 95%;
}
table.mailform tr td textarea {
	min-width: 95%;
	height: 10em;
}
@media all and (min-width: 550px) {
table.mailform .mf {
	min-width: 70%;
}
table.mailform .name {
	min-width: 50%;
}
}
@media all and (min-width: 960px) {
table.mailform .mf {
	min-width: 60%;
}
table.mailform .name {
	min-width: 40%;
}
}