#toolBox {
  display: none;
}
#wikibody {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 20px 15px !important;  /* ← 左右に15px余白を戻す */
  box-sizing: border-box;      /* 枠線を含めて100%に計算 */
  border: 1px solid #ccc;      /* 念のため枠線を再指定 */
}
