@charset "UTF-8";
table.formTable{
	width:100%;
	margin:20px auto;
	border-collapse:collapse;
	text-align: left;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable caption{
	text-align:left;
	margin-bottom:10px;
	font-weight: 500;
	font-size:18px;
	font-size:1.8rem;
	color:#f35400;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
table.formTable label{
	line-height: 160%;
}
table.formTable .seatTable th{
	width: 20%;
	text-align: center;
}
table.formTable .seatTable td input{
	width: 80%;
	display: block;
	margin: 0 auto;
}