@charset "UTF-8";
/* ======================================================
(C)広島ホームテレビCSS Document 2025-06-25
====================================================== */
#pageBg *{margin: 0;padding: 0;box-sizing: border-box;}
#pageBg{font-family: 'Didact Gothic',"Rounded Mplus 1c",Verdana,“Hiragino Kaku Gothic ProN”,“游ゴシック”,YuGothic,Meiryo,sans-serif;}
#pageBg i{font-family: FontAwesome;}
#pageBg h1,#pageBg h2,#pageBg h3,#pageBg h4{font-weight: bold;}
#pageBg small{font-size: 0.75em;}
hr{
  display: none;
  border: none;
  width: 0;
  height: 0;
  border-color: transparent;
}
img{
  max-width: 100%;
  height: auto;
}
#pageBg a{text-decoration: underline;}

#pageBg,
#pageBg p.Update,
#pageBg #main h2,
#pageBg #main h2 a,
#pageBg #main #about .detail{
  color: #004da0 /*darkblue*/;
}
#pageBg .orange,#pageBg p.catch,
#pageBg #main #news table tr:nth-child(2n) td,
#pageBg #main #news table tr:nth-child(2n) td a{
  color: #d7740e /*orange*/;
}
#pageBg .green,
#pageBg #main #news table tr td,
#pageBg #main #news table tr td a{
  color: #7bad3a /*green*/;
}
#pageBg #main #news table tr td a.red{
  color: #F00;
}

#pageBg h1.logo{
  background-image: url(../../images/logo.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 27.6%;
  background-size: contain;
  margin: 10px auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#pageBg .index01,#pageBg .index01 p{
  font-weight: bold;  
  font-size: 18px;
}
#pageBg p.catch{text-align: left;}

#pageBg #main{text-align: left;}
#pageBg #main #news table,
#pageBg #main table.schedule{border-collapse: collapse;}
#pageBg #main table.schedule tr th,
#pageBg #main table.schedule tr td{
  padding: 0 0.25em;
}
#pageBg #main table.schedule tr:nth-child(2n) th,
#pageBg #main table.schedule tr:nth-child(2n) td{
  background-color: #c6e7fa;
}
#pageBg #main #news table tr td{
  /*border-bottom: dotted 2px #306fb2 ;*/
  text-align: left;
}
#pageBg #main #news table tr td .date{
  display: block;
  font-weight: bold;
}
#pageBg #main #news table tr td p{overflow: hidden;}
#pageBg #main h3.sch_title{
  border-bottom: double 4px #004da0;
  padding: 0.25em 0.25em 0;
}
#pageBg #main #about .detail{
  font-weight: bold;
}
#pageBg #main #movie .video,#pageBg #main #movie .CommentArea{
  display: block;
}
#pageBg #main #movie h2{position: relative;}
#pageBg #main #movie h2 .more{
  position: absolute;
  display: block;
  top:0;
  right:0;
  background-image: url(../../images/musimegane.png);
  background-repeat: no-repeat;
  -webkit-background-size: 36px 38.5px;
  background-size: 36px 38.5px;
  padding-left: 42px;
  height: 39px;
  text-decoration: underline;
  font-size: 16px;
}
#pageBg #main #movie .CommentArea{margin: 10px auto;}
#pageBg #main #movie .CommentArea .col-md-2{
  padding: 0 10px 10px 0;
}
#pageBg #main #movie .video{
  background-color: #c6e7fa;
  margin: 0 auto;
}
#pageBg #index02 footer{
  background-color: #004ca0 /*cobaltblue*/;
  color: #FFF;
}
#pageBg #index02 hr.dotline{
  display: block;
  width: 100%;
  border-top:dotted 2px #FFF ;
  padding-top: 1em;
}
#pageBg #index02 .attention li{
  text-align: left;
  padding-left: 1.5em;
  position: relative;
}
#pageBg #index02 .attention li span.coron{
  position: absolute;
  top:0;
  left: 0;
}

/*JStream video*/
#pageBg .jstframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#pageBg .jstframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*For SmartPhone---------------------------------------*/
@media screen and (max-width: 750px){
  #pageBg h1.logo{margin-top: 45px;}
  #pagetop{display: none;}
  #pageBg .index01,#pageBg #main #news table td{
    padding: 0 0.5em;
    text-align: left;
  }
  #pageBg .index01,#pageBg .index01 p{
    font-size: 16px;
  }
  #pageBg p.Update{font-size: 24px;}
  #pageBg #main h2{
    text-shadow: 0 0 5px white;
    padding: 0.3em 0.5em;
    background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  }
  #pageBg #main #about .detail{
    background-color: #c6e7fa;
    max-width: 95%;
    margin: 0.5em auto;
    padding: 0.5em;
    border-radius: 6px;
    border: dotted 2px #306fb2 /*blue*/;
  }
  #pageBg #main #movie .video{
    width: 320px;
    height: 180px;
    margin-top: 10px;
  }
  #pageBg #main #movie .CommentArea{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    text-align: left;
    flex-flow: row wrap;
  }
  #pageBg #main #movie .CommentArea .col-md-2{
    width: 16.6%;
  }
  #pageBg #main #movie .CommentArea .col-md-10{
    width: 83.3%;
    font-size: 14px;
  }
  #pageBg #index02 footer{padding-top: 1em;}
  #pageBg #index02 .attention{padding: 1em;}
  #pageBg #index02 .attention li{font-size: 14px;}
  #pageBg #main table.schedule{width: 100%;}
  .scroll{
    overflow: auto;
    white-space: nowrap;
  }
  .scroll::-webkit-scrollbar{
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track{
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb{
    background: #BCBCBC;
  }
}


/*For Tablet---------------------------------------*/
@media screen and (min-width: 750px){
  #pageBg{
    margin: 0 auto;
    position: relative;
  }
  #pagetop{
    position: fixed;
    bottom: 0;
    margin: 0 auto;
    display: block;
  }
  #pagetop img{display: block;float: right;}
  #pageBg a:hover,
  #pageBg #main #movie h2 .more:hove{
    text-decoration: none;
  }
  #pageBg .index01,#pageBg #main h2,#pageBg .index02 img{
    max-width: 1280px;margin: 0 auto;
  }
#pageBg .index01{
  padding: 1em 0;
  position: relative;
}
  #pageBg p.catch{
    position: absolute;
    top: 10px;
    right: 0px;
    max-width: 29em;
  }
  #pageBg p.Update{font-size: 36px;}
  #pageBg #main h2{
    font-size: 21px;
    background-image: url(../../images/wave.png);
    -webkit-background-size: 72px 21px;
    background-size: 72px 21px;
    background-repeat: repeat-x;
    background-position: left bottom;
    margin: 2em auto 1em;
    padding-bottom: 24px;
  }
  #pageBg #main .ship,
  #pageBg #main .polpoldouga{
    background-repeat: no-repeat;
    background-position: 16px 0;
    -webkit-background-size: 36px 47px;
    background-size: 36px 47px;
    padding: 10px 0px 10px 65px;
  }
  #pageBg #main .ship{
    background-image: url(../../images/ship.png);
  }
  #pageBg #main .polpoldouga{
    background-image: url(../../images/polpolmovie_icon.png);
  }
  #pageBg #main #news table,
  #pageBg #main h3.sch_title,
  #pageBg #main #movie .video,
  #pageBg #main #movie .CommentArea,
  #pageBg .column850{
    width: 900px;
  }
  #pageBg #main #about .detail{width: 850px;}
  #pageBg .column850{margin: 0 auto;text-align: left;}
  #pageBg #main table.schedule{max-width: 850px;margin: 0;}
  #pageBg #main #news table,
  #pageBg #main h3.sch_title{margin: 0.5em auto;}
  #pageBg #main #news table tr td{
    padding-top: 0.5em;
  }
  #pageBg #main #news table tr td:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
line-height: 0;
font-size: 0;
  }
  #pageBg #main #news table tr td{
    vertical-align: top;
    min-height: 1%;
  }
  #pageBg #main #news table tr td .date{
    float: left;
    margin-right: 0.5em;
  }
  #pageBg #main #about .detail{
    background-image: url(../../images/aboutbg.png);
    background-repeat: no-repeat;
    -webkit-background-size: 850px 123.6px;
    background-size: 850px 123.6px;
    display: block;
    margin: 0 auto 3em;
    padding: 0.5em;
    height: 123.6px;
    overflow: hidden;
    text-align: center;
  }
  #pageBg #main #movie .video{height: 479px;}
  #pageBg #index02 hr.waveline{
    background-image: url(../../images/wave_bottom.png);
    -webkit-background-size: 36px 10.5px;
    background-size: 36px 10.5px;
    display: block;
    width: 100%;
    height: 10.5px;
    display: block;
    margin: -10px auto 0;
  }
  #pageBg #index02 ul.bn{
    display: table;
    table-layout: fixed;
    margin: 0 auto;
  }
  #pageBg #index02 ul.bn li{
    display: table-cell;
    padding: 10px 20px;
    vertical-align: middle;
  }
  #pageBg #index02 .attention{
    width: 850px;
    margin: 0 auto;
    padding-bottom: 3em;
  }
}