
/*
修正主選單捲動總寬度
*/
.naviItemWrapper{
    width: auto;
    max-width: 1024px;
    text-align: center;
    font-size: 0;
}
.naviOutline{
    font-size: 1.125rem;
    display: inline-block;
    float: none;
}


/*
手機版主選單高度微幅增加
*/
@media (max-width: 767px){

    .wrapperTop{
        margin-top: 132px;
    }
    .navi-next, .navi-prev{
        height: 50px;
        background-size: 30px 50px;
        background-repeat: no-repeat;
    }
    .navigationWrapper{
        height: 50px;
    }
    .naviOutline a{
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 420px){

    .naviItemWrapper{
        white-space: nowrap;
        text-align: left;
    }

}



/*
20161230
修觀看記錄播放Bar被蓋住
*/

.containIndexHistory{
    height: 62px;
}

.indexHistoryWrapper{
    padding-top: 0px;
}

@media (max-width: 768px){
    .wrapperTopIndex{
        margin-top: 132px;
    }
}



/*
20161226
節目表增加回看連結圖示
*/
.pGuideUl li{
    position: relative;
}
.pGuideUl .rePlay{
    cursor: pointer;
}
.pGuideUl .rePlay .progrR:after {
    font-size: 22px;
    font-family: FontAwesome;
    content: "\f1da";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 4%;
    top: 11px;
}
@media (max-width: 767px){

    .pGuideUl li .progrR{
        padding-right: 10%;
    }
    .pGuideUl .rePlay .progrR:after {
        left: auto;
        right: 4%;
    }
}
