/* 制度信用 貸借残・逆日歩（日証金 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-lending__per {
  margin-bottom: 6px;
}

.jsf-lending__per-link {
  margin: 0 2px;
}

.jsf-lending__per-current {
  margin: 0 2px;
  font-weight: bold;
  text-decoration: underline;
}

.jsf-lending__per-note {
  color: #777;
  margin-left: 6px;
}

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

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

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