@charset "utf-8";
/* CSS Document */
.sec{
	background: #fff;
    max-width: 670px;
    width: 100%;
    margin: 20px auto 70px;
    border-radius: 20px;
    padding: 50px;
}
.all{
	background: #ffed31;
	padding: 4% 0 0;
}
.form_tbl table{
	margin: 0 auto;
	width: 100%;
}
.form_tbl th {
    display: block;
    width: 100%;
    border: none !important;
    color: #313131;
    font-size: 16px;
    text-align: left;
    margin-bottom: 5px;
}
.form_tbl th {
    background: #ececec;
    padding: 1%;
}
.form_tbl td {
    display: block;
    width: 100%;
    border: none !important;
    margin-bottom: 13px;
	color: #000 !importanti;
}

input[type=submit] {
    width: auto !important;
    padding: 15px 30px 12px 30px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: #e80000;
    box-shadow: 0px 9px 0px 0px rgba(130, 0, 0, 1);
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #e80000;
    appearance: none;
    -webkit-appearance: none;
}
.taC{
    text-align: center;
}
.form_tbl .last-th{
    background: #fff;
    text-align: center;
}
h2{
    padding: 40px 0 0;
}

@media screen and (max-width:740px) {
	.content{
		padding: 0 20px;
	}
	.sec {
		margin: 20px auto 50px;
		padding: 40px 20px;
	}
}
.backbtn {
    width: 290px;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 40px;
    font-weight: bold;
    padding: 16px 5px 15px 5px;
    text-decoration: none;
    color: #FFF;
    background: #e80000;
    box-shadow: 0px 9px 0px 0px rgba(130, 0, 0, 1);
	border: 1px solid #e80000;
    border-radius: 10px;
    text-align: center;
}
a{
	color: #fff;
}
