/* nowPlayingAudio、nowPlayingVideoはLAG様のほうにてスタイルを適用 */
/* .nowPlayingAudio {
    background-image: url(/pc/img/pause2_btn.gif);
    background-repeat: no-repeat!important;
}

.nowPlayingVideo {
    background-image: url(/pc/img/pause2_btn.gif);
    background-repeat: no-repeat!important;
} */

.nowPlayingAudio a {
    background-image: url(/addition/audition/img/btn_audio_on.gif);
    background-repeat: no-repeat!important;
}

.nowPlayingVideo a {
    background-image: url(/addition/audition/img/btn_video_on.gif);
    background-repeat: no-repeat!important;
}

/* ranking */
.ranking_btnTryAudio.nowPlayingAudio {
    background-image: url(/pc/img/ranking/btn_audio_play.gif);
    background-repeat: no-repeat!important;
}
.ranking_btnTryVideo.nowPlayingVideo {
    background-image: url(/pc/img/ranking/btn_video_play.gif);
    background-repeat: no-repeat!important;
}
