/* ============================================================
   checkboxes.html 専用スタイル
   2026-09-10 インライン <style> から外部化
   ============================================================ */

/* --- 基本レイアウト --- */
body {
  max-width: 900px !important;
  margin: 20px auto !important;
  padding: 0 12px 40px !important;
  background-color: #fdfdfd !important;
  color: #222 !important;
}
textarea, select, input {
  background: #fff !important;
  color: #222 !important;
}

/* --- links-table の中央揃え対応 --- */
#links-table {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 960px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
#links-table td {
  text-align: center;
  vertical-align: middle;
}
#links-table td > p {
  text-align: center;
  margin: 4px 0;
}