/* ===== ベース（空のセレクタは削除） ===== */
/* 必要なら body や p, td に共通指定を追加してください */

/* ===== 本文（明朝） ===== */

/* ===== 見出し（階層感を出す） ===== */
h4 { font-size: 14px; font-weight: bold; line-height: 1.4; }
h5 { font-size: 12px; font-weight: bold; line-height: 1.4; }

/* ===== 英文 ===== */
.EnglishSmall {
  font-family: "Times New Roman", Times, serif;
  font-size: small;
}

.English {
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
}

/* ===== コード・コマンド ===== */
.Commands {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono",
               "Courier New", monospace; /* 等幅フォントをモダン化 */
  font-size: 14px;
  line-height: 1.4;
}



/* ===== タイトル（ゴシック） ===== */
.titleL {
  font-size: 16px;
  font-family: Arial, Tahoma, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}
.titleM {
  font-size: 14px;
  font-family: Arial, Tahoma, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

/* ===== 固定和文ゴシック ===== */
.jp-fixed {
  font-size: 14px; /* pxで固定 */
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "MS Gothic", "ＭＳ ゴシック",
               "Osaka-mono", monospace; /* 全角/半角の混在を整理 */
  font-weight: normal;
}

/* ===== 薄赤のハイライト（注意・要確認） ===== */
.warn-bg {
  background-color: #ffecec;
  padding: 1px 2px;   /* ← さらに詰める */
  line-height: 1.0;
}

/* ===== Safari の送信ボタンの外観をグレーに統一（必要時にアンコメント） =====
button[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #e0e0e0; 
  color: black;
  border: 1px solid #c7c7c7;
  padding: 6px 10px;
  border-radius: 4px;
}
*/

a.blue-link,
a.blue-link:visited {
  color: blue;
  text-decoration: none;
}

a.blue-link:hover {
  text-decoration: underline; /* 好みで */
}
