/*----------------------------------------------------
        コンテンスト結果発表ページ　共通
----------------------------------------------------*/
#contests_result {
    background: #fff;
}

#contests_result .inner {
    margin: 0 auto;
    max-width: 710px;
    padding: 0 3%;
}

#contests_result .mv_area .mv {
    background: url(/img/contests/result/mv_pattern.png);
    background-size: 14px 22px;
    position: relative;
    top: -25px;
}

#contests_result h1 img {
    left: 50%;
    position: relative;
    top: 25px;
    transform: translate(-50%, 0);
    max-width: 710px;
    min-width: 353px;
}

#contests_result .sec1 {
    background: #fff;
    margin: 5px 0 0;
}

#contests_result .sec1 .head {
    text-align: center;
}

#contests_result .sec1 .head p {
    font-size: 15px;
    font-weight: bold;
}

#contests_result .sec1 .head p span {
    background: url(/img/contests/result/con1_text_line.png) repeat-x bottom;
    background-size: 20px 8px;
    box-shadow: 0 0 3px #fff;
    color: #b71368;
    text-shadow: 2px 2px 0px #fff,
        -2px 2px 0px #fff,
        2px -2px 0px #fff,
        -2px -2px 0px #fff,
        2px 0px 0px #fff,
        0px 2px 0px #fff,
        -2px 0px 0px #fff,
        0px -2px 0px #fff;
}

#contests_result .sec1 .grand_prix {
    margin: 20px 0 10px;
}

#contests_result .sec1 .grand_prix .user_img {
    margin-bottom: 10px;
    text-align: center;
}

#contests_result .sec1 .grand_prix .user_img img {
    max-width: 594px;
}

#contests_result .sec1 .grand_prix .bottom_area {
    margin: 0 auto;
    max-width: 596px;
    text-align: center;
}

#contests_result .sec1 .grand_prix .bottom_area img {
    max-width: 596px;
}

#contests_result .sec1 .grand_prix .bottom_area .name {
    background: url(/img/contests/result/user1_img4.png) no-repeat left 5px center, url(/img/contests/result/user1_img3.png) no-repeat center bottom;
    background-size: 35px 35px, 300px 3px;
    font-size: 31px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 15px;
    padding: 20px 5px 15px 50px;
    text-align: center;
}

#contests_result .sec1 .grand_prix .bottom_area .name span {
    font-size: 22px;
}

#contests_result .sec1 .grand_prix .bottom_area p {
    font-weight: bold;
    line-height: 25px;
    text-align: left;
}

#contests_result .sec2 .sec2_inner {
    padding: 15px 0;
}

#contests_result .sec2 ul {
    margin: 15px 0 0;
}

#contests_result .sec2 ul li {
    background: url(/img/contests/result/con2_line.png) repeat-x center bottom 15px;
    background-size: 300px 15px;
    padding-bottom: 45px;
}

#contests_result .sec2 ul li:last-child {
    background: none;
    padding-bottom: 0;
}

#contests_result .sec2 ul li .user_img {
    float: left;
    margin-right: 15px;
    min-width: 122px;
    max-width: 244px;
    width: 30%;
}

#contests_result .sec2 ul li .right_box {
    float: right;
    width: 54%;
}

#contests_result .sec2 ul li .name {
    background: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 6px;
    text-align: center;
}

#contests_result .sec2 ul li .name.male {
    color: #3988b6;
}

#contests_result .sec2 ul li .name.female {
    color: #cd3e88;
}

#contests_result .sec2 ul li .name span {
    font-size: 14px;
}

#contests_result .sec2 ul li p {
    font-size: 12px;
    letter-spacing: 2px;
}

#contests_result .sec2 .icon_box{
    margin-left: 75px;
}

#contests_result .sec2 .icon_box .movie_icon, .music_icon{
    width: 40px;
}

#contests_result .sec3 {
    background: url(/img/contests/result/con3_bg.png);
}

#contests_result .sec3 {
    padding: 25px 0px;
    text-align: center;
}

#contests_result .sec3 img {
    max-width: 328px;
    min-width: 164px;
    width: 54%;
}

#contests_result .sec3 .link_btn_area {
    margin: 20px;
}

#contests_result .sec3 .link_btn_area a {
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 20px 10px;
    text-align: center;
    text-decoration: none;
}

#contests_result .sec3 .link_btn_area .link_about_contests {
    background: #333;
    border-bottom: 5px solid #020202;
    font-size: 16px;
}

#contests_result .sec3 .link_btn_area .link_publish_contests {
    background: #e20075;
    border-bottom: 5px solid #c00063;
    margin-top: 20px;
}

/*----------------------------------------------------
        第1回結果発表　.result_first
----------------------------------------------------*/
#contests_result.result_first .sec2 {
    background: url(/img/contests/result/first/con2_pattern1.png) repeat-x center top;
    background-size: 30px 15px;
    padding-top: 15px;
}

#contests_result.result_first .sec2 .sec2_inner {
    background: url(/img/contests/result/first/con2_bg.png);
    background-size: 40px;
}

#contests_result.result_first .sec2 h2 {
    background: url(/img/contests/result/first/con2_title_bg.png);
    color: #4899c9;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 15px 0 10px;
    text-shadow: 2px 2px 0px #fff,
        -2px 2px 0px #fff,
        2px -2px 0px #fff,
        -2px -2px 0px #fff,
        2px 0px 0px #fff,
        0px 2px 0px #fff,
        -2px 0px 0px #fff,
        0px -2px 0px #fff;
}

#contests_result.result_first .sec3 {
    background: url(/img/contests/result/first/con2_pattern2.png) repeat-x center top, url(/img/contests/result/con3_bg.png);
    background-size: 30px 15px, 1px 12px;
}

/*----------------------------------------------------
        第2回結果発表　.result_second
----------------------------------------------------*/
#contests_result.result_second .sec2 {
    background: url(/img/contests/result/second/con2_pattern1.png) repeat-x center top;
    background-size: 30px 15px;
    padding-top: 15px;
}

#contests_result.result_second .sec2 .sec2_inner {
    background: url(/img/contests/result/second/con2_bg.png);
}

#contests_result.result_second .sec2 h2 {
    background: url(/img/contests/result/second/con2_title_bg.png);
    color: #4899c9;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 15px 0 10px;
    text-shadow: 2px 2px 0px #fff,
        -2px 2px 0px #fff,
        2px -2px 0px #fff,
        -2px -2px 0px #fff,
        2px 0px 0px #fff,
        0px 2px 0px #fff,
        -2px 0px 0px #fff,
        0px -2px 0px #fff;
}

#contests_result.result_second .sec3 {
    background: url(/img/contests/result/second/con2_pattern2.png) repeat-x center top, url(/img/contests/result/con3_bg.png);
    background-size: 30px 15px, 1px 12px;
}

/*----------------------------------------------------
        第3回結果発表　.result_third
----------------------------------------------------*/
#contests_result.result_third .sec2 {
    background: url(/img/contests/result/third/con2_pattern1.png) repeat-x center top;
    background-size: 26px 15px;
    padding-top: 15px;
}

#contests_result.result_third .sec2 .sec2_inner {
    background: url(/img/contests/result/third/con2_bg.png);
    background-size: 40px;
}

#contests_result.result_third .sec2 h2 {
    background: url(/img/contests/result/third/con2_title_bg.png);
    background-size: 5px;
    color: #cd3e88;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0 10px;
    text-shadow: 2px 2px 0px #fff,
        -2px 2px 0px #fff,
        2px -2px 0px #fff,
        -2px -2px 0px #fff,
        2px 0px 0px #fff,
        0px 2px 0px #fff,
        -2px 0px 0px #fff,
        0px -2px 0px #fff;
}

#contests_result.result_third .sec3 {
    background: url(/img/contests/result/third/con2_pattern2.png) repeat-x center top, url(/img/contests/result/con3_bg.png);
    background-size: 30px 15px, 1px 5px;
}

/*----------------------------------------------------
        第4回結果発表　.result_4th
----------------------------------------------------*/
#contests_result.result_4th .sec2 {
    background: url(/img/contests/result/4th/con2_pattern1.png) repeat-x center top;
    background-size: 26px 15px;
    padding-top: 15px;
}

#contests_result.result_4th .sec2 .sec2_inner {
    background: url(/img/contests/result/4th/con2_bg.png);
    background-size: 15px;
}

#contests_result.result_4th .sec2 h2 {
    background: url(/img/contests/result/4th/con2_title_bg.png);
    background-size: 5px;
    color: #cd3e88;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0 10px;
    text-shadow: 2px 2px 0px #fff,
    -2px 2px 0px #fff,
    2px -2px 0px #fff,
    -2px -2px 0px #fff,
    2px 0px 0px #fff,
    0px 2px 0px #fff,
    -2px 0px 0px #fff,
    0px -2px 0px #fff;
}

#contests_result.result_4th .sec3 {
    background: url(/img/contests/result/4th/con2_pattern2.png) repeat-x center top, url(/img/contests/result/con3_bg.png);
    background-size: 30px 15px, 1px 5px;
}

/*----------------------------------------------------
        第5回結果発表　.result_5th
----------------------------------------------------*/
#contests_result.result_5th .sec2 {
    background: url(/img/contests/result/5th/con2_pattern1.png) repeat-x center top;
    background-size: 26px 15px;
    padding-top: 15px;
}

#contests_result.result_5th .sec2 .sec2_inner {
    background: url(/img/contests/result/5th/con2_bg.png);
    background-size: 15px;
}

#contests_result.result_5th .sec2 h2 {
    background: url(/img/contests/result/5th/con2_title_bg.png);
    background-size: 5px;
    color: #cd3e88;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0 10px;
    text-shadow: 2px 2px 0px #fff,
    -2px 2px 0px #fff,
    2px -2px 0px #fff,
    -2px -2px 0px #fff,
    2px 0px 0px #fff,
    0px 2px 0px #fff,
    -2px 0px 0px #fff,
    0px -2px 0px #fff;
}

#contests_result.result_5th .sec3 {
    background: url(/img/contests/result/5th/con2_pattern2.png) repeat-x center top, url(/img/contests/result/u_15/con3_bg.png);
    background-size: 30px 15px, 1px 5px;
}
