<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.pr_movie {
  position: relative;
  padding-top: 56.25%;
}

.pr_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*3枚横並び*/
.lineup-3sides {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.lineup-side {
  list-style: none;
}

ul.lineup-3sides li {
  width:230px;
}

ul.lineup-3sides li:nth-child(2) {
  margin: 0 5px;
}

.lineup-3sides-second{
  margin-bottom:20px;
}
/*3枚横並び*/

/*放送日時表*/
table.housouyotei {
  text-align: center;
  border-collapse: collapse;
  border: solid 2px #000000;/*表全体を線で囲う*/
  width: 100%;
}
table.housouyotei th {
  text-align: center;
  font-weight: bold;
  background: #ffa500;/*背景色*/
}

table.housouyotei th, table.housouyotei td {
  border: solid 1px #000000;/**/
}

table.housouyotei tr td:nth-of-type(1){
  background: #fff5e5;
}

/*cast*/
body.about #wrapper .cast-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2rem 0 3rem;
}
body.about #wrapper .cast-box .cast-col {
  width: 100%;
  background: #eee;
  padding: 1rem 2rem;
  font-weight: bold;
  font-size: 2.4rem;
}
body.about #wrapper .cast-box .cast-area1 {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem 0 0;
}
body.about #wrapper .cast-box .cast-area1 p {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-left: 1rem;
  text-align: left;
}
body.about #wrapper .cast-box .cast-area2 {
  width: 50%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem 0 0;
}
body.about #wrapper .cast-box .cast-area2 p {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-left: 1rem;
  text-align: left;
}
body.about #wrapper .cast-box p {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-left: 1rem;
  text-align: left;
}
body.about #wrapper .cast-box:last-child {
  margin: 2rem 0 0;
}
#nav-wrap .api-nav-main .kounyu{
  color:#ff0000 !important;
}

#wrapper .btn-box a {
    background: #F8C958;
    color: #D30000;
}

#wrapper .btn-box a:after {
    color: #D30000;
}

/*楽天購入ボタン*/
#wrapper .btn-box.rakuten {
  margin-top: 30px;
}
#wrapper .btn-box.rakuten a {
  color: #000000;
}
#wrapper .btn-box.rakuten a:after{
  color: #000000;
}

/*楽天購入ボタン注釈あり*/
#wrapper .btn-box.rakuten.comments a {
  color: #000000;
  padding: 15px 50px 7px;
  line-height: 15px;
}
#wrapper .btn-box.rakuten.comments a:after{
  color: #000000;
  top:39%;
}
</pre></body></html>