.news-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.news-table th, .news-table td {
    padding: 6px; /* 行間を狭めるため、paddingを減らす */
    border: none;  /* 罫線を非表示に */
}

.news-table th {
    background-color: #f2f2f2;
    text-align: left;
}

.category-button {
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    min-width: 80px; /* 最低幅 */
    max-width: auto; /* 必要に応じて自動調整 */
}

.category-ISMS { background-color: #007BFF; }
.category-申請関連 { background-color: #28A745; }
.category-脅威 { background-color: #DC3545; }
.category-教育 { background-color: #FFC107; }
.category-学びばこ { background-color: #17A2B8; }
.category-システム { background-color: #6C757D; }
.category-全般 { background-color: #6f42c1; }

.important { color: #DC3545; }

.list-button {
    text-align: right;
    margin-top: 10px;
}

.list-button a {
    background-color: #007BFF;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
}