.descText1 {
  color:#ff0000;
  text-align: right;
  margin: 0px 5px 5px 0;
  font-weight: normal;
  font-size: 85%;
}
.racerIcon {
  font-size: 120%;
  font-weight: normal;
}
.lblGraph {
  margin-top: 20px;
  text-align: center;
  font-size: 90%;
}
.lblGraph1 {
  border-top: 1px dotted #aaa;
}
.lblGraph2 {
  border-top: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa;
}
.graph2 {
  width: 100%;
  height: 200px;
}
.lblRitsu {
  margin-top: 2px;
}
.lblRitsu1 {
  margin-top: 7px;
}
.lblRitsu2 {
  margin-top: 16px;
}
.lblRitsu3 {
  margin-top: 18px;
}
.infoIcon {
  font-size: 120%;
  font-weight: normal;
}
.ritsuSum {
  font-size: 11px;
  color: #888;
}
.labelTitleVtop {
  vertical-align: top !important;
}
.lblMB {
  margin-top: 5px;
}
.lblMB1 {
  margin-top: 10px;
}
.lblMB2 {
  margin-top: 30px;
}
.mbNo {
  margin-bottom: 5px;
}
.mbNoIcon {
  font-size: 120%;
  font-weight: normal;
}
.mbRank {
  font-size: 95%;
  color: #666;
  margin-bottom: 5px;
}
.mbSum {
  font-size: 11px;
  color: #888;
}
.linkSetsu {
  text-align: center;
  font-weight: bold;
}

/*------------*/
/*--- 固定 ---*/
/*------------*/
#rlTbl table {
  border-collapse: separate;
  border-spacing: 0px 0px;
}
.tblSticky {
  border-collapse: separate;
}
.tblSticky thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}
.tblSticky thead {
  background-color: #fff;
}
