@charset "utf-8";

/* Spidoche Tube
============================================== */
.spidochetube,
.spidochetube div,
.spidochetube ul,
.spidochetube li,
.spidochetube p,
.spidochetube a {
    margin: 0;
    padding: 0;
}

/* Container
---------------------------------------------- */
.spidochetube {
    margin: auto;
}
.spidochetube .spidochetube_inner {
    background: #fff;
    margin: 0 10px 0 10px;
}

/* Player
---------------------------------------------- */
.spidochetube #spidochetube_player {
    width: 100%;
    max-width: 960px;
    background: #ddd url(/img/animattion/loader.gif) center center no-repeat;
    position: relative;
    margin: 0 auto 15px;
    padding-top: 56.25%;
}
#spidochetube_player #player {
    width: 100% !important;
    height: 100% !important;
    max-width: 960px;
    position: absolute;
    top: 0;
    right: 0;
}

/* Playlist
---------------------------------------------- */
.spidochetube h2 {
    color: #444;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.spidochetube h2 i {
    padding-right: 5px;
}
.spidochetube ul.clearfix {
    margin: 0 -1.1% 15px -1%;
}
.spidochetube .spidochetube_list li {
    width: 23%;
    background: #ddd;
    box-sizing: border-box;
    float: left;
    margin: 6px 1%;
    margin-bottom: 15px;
    transition: all 220ms;
}
.spidochetube .spidochetube_list li:hover {
    background: #444;
    transform: translateY(-2px);
    transition: all 220ms;
}
.spidochetube .spidochetube_list li a {
    color: #333;
    font-size: 12px;
    text-decoration: none;
    display: block;
    padding: 2.5% 2.5% 5% 2.5%;
}
.spidochetube .spidochetube_list li a:hover {
    color: #fff;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.spidochetube .spidochetube_list li img {
    width: 100%
}
.spidochetube .spidochetube_list li a span {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-top: 7px;
}
.spidochetube .spidochetube_list li.spidochetube_current {
    background: #ddd;
    background: #444;
}
.spidochetube .spidochetube_list li.spidochetube_current a {
    color: #f0f0f0;
}

/* Media Query
---------------------------------------------- */
@media screen and (max-width: 767px) { /* 767px以下用 */
    .spidochetube .spidochetube_list li {
        width: 31.3333333333%;
    }
    .spidochetube .spidochetube_list li {
        transition: none;
    }
    .spidochetube .spidochetube_list li:hover {
        background: #ddd;
        transform: none;
        transition: none;
    }
    .spidochetube .spidochetube_list li a:hover {
        color: #333;
    }
    .spidochetube .spidochetube_list li.spidochetube_current {
        background: #ec798f;
    }
    .spidochetube .spidochetube_list li.spidochetube_current a {
        color: #f0f0f0;
    }
}
@media screen and (max-width: 593px) { /* 593px以下用 */
    .spidochetube_list {
        width: 100%;
        margin: 0 auto 25px;
    }
    .spidochetube ul.clearfix {
        margin: 0 0 15px;
    }
    .spidochetube .spidochetube_list li {
        width: 100%;
        height: 60.5px;
        border: none;
        margin: 0;
        padding: 0;
    }
    .spidochetube .spidochetube_list li:nth-child(odd) {
        background: #ddd;
    }
    .spidochetube .spidochetube_list li:nth-child(even) {
        background: #fff;
    }
    .spidochetube .spidochetube_list li img {
        width: 90px;
        max-width: 90px;
        display: table-cell;
        padding: 5px 5px;
    }
    .spidochetube .spidochetube_list li a span {
        text-align: left;
        line-height: 18px;
        display: table-cell;
        vertical-align: middle;
        white-space: inherit;
        overflow: inherit;
        padding: 4px 2% 4px 1%;
    }
    .spidochetube .spidochetube_list li a {
        display: table;
        margin: 0;
        padding: 0;
    }
    .spidochetube .spidochetube_list li.spidochetube_current {
        background: #444;
    }
    .spidochetube .spidochetube_list li.spidochetube_current a {
        color: #f0f0f0;
    }
}