
/*切換PC置頂選單*/
.cantantBase1{ display: block; }
.cantantBase2{ display: none; }
/*活動提醒按鈕*/
@media screen and (max-width: 767px){
.btn_alert {position: absolute;top: 19vw;right: -1vw;width: 19%;z-index: 99;}
}

/* 各頁面CSS */
@media screen and (max-width: 767px){
    .box_3PD .btn_alert_danji {top: 5%;}
    }
.night_owl .danji-pd-head {background:#f200ca;}
@media screen and (min-width: 767px){
.night_owl .cat {position: absolute;width:auto;top:21px;left:20px;}
.night_owl .cat img {width:59%;}
.night_owl .danji-pd-head b {position: relative;left:55px;}
}
@media screen and (max-width: 767px){
.night_owl .cat {position: absolute;width:21%;top: 2.3vw;left:4vw;}
.night_owl .danji-pd-head b {position: relative;left: 4vw;}
}
