@charset "UTF-8";

#main{
	width: 100%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
#main h1{
	text-align: center;
	background-color: #BBBBBB;
	color: #F8F8F8;
}
form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px solid #CCCCCC;
	padding: 20px 10px 5px;
}
table.mailform tr th {
	width: 150px;
	font-size: 100%;
	font-weight: bold;
	color: #999999;
}
table.mailform tr th span {
	color: #FF9A9A;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}

table.mailform input,
table.mailform textarea{
	padding: 5px;
	border-radius: 6px;
	border: 1px solid #C1C1C1;
	background-color: #ECECEC;
	font-size: 150%;
}
.msg{
	color: #AB0000;
}
.msg2{
	color: #00AD1E;
	font-size: 150%;
	width: 100%;
	height: 200px;
	display: inline-block;
	text-align: center;
	margin-top: 120px;
}
.btn_Box {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.btn{
	width: 200px;
	padding: 10px;
	margin-right: 10px;
	height: 60px;
	background-color: #009CF2;
	color: #FFFFFF;
	font-size: 130%;
	border-style: none;
}
.btn2 {
}
.footer{}
