@charset "utf-8";

.form_table table{width:80%;
margin-left: auto;
margin-right: auto;
border-top: #1D3575 1px solid;
	border-left: #1D3575 1px solid;
	border-right: #1D3575 1px solid;
	margin-top: 20px;
}

.form_table table th{background-color: #E2EAFF;
text-align: center;
padding: 5px;}
.form_table table td{background-color: #fff;
text-align: center;
padding-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #1D3575;}
input.submit{width:30%;
	text-align: center;
background-color: #1D3575;
	border: none;
	margin-top: 10px;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	border-radius: 5px;
	font-size:15px;
}
input.submit:hover { opacity: 0.5; }
input.submit:active { opacity: 0.3; }



@media (max-width: 595px) {

.types_table table th{
	  font-size: 9px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.types_table table td{
	  font-size: 9px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

}