/* SEIKYU システム カスタムスタイル */
:root {
  --bs-primary: #0b3d91;
  --bs-primary-rgb: 11, 61, 145;
}
body { font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic UI", "Meiryo", system-ui, sans-serif; background: #f5f6f8; }
.navbar-brand { letter-spacing: 0.05em; }
.card { border-radius: 0.6rem; box-shadow: 0 1px 4px rgba(0,0,0,.04); border-color: #e5e7eb; }
.table thead th { font-weight: 600; }
.form-control:focus, .form-select:focus { border-color: var(--bs-primary); box-shadow: 0 0 0 .2rem rgba(11,61,145,.15); }
@media (max-width: 575px) {
  .navbar-brand { font-size: 1rem; }
  .container-fluid { padding-left: 0.75rem; padding-right: 0.75rem; }
  .display-6 { font-size: 1.6rem; }
  .table { font-size: .9rem; }
}
.print-only { display: none; }
@media print {
  .navbar, footer, .btn, .pagination { display: none !important; }
  .print-only { display: block; }
  body { background: white; }
}
