@charset "UTF-8";

div.form_wrapper {
    background-color: transparent;
    padding: 10px 0 60px;
    border-bottom: 1px #ccc solid;
}
.form_wrapper h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #0950a0;
    margin-bottom: 30px;
}
.upload_form {
    width: 700px;
    height: auto;
    padding: 20px;
    margin: 20px auto;
    border: solid #0950a0 2px;
    border-radius: 10px;
    background-color: #ffffff;
}
.upload_form table th {
    font-size: 14px;
    font-weight: bold;
}
.upload_form table td {
    padding: 8px 5px;
}
.upload_form table td.form_required span {
    font-size: 12px;
}
.upload_form .submit_area {
    padding: 30px 10px 10px;
}
.upload_form #submit_btn {
    background-color: #0950a0;
}
.form_desc {
    width: 700px;
    margin: 0 auto 30px;
    text-align: center;
}
.desc_title {
    text-align: center;
    border: 2px #0950a0 solid;
    padding: 3px 10px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin: 0 auto 20px;
}
.desc_text {
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
}
.desc_text .text_red {
    color: #ff0000;
    font-weight: bold;
}
.desc_text .underline {
    text-decoration: underline;
}
.desc_text.desc_bold {
    font-size: 15px;
    font-weight: bold;
}
.desc_text .enclosure_text {
    display: inline-block;
    margin: 3px 0;
    border: 2px #000 solid;
    padding: 3px;
}
.desc_caution {
    font-size: 14px;
    font-weight: normal;
    color: #000;
}
.form_caution {
    width: 700px;
    margin: 0 auto 30px;
}
.ct_title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}
.ct_text {
    text-indent: -15px;
    padding-left: 15px;
}
.ct_text p {
    font-size: 14px;
    margin-bottom: 5px;
}
.ct_text p span {
    text-decoration: underline;
}