.notice {
  margin: 8px 0 16px;
  font-size: 12px;
  color: #666;
  font-weight: normal;
}

.filter-box {
  background: #f8f9fb;
  border: 1px solid #e0e3e8;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 20px;
}

.filter-title {
  font-weight: bold;
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
}

.filter-box label {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
}

.filter-box select {
  width: 100%;
  margin-top: 4px;
}

.live-card {
  background: #fff;
  border: 1px solid #e0e3e8;
  border-radius: 12px;
  padding: 16px;
}

.live-date {
  font-size: 20px;
  font-weight: bold;
  color: #2563eb; /* 青系 */
}

.live-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 4px;
}

.live-meta {
  font-size: 13px;
  color: #666;
  margin-top: 6px;
  margin-bottom: 12px;
}

.setlist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.setlist li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
}

.track-no {
  min-width: 28px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #2563eb;
  border-radius: 6px;
  padding: 2px 0;
  flex-shrink: 0;
}

.track-title {
  font-weight: bold;
}


.note {
  font-size: 12px;
  color: #888;
  margin-left: 4px;
}

.live-card {
  background: #fff;
  border: 1px solid #e0e3e8;
  border-radius: 12px;
  padding: 16px;

  /* Safariで見えやすい影 */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

body {
  font-size: 16px;
  line-height: 1.6;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    "Yu Gothic",
    "Meiryo",
    sans-serif;
    line-height: 1.7;
}


.site-footer {
  margin-top: 48px;
  padding: 24px 16px;
  font-size: 9px;
  color: #666;
  text-align: center;
  border-top: 1px solid #e0e0e0;
  line-height: 1.6;
}


