/*
 Theme Name: The7 Child
 Theme URI: https://sankyo-tac.com
 Description: 子テーマです。
 Author: sankyo-tac.com
 Author URI: https://sankyo-tac.com
 Template: dt-the7
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Tags: child-theme, the7, custom-theme, responsive
*/

.top-news-container {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: auto;
}
.top-news-heading {
    font-size: 24px;
    font-weight: bold;
    color: #ff6600;
    margin-bottom: 10px;
}
.top-news-list {
    list-style: none;
    padding: 0;
}
.top-news-item {
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
    font-size: 16px;
}
.top-news-date {
    font-size: 14px;
    color: #777;
    margin-right: 10px;
}
.top-news-link {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}
.top-news-link:hover {
    text-decoration: underline;
}
.new-label {
    background: red;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 5px;
}
