@charset "UTF-8";

.content-main{
    width: 100%;
}
.form_tbl{
    max-width: 750px;
    width: 100%;
}
    .content-main h2 {
    padding: 40px 0 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
    font-size: 35px;
    line-height: 1.2;
    background: linear-gradient(to bottom, #2682ff, #024198);
    text-shadow: 0 3px 0 rgba(0,0,0,0.4);
    margin-top: 20px;
}
    .input_title{
        color: #fff;
        font-size: 19px;
        color: #ffff8d;
    }

.content-main p {
    line-height: 1.6;
    word-wrap: break-word;
    padding-bottom: 20px;
}
.content-main th {
    font-weight: bold;
    color: #fff;
    padding: 10px;
}
.content-main td {
    padding: 10px;
    width: 33%;
}
.sec{
    max-width: 750px;
    width: 95%;
    margin: 0 auto;
}
#footer{
    padding: 30px 10px 0;
}
#footer p {
    text-align: center;
    color: #999;
    line-height: 1.5;
    font-size: 12px;
}
#footer a:link, #footer a:hover, #footer a:visited, #footer a:active {
    color: #999;
}