body { background: #fffae6 !important; }
/* BRIDGE WIDTH FINAL FIX */
#bridge-inner {
  display: grid !important;
  grid-template-columns: minmax(0,900px) 320px !important;
  gap: 32px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  align-items: start !important;
}
#bridge-inner #main {
  min-width: 0 !important;
  max-width: 900px !important;
}
#bridge-inner .l-sidebar {
  width: 320px !important;
}

@media (max-width: 959px) {
  #bridge-inner {
    grid-template-columns: 1fr !important;
    max-width: 92vw !important;
  }
  #bridge-inner .l-sidebar {
    width: 100% !important;
  }
}
body{background:#fff;color:#1a1a1a;line-height:1.9;font-family:"Hiragino Kaku Gothic ProN","メイリオ",Meiryo,system-ui,-apple-system,"Segoe UI",Roboto,"Noto Sans JP",sans-serif}
.wrap{max-width:1200px;margin:0 auto;padding:24px}
.l-header{background:#222;padding:10px 20px;display:flex;align-items:center;justify-content:space-between}
.l-header__logo a{color:#fff;text-decoration:none;font-weight:700;font-size:1.4rem}
.l-header__logo a:hover{text-decoration:underline}
.l-header__search form{display:flex;gap:10px;align-items:center}
.l-header__search input{padding:10px 12px;font-size:16px;border:1px solid #444;border-radius:8px}
.l-header__search button{width:40px;height:40px;border:1px solid #444;border-radius:8px;background:#3a3a3a;display:flex;align-items:center;justify-content:center}
.l-header__search button svg{fill:#fff}
.sidebar-box{border:1px solid #e9e9e9;border-radius:10px;padding:14px;background:#fcfcfd;margin:12px 0}
.footer{color:#666;font-size:12px;margin-top:36px;border-top:1px solid #eee;padding-top:14px}
.lang-switcher-footer{margin-top:8px;font-size:.85rem;line-height:1.6}
/* hard reset for all pages */
html, body { background:#fff !important; }
