@charset "utf-8";

/*----------------------------------------------------------
    各ページで変更するCSS
----------------------------------------------------------*/

.main h1 {
  background: url(../img/champions/img_mainVisual.jpg) top center no-repeat;
  background-size: cover;
}

.leadBox,
.noteBox {
  background-color: #f1bd00;
}

.playerBox .textBox .name,
.programItem>.ttl,
.bread p span.current,
.voiceItem .textBox .txt .name,
.voiceItem .textBox .ttl {
  color: #f1bd00;
}

.playerBox:before {
  background: url(../img/champions/img_player.jpg) top center no-repeat;
  background-size: cover;
}

.programItem {
  width: 455px;
}

.voiceItem .txtBox {
  padding: 30px;
}

.voiceBox {
  background: #fef8e5;
}

.leadBox:after {
  background-image: url(../img/champions/side_lead.png);
  width: 9px;
  height: 179px;
}
