@charset "UTF-8";
/* CSS Document */
@media print {
  body {
    display: none;
  }
}
/* ------------------------------
全体背景
------------------------------ */
#theme {
  background: url("../img/bg.png") repeat, linear-gradient(180deg, rgba(225, 112, 103, 1), rgba(107, 129, 183, 1) 100%);
}
/* ------------------------------
リンク
------------------------------ */
#theme #fp-main a, #theme #fp-main a:link, #theme #fp-main a:visited, #theme #fp-main a:hover, #theme #fp-main a:active {
  color: #202124;
}
/* ------------------------------
メインビジュアルエリア
------------------------------ */
/* 基本放送日時情報*/
#theme #fp-hdr-block #fp-airdate {
  color: #222222;
}
/* ------------------------------
ナビメニュー
------------------------------ */
#theme #fp-hdr-block #fp-nav ul { /*background-color: #aa212d;*/ color: #fff; /*border-bottom: 1px solid #aa222d;*/
}
#theme #fp-hdr-block #fp-nav ul li a {
  color: #fff;
  background-color: #555;
}
#theme #fp-hdr-block #fp-nav ul li:not(:last-of-type) a {
  border-right: 1px solid #000;
}
#theme #fp-hdr-block #fp-nav ul li a:hover {
  background-color: #666;
}
/* ------------------------------
各タイトル
------------------------------ */
#theme #fp-main h2 {
  color: #fff;
  /*background: url("/common/images/pattern/pat_blue_031.png") repeat;*/
  background: linear-gradient(-180deg, #ad9425, #ad9425 35%, #efd871 98%);
  /*background-color: #d13b3d; パターン画像なし*/
  border-bottom: 3px solid #675300;
}
#theme #fp-main h3 {
  background-color: #c72b2d;
}
/* 放送時間調整文言 */
#fp-cnt #fp-tmppage-simple-oainfo p.oa_change_text {
  color: #fb3668;
}
#theme #fp-main h4 {
  border-left-color: #c72b2d;
}
/* ------------------------------
コンテンツ背景
------------------------------ */
#fp-main, #fp-ftr {
  background: rgba(255, 255, 255, 1.0);
}
/* ------------------------------
リンクボタン
------------------------------ */
.linkBtn a:hover, .linkBtn a:active {
  background: #c9c2c2;
}
#theme #fp-main .linkBtn a::after {
  border-color: #FFF;
}
/* ------------------------------
バックナンバー　今後の放送スケジュール
------------------------------ */
#fp-cnt .listbox li {
  background-color: #f3f3f3;
}

#theme #fp-cnt .listbox {
  background-color: #fff;
}
#fp-cnt .listbox li .date{
    color: #555;
}
/* ------------------------------
ニュース
------------------------------ */
#fp-cnt .newsList li .day {
  color: #555;
}
/* ------------------------------
お知らせ（放送内容エリア）
------------------------------ */
#fp-cnt #fp-tmppage-simple-oainfo .oa_attention {
  border: 2px solid #555;
}
/* ------------------------------
2024年9月以前のバックナンバーボタン
------------------------------ */
.link-archive{
  width: 100%;
  max-width: 780px;
  margin: 32px auto 0;
}
.page-archive .link-archive{
  width: 100%;
  max-width: 750px;
  margin: 40px auto 0 auto;
}
.link-archive a{
  display: block;
  border:1px solid #cad2d7;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  box-shadow: 1px 2px 5px rgba(202,210,215,.8);
}
.link-archive a:hover{
  opacity: .6;
}
/* ------------------------------
X
------------------------------ */
#X {
  width: 780px;
  margin: 0 auto 30px;
}
#X a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  padding: 12px 0;
  text-decoration: none;
  position: relative;
}
#X a::after{
  position: absolute;
  content: ">";
  top: 0;
  right: 0;
  width: 40px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 160%;
}
#X a:hover{
  opacity: 0.8;
}
#X a .X_inner {
  display: inline-block;
  margin-right: 12px;
  position: relative;
}
#X a .X_inner img{
  width: 26px;
  height: 26.7px;
  margin-bottom: 2px;
}
#X a p {
  color: #fff;
  margin: 0;
  font-size: 1.4em;
  font-weight: bolder;
}


/* ------------------------------
  for Smartphone
------------------------------ */
@media screen and (max-width: 768px) {
  /* ------------------------------
タイトルバー
------------------------------ */
  #fp-cnt #fp-main h2 {
    /*background: url("/common/images/pattern/pat_blue_031_2x.png");*/
    background: linear-gradient(-180deg, #ad9425, #ad9425 35%, #efd871 98%);
    /*background-color: #d13b3d; パターン画像なし*/
  }
  /* ------------------------------
リンクボタン
------------------------------ */
  #theme #fp-main .linkBtn a::after {
    border-top: solid 5px #fff;
    border-right: solid 5px #fff;
  }
  /* ------------------------------
2024年9月以前のバックナンバーボタン
------------------------------ */
  .link-archive {
    margin: 0 auto 8px;
  }
  .page-archive .link-archive{
    margin: 20px auto ;
  }
  .link-archive a{
    display: block;
    box-shadow: 1px 2px 5px rgba(202,210,215,.6);
  }
  /* ------------------------------
Twitter⇒X対応
------------------------------ */
  #X {
    width: 100%;
    padding-top: 0;
  }
  #X a .X_inner {
    margin-right: 14px;
  }
  #X a {
    padding: 20px;
  }
  #X a::after {
    padding: 14px 0;
  }
  #X a p {
    font-size: 18px;
  }
}