@charset "UTF-8";
form#mailform table+h3 { margin-top: 50px; }
form#mailform .red {
	color: #C82222;
	font-size: 14px;
}
form#mailform tr{ border-top: none; }
form#mailform td{ padding:5px; }
#mailform input[type="submit"]{
	font: bold 18px "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
	padding: 10px;
	background: #ED2026;
	margin: 5px 0;
	text-align: center;
	color: #FFFFFF;
	border: none;
}
#mailform input[type="reset"]{
	font: bold 18px "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
	padding: 10px 0;
	background: #CCCCCC;
	margin: 10px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	border: none;
}
#mailform textarea{
	width: 95% !important;
}
#mailform input[type="reset"]:hover,#mailform input[type="submit"]:hover{
	cursor: pointer;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	-ms-filter: "alpha(opacity=70)"; /* ie 8 */
	-moz-opacity:0.7; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7; /* Safari 1.x */
}
#mailform select{ font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, sans-serif; }

@media screen and (max-width: 768px) {
form#mailform td{
	width: 100%;
	float: left;
}
}
