@charset "utf-8";

@media screen and (max-width:768px) { /*SP*/
}
@media screen and (min-width:769px) , print { /*PC&TB*/
}


/* bnkPrint -----------------------------*/
.bnkPrintTr_ON{
    display: table-row;
    display: none; /*--ver.2021/03/26--*/
}
.bnkPrintTd{
    display: table-cell;
    padding: 0px!important;
    border-top: none!important;
}

/* Adjust when printing -----------------------------*/
.bank_content{
    display: block!important;
}
.financeallNode{
    background-color: #81aada!important;
    border-spacing: 50px 0;
}
.bnkMdlTitle{
    font-size: 16px; line-height: 20px;
    padding: 10px;
    text-align: left;
    background-color: #dedede;
    color: #000;
}
.bnkMdlText01{
    font-size: 14px;
    text-align: left;
}
.bnkResult td{
    padding: 20px 10px;
    border-top: 10px solid #fff;
}

/* March 26th edition comment out list */
/*--ver.2021/03/26--*/
/* bank_print.css 12, */
/* bank_modal.js 50,51, */
/* bank.css */
/*         .bnkModal */
/*         .bnkModal:hover */
/*         .bnkLink */
/*         .bnkLink:hover */
/*         .bnkModal>.bnkModalXXX*/
/* bank.html td .bnkLink anker */