/*--------------------------------------------------
        ＜NEWS&TOPICS＞ server_maintenance_info
--------------------------------------------------*/

#server_info50{
    display: none;
}

#emergency_block1{
    display: none;
}

.announceMainte {
    background-color: #fff;
    border:           1px solid #e6000d;

    color:          #f10101;
    text-align:     left;
    line-height:    1.7;
    letter-spacing: .028em;

    padding:        15px 35px;
    margin-top:     60px;
}

.announceMainte H1,H2,H3,H4,H5 {
    font-weight:  500;
}

.announceMainte H2 {
    font-weight:  500;    
    margin-top:   0;
}


.announceMainte A {
    color:           #f10101;
    text-decoration: underline;
}


@media screen and (max-width: 768px) {
    .announceMainte {
        padding: 1.8rem;
    }
}
