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

.red{
	color:#F00;
}

.form01{
	width:100%;
	border-top:1px solid #105694;
	border-left:1px solid #105694;
}

.form01 th{
	width:180px;
	padding:20px;
	border-right:1px solid #105694;
	border-bottom:1px solid #105694;
	background-color:#f5f5f5;
}

.form01 td{
	padding:20px;
	border-right:1px solid #105694;
	border-bottom:1px solid #105694;
}

.form02 td{
	padding:5px;
	border-right:none;
	border-bottom:none;
}

.centerbtn{
	text-align:center;
	margin:20px 0 40px 0;
}

.sousin{
	text-align:center;
	margin:20px 0 40px 0;
}

#hamadasousin{
	margin:0 10px;
}

.form001{
	width:100%;
	height:30px;
}

.form002{
	width:100%;
	height:200px;
}

.error{
	color:#F00;
	font-weight:bold;
}