@charset "utf-8";

.table-bordered th {
    background-color: #fae9df;
}


.main-slide-wrap {
    width: 100vw !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

@media screen and (max-width : 1080px) {
    .main-slide-wrap {
        width: 100% !important;
        left: 0 !important;
        transform: none !important;
    }
}

.main-slide .slick-slide {
    margin: 0 10px;
}

/* 20230108 added by Fabo */
.entry-content .row {
    margin-left: -10px;
    margin-right: -10px;
}

.entry-content .row>div {
    padding: 0 10px;
}

.term-contact .entry-content .row {
    margin: 0;
}

.term-contact .entry-content .row>div {
    padding: 0;
}

.table-fixed {
    margin-bottom: 20px;
    table-layout: fixed;
}

.table-fixed th,
.table-fixed td {
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
}

.table-fixed th {
    background: #fae9df;
    font-weight: bold;
}

.table-fixed td {
    background: #fff;
}