/* 制度信用 貸借残・逆日歩（日証金 1357/1360）— short_positions ページ */
.jsf-lending {
  margin-top: 20px;
}

.jsf-lending__heading {
  font-size: 16px;
  margin-bottom: 4px;
}

.jsf-lending__note {
  color: #555;
  margin-bottom: 8px;
}

.jsf-lending__summary {
  margin-bottom: 12px;
}

/* 逆日歩（品貸料率）が付いた値 */
.jsf-hibu {
  color: #c00;
  font-weight: bold;
}

/* 貸借倍率が警戒水準（貸株が枯渇気味＝逆日歩が付きやすい） */
.jsf-risk {
  color: #d97706;
  font-weight: bold;
}

table.jsf-lending__table {
  tr.hibu {
    background-color: #fff2e7;
  }
}
