@charset "UTF-8";
/* CSS Document */
@media print {
  body {
    display: none;
  }
}
/* ------------------------------
全体背景
------------------------------ */
#theme {
  background: url("/hagiwaland/img/star.gif") repeat, #eee;
}
/* ------------------------------
リンク
------------------------------ */
#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: #0372FF;
}
/* ------------------------------
メインビジュアルエリア
------------------------------ */
/* 基本放送日時情報*/
#theme #fp-hdr-block #fp-airdate {
  color: #0372FF;
}
/* ------------------------------
ナビメニュー
------------------------------ */
#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: #0372FF;
}
#theme #fp-hdr-block #fp-nav ul li:not(:last-of-type) a {
  border-right: 1px solid #00306e;
}
#theme #fp-hdr-block #fp-nav ul li a:hover {
  background-color: #0045ff;
}
/* ------------------------------
各タイトル
------------------------------ */
#theme #fp-main h2 {
  color: #fff;
    background: url(../img/stripe.png) repeat #41CA02 10%;
    border-bottom: 3px solid #ffed00;
    background-size: 1%;
}
#theme #fp-main h3 {
  background-color: #0372FF;
}
/* 放送時間調整文言 */
#fp-cnt #fp-tmppage-simple-oainfo p.oa_change_text {
  color: #fb3668;
}
#theme #fp-main h4 {
  border-left-color: #0372FF;
}
/* ------------------------------
コンテンツ背景
------------------------------ */
#fp-main, #fp-ftr {
  background: rgba(255, 255, 255, .95);
}
/* ------------------------------
リンクボタン
------------------------------ */
.linkBtn a:hover, .linkBtn a:active {
  background: #c9c2c2;
}
#theme #fp-main .linkBtn a::after {
  border-color: #FFF;
}
/* ------------------------------
バックナンバー　今後の放送スケジュール
------------------------------ */
#theme #fp-cnt .listbox {
  background-color: #fff;
}
#fp-cnt .listbox li .date {
    color: #0045ff;
}
/* ------------------------------
ニュース
------------------------------ */
#fp-cnt .newsList li .day {
  color: #0372FF;
}
/* ------------------------------
お知らせ（放送内容エリア）
------------------------------ */
#fp-cnt #fp-tmppage-simple-oainfo .oa_attention {
  border: 2px solid #f62c6f;
}
/* ------------------------------
バナー
------------------------------ */
.bnr {
  width: 49.5%;
  text-align: center;
  margin: 25px auto 0;
}
.bnr a:hover {
  opacity: 0.6;
}
/* ------------------------------
  for Smartphone
------------------------------ */
@media screen and (max-width: 768px) {
  /* ------------------------------
タイトルバー
------------------------------ */
  #fp-cnt #fp-main h2 {
    background-size: 2%;
  }
  /* ------------------------------
リンクボタン
------------------------------ */
  #theme #fp-main .linkBtn a::after {
    border-top: solid 5px #fff;
    border-right: solid 5px #fff;
  }
  /* ------------------------------
バナー
------------------------------ */
.bnr {
  width: 100%;
}
}

  /* ------------------------------
追加
------------------------------ */
#fp-tmppage-simple-story{
	margin-bottom: 5vw;
}
#tver-fod-bnr .s-bnr--top.second {
    padding: 15px 0 15px;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	#fp-tmppage-simple-story{
	margin-bottom: 8vw;
}
#tver-fod-bnr .s-bnr--top.second {
    padding: 0.4em 0 0.4em;
}
#fp-cnt #fp-tmppage-simple-oainfo .oatitle {
	    font-size: min(4.1vw, 21px) !important;
	line-height: 1.7;
	}
}

  /* ------------------------------
追加
------------------------------ */
#fp-cnt #fp-tmppage-simple-oainfo .nextOverview{
  display: none !important;
}
#fp-cnt #fp-tmppage-simple-oainfo .oatitle {
  display: none !important;
}

#fp-cnt #fp-tmppage-simple-oainfo .oatitle_2 {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.4;
  border-bottom: 1px dotted #444;
  padding-bottom: 0.25em;
}

#fp-cnt #fp-tmppage-simple-oainfo .nextOverview_2 {
  line-height: 1.7;
  font-size: 1.25em !important;
}

@media screen and (max-width: 768px){
  #fp-cnt #fp-tmppage-simple-oainfo .oatitle_2 {
      font-size: min(4.1vw, 21px) !important;
      line-height: 1.7;
  }
  #fp-cnt #fp-tmppage-simple-oainfo .nextOverview_2 {
    line-height: 1.7;
    font-size: min(4.1vw, 21px) !important;
}
}
/*----------------------

　　　改行

----------------------*/
.indent{
  text-indent: -2.4em;
  padding-left: 2.4em;
}
@media screen and (max-width: 768px) {
  .indent{
    text-indent: 0;
      padding-left: 0;
  }
}

/* ------------------------------
PCSP
------------------------------ */
.pc{
	display:block;
  }
  
  .sp{
	display:none;
  }
  
  /* ------------------------------
	for Smartphone
  ------------------------------ */
  @media screen and (max-width: 768px) {
	  
  /* ------------------------------
  PCSP
  ------------------------------ */
	.pc{
	  display:none;
	}
  
	.sp{
	  display:block;
	}
  }