/* index */
#Inquiry form {
    font-size: 16px;
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
	    padding: 2%;
}

#Inquiry form p {
    padding-bottom: 20px;
}

#Inquiry form span {
    color: #0073d4;
}

#Inquiry form table {
    width: 100%;
}

#Inquiry form th {
    font-size: 18px;
    font-weight: bold;
    background-color: #0073d4;
    padding: 8px 5px 8px 7px ;
	color: #fff;
	text-align: center;
}
#Inquiry form td {
    font-size: 18px;
    font-weight: bold;
    background-color: #fff;
    padding: 8px 5px 8px 7px ;
	text-align: center;
}
#Inquiry form input[type=text], #Inquiry form textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
    padding: 10px;
    width: 100%;
}

#Inquiry form textarea {
    height: 250px;
}

#Inquiry form input[type=date] {
    box-sizing: border-box;
    font-size: 16px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: inherit;
}

#Inquiry form label {
    display: inline-box;
    margin-right: 10px;
}

.submit_btn {
    text-align: center;
    width: 100%;
}

#submit {
    background-color: #FFC600;
    border: 0px;
    border-radius: 5px;
    box-shadow: 0px 4px 0px #d2691e;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    height: 65px;
    margin: 0 auto;
    width: 300px;
	margin-top: 5%;
}

#Inquiry {
    padding-bottom: 30px;
}

@media screen and (max-width: 640px){
    #Inquiry {
        padding-bottom: 100px;
    }
}

/* confirmation */
.confirmation {
    background-color: #fffcf0;
    padding: 0 20px 50px;
}

.confirmation h2 {
    margin: 50px auto;
    text-align: center;
}

.confirmation h2 img {
    height: auto;
    max-width: 100%;
}

.confirmation #content {
    background: none;
}

.form_tbl {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 6px 3px #ccc;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 800px;
    padding: 50px 10px;
	width: 100%;
}

.form_tbl table {
    width: 100%;
}

.form_tbl th {
    font-size: 15px;
    font-weight: bold;
    background-color: gainsboro;
    padding: 8px 5px 8px 7px ;
    border-radius: 10px;
    border-left: solid 10px #e11e1c;
}

.form_tbl td {
    font-size: 18px;
    padding-bottom: 15px;
    vertical-align: baseline;
    width: 70%;
}

.submitbtn {
    text-align: center;
}

.submitbtn input {
    border: 0px;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    height: 65px;
    margin: 15px auto;
    width: 300px;
}

.submitbtn input.submit {
    background-color: #ffa500;
    box-shadow: 0px 4px 0px #d2691e;
}

.submitbtn input.submit_back {
    background-color: #c0c0c0;
    box-shadow: 0px 4px 0px #696969;
}

/* finish */
.backbtn{
    background: #03A9F4;
    border: solid 1px #0f9ada;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    color: #FFF;
    margin: 0 auto;
    padding: 10px 20px 10px 5px;
	text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	width: 50% !important;
}
.backbtn a:visited {
    color: #fff;
}
.backbtn a:link {
    color: #fff;
    text-decoration: underline;
}

section.form {
    text-align: center;
    width: 100%;
}
section.form h2 {
    color: #03A9F4;
    font-size: 36px;
    font-weight: bold;
    margin: 30px auto 0;
}

section.form p {
    margin: 30px auto;
}
.attention {
	background-color: #ffff00;
	font-weight: normal;
	font-size: 15px;
}