/* NCHS Custom Styles */

/* トピックス一覧の見た目（NetCommons風に寄せ） */
.nchs-topics {
    margin-top: 2rem;
}
.nchs-topics__item {
    border-bottom: 1px solid #ddd;
    padding: 0.8rem 0;
}
.nchs-topics__title a {
    font-weight: bold;
    color: var(--wp--preset--color--nchs-blue);
}
.nchs-topics__days a,
.nchs-topics__num a {
    margin-right: 0.5rem;
    text-decoration: none;
}
.nchs-topics .is-active {
    font-weight: bold;
    color: var(--wp--preset--color--nchs-light-blue);
}
