@charset "UTF-8";
/* CSS Document */
html {
  height: 100%;
}
main{
  padding-top: 0;
}
.inline {
  text-align: justify;
  text-justify: distribute;
  line-height:0;
  }
.inline:after {
  content:"";
  display: inline-block;
  width: 100%;
  line-height:0;
  height: 0;
  }
#guide {
  position: relative;
  left: 0;
/*  overflow-x: hidden; */
  height: 100%;
  background-color: #ffffff;
}

#guide img {
  border: none;
}
#guide main {
    max-width: unset;
    position: relative;
    top: 0;
    width: 100%;
    height: 5000px;
    overflow: hidden;
    box-sizing: border-box;
}
#guide.open main {
    max-width: unset;
    position: relative;
    top: 0;
    width:100%;
    height: 5000px;
    box-sizing: border-box;
    overflow: hidden;
}
#guide #header {
    z-index: 100000;
    top: 0;
    left: 0px;
    width: 100%;
    margin: 0;
    background: #fff;
}
#guide #pc_footer{
  position: relative;
}



/* 左側メニュー */
#mini_menu {
  position: fixed;
  top: 131px;
  left: 0;
  width: 70px;
  text-align: center;
  background-color: #EDEDED;
  display: block;
  z-index: 9999;
}
#mini_menu .fas.fa-bars{
  margin-top: 1rem;
  font-weight: 900;
  font-size: 35px;
  color: #4D4D4D;
}
#mini_menu ul {
  margin-top: 65px;
}
.nav li{
  display: block;
  height: 50px;
  font-size: 0;
}
.nav li span{
  display: none;
}
.open .nav li span{
  display: block;
}
.open .nav li.favorite{
  background: inherit;
}
.open .nav li.favorite:hover{
  background: inherit;
}
.open .nav li.twave{
  background: inherit;
}
.open .nav li.twave:hover{
  background: inherit;
}
.open .nav li.bsdigi{
  background: inherit;
}
.open .nav li.bsdigi:hover{
  background: inherit;
}
.open .nav li.bs4k{
  background: inherit;
}
.open .nav li.bs4k:hover{
  background: inherit;
}
.open .nav li.catv{
  background: inherit;
}
.open .nav li.catv:hover{
  background: inherit;
}
.open .nav li.community{
  background: inherit;
}
.open .nav li.community:hover{
  background: inherit;
}
.open .nav .child_list{
    position: absolute;
    top: 0;
    left: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.nav li.child a:hover{
  background: #bfbfbf;
}
.nav li.favorite{
  background: url("../images/topsvg/icon_guide01.svg") no-repeat;
  background-position: right 25px center;
  background-size: 16px;
}
.nav li.favorite:hover{
  background: #F54E2F url("../images/topsvg/icon_guide01w.svg") no-repeat;
  background-position: right 25px center;
  background-size: 16px;
}
.nav li.twave{
  background: url("../images/topsvg/icon_guide02.svg") no-repeat;
  background-position: right 25px center;
  background-size: 16px;
}
.nav li.twave:hover{
  background: #F54E2F url("../images/topsvg/icon_guide02w.svg") no-repeat;
  background-position: right 25px center;
  background-size: 16px;
}
.nav li.bsdigi{
  background: url("../images/topsvg/icon_guide03.svg") no-repeat;
  background-position: right 25px center;
  background-size: 16px;
}
.nav li.bsdigi:hover{
  background: #F54E2F url("../images/topsvg/icon_guide03w.svg") no-repeat;
  background-position: right 25px center;
  background-size: 16px;
}
.nav li.bs4k{
  background: url("../images/topsvg/icon_guide04.svg") no-repeat;
  background-position: right 25px center;
  background-size: 16px;
}
.nav li.bs4k:hover{
  background: #F54E2F url("../images/topsvg/icon_guide04w.svg") no-repeat;
  background-position: right 25px center;
  background-size: 16px;
}
.nav li.catv{
  background: url("../images/topsvg/icon_guide05.svg") no-repeat;
  background-position: right 25px center;
  background-size: 16px;
}
.nav li.catv:hover{
  background: #F54E2F url("../images/topsvg/icon_guide05w.svg") no-repeat;
  background-position: right 25px center;
  background-size: 16px;
}
.nav li.community{
  background: url("../images/topsvg/icon_guide06.svg") no-repeat;
  background-position: right 25px center;
  background-size: 16px;
}
.nav li.community:hover{
  background: #F54E2F url("../images/topsvg/icon_guide06w.svg") no-repeat;
  background-position: right 25px center;
  background-size: 16px;
}
@media screen and (max-width:1200px) {
#mini_menu ,#slide_menu{
    top: 155px;
}
}

/* 左側メニュー中身 */
#guide #slide_menu.fixed{
  position: fixed;
  top: 0;
}
#slide_menu{
  position: absolute;
  z-index: 100;
  left: 0px;
  top: 0;
  width: 70px;
  height: 100%;
  padding-top: 60px;
  background: #EDEDED;
}
.open #slide_menu{
  position: absolute;
  z-index: 100;
  left: 0px;
  width: 250px;
  height: 100%;
  padding-top: 60px;
  background: #EDEDED;
}

#guide .menu_close{
    position: absolute;
    display: block;
    right: 10px;
    padding:0 10px;
    top: 0;
    text-decoration: none;
    margin-top:5px;
    line-height:3em;
}
#guide .menu_close::before{
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #4D4D4D;
    font-size: 29px;
}
#guide.open .menu_close::before {
  content: '×';
  font-size: 35px;
  color: #4D4D4D;
}
.nav {
  width: 70px;
  margin: 0;
  padding: 0;
}
.nav li {
    position: relative;
    width: 70px;
    height: 50px;
    z-index: 9999;
}
.nav li a {
    color: #000;
    display: block;
    width: 70px;
    height: 50px;
    font-size: 1.2rem;
    line-height: 50px;
    padding: 0 5px;
    box-sizing: border-box;
    text-decoration: none;
}
.open .nav {
  width: 250px;
  margin: 0;
  padding: 0;
}
.open .nav li {
  position: relative;
  width: 250px;
  height: 50px;
  z-index: 9999;
}
.open .nav li a {
  color: #000;
  display: block;
  width: 250px;
  height: 50px;
  font-size: 1.2rem;
  line-height: 50px;
  padding: 0 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.open .nav > li a{
  padding-left: 80px;
}
.nav li a::before{
  display: none;
}
#guide.open .nav li a::before{
  display: block;
}
.open .nav > li a::before{
  content: '';
  position: absolute;
  left: 30px;
  width: 16px;
  height: 18px;
}
.nav li.favorite a::before{
  background: url("../images/topsvg/icon_guide01.svg") no-repeat;
  top: 20px;
  background-size: 16px;
}
.nav li.twave a::before{
  background: url("../images/topsvg/icon_guide02.svg") no-repeat;
  top: 15px;
  background-size: 16px;
}
.nav li.bsdigi a::before{
  background: url("../images/topsvg/icon_guide03.svg") no-repeat;
  top: 15px;
  background-size: 16px;
}
.nav li.bs4k a::before{
  background: url("../images/topsvg/icon_guide04.svg") no-repeat;
  top: 15px;
  background-size: 16px;
}
.nav li.catv a::before{
  background: url("../images/topsvg/icon_guide05.svg") no-repeat;
  top: 15px;
  background-size: 16px;
}
.nav li.community a::before{
  background: url("../images/topsvg/icon_guide06.svg") no-repeat;
  top: 17px;
  background-size: 16px;
}
.nav li.favorite a:hover::before,
.nav li.favorite.active a::before{
  background: url("../images/topsvg/icon_guide01r.svg") no-repeat;
  top: 20px;
  background-size: 16px;
}
.nav li.twave a:hover::before{
  background: url("../images/topsvg/icon_guide02r.svg") no-repeat;
  top: 15px;
  background-size: 16px;
}
.nav  li.bsdigi a:hover::before{
  background: url("../images/topsvg/icon_guide03r.svg") no-repeat;
  top: 15px;
  background-size: 16px;
}
.nav  li.bs4k a:hover::before{
  background: url("../images/topsvg/icon_guide04r.svg") no-repeat;
  top: 15px;
  background-size: 16px;
}
.nav  li.catv a:hover::before,
.nav li.catv.active a::before{
  background: url("../images/topsvg/icon_guide05r.svg") no-repeat;
  top: 15px;
  background-size: 16px;
}
.nav > li.community a:hover::before{
  background: url("../images/topsvg/icon_guide06r.svg") no-repeat;
  top: 17px;
  background-size: 16px;
}

.nav li ul:before {
  position: absolute;
  content: "＞";
  top: 14px;
  left: 220px;
}

.open .nav > li.active > a,
.open .nav > li:hover > a {/*layer-1*/
  color: #F54E2F;
  background: #ffffff;

}
.nav > li.active ul:before,
.nav > li:hover ul:before {
  color: #F54E2F;
}

.nav > li li:hover > a {/*layer-2*/
  background-color: #EDEDED;
}
.nav li ul li {
  overflow: hidden;
  display: block;
  width: 150px;
  height: 0;
  left: 70px;
  list-style: none;
}
.open .nav li ul li {
  overflow: hidden;
  display: block;
  width: 150px;
  height: 0;
  left: 250px;
  list-style: none;
}

.nav li.active ul li a::before,
.nav li.active ul li a:hover::before,
.nav li.active:nth-child(1) ul li a::before,
.nav li.active:nth-child(5) ul li a::before{
  background: none;
}
.nav li.active .child_list .child {
  top: -50px;
  left: 70px;
  width: 150px;
  height: 50px;
  padding: 0;
  background: #EDEDED;
}
.nav li.active ul li a {
  width: 150px;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 10px;
  line-height: 1em;
  background-image: none;
}
.open .nav li.active .child_list .child {
  position: relative;
  top: 0;
  left: 0;
  width: 150px;
  height: 50px;
  padding: 0;
  background: #EDEDED;
}
.open .nav li.active ul li a {
  width: 150px;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 10px;
  line-height: 1em;
  background: #EDEDED;
  background-image: none;
}
.open .nav li.active ul li a:hover {
  background: #BFBFBF;
}


/* 右側追随メニュー */
#time_menu {
  position: fixed;
  bottom:25px;
  right: 25px;
  z-index: 9999;
}
#time_menu li {
  display: block;
  width: 40px;
  text-align: center;
  font-size: 1.0rem;
  font-weight: bold;
  color: #ffffff;
  background: #494848;
  border-radius: 20px;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
#time_menu li:hover,
#time_menu li:active {
  background: #F54E2F;
}


/* ヘッダー下 */
#guide_top {
  display: block;
  padding-top:10px;
  background-color:#ffffff;
  margin:0px 0px 0px 0px;
  height:38px;
  width:100%;
}
@media screen and (max-width:900px) {
#guide_top {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}
}
#guide_top h3{
  float: left;
  font-size: 1.8rem;
  font-weight: normal;
}

#guide_top ul.btnWrap {
    position: absolute;
    right: 10px;
}
#guide_top ul.btnWrap li.btn_setting,
#guide_top ul.btnWrap li.btn_help {
  display: inline-block;
  margin-left: 5px;
}
#guide_top ul.btnWrap li.btn_setting a,
#guide_top ul.btnWrap li.btn_help a {
  width: 50px;
  display: block;
  text-decoration: none;
  font-size: 0.98rem;
  line-height: 28px;
  color: #000000;
  background: #E5E5E5;
  border-radius: 8px;
  padding-left: 35px;
  position: relative;
}
#guide_top ul.btnWrap li.btn_setting a::before{
  content: '';
  position: absolute;
  top: 10%;
  left: 6px;
  width: 22px;
  height: 22px;
  background: url("../images/icon_config.png") no-repeat;
  background-size: 22px 22px;
}

#display_settings_dialog input[type="radio"]{
    display: none;
}
#display_settings_dialog input[type="radio"] + label {
    position: relative;
    display: inline-block;
    background: url("../images/guide/icon_alloff.png") no-repeat;
    background-repeat: no-repeat;
    background-position: center left 12px;
    background-size: 15px 15px;
}
#display_settings_dialog input[type="radio"]:checked + label {
    background: url("../images/guide/icon_allon.png") no-repeat;
    background-position: center left 12px;
    background-size: 15px 15px;
}
#guide_top ul.btnWrap li.btn_help a::before{
  content: '';
  position: absolute;
  top: 10%;
  left: 6px;
  width: 22px;
  height: 22px;
  background: url("../images/icon_help.png") no-repeat;
  background-size: 22px 22px;
}
.g0{
  background-color: #BCB982;
}
.g1{
  background-color: #87C46F;
}
.g2{
  background-color: #81C4BE;
}
.g3{
  background-color: #F293A1;
}
.g4{
  background-color: #EFA47C;
}
.g5{
  background-color: #DD8DBB;
}
.g6{
  background-color: #A3A9E2;
}
.g7{
  background-color: #69B7D3;
}
.g8{
  background-color: #B3CC92;
}
.g9{
  background-color: #AFAFAF;
}
.g10{
  background-color: #8DC4B1;
}
.g11{
  background-color: #D8ABC3;
}
.g12{
  background-color: #B4A5C9;
}
#display_settings_dialog {
    background: #e5e5e5;
    position: absolute;
/*     top:30px;
right: 96px; */
    z-index: 2;
    display: none;
}
#display_settings_dialog.open{
  display: block;
}
/* 表示設定 */
#guide_top ul.btnWrap li.btn_setting .setting {
  position: absolute;
  width: 160px;
  background: #E5E5E5;
  box-shadow: 2px 2px 0px rgba(140,140,140,1.0);
  margin: 10px 0 0 -70px;
  display: none;
}
#guide_top ul.btnWrap li.btn_setting .open {
  display: block;
}
#guide_top ul.btnWrap li.btn_setting .setting p.bold{
  font-size: 1.2rem;
  font-weight: bold;
  padding: 20px 0 0 10px
}
#guide_top ul.btnWrap li.btn_setting .setting::before {
  position: absolute;
  content: '';
  top: -25px;
  left: 100px;
  border: 8px solid transparent;
  border-bottom: 30px solid #E5E5E5;
  width: 0;
  height: 0;
}

#guide_top ul.btnWrap li.btn_setting .allon,
#guide_top ul.btnWrap li.btn_setting .alloff {
  display: block;
  width: 80px;
  position: relative;
  padding: 15px 0 0 40px;
  font-size: 1.2rem;
  cursor: pointer;
}
#guide_top ul.btnWrap li.btn_setting .allon::before,
#guide_top ul.btnWrap li.btn_setting .alloff::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 10px;
  background: url("../images/guide/icon_alloff.png") no-repeat;
  background-size: 20px 20px;
}
#guide_top ul.btnWrap li.btn_setting .allon.active::before,
#guide_top ul.btnWrap li.btn_setting .alloff.active::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 10px;
  background: url("../images/guide/icon_allon.png") no-repeat;
  background-size: 20px 20px;
}

#guide_top ul.btnWrap li.btn_setting form {
  margin-top: 10px;
}

#guide_top label {
  display: block;
  font-size: 1.2rem;
  padding: 10px 10px 10px 40px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}
#guide_top ul.genre {
  margin-top: 10px;
}
#guide_top ul.genre li {
  padding: 0;
  position: relative;
}
#guide_top ul.genre li.cat01 {
  background: #D5C1C3;
}
#guide_top ul.genre li.cat02 {
  background: #EFB7B9;
}
#guide_top ul.genre li.cat03 {
  background: #A6CFEF;
}
#guide_top ul.genre li.cat04 {
  background: #D5DDE8;
}
#guide_top ul.genre li.cat05 {
  background: #C2E7BF;
}
#guide_top ul.genre li.cat06 {
  background: #F3C9AF;
}
#guide_top ul.genre li.cat07 {
  background: #C8E4F5;
}
#guide_top ul.genre li.cat08 {
  background: #E1F1D3;
}
#guide_top ul.genre li.cat09 {
  background: #A3E0DC;
}
#guide_top ul.genre li.cat10 {
  background: #F9DCDE;
}
#guide_top ul.genre li.cat11 {
  background: #D5CBE0;
}

#guide_top input[type=checkbox] {
  width: 160px;
  top: 0;
  left: 0;
  z-index: 5;
  cursor: pointer;
  display: none;
}
#guide_top label::before, #guide_top label::after {
  position: absolute;
  content: '';
  display: block;
}
#guide_top input[type=checkbox] + label::after {
    top: 12px;
    left: 12px;
    width: 15px;
    height: 15px;
    background: #ffffff;
}
#guide_top input[type=checkbox]:checked + label::after {
  top: 12px;
  left: 12px;
  width: 15px;
  height: 15px;
  background: #ffffff;
}
#guide_top input[type=checkbox]:checked + label::before {
  left: 16px; /* 左から配置の基準位置を決める */
  margin-top: 2px;  /* チェックマークの位置 */
  width: 5px; /* ボックスの横幅を指定する */
  height: 9px;  /* ボックスの高さを指定する */
  border-right: 2px solid #ffffff;  /* 境界線（右）のスタイルを指定する */
  border-bottom: 2px solid #ffffff; /* 境界線（下）のスタイルを指定する */
  transform: rotate(45deg); /* 要素を回転させる */
  opacity: 0; /* 要素を透過指定する */
  z-index: 1;
}
#guide_top input[type=checkbox]:checked + label::before {
  opacity: 1; /* 要素を表示する */
}
#guide_top input[type=checkbox]:checked + label::after {
  background: #F54E2F;
}

/* 番組表 */
.cnWrap {
  overflow: hidden;
  position: relative;
}
.cnWrap ul.timebar {
  width: 30px;
  text-align: center;
  float: left;
  margin: 0px 20px 0 0;
}
.cnWrap ul.timebar li{
  height: 175px;
  background: #919191;
  border-bottom: 5px solid #ffffff;
  color: #ffffff;
  padding: 0;
}

.cnWrap .cn_table{
  float: left;
  width: 170px;

}
.cnWrap .cn_table .in{
height:  4320px;
}
.cnWrap .cn_table .cn_detail{
  border-top: 5px solid #B2B2B2;
  border-bottom: 1px solid #808080;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  margin-right: -1px;
  background: #E5E5E5;
  padding: 0;

}
.cnWrap .cn_table .cn_detail .cn_logo {
  text-align: center;
  background: #fff;
}
#guide .cnWrap .cn_table .cn_detail .cn_logo img{
  width: 46px;
  height:auto;
}
.cnWrap .cn_table .cn_detail .cn_text {
  height: 75px;
  padding: 0 15px;
  overflow: hidden;
}
.cnWrap .cn_table .cn_detail .cn_text .cn_no {
  font-weight: bold;
  font-size: 1.4rem;
  float: left;
  margin-top: 10px;
}
.cnWrap .cn_table .cn_detail .cn_text .cn_icon {
  float: right;
  margin-top: 10px;
}
#guide .cnWrap .cn_table .cn_detail .cn_text .cn_icon img{
  width: 20px;
  height: auto;
}
.cnWrap .cn_table .cn_detail .cn_text .cn_jp {
  display: block;
  clear: both;
  font-size: 1.1rem;
  line-height: 1.3em;
}
.cnWrap1{
  min-height: 4320px;
}
.cnWrap2{
  min-height: 134px;
}
.cnWrap3{
  min-height: 4320px;
}
/* 番組タイトル */
.cnWrap .cn_table div {
  font-size: 1.2rem;
  border-bottom: 1px solid #A6A6A6;
  border-left: 1px solid #A6A6A6;
  border-right: 1px solid #A6A6A6;
  margin-right: -1px;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.cnWrap .cn_table li.no_prg {
  background: #E5E5E5;
}
a.btn_rim,
a.btn_watch{
  margin: 0 auto 5px;
}
.cnWrap .cn_table div a.btn_rim,
.cnWrap .cn_table div a.btn_watch{
  opacity: 0;
}
.cnWrap .cn_table .pg_detail.showall a.btn_rim,
.cnWrap .cn_table .pg_detail.showall a.btn_watch{
  opacity: 1;
-moz-transition-duration:.6s;
-webkit-transition-duration:.6s;
-o-transition-duration:.6s;
-ms-transition-duration:.6s;
-moz-transition-timing-function:ease-in-out;
-webkit-transition-timing-function:ease-in-out;
-o-transition-timing-function:ease-in-out;
-ms-transition-timing-function:ease-in-out;
}

.cnWrap .cn_table .pg_detail.showall {
  width: 100%;
  height: auto;
  overflow: visible;
  background: #ffffff;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
  border: none;
  position: absolute;
  z-index: 9000;
-moz-transition-duration:.6s;
-webkit-transition-duration:.6s;
-o-transition-duration:.6s;
-ms-transition-duration:.6s;
-moz-transition-timing-function:ease-in-out;
-webkit-transition-timing-function:ease-in-out;
-o-transition-timing-function:ease-in-out;
-ms-transition-timing-function:ease-in-out;
}
/* .cnWrap .cn_table .pg_detail.showall a{
  display: block;
  height: 36px;
  line-height: 36px;
  text-decoration: none;
  font-size: 1.0rem;
  color: #ffffff;
  margin-top: 10px;
  border-radius: 8px;
  padding-left: 45px;
  position: relative;
}
.cnWrap .cn_table .pg_detail.showall a.btn_rec {
  background: #DF0312;
}
.cnWrap .cn_table .pg_detail.showall a.btn_watch {
  background: #73A123;
}

.cnWrap .cn_table .pg_detail.showall a::before{
  position: absolute;
  top: 5px;
  left: 10px;
  width: 27px;
  height: 27px;
} */
/* .cnWrap .cn_table .pg_detail.showall a.btn_rec::before{
  content: '';
  background: url("../images/guide/icon_rec.png") no-repeat;
  background-size: 27px 27px;
}
.cnWrap .cn_table .pg_detail.showall a.btn_watch::before{
  content: '';
  background: url("../images/guide/icon_wacth.png") no-repeat;
  background-size: 27px 27px;
} */

.cnWrap .cn_table dl {
/*  position: relative; */
}
/* 時間の高さ　5分から5分刻み：10分=30px-(上下のpadding10pxと下のborder1px)=合計11px */
.cnWrap .cn_table .h10 {
  height: 19px;
}
.cnWrap .cn_table div.h10.showall + li {
  padding-top: 35px;
}

.cnWrap .cn_table .h15 {
  height: 34px;
}
.cnWrap .cn_table div.h15.showall + li {
  padding-top: 50px;
}

.cnWrap .cn_table .h20 {
  height: 49px;
}
.cnWrap .cn_table div.h20.showall + li {
  padding-top: 65px;
}

.cnWrap .cn_table .h25 {
  height: 64px;
}
.cnWrap .cn_table div.h25.showall + li {
  padding-top: 80px;
}

.cnWrap .cn_table .h30 {
  height: 79px;
}
.cnWrap .cn_table div.h30.showall + li {
  padding-top: 95px;
}

.cnWrap .cn_table .h35 {
  height: 94px;
}
.cnWrap .cn_table div.h35.showall + li {
  padding-top: 110px;
}

.cnWrap .cn_table .h40 {
  height: 109px;
}
.cnWrap .cn_table div.h40.showall + li {
  padding-top: 125px;
}

.cnWrap .cn_table .h45 {
  height: 124px;
}
.cnWrap .cn_table div.h45.showall + li {
  padding-top: 140px;
}

.cnWrap .cn_table .h50 {
  height: 139px;
}
.cnWrap .cn_table div.h50.showall + li {
  padding-top: 155px;
}

.cnWrap .cn_table .h55 {
  height: 154px;
}
.cnWrap .cn_table div.h55.showall + li {
  padding-top: 170px;
}

.cnWrap .cn_table .h60 {
  height: 169px;
}
.cnWrap .cn_table div.h60.showall + li {
  padding-top: 185px;
}

.cnWrap .cn_table dl dt {
/*  position: absolute;
  top: 5px;
  left: 0; */
  float: left;
  display: inline-block;
  width: 25px;
  margin: 0 10px 0 5px;
  color: #ffffff;
  text-align: center;
  vertical-align: top;
}

.cnWrap .cn_table dl .pg_ttl {
  line-height: 1.4;
  overflow: hidden;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 5px;
}
.cnWrap .cn_table dl .pg_text{
    color: #595959;
    width: 134px;
    margin: 5px auto;
    font-size: 1rem;
    opacity: 0;
}
.cnWrap .cn_table .showall dl .pg_text {
    opacity: 1;
-moz-transition-duration:.6s;
-webkit-transition-duration:.6s;
-o-transition-duration:.6s;
-ms-transition-duration:.6s;
-moz-transition-timing-function:ease-in-out;
-webkit-transition-timing-function:ease-in-out;
-o-transition-timing-function:ease-in-out;
-ms-transition-timing-function:ease-in-out;
}



/* 時間の背景 */
.cnWrap .cn_table dt.green {
  background: #9DCC84;
}
.cnWrap .cn_table dt.pink {
  background: #D5A9CD;
}
.cnWrap .cn_table dt.gray {
  background: #7D7D7E;
}
.cnWrap .cn_table dt.blue {
  background: #8AAEDC;
}
.cnWrap .cn_table dt.orange {
  background: #F9C47D;
}
.cnWrap .cn_table dt.beige {
  background: #C9B6A3;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  }
.chmainlay{
  overflow-x: auto;
  position: absolute;
  left:0px;
  top:0;

  width:100%;
  box-sizing: border-box;
}
#cn_main{

}
#cn_titlearea{
  width:100%;

}

.cellBlock{
/*   width:800px;
height:600px; */
  margin:0;
  padding:0;
  position:relative;
  left: 70px;
  /*background-color:#EEFFEE;*/
  user-select: none;
}
.open .cellBlock{
/*   width:800px;
height:600px; */
  margin:0;
  padding:0;
  position:relative;
  left: 250px;
  /*background-color:#EEFFEE;*/
  user-select: none;
}
.cellBlock::-webkit-scrollbar {
  display: none;
}
#epg:before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 */
}
.kyokuCellBlock{
/*  width:1191px;*/
  height:134px;
  margin:0;
  position:absolute;
  top:0px;
  left:30px;
  /*background-color:#EEEEFF;*/
  user-select: none;
  overflow:hidden;
}
.timeCellBlock{
  width:30px;
  height:4320px;
  margin:0;
  padding:0;
  position:absolute;
  top:133px;
  left:0px;
  user-select: none;
  overflow:hidden;
  background-color:#FFF;
}
.bangumiCellBlock{
  margin:0;
  padding:0;
  cursor:crosshair;
  position:absolute;
  top: 133px;
  left:30px;
  height: 100%;
  user-select: none;
  overflow:hidden;
  background-color:#FFF;
}
.aCellBlock{
  width:30px;
  height:134px;
  margin:0;
  padding:0;
  position:absolute;
  top:0px;
  left:0px;
  user-select: none;
  background-color:#FFF;
}
#mado{
    width:100%;
    box-sizing: border-box;

}

/* sp menu*/
#guide .spmenuhead{
  width:100%;
}
#guide .spmenuhead .tab{
  width:49%;
  float: left;
  cursor: pointer;
}
#guide .spmenuhead .tab span{
    display: inline;
    width: 100%;
}
#guide #spcatvlist.spmenuhead .tab span{
    display: inline-block;
    width: 100%;
}
#guide .spmenuhead .tab .icon img{
  width:25px;
}
.spcatvtab{
  width:100%;
  display: none;
}
.spcalendar{
  display: none;
  position: absolute;
  width:80%;
  background: #FFF;
  z-index: 999;
}
.spcalendar table{
  width:100%;
}
.modal-wrap{
z-index: 10000;
}
.modal-overlay {
z-index: 9999;
}
.calclosesp{
  width:30px;
  height: 40px;
  background: red;
}
.detailwindow{
  display: none;
  position: absolute;
  width:80%;
  background: #FFF;
  z-index: 10001;
}
.cnWrap .cn_table{
  position: relative;
  background: #FFF;
}
.cnWrap .cn_table .pg_detail{
  background: #fff;
/*   position:absolute;

  width:100%; */
}

/* カレンダー */
.calendar {
  display: none;
    position: relative;
    padding: 10px;
    text-align: center;
}
.open .calendar {
  display: block;
}
.calendar img {
    width: inherit;
    max-width: 100%;
}
.calendar table tr th, .calendar table tr td {
    padding: 5px;
}
.calendar table tr th .cal_prev, .calendar table tr th .cal_next {
    width: 8px;
    display: inline-block;
    padding: 0 6%;
}
.calendar table tr th .cal_num {
    display: inline-block;
}
.calendar table tr td.sun {
    color: red;
}
.calendar table tr td.sat {
    color: blue;
}
.calendar table tr td.today {
    color: #fff;
}
.calendar table tr td.today span {
    background: #ff3207;
    border-radius: 50%;
    min-width: 2.3rem;
    min-height: 2rem;
    display: inline-block;
    margin: 0 auto;
}
.calendar.modal-content {
    width: 90%;
    margin: 0;
    border: none;
    background: unset;
}
#guide_top a.settingOpen.modal-open.spOnly::before{
  display: none;
}
#display_settings_dialog .modal-content {
    position: unset;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: #e5e5e5;
}
@media screen and (max-width:900px) {
#display_settings_dialog {
    background: #e5e5e5;
    position: absolute;
    z-index: 2;
    display: block;
}
#guide_top a.settingOpen.modal-open.spOnly::before{
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    background: url(../images/icon_config.png) no-repeat;
    background-size: 22px 22px;
  position:relative;
  top:auto;
  left:auto;
  margin:0;
}
#display_settings_dialog　.modal-wrap{
  top: 110px;
}
#display_settings_dialog .modal-content {
    position: relative;
    top: 40px!important;
    display: none;
    width: 90%;
    padding: 5px;
    border: 2px solid #aaa;
    background: #fff;
    margin-bottom: 100px;
}
#guide_top ul.btnWrap li.btn_setting p.close {
    position: absolute;
    right: 10px;
}
#guide_top ul.btnWrap li.btn_setting a.modal-close {
    display: inline;
    background: unset;
    padding: 0;
}
#guide_top ul.btnWrap li.btn_setting a.modal-close::before{
  background:none;
}
.close {
    display: inline-block;
}
#guide_top ul.btnWrap li.btn_help{
  display: none;
}
#guide_top ul.btnWrap li.btn_setting a.pcOnly{
  display: none;
}
#guide_top ul.btnWrap li.btn_setting a.spOnly{
    display: block;
    background: #fff;
    border-radius: unset;
    position: absolute;
    top:10px;
    right: 0;
  padding:5px;
  width:auto;
}
#guide_top ul.btnWrap {
    float: none;
    right: 5px;
    position: relative;
}
  #guide main {
    width: 100%;
      left: 0px;

    padding-bottom:0;
    box-sizing: border-box;
  }
#guide #header{
  padding: 0;
}
#mini_menu.pcOnly{
  display: none;
}
#mini_menu, #slide_menu, #guide main {
    top: 0;
    padding-left: 0;
    box-sizing: border-box;
}
.open #slide_menu{
    left: -300px;
}
#guide #slide_menu {
    position: absolute;
    visibility: hidden;
}
#guide #slide_menu.fixed{
    position: absolute;
    visibility: hidden;
}
.header_fixed_contents {
    position: relative;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
#footer {
    overflow: hidden;
}
/* sp menu*/
#guide .spmenuhead {
    width: 90%;
    margin-top: 0;
}
#guide .spmenuhead .tab span {
    display: inline;
    width: 100%;
    vertical-align: middle;
    padding-left: 5px;
    box-sizing: border-box;
}
#guide .spmenuhead .tab .display_selectedItem.active a{
    color: #fa4f2f;
}
#guide .spmenuhead #spcallist.tab span{
  padding: 0;
  font-size:1.2rem;
  line-height:1.5;
}
#guide #spcatvlist .spmenuhead .tab span{
    box-sizing: border-box;
    padding-left: 40px;
}
.select_box span{

}
#guide .spmenuhead .tab .icon::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 10px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/cmn_svg/cal.svg)no-repeat;
}
.spcatvtab{
  width:100%;
  display: none;
}
.spcalendar{
  display: none;
  position: absolute;
  width:80%;
  background: #FFF;
  z-index: 999;
}
#cal.calendar{
    position: relative;
    visibility: visible;
    display: block;
}

#cal.calendar table{
  margin:0 auto;
  background: #fff;
}
.orange_arrow_b:after {
  display:none;
}
.open .select_box {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.open .select_box li {
    position: relative;
    width: 100%;
    height: unset;
    height: 40px;
}
.open .select_box {
    padding-top: 2rem;
    min-width: 120%;
    top: 40px;
    left: -21px;
    background: #fff;
    position: absolute;
    z-index: 100;
    max-height:70vh;
    overflow-y:scroll;
}
.open .select_box > span {
  padding-left: 45px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
}
#spcatvlist span::before{
  content: '';
  position: absolute;
  top: 5px;
  left: 15px;
  width: 16px;
  height: 16px;
}
#spcatvlist .display_selectedItem span::before{
  left: 3px;
}

#spcatvlist .display_selectedItem span::before{
    top: 12px;
}
.open .select_box li a{
  display: block;
}
#guide .spmenuhead .tab li.active a{
  color: #fa4f2f;
}

#spcatvlist span.favorite::before{
  background: url("../images/topsvg/icon_guide01.svg") no-repeat;
  background-size: contain;
}
#spcatvlist span.twave::before{
  background: url("../images/topsvg/icon_guide02.svg") no-repeat;
  background-size: contain;
}
#spcatvlist span.bsdigi::before{
  background: url("../images/topsvg/icon_guide03.svg") no-repeat;
  background-size: contain;
}
#spcatvlist span.bs4k::before{
  background: url("../images/topsvg/icon_guide04.svg") no-repeat;
  background-size: contain;
}
#spcatvlist span.catv::before{
  background: url("../images/topsvg/icon_guide05.svg") no-repeat;
  background-size: contain;
}
#spcatvlist span.community::before{
  background: url("../images/topsvg/icon_guide06.svg") no-repeat;
  background-size: contain;
}
#guide .spmenuhead .tab .active span.favorite::before{
  background: url("../images/topsvg/icon_guide01r.svg") no-repeat;
  background-size: contain;
}
#guide .spmenuhead .tab .active span.twave::before{
  background: url("../images/topsvg/icon_guide02r.svg") no-repeat;
  background-size: contain;
}

#guide .spmenuhead .tab .active span.bsdigi:before{
  background: url("../images/topsvg/icon_guide03r.svg") no-repeat;
  background-size: contain;
}

#guide .spmenuhead .tab .active span.bs4k::before{
  background: url("../images/topsvg/icon_guide04r.svg") no-repeat;
  background-size: contain;
}

#guide .spmenuhead .tab .active span.catv::before{
  background: url("../images/topsvg/icon_guide05r.svg") no-repeat;
  background-size: contain;
}

#guide .spmenuhead .tab .active span.community::before{
  background: url("../images/topsvg/icon_guide06r.svg") no-repeat;
  background-size: contain;
}

.child_wrap {
  background:#e5e5e5;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  /*margin-bottom: 5px;*/
}
.chttl{
  text-align: left;
  margin: 5px;
}
.favorite_child_list,.catv_child_list{
  clear: both;
  width: 1500px;
  margin: 0 auto 2px auto;
  list-style: none;
  display: flex;
  display: none;
}
.favorite_child_list li,.catv_child_list li{
  float: left;
  margin: 5px;
  text-align: center;
}
.favorite_child_list li a,.catv_child_list li a{
  text-decoration: none;
}
.favorite_child_list li a:hover,.catv_child_list li a:hover,
.favorite_child_list li.active,.catv_child_list li.active{
    background:#e5e5e5;
}
#guide .spmenuhead .tab .icon{
  width: 20px;
}
#guide .spmenuhead .tab {
    width: 46%;
    float: left;
    cursor: pointer;
    text-align: center;
    background-color:#EEE;
    margin: 10px 0 10px 10px;
    height:auto;
    padding:5px 0;
    border-radius:15px;
    position:relative;
    white-space: nowrap;
}
#spcallist .datem{
  margin-left:20px;
}
.display_selectedItem {
    font-size: 1.2rem;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    line-height: 1.5;
}
.display_selectedItem a{
	text-decoration: none;
}
.display_selectedItem .community,
#guide .spmenuhead .tab .community{
  font-size: 1rem;
}
#spcatvlist{
  position: relative;
}

a.btn_rim {
    background: #e60012;
    border-radius: 5px 5px 5px 5px;
    font-size: 1.4rem;
    color: #fff;
    display: block;
    height: 34px;
    width: 134px;
    text-decoration: none;
}
a.btn_rim span {
    position: absolute;
    margin: 8px 13px;
}
.btn_rim::before {
    content: url(../images/cmn_svg/ico_rimoroku.svg);
    display: inline-block;
    width: 2.5rem;
    padding: 4px;
}
.btn_watch::before {
    content: url(../images/cmn_svg/watch.svg);
    display: inline-block;
    width: 2.5rem;
    padding: 4px;
}
.open #guide_top {
    position: relative;
    margin: 0;
  padding:0;
}
#guide main {
    max-width: unset;
    position: relative;
    width: 100%;
    top: 80px;
    left: 0px;
    padding-bottom:0;
    box-sizing: border-box;
}
#guide #header{
  padding: 0;
}
#mini_menu.pcOnly{
  display: none;
}
#mini_menu, #slide_menu, #guide main {
    top: 0;
    padding-left: 0;
    box-sizing: border-box;
}
#guide_top {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}
.open .cellBlock {
    left: 0px;
    margin-left: 10px;
}
.modal-overlay{
  z-index: 1;
}
}
@media screen and (max-width: 320px){
#guide .spmenuhead {
  width: calc(100vw - 32px);
  margin-top: 0;
}
#guide .spmenuhead .tab#spcallist{
  width:40%;
}
#guide .spmenuhead .tab#spcatvlist{
  width:50%;
}
}
