@charset "utf-8";
/* CSS Document */
h2 {
	font-weight:bold;
	padding:6px 0 6px 18px !important;
	margin:34px 0 10px 0 !important;
	letter-spacing:0.04em;
	border-left:5px solid #300;
}
.submit_area {
	margin:40px auto;
	text-align:center;
}
input[type="submit"] {
	width: 264px;
	padding: 14px 0;
	letter-spacing: 0.1em;
	-webkit-text-size-adjust: none;
	background-color:#C00;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 0;
	color: #FFF;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	border-bottom: 4px solid #BE1421;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
input[type="submit"]:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
