/* KKTI Key — 歌手ページ専用の最小追加スタイル（songs.css / pages.css を補完） */
.song-table{width:100%;border-collapse:collapse;font-size:14px}
.song-table thead th{text-align:left;font-size:11px;color:var(--fg-3);font-weight:700;padding:8px 10px;border-bottom:1px solid var(--border);white-space:nowrap}
.song-table tbody td{padding:10px;border-bottom:1px solid var(--border);font-family:'JetBrains Mono',monospace;font-size:13px;color:var(--fg-2)}
.song-table tbody td.song-cell{font-family:'Noto Sans JP',sans-serif;font-size:14px;font-weight:700}
.song-table tbody td.song-cell a{color:var(--fg) !important;text-decoration:none}
.song-table tbody td.song-cell a:hover{color:var(--yellow) !important;text-decoration:underline}
.song-table tbody tr:last-child td{border-bottom:none}
