@charset "UTF-8";
/*-----------------------------------------------------
COMMON
-----------------------------------------------------*/

.break {
    display: none;
}

body {
    background: #000 ;
}

/*-----------------------------------------------------
SNS BUTTON
-----------------------------------------------------*/

.sns {
    font-size: 0;
    line-height: 1;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 30px;
}

.sns .snsbtn {
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    margin-right: 10px;
}
/*-----------------------------------------------------
footer
-----------------------------------------------------*/

#footer {
    line-height: 18px;
    padding: 75px 15px 50px;
}

#footer .wrap {
    text-align: center;
    padding: 0;
}

#footer .ft-menu {
    margin: 0 120px 20px 120px;
    padding-bottom: 30px;
    font-size: 14px;
    border-bottom: 1px solid #D6D8D7;
}

#footer .ft-menu span {
    padding: 0 5px;
    color: #fff;
}

#footer .ft-menu .inquiry {
    margin-right: 60px;
}

#footer ul.ft-link {
    margin: 0 60px 10px 60px;
    font-size: 12px;
}

#footer .ft-link li {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
}

#footer .ft-menu a,
#footer .ft-link a {
    color: #fff;
}

#footer .copyright {
    font-size: 10px;
    margin-top: 30px;
}

.copy_piapro {
    display: inline-block;
    background: url(../images/logo_piapro_white.svg) no-repeat right center;
    background-size: 42px auto;
    padding-right: 50px;
    margin-right: 10px;
    line-height: 20px;
}
/*-----------------------------------------------------
pagetop
-----------------------------------------------------*/

#pageTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: block;
    line-height: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    transition-duration: .3s;
    z-index: 999;
}

#pageTop:after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    line-height: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    color: #fff;
    font-family: 'fontello';
    content: '\e808';
    font-size: 16px;
    transition-duration: .2s;
}

#pageTop:hover {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 1);
}

#pageTop:hover:after {
    font-size: 20px;
}

#pageTop.hide {
    bottom: -60px;
}
/*-----------------------------------------------------
container
-----------------------------------------------------*/

#container {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 1;
    overflow-x: hidden;
    max-width: 2000px ;
}



/*-----------------------------------------------------
header
-----------------------------------------------------*/

#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    height: 50px;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.38);
}

#header h1 {
    height: 50px;
    width: 150px;
    margin-left: 30px;
    float: left;
    transition-duration: .3s;
}

#header h1 a {
    display: block;
    width: inherit;
    height: inherit;
    background: url(../images/logo-mikuexpo.svg) left center no-repeat;
    background-size: 100% auto;
    overflow: hidden;
    text-indent: -9999px;
}

#header .navBtn {
    display: none;
}
/*--------------------nav--------------------*/

#nav {
    height: 50px;
    float: right;
}

#nav #gmenu {
    float: right;
    font-size: 0;
    margin-right: 20px;
}

#nav #gmenu > li {
    display: inline-block;
}

/*#nav #gmenu > li:nth-child(1) {
display: none;
}*/

#nav #gmenu > li > a {
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition-duration: .3s;
}




/*-----------------------------------------------------
section
-----------------------------------------------------*/

.section-wrap {
    position: relative;
    z-index: 20;
}

.section {
    position: relative;
    color: #f0f0f0;
}

.section .wrap {
    padding: 170px 90px 100px ;
    position: relative;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 590px;
}

.section h1 {
    font-size: 45px;
    line-height: 36px;
    margin-bottom: 45px;
    font-family: 'Roboto Condensed', sans-serif;
}


/*-----------------------------------------------------
youtube
-----------------------------------------------------*/
.youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-----------------------------------------------------
sponsor
-----------------------------------------------------*/
ul.sponsor {
    padding: 30px 0 30px;
    text-align: center;
    font-size: 0;
}
ul.sponsor li {
    display: inline-block;
    font-size: 12px;
    margin: 0 5px;
}

ul.sponsor li a {
    display: block;
    width: 140px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    color: #333;
    text-decoration: none;
}

ul.sponsor li a .logo {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background-image: url(../images/sponsor160105.png);
    background-repeat: no-repeat;
    background-size: auto 90px;
}
ul.sponsor li a .desc {
    margin-top: 6px;
}
ul.sponsor .logo-ana {
    background-position: 0 0;
}
ul.sponsor .logo-tom {
    background-position: -90px 0;
}

.email-jp {
    background: url(../images/emal-jp.png) no-repeat right center;
    padding-right: 180px;
    background-size: 175px auto;
    margin-left: 10px;
}


/*------------------------contest----------------------*/

#container.contest {
    background: #111 url(../images/contest-bg.jpg) no-repeat center top;
    padding-top: 340px;
    background-size: 100% auto;
    background-attachment: fixed;
}

.section.section-contest {
    font-size: 18px;
}

.section.section-contest .wrap {
    padding: 0 120px;
}

.contest-title {
    width: 100%;
    margin: 0 auto 75px;
}

.contest-title span {
    display: block;
    background: url(../images/contest-title.svg) no-repeat center;
    padding-bottom: calc(100% * 148 / 560);
    background-size: 100% auto;
    margin-bottom: 50px;
}

.bnr-trial {
    margin-top: 30px;
    text-align: center;
}

.contest-cont-wrap {
    margin-top: 75px;
}

.contest-cont {
    background: rgba(33, 33, 33, 0.94);
    border: .99px solid rgba(49, 49, 49, 0.9);
    border-radius: 12px;
    padding: 50px 75px;
    margin-bottom: 25px;
}

.contest-cont-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    margin-bottom: 25px;
    text-align: center;
}

.contest-cont .list-nml li {
    font-size: 15px;
    line-height: 1.6;
}

.contest-cont .list-nml .txt-em {
    color: #ea8d8d;
}

.contest-submit {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.contest-submit a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 34px;
    font-weight: 700;
    display: inline-block;
    line-height: 100px;
    padding: 0 75px;
    background: #e66092;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
}

.contest-submit span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 34px;
    font-weight: 700;
    display: inline-block;
    line-height: 100px;
    padding: 0 75px;
    background: #3c3c3c;
    color: #4c4c4c;
    border-radius: 50px;
    text-decoration: none;
    cursor: default;
}

.img-email {
    width: 150px;
}

.contest-prizes a {
    color: #54a2c7;
}

.contest-prizes-ru {
    padding-top: 25px;
    margin-top: 25px;
    border-top: .99px solid #828282;
}

.contest-prizes-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.contest-prizes-gp .contest-prizes-title {
    font-size: 56px;
    color: #d2c52d;
}

.contest-prizes-ru .contest-prizes-title {
    font-size: 38px;
    color: #b2b2b1;
}

.contest-prizes p:before {
    display: inline;
    line-height: inherit;
    font-family: 'Material Icons';
    content: '\e061';
    font-size: inherit;
    position: relative;
    vertical-align: bottom;
    margin-right: 5px;
    color: #ed5a9e;
}

.contest-prizes-gp p:before {
    color: #d2c52d;
}

.contest-prizes-ru p:before {
    color: #828282;
}

/*------------------contest_result----------------------*/

.section.section_contest_result {
    background: linear-gradient(-45deg, rgba(232, 62, 166, 0.8) 0%, rgba(228, 46, 81, 0.8) 100%);
    font-size: 18px ;
    margin-top: 100px ;
}

.result_title {
    text-align: center ;
    font-size: 30px ;
    font-weight: bold ;
    letter-spacing: 5px ;
    font-family: 'Roboto Condensed', sans-serif;
}

.result_txt {
    margin-top: 25px ;
}

.contest_result_wrap .winner_list {
    background: #22252e;
    padding: 45px;
    margin-top: 30px;
    border-radius: 2px;
    text-align: center ;
    font-weight: bold ;
}

.winner_title {
    font-size: 36px ;
    color: #d2c52d ;
    font-family: 'Roboto Condensed', sans-serif;
}

.winner_title_2 {
    font-size: 30px ;
    color: #b2b2b1 ;
    font-family: 'Roboto Condensed', sans-serif;
}

.winner_title_3 {
    font-size: 30px ;
    color: #e0b77f ;
    font-family: 'Roboto Condensed', sans-serif;
}

.winner_song {
    font-size: 30px ;
    margin-top: 25px ;
}

.winner_list .iframe {
    margin-top: 25px ;
}

.badge_winner {
    position: absolute ;
    left: 50%;
    top: 95px;
    margin-left: 250px;
}

.badge_winner_a {
    display: inline-block ;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(234, 60, 107, 0.8) ;
    text-align:center;
    line-height: 23px;
    vertical-align: middle;
    font-size: 25px ;
    letter-spacing: 2px ;
    font-weight: bold ;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative ;
}

.badge_winner_a span {
    position: absolute ;
    left: 0 ;
    top: 50% ;
    width: 180px ;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.badge_winner_a:after {
    content: '▼' ;
    display: block ;
    position: absolute ;
    bottom: 15px;
    height: 30px;
    left: 0;
    width: 180px ;
}

.badge_winner_a:link {
    color: #fff ;
}
.badge_winner_a:visited {
    color: #fff ;
}

.badge_winner_a:hover {
    text-decoration: none ;
}


/*max-width:768px--------------------------
-------------------------------------------
-----------------------------------------*/

@media screen and (max-width: 1200px) {
    .badge_winner {
        left: inherit;
        right: 50px ;
    }
    .section.section-contest .wrap {
        padding: 0 50px;
    }
}


@media screen and (max-width: 768px) {
    /*-----------------------------------------------------
    SNS BUTTON
    -----------------------------------------------------*/

    .sns {
        font-size: 0;
        line-height: 1;
        display: block;
        vertical-align: middle;
        text-align: center;
        margin-bottom: 30px;
    }

    .sns .snsbtn {
        display: inline-block;
        line-height: 1;
        vertical-align: top;
        position: relative;
        overflow: hidden;
        font-size: 14px;
        margin: 0 10px;
    }
    /*-----------------------------------------------------
    footer
    -----------------------------------------------------*/

    #footer {
        color: #fff;
        font-size: 12px;
        line-height: 18px;
        padding: 50px 15px 25px;
    }
    .foot_usamexico_top {
        background: #000;
        z-index: 41;
        position: relative;
        margin-top: -30px;
    }

    #footer .wrap {
        text-align: center;
        padding: 0;
    }

    #footer .ft-menu {
        margin: 0 0 20px 0;
        padding-bottom: 30px;
        font-size: 14px;
        border-bottom: 1px solid #D6D8D7;
    }

    #footer .ft-menu span {
        padding: 0 5px;
        color: #666;
    }

    #footer .ft-menu .inquiry {
        margin-right: 60px;
    }

    #footer ul.ft-link {
        font-size: 12px;
        margin-bottom: 10px;
    }

    #footer .ft-link li {
        display: inline-block;
        margin: 0 10px;
        color: #666;
    }

    #footer .ft-menu a,
    #footer .ft-link a {
        color: #fff;
    }

    #footer .copyright {
        font-size: 10px;
        padding: 0 25px;
    }

    .copy_piapro {
        display: inline-block;
        background: url(../images/logo_piapro_white.svg) no-repeat right center;
        padding-right: 45px;
        background-size: 40px auto;
    }
    /*-----------------------------------------------------
    pagetop
    -----------------------------------------------------*/

    #pageTop {
        display: none;
    }
    /*-----------------------------------------------------
    container
    -----------------------------------------------------*/

    #container {
        position: relative;
        box-sizing: border-box;
        z-index: 1;
        overflow-x: hidden;
    }
    /*-----------------------------------------------------
    header
    -----------------------------------------------------*/

    #header {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99;
        height: 40px;
        width: 100%;
        background: rgba(0, 0, 0, 0.38);
    }

    #header h1 {
        height: 40px;
        width: 130px;
        margin-left: 20px;
    }

    #header h1 a {
        display: block;
        width: inherit;
        height: inherit;
        background: url(../images/logo-mikuexpo.svg) left center no-repeat;
        background-size: 100% auto;
        overflow: hidden;
        text-indent: -9999px;
    }

    #header .navBtn {
        display: block;
    }
    .navBtn {
        display: block;
        position: absolute;
        height: 40px;
        width: 40px;
        background: url(../images/icon-menu-close-wht.svg) 0 0 no-repeat;
        background-size: 40px auto;
        text-align: center;
        top: 0;
        right: 0;
    }

    body.nav-on .navBtn {
        -webkit-animation: icon_close 0.3s steps(7, end) 1;
        /*実際のコマ数-1, end*/

        -webkit-animation-fill-mode: forwards;
    }

    @-webkit-keyframes icon_close {
        0% {
            background-position-y: 0px;
        }
        100% {
            background-position-y: -280px;
        }
    }

    body.nav-off .navBtn {
        -webkit-animation: icon_open 0.3s steps(7, end) 1;
        -webkit-animation-fill-mode: forwards;
    }

    @-webkit-keyframes icon_open {
        0% {
            background-position-y: -280px;
        }
        100% {
            background-position-y: 0px;
        }
    }

    body.default .navBtn {
        -webkit-animation: none;
    }
    /*--------------------nav--------------------*/

    #nav {
        height: auto ;
        position: absolute;
        width: calc(100% - 80px);
        top: 0;
        left: -100%;
        box-sizing: border-box;
        overflow-y: scroll;
        background: #111;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
        transition-duration: .2s;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-animation-name: bg_rainbow;
        -webkit-animation-duration: 1s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-delay: 1s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: bg_rainbow;
        -moz-animation-duration: 1s;
        -moz-animation-iteration-count: 1;
        -moz-animation-delay: 1s;
        -webkit-animation-fill-mode: forwards;
        z-index: 40 ;
    }

    @-webkit-keyframes bg_rainbow {
        0% {
            opacity: 0;
            filter: alpha(opacity=0);
        }
        100% {
            opacity: 1;
            filter: alpha(opacity=100);
        }
    }

    @-moz-keyframes bg_rainbow {
        0% {
            opacity: 0;
            filter: alpha(opacity=0);
        }
        100% {
            opacity: 1;
            filter: alpha(opacity=100);
        }
    }

    body.nav-on #nav {
        left: 0;
    }

    body.nav-on {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }
    body.nav-on #container:after {
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 20 ;
    }

    #nav #gmenu {
        padding: 0;
        margin: 0;
        float: initial;
    }

    #nav #gmenu > li {
        display: block;
        font-size: 12px;
        border-bottom: 1px solid #333;
    }

    #nav #gmenu > li > a {
        display: block;
        text-decoration: none;
        height: 60px;
        line-height: 60px;
        box-sizing: border-box;
        padding: 0 30px;
        color: #ccc;
        background: #212121;
        font-weight: bold;
        position: relative;
        overflow: hidden;
        text-align: left ;
    }

    .dummy {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 30 ;
    }

    /*-----------------------------------------------------
    section
    -----------------------------------------------------*/

    .section-wrap {
        position: relative ;
    }

    .section {
        position: relative;
        color: #f0f0f0;
    }

    .section .wrap {
        /*width: calc(100% - 40px);*/
        /*margin: 0 auto;*/
        margin: 0 20px;
        padding: 60px 0;
        position: relative;
        box-sizing: border-box;
        font-size: 12px;
        line-height: 20px;
    }

    .section h1 {
        font-size: 30px;
        line-height: 24px;
        margin-bottom: 20px;
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif;
    }

    /*-----------------------------------------------------
    youtube
    -----------------------------------------------------*/
    .youtube {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }
    .youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /*-----------------------------------------------------
    sponsor
    -----------------------------------------------------*/
    ul.sponsor {
        padding: 30px 0 30px;
        text-align: center;
        font-size: 0;
    }
    ul.sponsor li {
        display: inline-block;
        font-size: 10px;
        margin: 0 5px;
    }
    ul.sponsor li a {
        display: block;
        width: 110px;
        box-sizing: border-box;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding: 5px;
        color: #333;
        text-decoration: none;
    }
    ul.sponsor li a .logo {
        width: 70px;
        height: 70px;
        margin: 0 auto;
        background-image: url(../images/sponsor160105.png);
        background-repeat: no-repeat;
        background-size: auto 70px;
    }
    ul.sponsor li a .desc {
        margin-top: 6px;
    }
    ul.sponsor .logo-ana {
        background-position: 0 0;
    }
    ul.sponsor .logo-tom {
        background-position: -70px 0;
    }

    .email-jp {
        background: url(../images/emal-jp.png) no-repeat right center;
        padding-right: 155px;
        background-size: 150px auto;
        margin-left: 10px;
    }

    /*------------------------contest----------------------*/

    #container.contest {
        background: #111 url(../images/contest-bg.jpg) no-repeat center top;
        padding-top: 210px;
        background-size: 150% auto;
        background-attachment: fixed;
    }

    .section.section-contest img {
        max-width: 100%;
    }

    .section.section-contest .wrap {
        padding: 0 10px;
        margin: 0;
    }

    .contest-title {
        width: 95%;
        margin: 0 auto 25px;
    }

    .contest-title span {
        display: block;
        background: url(../images/contest-title.svg) no-repeat center;
        padding-bottom: calc(100% * 148 / 560);
        background-size: 100% auto;
    }

    .contest-title + p,
    .contest-title + p + p {
        font-size: 14px;
        padding: 0 10px;
    }

    .bnr-trial {
        margin-top: 30px;
        text-align: center;
        margin: 30px auto 0;
        width: 75%;
    }

    .contest-cont-wrap {
        margin-top: 75px;
    }

    .contest-cont {
        background: rgba(33, 33, 33, 0.94);
        border: .99px solid rgba(49, 49, 49, 0.9);
        border-radius: 6px;
        padding: 25px 20px;
        margin-bottom: 15px;
    }

    .contest-cont-title {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 20px;
        margin-bottom: 25px;
        text-align: center;
    }

    .contest-cont .list-nml li {
        font-size: 12px;
        line-height: 1.4;
    }

    .contest-cont .list-nml .txt-em {
        color: #ea8d8d;
    }

    .contest-submit {
        text-align: center;
        margin: 50px 20px;
    }

    .contest-submit a {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 20px;
        font-weight: 700;
        display: inline-block;
        line-height: 75px;
        width: 100%;
        box-sizing: border-box;
        background: #e66092;
        color: #fff;
        border-radius: 37.5px;
        text-decoration: none;
    }

    .contest-submit span {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 20px;
        font-weight: 700;
        display: inline-block;
        line-height: 75px;
        width: 100%;
        box-sizing: border-box;
        background: #3c3c3c;
        color: #4c4c4c;
        border-radius: 37.5px;
        text-decoration: none;
        cursor: default;
        padding: 0 25px ;
    }

    .img-email {
        width: 150px;
    }

    .contest-prizes {
        margin-top: 40px;
    }

    .contest-prizes a {
        color: #54a2c7;
    }

    .contest-prizes-ru {
        padding-top: 40px;
        border-top: .99px solid #828282;
    }

    .contest-prizes-title {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        margin-bottom: 25px;
        text-align: center;
    }

    .contest-prizes-gp .contest-prizes-title {
        font-size: 30px;
        color: #d2c52d;
    }

    .contest-prizes-ru .contest-prizes-title {
        font-size: 30px;
        color: #b2b2b1;
    }

    .contest-prizes p:before {
        display: inline;
        line-height: inherit;
        font-family: 'Material Icons';
        content: '\e061';
        font-size: inherit;
        position: relative;
        vertical-align: bottom;
        margin-right: 5px;
        color: #ed5a9e;
    }

    .contest-prizes-gp p:before {
        color: #d2c52d;
    }

    .contest-prizes-ru p:before {
        color: #828282;
    }

    /*------------------contest_result----------------------*/

    .section.section_contest_result {
        background: linear-gradient(-45deg, rgba(232, 62, 166, 0.8) 0%, rgba(228, 46, 81, 0.8) 100%);
        font-size: 18px ;
        margin-top: 100px ;
    }

    .result_title {
        text-align: center ;
        font-size: 30px ;
        font-weight: bold ;
        line-height: 30px ;
        letter-spacing: 5px ;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .result_txt {
        margin-top: 40px ;
        font-size: 14px ;
    }

    .contest_result_wrap .winner_list {
        background: #22252e;
        padding: 25px;
        margin-top: 30px;
        border-radius: 2px;
        text-align: center ;
        font-weight: bold ;
    }

    .winner_title {
        font-size: 30px ;
        color: #d2c52d ;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .winner_title_2 {
        font-size: 25px ;
        color: #b2b2b1 ;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .winner_title_3 {
        font-size: 25px ;
        color: #e0b77f ;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .winner_song {
        font-size: 15px ;
        margin-top: 25px ;
    }

    .winner_list .iframe {
        margin-top: 25px ;
    }

    .badge_winner {
        position: absolute ;
        left: inherit ;
        right: 30px;
        top: 60px;
    }

    .badge_winner_a {
        display: inline-block ;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: rgba(234, 60, 107, 0.8) ;
        text-align:center;
        line-height: 18px;
        vertical-align: middle;
        font-size: 16px ;
        letter-spacing: 0 ;
        font-weight: bold ;
        font-family: 'Roboto Condensed', sans-serif;
        position: relative ;
    }

    .badge_winner_a span {
        position: absolute ;
        left: 0 ;
        top: 50% ;
        width: 100px ;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .badge_winner_a:after {
        content: '▼' ;
        display: block ;
        position: absolute ;
        bottom: 10px;
        height: 15px;
        left: 0;
        width: 100px ;
    }

    .badge_winner_a:link {
        color: #fff ;
    }
    .badge_winner_a:visited {
        color: #fff ;
    }

    .badge_winner_a:hover {
        text-decoration: none ;
    }
}