table tr {
    border-bottom: solid 1px #ccc;
    font-family: var(--noto-san-font);
}

table tr a {
    text-decoration: none;
    color: #4A4A4A;
}

table tr a:hover {
    text-decoration: underline;
}

.post-detail_content ul {
    list-style: disc;
    padding-left: 30px !important;
}

@media (max-width: 500px) {
    tbody tr {
        font-size: 14px !important;
    }
}
