body {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 0.95rem;
  background-color: #f8f9fa;
}

/* ユーザー向けページ */
header h1 {
  font-size: 1rem;
  line-height: 1.4;
}

/* 管理画面：テーブル */
.table th {
  font-size: 0.85rem;
  white-space: nowrap;
}

/* メニューカード hover */
.card:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  transition: box-shadow 0.15s;
}

/* 本文preビュー */
pre {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", monospace;
  font-size: 0.9rem;
}

/* モバイル最適化 */
@media (max-width: 576px) {
  .container, .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
  .table th, .table td {
    font-size: 0.8rem;
    padding: 0.4rem 0.5rem;
  }
}
