/* ================================================================
   reading/theme-vocabulary — local.css
   ================================================================ */

.vocab-table td:first-child {
  width: 15rem;
  min-width: 11rem;
}

@media (max-width: 640px) {
  .vocab-table td:first-child {
    width: auto;
    min-width: 8rem;
  }
}

/* 02 のテーマ一覧：記事リンク列を折り返さない（「記事を / 見る」と割れるため） */
#sec2 .a-compare-table td:last-child,
#sec2 .a-compare-table th:last-child {
  white-space: nowrap;
}
