/* 各要素のmargin調整 - 最小限の調整のみ */

/* smpクラスのmargin-bottomを0に */
.smp {
    margin-bottom: 0;
}