@charset "UTF-8";
#notice_list_main {
    margin-left: 20px;
}

.notice_list_title {
    line-height: 32px;
}

.notice_list_tbl tr:nth-child(odd) td {
    background: #f5f5f5;
}

.notice_list_tbl tr:nth-child(even) td {
    background: #fff;
}

.notice_list_tbl {
    margin: 0 auto;
    width: 100%;
    color: #696969;
    table-layout: fixed;
}

.notice_list_tbl th {
    background-color: #E9F4F5;
    padding: 5px;
    text-align: center;
}

.notice_list_tbl td {
    padding: 5px;
}

.notice_list_tbl td:nth-child(1) {
    text-align: center;
}

.notice_list_tbl th:nth-child(1) {
    width: 90px;
}

.notice_list_tbl th:nth-child(2) {
    width: 35%;
}

.notice_list_tbl th:nth-child(3) {
    width: 30%;
}

.notice_list_tbl a {
    color: #1aa5aa;
    text-decoration: underline;
}

.notice_list_tbl a:hover {
    color: #4CC2C7;
}

.notice_year {
    font-size: 16px;
    border: none;
}

.notice_list_tbl_top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.notice_list_tbl_top li {
    margin-right: 5px;
}

.notice_list_tbl_top li p {
    font-weight: bold;
    white-space: nowrap;
}

.unread {
    color: #FB0404;
    /* border: solid 1px #FB0404; */
    padding: 0 5px;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 14px;
    white-space: nowrap;
}

/* IE */

@media all and (-ms-high-contrast: none) {
    .notice_list_tbl th:nth-child(1) {
        width: 10%;
    }
}

@media (max-width: 1200px) {
    .notice_list_tbl th:nth-child(1) {
        width: 20%;
    }
}
@media (max-width: 1000px) {
    .notice_list_tbl th:nth-child(1) {
        width: 25%;
    }
}

/* sp */

@media (max-width: 768px) {
    .notice_list_tbl td:nth-child(1) {
        text-align: left;
    }
    #notice_list_main {
        margin-left: 0;
    }
    .notice_list_tbl tr:nth-child(odd) td {
        background: #fff;
    }
    .notice_list_tbl td {
        padding: 10px;
        border: solid 3px #E9F4F5;
    }
    .day {
        background: #E9F4F5;
        color: #1AA5AA;
        font-weight: bold;
        padding: 0px 5px;
        line-height: 2;
    }
    .filename {
        margin-top: 10px;
    }
    .notice_list_tbl_top {
        display: flex;
        margin-bottom: 10px;
    }
}