/*
 * Bootstrap 5 を読み込む記事だけで使う調整（ルール5）。
 * Bootstrap のリセットに負けてレイアウトが崩れるのを戻す。
 */
.ksf-entry .container,.ksf-entry .container-fluid{padding-left:0;padding-right:0;}
.ksf-entry .row{margin-left:0;margin-right:0;}
.ksf-entry .row > *{padding-left:0;padding-right:0;}
/* Bootstrap の table は幅100%で親を押し広げないようにする */
.ksf-tablewrap .table{margin-bottom:0;}
/* 見出しの色が Bootstrap に奪われないようにする */
.ksf-entry h2,.ksf-entry h3,.ksf-entry h4{color:var(--ksf-navy);}
/* body の下部余白（固定CTA分）を Bootstrap に消させない */
body{padding-bottom:calc(var(--ksf-cta-h) + 12px)!important;}
