@charset "utf-8";

/*=====================================

custom.css

=====================================*/

.columnWrapLL {
    padding: 5px 50px 20px 50px;
}

.columnWrap .txt dd {
    margin: 10px 0px 10px 1em;
}

.columnWrap .txt ul.bngmlist li {
    background-color: #e1ba1b;
    padding: 5px;
    border: 2px solid #c9a90c;
    text-align: center;
}

.columnWrap .txt ul.bngmlist li::before {
    background-image: none;
}

.columnWrap .txt ul.bngmlist {
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin: 20px;
}

.columnWrap .txt ul.bngmlist a {
    color:#ffffff;
}

.columnWrap .txt p#bnupdate {
    text-align: right;
    font-weight: bold;
}

.columnWrap .txt p#bnkupdate {
    text-align: right;
    font-weight: bold;
    margin-bottom: -50px;
}

.columnWrap .txt p.bnback {
    text-align: right;
    font-weight: bold;
}

#news ul.newsList li a img, #btmPage ul.newsList li a img {
    margin-left: 5px;
    display: inline-block;
    width: 14px;
    height: 21px;
}

.columnWrap .txt dl.kenplace {
    border-top: dashed 3px #c9a90c;
    padding: 20px 0px 10px
}

.columnWrap .txt dl.kenplacebtm {
    border-top: dashed 3px #c9a90c;
    border-bottom: dashed 3px #c9a90c;
    padding: 20px 0px 10px
}

.btmWrap .pubdate p {
    text-align: right;
}

div.tablewrp {
    overflow: auto;
}

div.tablewrp table {
    width: 100%;
    min-width: 767px;
}

div.tablewrp table th.widthp20, td.widthp20 {
    width: 20%;
}

div.tablewrp table th.widthp40, td.widthp40 {
    width: 20%;
}

div.tablewrp table th.widthp60, td.widthp60 {
    width: 60%;
}

div.tablewrp table th.widthp80, td.widthp80 {
    width: 80%;
}

.btmWrap .unitColumn ul.note li:before {
    content: '\00203b';
    background-image:none
}

.btmWrap .unitColumn ol.alpha {
    list-style-type: lower-alpha;
}

.btmWrap .unitColumn ul ul li:before {
    background-image: url(/lib/content/000013260.svg);
    width: 10px
}

@media (max-width: 768px) {
    .columnWrapLL {
        padding: 5px 0px;
    }
}