
/* added by matsuda */
.form_content .form_table td .disabled {
    background-color: #eee;
}

#mainConteiner .page_notices {
    margin: 20px 0;
    border: 1px solid #99E3EE;
    background-color: #FFEEEE;
}

#mainConteiner .page_notices .page_notices_box {
    padding: 20px 10px 30px;
    margin: auto;
    max-width: 1000px;
    color: #FF3333;
}

#mainConteiner .page_notices .page_notices_box .notices_txt .row {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
}

#mainConteiner .page_notices .page_notices_box .notices_txt .row::after {
    position: absolute;
    content: "";
    background-color: #202020;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    left: 3px;
    top: 8px;
}

.form_content .form_table .inquiry_account_id_tr {
    display: none;
}

.text-blue {
    color: #33f;
}