@charset "utf-8";
/* title */
.titlebar_underline {
    font-size: 1.5625rem;
    line-height: 1.2 !important;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-bottom: 1px;
    border-bottom-color: #8c8b8b;
    border-bottom-style: solid;
}
.w95 {
    width: 95%;
}
.w90 {
    width: 90%;
}
.dl_wrap {
    margin: 10px auto;
}
.dl_body {
    margin: 20px auto;
    background-color: #f7f7f7;
    border-style: solid;
    border-width: 1px;
    border-color: #000000
}
.dl_text02 {
    font-size: 0.9375rem;
    line-height: 1.6;
}
.dl_text03 {
    font-size: 0.875rem;
    line-height: 1.6;
    font-family: sans-serif;
    text-align: left;
    width: 100%;
    padding: 5px;
}
@media(max-width:480px) {
    .dl_body {
        background-color: #f7f7f7;
        border-style: solid;
        border-width: 1px;
        border-color: #000000
    }
}
/* download button */
div.download {
    width: 233px;
    /*height:37px;*/
    height: 50px;
    margin: 10px auto;
}
.download ul {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    list-style: none;
}
.download li {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.download a {
    /*height:37px;*/
    height: 55px;
    text-decoration: none;
    display: block;
    color: #FFFFFF;
    background-color: #2D75C7;
}
.download a:hover {
    /*height:37px;*/
    height: 55px;
    color: #FFFFFF;
    text-decoration: underline;
    background-color: #34568E;
}
.dl_text01 {
    padding-top: 15px;
    font-size: 0.875rem;
    color: #FFFFFF;
    line-height: 1.6;
}
.pt15 {
    padding-top: 15px !important;
}
.dl_text02_1 {
    font-size: 0.6875rem;
    font-family: sans-serif;
    text-align: center;
    line-height: 1.6;
}
.ofh {
    overflow: hidden;
}
.con_left_48 {
    float: left;
    width: 48%;
}
.float-left {
    float: left;
}
.con_right_48 {
    float: right;
    width: 48%;
}
.float-right {
    float: right;
}
.float-center {
    margin: 0 auto;
}
@media (max-width: 550px) {
    .con_left_48 {
        float: none;
        width: 98%;
    }
    .float-left {
        float: none;
    }
    .con_right_48 {
        float: none;
        width: 98%;
        margin-top: 20px;
    }
    .float-right {
        float: none;
    }
}