/******* Do not edit this file *******
Code Snippets Manager
Saved: Dec 18 2025 | 09:01:13 */
@charset "UTF-8";
/* 大会一覧 年タブ */
.t660-year-tabs {
  margin: 0 0 24px 0;
  display: flex;
  gap: 8px;
}
.t660-year-tab {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 4px;
  text-decoration: none;
  background: #eee;
  color: #d40055;
  font-weight: 600;
}
.t660-year-tab.is-active {
  background: #d40055;
  color: #fff;
}
