/* Jutaku (住宅ローン控除) — uses /assets/theme.css for base */

.year-table-wrap {
  overflow-x: auto;
  margin: 14px 0 0;
}
.year-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  min-width: 600px;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
}
.year-table th,
.year-table td {
  padding: 8px 10px;
  border-bottom: 1px solid var(--border);
  text-align: right;
  color: var(--text);
}
.year-table th:first-child,
.year-table td:first-child {
  text-align: left;
}
.year-table thead th {
  background: var(--bg-elevated);
  font-family: var(--font-sans);
  font-weight: 700;
  color: var(--text-muted);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
