/* トップページのYouTubeプレイヤー */
/*
.youtube-frame {
    position: relative;
    width: 560px;
    height: 315px;
    overflow: hidden;
    margin: 0 auto;
}
*/
.youtube-frame iframe,
.youtube-frame #youtube-player-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 再生情報のティッカー部分 */
.mv-bottom .ticker-inner ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
