@charset "utf-8";

.marB30{
margin-bottom: 30px;
}

table {
    width: 100%;
	border-collapse: collapse;
	margin: 20px auto 0 auto;
}
table th{
    border: dotted #999999;
	border-width: 1px 0 1px 0;
    font-weight: normal;
    min-width: 8em;
    padding: 1.5em 2em;
    text-align: left;
	background: #F0F0F0;
}

table th span{
padding: 0 5px;
color: #D80000;
font-weight: bold;
}
table td {
    border:dotted #999999;
	border-width: 1px 0 1px 0;
    padding: 1.5em 2em;
}

table td a{
text-decoration: underline;
}


table td input[type="text"],
table td input[type="email"],
table td input[type="tel"],
table td textarea {
    width: 90%;
}

table td input[type="number"],
table td input[type="text"],
table td input[type="email"],
table td input[type="tel"],
table td select,
table td textarea {
    padding: 10px 10px;
    font-size: 1em;
    border: 3px solid #E0E0E0;
    margin: 0;
}

table td input[type="radio"]{
margin-right: 5px;
}


input[type="submit"] ,
button[name="submit_check"]{
    background: #F41F22;
    height: 60px;
    font-size: 1.5em;
    width: 400px;
    color: #FFF;
    border-radius: 10px;
    border: none;
	margin: 40px auto 60px auto;
	display: block;
	cursor: pointer;
	font-weight: bold;
	margin-top: 40px;
}

button[name="submit_revise"]{
    background: #333;
    height: 60px;
    font-size: 1.5em;
    width: 320px;
    color: #FFF;
    border-radius: 10px;
    border: none;
	margin: 40px auto 60px auto;
	display: block;
	cursor: pointer;
	font-weight: bold;
	float: left;
}

button[name="submit_send"]{
    background: #F41F22;
    height: 60px;
    font-size: 1.5em;
    width: 320px;
    color: #FFF;
    border-radius: 10px;
    border: none;
	margin: 40px auto 60px auto;
	display: block;
	cursor: pointer;
	font-weight: bold;
	float: right;
}




@media screen and (max-width:767px){

table {
border-bottom: 1px solid #999999;
width: 100%;
}
table th {
	border-width: 1px 0 0 0;
    display: block;
	padding: 1em 1em;
	font-weight: bold;
}
table td {
    border-width:0;
    display: block;
	padding: 1em 1em 1em 1em;
}

table td input[type="text"],
table td input[type="email"],
table td input[type="tel"],
table td textarea {
    width: 90%;
}

table td input[type="number"],
table td input[type="text"],
table td input[type="email"],
table td input[type="tel"],
table td select,
table td textarea {
    padding: 15px 15px;
    font-size: 1em;
    border: 1px solid #E0E0E0;
    margin: 0;
}


input[type="submit"],
button[name="submit_check"]{
    height: 80px;
    font-size: 1.2em;
    width:90%;
    display: block;
    font-weight: bold;
    color: #FFF;
    border-radius: 10px;
    border: none;
}



}


