#peanuts_sports .peanuts_sports_mv_wrapper
{
    position: relative;

    width: 100%;
    min-width: 1280px;
    height: 400px;

    background-color: #bbecef;
    background-image: url(/assets2/feature/peanuts_sports/pc/images/main_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
}

#peanuts_sports .peanuts_sports_mv_wrapper::after
{
    position: absolute;
    bottom: -9px;

    display: block;

    width: 100%;
    height: 9px;

    content: '';

    background: url(/assets2/feature/peanuts_sports/pc/images/main_bottom.png) repeat-x bottom left;
}

#peanuts_sports .peanuts_sports_mv_wrapper .peanuts_sports_mv
{
    text-align: center;
}

#peanuts_sports .peanuts_sports_container
{
    padding-top: 70px;
    padding-bottom: 20px;

    background: url(/assets2/feature/peanuts_sports/pc/images/bg.png) no-repeat center top;
}

#peanuts_sports .peanuts_sports_lt
{
    margin: 0 0 50px;

    text-align: center;
}

#peanuts_sports .peanuts_sports_thumbList_wrapper
{
    width: 1280px;
    margin: 0 auto;
}

#peanuts_sports .peanuts_sports_thumbList_inner
{
    padding: 0 50px;
}

#peanuts_sports .peanuts_sports_thumbList
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row;

    width: 100.85%;
    margin-left: -.85%;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

#peanuts_sports .peanuts_sports_thumbList li
{
    width: 24.15%;
    margin-left: .85%;

    border: 1px solid #333;
    background: #fff;
}

#peanuts_sports .peanuts_sports_thumbList li a.peanuts_sports_thumbList_anch
{
    display: none;
}

#peanuts_sports .peanuts_sports_thumbList li:nth-of-type(n+5)
{
    margin-top: 30px;
}

#peanuts_sports .peanuts_sports_thumbList li dl dt
{
    font-size: 25px;
    font-size: 2.5rem;

    padding: .5em 0;

    text-align: center;
}

#peanuts_sports .peanuts_sports_thumbList li dl dt span
{
    font-family: 'uqb';
    font-weight: 700;

    color: #001d5e;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_img
{
    background: #e9e8e7;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_img img
{
    width: 100%;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_button
{
    padding: 20px 30px;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_button .peanuts_sports_button_wrapper
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row;

    margin: 0 auto;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_button .peanuts_sports_button_wrapper .peanuts_sports_button
{
    overflow: hidden;

    width: 3em;
    height: 3em;
    margin: 0 15px;

    white-space: nowrap;
    text-indent: 100%;

    border-radius: 50%;
    background: #333;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_button .peanuts_sports_button_wrapper .peanuts_sports_button:nth-of-type(n+4)
{
    margin-top: 20px;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_button .peanuts_sports_button_wrapper .peanuts_sports_button-pink
{
    background: #f4b3c8;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_button .peanuts_sports_button_wrapper .peanuts_sports_button-orange
{
    background: #f6af74;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_button .peanuts_sports_button_wrapper .peanuts_sports_button-yellow
{
    background: #fff000;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_button .peanuts_sports_button_wrapper .peanuts_sports_button-green
{
    background: #82cddb;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_button .peanuts_sports_button_wrapper .peanuts_sports_button-blue
{
    background: #97caee;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_button .peanuts_sports_button_wrapper .peanuts_sports_button-purple
{
    background: #bbbcde;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_button .peanuts_sports_button_wrapper .peanuts_sports_button.is-active
{
    border: 4px solid #4c4c4c;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_next
{
    padding: 15px;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_next_button
{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;

    display: block;

    padding: .8em;

    text-align: center;

    color: #001d5e;
    border: 2px solid #001d5e;
}

#peanuts_sports .peanuts_sports_thumbList li dl dd .peanuts_sports_thumbList_next_button:hover
{
    color: #fff;
    background: #001d5e;
}
