@charset "utf-8";

#wrap{
	width:100%;
	max-width:800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 30px;
}
.formTitle {
	font-size: 18px;
	line-height: 40px;
	color: #333;
	height: 40px;
	width: 100%;
	text-align: center;
	font-family: "メイリオ";
	font-weight: 500;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mailSpc{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.span1{	
	font-size:10px;/*文字の大きさ*/
	color:#F00;/*文字の色*/
}

.table1{
	border-collapse:collapse;/*テーブルのうち枠線を重ねて表示*/
	width:98%;/*横幅*/
}

.th1{
	border:solid 1px #999;/*ボーダーを上下左右に実線で,1px,で#999で*/
	background:#EEE;
	width:30%;/*横幅*/
	padding:5px;/*内側への余白上下左右5px*/
	text-align:left;/*文字を左寄せ*/
	font-size: 14px;
}
.td1{	
	border:solid 1px #999;/*ボーダーを上下左右に実線で,1px,で#999で*/
	width:70%;/*横幅*/
	padding:5px;/*内側への余白上下左右5px*/	
}
.input1 {
	width: 90%;
}
.input2 {
	width: 70%;
	height: 50px;
	margin-top: 5px;
}
textarea{
	width:90%;/*横幅*/
	height:150px;/*高さ*/
	font-family: "メイリオ";
	font-size: 14px;
}
.onClea {
	color:#999;
}
.button{
	text-align:center;/*内側への余白上下10px*/
	height: 80px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 20px;
}
