#mainphoto{
    width: 100%;
    height: 465px;
    background-image: url(../images/mainphoto.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 90%;
}
.section{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 64px;
}
.title{
    font-size: 1.3em;
    font-weight: bold;
    width: 30%;
    text-align: center;
    margin: 0 auto 30px auto;
}

#main{
    width: 80%;
    margin: 0 auto;
    margin-top: 64px;
}

p{
    text-align: center;
    color: #666666;
}

.input{
    width: 80%;
}

.form_table {
    border-collapse: collapse;
    width: 100%;
    border-top: solid 0.5px #666666;
    border-left: solid 0.5px #666666;
    table-layout: fixed;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.form_table th {
    background-color: #f8f5e9;
    color: #666666;
    padding: 40px 10px;
    border-right: solid 0.5px #666666;
    border-bottom: solid 0.5px #666666;
    width: 30%;
    min-width: 100px;
}
.form_table td {
    background-color: #fefefc;
    color: #666666;
    padding: 40px 10px;
    border-right: solid 0.5px #666666;
    border-bottom: solid 0.5px #666666;
    text-align: left;
    width: 70%;
}
#submit{
    width: 300px;
    height: 50px;
    border-radius: 25px;
    background: antiquewhite;
    transition: all 0.3s;
    border-width: 0.5px;
}
#submit:hover{
    background: #ffffff;
    color: #666666;
}