/* ヘッダー */
.page-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
h1.main-title {
  margin: 0;
  font-size: 28px;
  font-weight: 900;
}

/* TLD見出し行（タイトル＋更新日時） */
.tld-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2px;
}

/* TLDセクション */
.tld-section {
  padding: 30px 0;
  margin-bottom: 50px;
}
h2.tld-title {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 800;
}
.last-modified {
  font-size: 14px;
  color: #666;
}

/* 注意書きのスタイル★ */
.tld-note {
  margin-top: 15px; /* テーブルとの間隔 */
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* --- Tabulator カスタマイズ --- */
.tabulator {
  border: 1px solid #d1d5db;
  font-size: 15px;
  background-color: #fff;
}

.tabulator .tabulator-header {
  background-color: #f8fafc;
  border-bottom: 2px solid #333;
  font-weight: bold;
  color: #334155;
}

.tabulator-row {
  background-color: #fff;
  border-bottom: 1px solid #e2e8f0;
}
.tabulator-row:nth-child(even) {
  background-color: #f8fafc;
}
.tabulator-row:hover {
  background-color: #eff6ff !important;
}

.tabulator .tabulator-header .tabulator-col {
  background-color: #f8fafc;
  border-right: 1px solid #d1d5db;
  padding: 4px;
}
.tabulator-row .tabulator-cell {
  border-right: 1px solid #e2e8f0;
  padding: 10px 12px;
}

/* --- コンテンツスタイル --- */
.service-link-cell a {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #2563eb;
}
.service-link-cell a:hover {
  text-decoration: underline;
  color: #1d4ed8;
}
.service-link-cell img {
  vertical-align: bottom;
  display: inline-block;
}

/* 共通フォント設定 */
.price-text,
.price-red,
.cost-text,
.price-null {
  font-family: 'Courier New', monospace;
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: -1px;
  line-height: 1;
}

/* 通常価格（黒） */
.price-text {
  color: #111827;
}

/* セール価格（赤） */
.price-red {
  color: #ff6347;
}

/* 10年維持費（グレー） */
.cost-text {
  color: #4b5563;
}

/* 取得不可（薄グレー） */
.price-null {
  color: #cbd5e1;
  display: block;
  text-align: center;
}

.unit {
  font-size: 0.9rem;
  font-weight: normal;
  font-family: sans-serif;
  color: #6b7280;
  margin-left: 3px;
}
