@charset "utf-8";
/* CSS Document */

#form {
	display: table;
	width: 960px;
	margin: auto;
	padding: 12px 0;
}
#form .request {
	width: 100%;
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
	margin-bottom: 15px;
}
#form .request th {
	width: 160px;
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
	padding: 5px 10px;
	font-size: 18px; 
	color: #155F33;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	background-color: #EBEBEB;
}
#form .request th span {
	display: block;
	color: #FF0000;
	font-size: 14px; 
}
#form .request td {
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
	padding: 5px;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	background-color: #FFFFFF;
}
#form .w200 {
	width: 200px;
}
#form .w400 {
	width: 400px;
}
#form .w600h100 {
	min-width: 600px;
	max-width: 600px;
	height: 100px;
}
#form .submit {
	width: 960px;
	margin-bottom: 85px;
	text-align: center;
}
#form .submit input[type="submit"],
#form .submit input[type="button"] {
	min-width: 100px;
	height: 40px;
	border-radius: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #155F33;
}
#form .submit input[type="submit"]:hover,
#form .submit input[type="button"]:hover {
	position: relative;
	top: 1px;
	left: 1px;
	cursor: pointer;
	opacity: 0.85;
}

.msg {
	color: #FF0000;
}

.error {
	color: #FF0000;
}
.error2 {
	color: #FF0000;
	text-align: center;
	padding-bottom: 20px;
	
}