@charset "UTF-8";
/* -----------------------------------
	配信スケジュールページ
----------------------------------- */
.content-base:nth-of-type(1){ padding-top: 0;}
@media screen and (max-width: 768px){
    .content-wrap.oaSchedule{ padding: 0;}
}
#fp-contents{
    padding-top: 0;
    background-color: #fff;
    box-shadow: 1px 1px 40px 40px #fff;
}
/*.cx_smartphoneview #contentsWrap{
    width: 612px;
    margin: 0 auto;
}*/
.content-wrap h2{
    z-index: 999;
    margin-bottom: 0;
    padding: 0.8em 0;
    background: #fff;
    border: none;
    position: relative;
    top: auto;
    -webkit-text-fill-color: unset;
    -webkit-background-clip: unset;
}
.content-wrap h2.fixed{
    position: fixed;
    top: 2.4em;
    width: 1120px;
    z-index: 1100;
}
@media screen and (max-width: 1200px){
    .content-wrap h2.fixed{
        width: 90%;
    }
}
@media screen and (max-width: 768px){
    .content-wrap h2.fixed{ width: 100%; top: 2em;}
}
h2 + p{
    font-weight: bold;
    padding-bottom: 1em;
    margin-top: -0.8em;
    z-index: 1000;
    position: relative;
    line-height: 1.4;
    /*font-feature-settings: "palt";*/
}
#dateTab{
    display: flex;
    position: relative;
    border-bottom: solid 7px #4a1997;
    /*width: 612px;*/
    z-index: 999;
    background-color: #fff;
    box-sizing: border-box;
    top: auto;
}
#dateTab li{
    flex-shrink: 0;
    width: 16.5%;
    /*width: 19.84%;*/
    margin-right: 0.2%;
    background-color: #475bb8;
    text-align: center;
    color: rgba(255,255,255,0.7);
    line-height: 1.2em;
    cursor: pointer;
    height: 3em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 0.3em 0.3em 0 0;
}
#dateTab li p{ font-weight: bold;}
#dateTab li .day{
    font-size: 88%;
    margin-left: 0.1em;
}
@media screen and (max-width: 768px){
    #dateTab li .day{ font-size: 78%;}
    #dateTab{ padding: 0 1%;}
}
@media screen and (max-width: 550px){
    #dateTab li{ font-size: 78%;}
}
#dateTab li:nth-last-of-type(1){ margin-right: 0;}
#dateTab li.on,
.cx_displaydevice #dateTab li:hover{
    height: 3.2em;
    margin-top: -0.2em;
    background-color: #16266e;
    background-color: #4a1997;
    color: #fff;
}
.cx_displaydevice #dateTab li:hover{ background-color: #475bb8;}
.cx_displaydevice #dateTab li.on:hover{ background-color: #4a1997;}

#dateTab.fixed{
    position: fixed;
    /* top: 156px; */
    top: 8.3em;
    width: 1120px;
    z-index: 1200;
}
@media screen and (max-width: 1200px){
    #dateTab.fixed{ width: 90%;}
}
@media screen and (max-width: 768px){
    #dateTab.fixed{ width: 100%; top: 7.5em;}
}
/* .cx_smartphoneview #dateTab li{
    font-size: 94%;
    letter-spacing: -0.05em;
    height: 3.4em;
}
.cx_smartphoneview #dateTab li.on{
    margin-top: -0.2em;
    background-color: #592271;
    height: 3.6em;
} */

#timetableWrap #category{
    width: 100%;
    padding-left: 2em;
    z-index: 999;
    background-color: #6b6ba4;
    box-sizing: border-box;
    font-weight: bold;
    position: relative;
    top: auto;
}
#timetableWrap #category.pc-only.fixed{
    position: fixed;
    /* top: 211px; */
    top: 11.7em;
    width: 1120px;
}
@media screen and (max-width: 1200px){
    #timetableWrap #category.pc-only.fixed{ width: 90%;}
}
@media screen and (max-width: 768px){
    #timetableWrap #category{
        width: 180%;
    }
    /* #timetableWrap #category.fixed{
        position: relative;
        width: auto;
        top: auto;
    } */
}
#timetableWrap #category li{
    float: left;
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    border-left: solid 1px #aaa;
    background-color: #6b6ba4;
    color: #fff;
    line-height: 1.2;
    padding: 0.3em 0;
}
#timetableWrap #dayAllWrap{
    position: relative;
    overflow: hidden;
}
#timetableWrap #dayAllWrap > div{ width: 600%;}
/* .cx_smartphoneview #timetableWrap #dayAllWrap > div{ width: 4400px;} */
.feat1{
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    -moz-transition:  -moz-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}
.feat2{
    -ms-transform: translate3d(-16.66666%, 0, 0);
    -webkit-transform: translate3d(-16.66666%, 0px, 0);
    -moz-transform: translate3d(-16.66666%, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    -moz-transition:  -moz-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}
.feat3{
    -ms-transform: translate3d(-33.33333%, 0, 0);
    -webkit-transform: translate3d(-33.33333%, 0px, 0);
    -moz-transform: translate3d(-33.33333%, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    -moz-transition:  -moz-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}
.feat4{
    -ms-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0px, 0);
    -moz-transform: translate3d(-50%, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    -moz-transition:  -moz-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}
.feat5{
    -ms-transform: translate3d(-66.66666%, 0, 0);
    -webkit-transform: translate3d(-66.66666%, 0px, 0);
    -moz-transform: translate3d(-66.66666%, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    -moz-transition:  -moz-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}
.feat6{
    -ms-transform: translate3d(-83.33333%, 0, 0);
    -webkit-transform: translate3d(-83.33333%, 0px, 0);
    -moz-transform: translate3d(-83.33333%, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    -moz-transition:  -moz-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}
/* .cx_smartphoneview .feat1{
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    -moz-transition:  -moz-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}
.cx_smartphoneview .feat2{
    -ms-transform: translate3d(-640px, 0, 0);
    -webkit-transform: translate3d(-640px, 0px, 0);
    -moz-transform: translate3d(-640px, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    -moz-transition:  -moz-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}
.cx_smartphoneview .feat3{
    -ms-transform: translate3d(-1280px, 0, 0);
    -webkit-transform: translate3d(-1280px, 0px, 0);
    -moz-transform: translate3d(-1280px, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    -moz-transition:  -moz-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}
.cx_smartphoneview .feat4{
    -ms-transform: translate3d(-1920px, 0, 0);
    -webkit-transform: translate3d(-1920px, 0px, 0);
    -moz-transform: translate3d(-1920px, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    -moz-transition:  -moz-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}
.cx_smartphoneview .feat5{
    -ms-transform: translate3d(-2560px, 0, 0);
    -webkit-transform: translate3d(-2560px, 0px, 0);
    -moz-transform: translate3d(-2560px, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    -moz-transition:  -moz-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}
.cx_smartphoneview .feat6{
    -ms-transform: translate3d(-3200px, 0, 0);
    -webkit-transform: translate3d(-3200px, 0px, 0);
    -moz-transform: translate3d(-3200px, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    -moz-transition:  -moz-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
} */
#timetableWrap .day{
    /*border-top: solid 2px #b4904d;*/
    /*border-bottom: solid 2px #b4904d;*/
    line-height: 1.4;
    /*position: relative;*/
    width: calc( 100% / 6);
    float: left;
}
#timetableWrap .day > div{
    margin-bottom: 10px;
    border-top: solid 2px #b4904d;
    border-bottom: solid 2px #b4904d;
    position: relative;
}
@media screen and (max-width: 768px){
    #timetableWrap .day{
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }
    #timetableWrap .day > div{ width: 180%;}
}
.day__date{
    text-align: center;
    line-height: 1.2;
    font-size: 110%;
    font-weight: bold;
    margin: 10px 0;
    color: #592271;
}

#timetableWrap .hour{
    line-height: 5.9em;
    /*border-bottom: solid 0.05em #b4904d;*/
    border-bottom: solid 0.1em #fff;
    padding-left: 0.3em;
    background: rgb(222,234,247);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZWFmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWYzZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgb(222,234,247) 0%, rgb(234,243,252) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(222,234,247)), color-stop(100%,rgb(234,243,252)));
    background: -webkit-linear-gradient(top,  rgb(222,234,247) 0%,rgb(234,243,252) 100%);
    background: -o-linear-gradient(top,  rgb(222,234,247) 0%,rgb(234,243,252) 100%);
    background: -ms-linear-gradient(top,  rgb(222,234,247) 0%,rgb(234,243,252) 100%);
    background: linear-gradient(to bottom,  rgb(222,234,247) 0%,rgb(234,243,252) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deeaf7', endColorstr='#eaf3fc',GradientType=0 );
    font-weight: bold;
}
#timetableWrap .band{
    position: absolute;
    top: 0;
    left: 2em;
    width: calc(100% - 2em);
}
@media screen and (max-width: 768px){
    /* #timetableWrap .band{
        left: 5%;
        width: 175%;
    } */
}
#timetableWrap .band li{
    float: left;
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    border-left: dashed 1px #727ea2;
    position: relative;
}
#timetableWrap .band li a > div,
#timetableWrap .band li > div{
    background: rgb(234,211,136);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2VhZDM4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y0ZWFjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWQzODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgb(234,211,136) 1%, rgb(244,234,200) 50%, rgb(234,211,136) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(234,211,136)), color-stop(50%,rgb(244,234,200)), color-stop(100%,rgb(234,211,136)));
    background: -webkit-linear-gradient(top,  rgb(234,211,136) 1%,rgb(244,234,200) 50%,rgb(234,211,136) 100%);
    background: -o-linear-gradient(top,  rgb(234,211,136) 1%,rgb(244,234,200) 50%,rgb(234,211,136) 100%);
    background: -ms-linear-gradient(top,  rgb(234,211,136) 1%,rgb(244,234,200) 50%,rgb(234,211,136) 100%);
    background: linear-gradient(to bottom,  rgb(234,211,136) 1%,rgb(244,234,200) 50%,rgb(234,211,136) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ead388', endColorstr='#ead388',GradientType=0 );
    position: absolute;
    width: 98%;
    left: 1%;
    padding-top: 1em;
    box-sizing: border-box;
}
#timetableWrap .band li div.fade{
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZDM4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2VhZDM4OCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZWFjOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(234,211,136,1) 0%, rgba(234,211,136,0.9) 10%, rgba(244,234,200,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,211,136,1)), color-stop(10%,rgba(234,211,136,0.9)), color-stop(100%,rgba(244,234,200,0)));
    background: -webkit-linear-gradient(top,  rgba(234,211,136,1) 0%,rgba(234,211,136,0.9) 10%,rgba(244,234,200,0) 100%);
    background: -o-linear-gradient(top,  rgba(234,211,136,1) 0%,rgba(234,211,136,0.9) 10%,rgba(244,234,200,0) 100%);
    background: -ms-linear-gradient(top,  rgba(234,211,136,1) 0%,rgba(234,211,136,0.9) 10%,rgba(244,234,200,0) 100%);
    background: linear-gradient(to bottom,  rgba(234,211,136,1) 0%,rgba(234,211,136,0.9) 10%,rgba(244,234,200,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ead388', endColorstr='#00f4eac8',GradientType=0 );
}
#timetableWrap .band li a{
    display: block;
}
.cx_displaydevice #timetableWrap .band li > a:hover > div{
    background: rgb(239,217,151);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZDk5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZjFjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmQ5OTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgb(239,217,151) 0%, rgb(255,241,198) 50%, rgb(239,217,151) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(239,217,151)), color-stop(50%,rgb(255,241,198)), color-stop(100%,rgb(239,217,151)));
    background: -webkit-linear-gradient(top,  rgb(239,217,151) 0%,rgb(255,241,198) 50%,rgb(239,217,151) 100%);
    background: -o-linear-gradient(top,  rgb(239,217,151) 0%,rgb(255,241,198) 50%,rgb(239,217,151) 100%);
    background: -ms-linear-gradient(top,  rgb(239,217,151) 0%,rgb(255,241,198) 50%,rgb(239,217,151) 100%);
    background: linear-gradient(to bottom,  rgb(239,217,151) 0%,rgb(255,241,198) 50%,rgb(239,217,151) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd997', endColorstr='#efd997',GradientType=0 );
}
.cx_displaydevice #timetableWrap .band li a:hover > div.fade{
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZDk5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2VmZDk5NyIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZjFjNiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(239,217,151,1) 0%, rgba(239,217,151,0.9) 10%, rgba(255,241,198,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,217,151,1)), color-stop(10%,rgba(239,217,151,0.9)), color-stop(100%,rgba(255,241,198,0)));
    background: -webkit-linear-gradient(top,  rgba(239,217,151,1) 0%,rgba(239,217,151,0.9) 10%,rgba(255,241,198,0) 100%);
    background: -o-linear-gradient(top,  rgba(239,217,151,1) 0%,rgba(239,217,151,0.9) 10%,rgba(255,241,198,0) 100%);
    background: -ms-linear-gradient(top,  rgba(239,217,151,1) 0%,rgba(239,217,151,0.9) 10%,rgba(255,241,198,0) 100%);
    background: linear-gradient(to bottom,  rgba(239,217,151,1) 0%,rgba(239,217,151,0.9) 10%,rgba(255,241,198,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd997', endColorstr='#00fff1c6',GradientType=0 );
}
#timetableWrap .band li div p:nth-of-type(1){
    font-weight: bold;
}
#timetableWrap .band li div p.live,
#timetableWrap .band li div p.rec{
    background-color: #ba2866;
    display: inline-block;
    color: #fff;
    line-height: 1.2;
    padding: 0 0.8em;
    border-radius: 20px;
    font-size: 84%;
    font-weight: bold;
    margin-bottom: 0.2em;
}
#timetableWrap .band li div p.rec{ background-color: #5b6d90;}
#timetableWrap .band li div p.time{
    font-size: 94%;
    line-height: 1.2;
    font-weight: bold;
}
#timetableWrap .band li div p.time span{
    font-size: 88%;
    font-weight: normal;
}
#timetableWrap .band li div p.tv{
    width: 90%;
    box-sizing: border-box;
    line-height: 1.2;
    padding: 0.3em 0.7em;
    background-color: #fff;
    display: inline-block;
    margin-top: 0.3em;
    font-weight: bold;
    /*color: #836619;*/
    color: #ba2866;
    /* border-top: solid 3px #836619;
    border-bottom: solid 3px #836619; */
    font-feature-settings: "palt";
}
#timetableWrap .band li div p.tv span{
    font-weight: normal;
    font-size: 82%;
    color: #333;
    letter-spacing: -0.05em;
}
@media screen and (max-width: 768px){
    #timetableWrap .band li div p.tv{
        font-size: 88%;
        letter-spacing: -0.05em;
        width: auto;
    }
    #timetableWrap .band li div p.tv.link{ width: 90%;}
}
#timetableWrap .band li div.start_0{ top: 0;}
#timetableWrap .band li div.start_5{ top: 0.5em;}
#timetableWrap .band li div.start_15{ top: 1.5em;}
#timetableWrap .band li div.start_25{ top: 2.5em;}
#timetableWrap .band li div.start_30{ top: 3em;}
#timetableWrap .band li div.start_35{ top: 3.5em;}
#timetableWrap .band li div.start_40{ top: 4em;}
#timetableWrap .band li div.start_45{ top: 4.5em;}
#timetableWrap .band li div.start_50{ top: 5em;}
#timetableWrap .band li div.start_57{ top: 5.7em;}
#timetableWrap .band li div.start_60{ top: 6em;}
#timetableWrap .band li div.start_80{ top: 8em;}
#timetableWrap .band li div.start_90{ top: 9em;}
#timetableWrap .band li div.start_105{ top: 10.5em;}
#timetableWrap .band li div.start_110{ top: 11em;}
#timetableWrap .band li div.start_115{ top: 11.5em;}
#timetableWrap .band li div.start_120{ top: 12em;}
#timetableWrap .band li div.start_130{ top: 13em;}
#timetableWrap .band li div.start_140{ top: 14em;}
#timetableWrap .band li div.start_145{ top: 15.5em;}
#timetableWrap .band li div.start_150{ top: 15em;}
#timetableWrap .band li div.start_165{ top: 16.5em;}
#timetableWrap .band li div.start_175{ top: 17.5em;}
#timetableWrap .band li div.start_180{ top: 18em;}
#timetableWrap .band li div.start_195{ top: 19.5em;}
#timetableWrap .band li div.start_210{ top: 21em;}
#timetableWrap .band li div.start_225{ top: 22.5em;}
#timetableWrap .band li div.start_235{ top: 23.5em;}
#timetableWrap .band li div.start_240{ top: 24em;}
#timetableWrap .band li div.start_246{ top: 24.6em;}
#timetableWrap .band li div.start_251{ top: 25.1em;}
#timetableWrap .band li div.start_270{ top: 27em;}
#timetableWrap .band li div.start_300{ top: 30em;}
#timetableWrap .band li div.start_308{ top: 30.8em;}
#timetableWrap .band li div.start_325{ top: 32.5em;}
#timetableWrap .band li div.start_330{ top: 33em;}
#timetableWrap .band li div.start_360{ top: 36.0em;}
#timetableWrap .band li div.start_365{ top: 36.5em;}
#timetableWrap .band li div.start_366{ top: 36.6em;}
#timetableWrap .band li div.start_390{ top: 39em;}
#timetableWrap .band li div.start_405{ top: 40.5em;}
#timetableWrap .band li div.start_420{ top: 42.0em;}
#timetableWrap .band li div.start_424{ top: 42.4em;}
#timetableWrap .band li div.start_426{ top: 42.6em;}
#timetableWrap .band li div.start_428{ top: 42.8em;}
#timetableWrap .band li div.start_434{ top: 43.4em;}
#timetableWrap .band li div.start_480{ top: 48em;}
#timetableWrap .band li div.start_485{ top: 48.5em;}
#timetableWrap .band li div.start_510{ top: 51em;}
#timetableWrap .band li div.start_537{ top: 53.7em;}
#timetableWrap .band li div.start_540{ top: 54em;}
#timetableWrap .band li div.start_705{ top: 70.5em;}
#timetableWrap .band li div.h_10{ height: 1em;}
#timetableWrap .band li div.h_20{ height: 2em;}
#timetableWrap .band li div.h_30{ height: 3em;}
#timetableWrap .band li div.h_45{ height: 4.5em;}
#timetableWrap .band li div.h_50{ height: 5em;}
#timetableWrap .band li div.h_55{ height: 5.5em;}
#timetableWrap .band li div.h_59{ height: 5.9em;}
#timetableWrap .band li div.h_60{ height: 6em;}
#timetableWrap .band li div.h_70{ height: 7em;}
#timetableWrap .band li div.h_80{ height: 8em;}
#timetableWrap .band li div.h_90{ height: 9em;}
#timetableWrap .band li div.h_95{ height: 9.5em;}
#timetableWrap .band li div.h_150{ height: 15em;}
#timetableWrap .band li div.h_105{ height: 10.5em;}
#timetableWrap .band li div.h_108{ height: 10.8em;}
#timetableWrap .band li div.h_109{ height: 10.9em;}
#timetableWrap .band li div.h_113{ height: 11.3em;}
#timetableWrap .band li div.h_114{ height: 11.4em;}
#timetableWrap .band li div.h_118{ height: 11.8em;}
#timetableWrap .band li div.h_114{ height: 11.4em;}
#timetableWrap .band li div.h_115{ height: 11.5em;}
#timetableWrap .band li div.h_120{ height: 12em;}
#timetableWrap .band li div.h_122{ height: 12.2em;}
#timetableWrap .band li div.h_125{ height: 12.5em;}
#timetableWrap .band li div.h_130{ height: 13.0em;}
#timetableWrap .band li div.h_132{ height: 13.2em;}
#timetableWrap .band li div.h_135{ height: 13.5em;}
#timetableWrap .band li div.h_140{ height: 14em;}
#timetableWrap .band li div.h_150{ height: 14.8em;}
#timetableWrap .band li div.h_160{ height: 16.0em;}
#timetableWrap .band li div.h_163{ height: 16.3em;}
#timetableWrap .band li div.h_165{ height: 16.5em;}
#timetableWrap .band li div.h_167{ height: 16.7em;}
#timetableWrap .band li div.h_172{ height: 17.2em;}
#timetableWrap .band li div.h_174{ height: 17.4em;}
#timetableWrap .band li div.h_178{ height: 17.8em;}
#timetableWrap .band li div.h_180{ height: 18em;}
#timetableWrap .band li div.h_195{ height: 19.5em;}
#timetableWrap .band li div.h_210{ height: 21em;}
#timetableWrap .band li div.h_230{ height: 23em;}
#timetableWrap .band li div.h_235{ height: 23.5em;}
#timetableWrap .band li div.h_250{ height: 25em;}
#timetableWrap .band li div.h_255{ height: 25.5em;}
#timetableWrap .band li div.h_259{ height: 25.9em;}
#timetableWrap .band li div.h_260{ height: 26em;}
#timetableWrap .band li div.h_262{ height: 26.2em;}
#timetableWrap .band li div.h_265{ height: 26.5em;}
#timetableWrap .band li div.h_270{ height: 27em;}
#timetableWrap .band li div.h_280{ height: 28em;}
#timetableWrap .band li div.h_322{ height: 32.2em;}


#timetableWrap .band li div.btn_fod-pr,
#timetableWrap .band li div.btn_fod,
#timetableWrap .band li div.btn_tver{
    background: #fff url("../img/fod-pr_logo.png") no-repeat center 5px;
    width: 90%;
    margin: 0.3em auto 0;
    position: relative;
    left: auto;
    background-size: 90%;
    height: 0;
    padding-top: 22.75%;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
}
#timetableWrap .band li div.btn_fod{
    background: #fff url("../img/fod_logo.png") no-repeat center 5px;
    background-size: 90%;
}
#timetableWrap .band li div.btn_tver{
    background: #fff url("../img/tver_logo.svg") no-repeat center 3px;
    background-size: 48%;
}
/*#timetableWrap .band li div.btn_fod-pr::after,
#timetableWrap .band li div.btn_fod::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    right: 0; left: 0;
	margin:0 auto;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent #ffc279;
}*/

#timetableWrap .band li div.btn_fod-pr + p,
#timetableWrap .band li div.btn_fod + p,
#timetableWrap .band li div.btn_tver + p,
#timetableWrap .band li p.link + p{
    position: relative;
    background-color: #a8286a;
    width: 90%;
    margin: 0 auto;
    color: #fff;
    font-size: 80%;
    line-height: 1.2;
    font-weight: bold;
    padding: 0.2em 0;
    margin-bottom: 0.6em;
}
#timetableWrap .band li div.btn_fod-pr + p::after,
#timetableWrap .band li div.btn_fod + p::after,
#timetableWrap .band li div.btn_tver + p::after,
#timetableWrap .band li p.link + p::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 2px;
	margin:-5px 0 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #ffc279;
}
.cx_displaydevice #timetableWrap .band li a:hover div.btn_fod-pr + p,
.cx_displaydevice #timetableWrap .band li a:hover div.btn_fod + p,
.cx_displaydevice #timetableWrap .band li a:hover div.btn_tver + p,
.cx_displaydevice #timetableWrap .band li a:hover p.link + p{ background-color: #df2d78;}


.sp_display #gbheader{
    display: none !important;
}