.page-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
    border-bottom: 2px solid #002b62;
    padding-bottom: 5px;
}

.guide-text {
    margin-bottom: 30px;
    color: #444;
}

/* ニュースリストのテーブル風レイアウト */
.news-list-table {
    width: 100%;
    border-top: 1px solid #ccc;
    margin-bottom: 40px;
}

.news-row {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 15px 10px;
}

.news-row:hover {
    background-color: #f5f5f5;
}

.news-date {
    width: 150px;
    font-family: sans-serif;
    color: #666;
    flex-shrink: 0;
}

.news-title {
    flex-grow: 1;
}

.news-title a {
    color: #002b62;
    text-decoration: underline;
    font-weight: bold;
}

.news-title a:hover {
    text-decoration: none;
    color: #cc0000;
}

.archive-note {
    font-size: 0.85rem;
    color: #666;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
