@charset "UTF-8";

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
select,
option {
	width: 100%;
	box-sizing: border-box;
	line-height: 120%;
	padding: 5px;
	display: inline-block;
	border: 1px solid #ccc;
	background: #fff;
	height: 38px;
}
textarea {
	width: 100%;
	line-height: 170%;
	height: 120px;
}
select {
	margin-top: 1px;
	-webkit-appearance: menulist-button;
}
option {
	white-space: pre;
}
.width30,
.width30 option {
	display: block;
	float: left;
	width: 30% !important;
}
.width50,
.width50 option {
	display: block;
	float: left;
	width: 50% !important;
}
.width70,
.width70 option {
	display: block;
	float: left;
	width: 70% !important;
}
input[type="checkbox"] {
	-weblit-transform: scale(2,2);
	transform: scale(2,2);
	margin: 10px;
}
input[type="checkbox"],
input[type="radio"],
label {
	cursor: pointer;
}
.submitBtn {
	padding: .7em 2em;
	cursor: pointer;
	border-style: none;
	-webkit-appearance: button;
	margin: 0 auto 1px;
	display: block;
	background: #c00107;
	color: #fff;
	font-size: 20px;
}
@media screen and (min-width: 376px){
	.submitBtn:hover {
		-webkit-transform: translate(1px, 1px);
		transform: translate(1px, 1px);
	}
}
/*
@media screen and (max-width: 375px){
	input[type="checkbox"] {
		-weblit-transform: scale(4,4);
		transform: scale(4,4);
	}
}
*/
.table3 {
	width: 100%;
	line-height: 200%;
}
.table3 tr {
	width: 100%;
}
.table3 td {
	border: 1px solid #ccd;
	padding: 5px 10px;
	overflow: hidden;
}
.table3 td {
	width: 100%;
	background: #fff;
}
.iB {
	display: inline-block !important;
}
.hide {
	display: none !important;
}
.msg {
	color: #f64455;
	font-size: 14px;
	text-align: left;
}
.submitBtn {
    display: inline-block !important;
}
.tabulator{border-radius: 0;}
.tabulator .menu{width: 100%;color: #fff;font-size: 18px;font-weight: bold}
.tabulator .menu li{width:50%; height:60px; text-align:center; line-height:60px; float:left; cursor:pointer;border-radius: 0;background-color: #4260c3}
.tabulator .menu li:hover{background-color: #4689FF}
.tabulator .menu li.on{background-color: #1e4e85}
.tabulator .cont{clear:both;border: 3px solid #1e4e85;border-radius: 0;padding: 20px}
.tabulator img {
	display: block;
	margin: 0 auto;
	width: 100%;
}