/* ↓ 2025.08.05 ADD tagami */

.table-spScroll .ZEH {
    width : 200px !important; 
    text-align: center; /* 中央揃え */
    table-layout: fixed;

}

.table-spScroll .plan-a {
    width : 200px !important; 
    text-align: center; /* 中央揃え */
    table-layout: fixed;
}

.table-spScroll .plan-b {
    width : 200px !important; 
    text-align: center; /* 中央揃え */
    table-layout: fixed;
}

.table-spScroll .floor-number {
    width: 200px;
    table-layout: fixed;
}

body.sm #mainBody.w910 {
  width: 930px;
}

.wrap > .inner.w1150,
#content.w1150,
#nav-global.w1150 ul {
  width: 1150px;
}

.mw70 {
  min-width: 70px;
}

.mw73 {
  min-width: 73px;
}

.mw77 {
  min-width: 77px;  
}

.mw88 {
  min-width: 88px;
}

.filterBox.w750 {
  width: 850px;
}

td.interest-discount img {
  display: inline-block; /* 画像をブロック要素的に扱う */
  margin: 2px;           /* 適度に間隔を空ける */
  max-width: 100%;       /* セル幅を超えない */
}

.flat50 {
  display: inline-block;
  padding: 5px 10px 5px 20px;
  background-color: #3498db;
  color: #ffffff;
  font-weight: bold;
  margin-top: 5px;
}

@media print {
  @page { size: A4 portrait; margin: 6mm; }

  /* 横並びの2カラムレイアウト（印刷時のみ） */
  #mainCol {
    display: flex !important;
    flex-direction: row !important; /* 横並びに */
    gap: 16px !important;           /* 任意：隙間調整 */
    align-items: flex-start !important;
  }

  /* 本文を右に */
  #mainBody {
    order: 2 !important;
    flex: 1 1 0% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
    overflow: visible !important;
  }

    .w1150 {
    width: auto !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

}