/* ================================================================
   reading/cambridge-ielts20-vocabulary — local.css
   ================================================================ */

/* 語彙テーブル：contrary to popular belief のような句が折り返さない幅にする */
.vocab-table td:first-child {
  width: 15rem;
  min-width: 11rem;
}

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