@charset "UTF-8";
/* CSS Document */

#breadcrumb {
  display: block;
}

#breadcrumb ul {
  justify-content: flex-end;
}

#firstview p.slider-child img:nth-child(1) {
  display: block !important;
}

#firstview p.slider-child img:nth-child(2) {
  display: block !important;
}

p.time {
  text-align: center;
  font-size: 1.2em;
}

.rankinglist div.inner,
.rankinglist a {
  height: 100%;
}

.rankinglist div.textunder {
  width: 100%;
}

.rankinglist div.textunder p.copy {
  margin-top: 5px;
}

.rankinglist div.textunder p.standby span.today:before {
  display: block;
  content: "本日出勤";
  width: 50px;
  font-size: 0.6rem;
  line-height: 15px;
  text-align: center;
  position: absolute;
  top: 7.5px;
  left: 0;
  background-color: #000;
  color: #fff;
}

.rankinglist div.textunder p.standby span.next:before {
  display: block;
  content: "次回出勤";
  width: 50px;
  font-size: 0.6rem;
  line-height: 15px;
  text-align: center;
  position: absolute;
  top: 7.5px;
  left: 0;
  background-color: #000;
  color: #fff;
}

@media only screen and (min-width: 375px) {
  .rankinglist div.textunder p.standby {
    font-size: 1.0rem;
    line-height: 30px;
  }
}

.castlist div.textunder p.standby span {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding-left: 55px;
}

.rankinglist div.textunder p.standby {
  font-size: 0.8rem;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}

.for_pc {
  display: none;
}

.for_sp {
  display: block;
}

@media only screen and (min-width: 720px) {
  .for_pc {
    display: block;
  }

  .for_sp {
    display: none;
  }
}
