/* ------------------------------------------------------------------------------------------
共通設定
------------------------------------------------------------------------------------------ */

#sports {
    margin: 0 auto;
    overflow: hidden;
    font-family: 'メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;

}

#sports a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
}

#sports .wrap {
    margin: 25px 0 0;
}

#sports .main h1 {
    width: 1000px;
    font-size: 34px;
    border-left: #c7a900 2px solid;
    padding: 13px 0 9px 15px;
    margin: 0 auto 30px;
    color: #000;
}

#sports .sports05 h1,
#sports .sports06 h1 {
    letter-spacing: -2px;
}

.wrap .main p,
.wrap .main ul,
.wrap .main dl {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

.wrap .main .tit {
    width: 1024px;
    text-align: left;
    margin: 0 auto 30px;
}


/* ---------------ぱんくず--------------- */

#sports .pankuzu {
    width: 1024px;
    margin: 20px auto 0;
    text-align: left;
}

#sports .pankuzu li,
#sports .pankuzu li a,
#sports_top .pankuzu li,
#sports_top .pankuzu li a {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    padding: 0 20px 0 0;
}

#sports .pankuzu li a::after,
#sports_top .pankuzuli a::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    right: -20px;
    margin: 0 20px;
}

#sports .pankuzu li:last-child:after,
#sports_top .pankuzu li:last-child:after {
    content: none;
}

#sports .pankuzu li a:hover,
#sports_top .pankuzu li a:hover {
    text-decoration: underline;
}


/* ---------------メインメニュー--------------- */

#sports .main img {
    width: 1024px;
    margin: 20px auto 0;
    text-align: center;
    display: block;
}

#sports .main ol {
    margin: 30px 0 10px;
    font-size: 16px;
    line-height: 1.6;
}

/* --丸見出し-- */
#sports .main h2 {
    width: 1000px;
    margin: 0 auto 20px;
    position: relative;
    border-radius: 5px;
    padding: 0 0 0 50px;
    color: #000;
    font-size: 28px;
}

#sports .main h2::after {
    position: absolute;
    top: 50%;
    left: 0.3em;
    transform: translateY(-50%);
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

#sports .main li:nth-child(1) h2::after {
    border: solid 4px #E6D253;
}

#sports .main li:nth-child(2) h2::after {
    border: solid 4px #D45135;
}

#sports .main li:nth-child(3) h2::after {
    border: solid 4px #A178B3;
}


/* --各リンク-- */
#sports .main .link {
    width: 1024px;
    margin: 0 auto 80px;
    border-left: #c4c4c4 1px solid;
}

#sports .main .link:after,
#sports .main .link:before {
    content: "";
    clear: both;
    display: block;
}

#sports .main .link li {
    width: 340px;
    float: left;
    text-align: center;
    border-right: #c4c4c4 1px solid;
    position: relative;

}

#sports .main .link li:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -moz-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    -o-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

#sports .main .link li:nth-child(1) a {
    color: #977625;
}

#sports .main .link li:nth-child(1):before {
    border-top: solid 2px #977625;
    border-right: solid 2px #977625;
}

#sports .main .link li:nth-child(2) a {
    color: #E5241C;
}

#sports .main .link li:nth-child(2):before {
    border-top: solid 2px #E5241C;
    border-right: solid 2px #E5241C;
}

#sports .main .link li:nth-child(3) a {
    color: #856EAE;
}

#sports .main .link li:nth-child(3):before {
    border-top: solid 2px #856EAE;
    border-right: solid 2px #856EAE;
}


/* --斜め背景-- */
#sports .main .contents li {
    margin: 0 auto 150px;
}

#sports .main .contents li .bg_color {
    z-index: 0;
    position: relative;
}

#sports .main .contents li:nth-child(1) .bg_color {
    background: #EED850;
}

#sports .main .contents li:nth-child(2) .bg_color {
    background: #E05137;
}

#sports .main .contents li:nth-child(3) .bg_color {
    background: #A178B3;
}

#sports .main .contents .bg_color .white_color {
    position: relative;
    margin: 0 auto;
    padding: 0 0 30px;
    width: 1024px;
}

#sports .main .contents .bg_color .white_color:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    transform: skewX(-30deg);
    z-index: -1;
}

#sports .main .contents .bg_color .txt_area {
    float: right;
    width: 700px;
    margin: 0 0 20px;
}

#sports .main .contents .bg_color .img_area p {
    text-align: center;
    margin: 10px 0 0;
}

/* --戻るボタン-- */
#sports .main .back {
    width: 710px;
    margin: 0 auto;
    overflow: hidden;
}

#sports .main .back li a {
    width: 300px;
    display: block;
    background: #8BA0AD;
    color: #fff;
    border-radius: 50px;
    padding: 20px;
    text-align: center;
    float: left;
    position: relative;
}

#sports .main .back li a:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 26px;
    left: 0px;
    margin: 0 20px;
}

#sports .main .back li:first-child a {
    margin: 0 30px 0 0;
}

#sports .main .back a:hover {
    text-decoration: none;
    opacity: 0.6;
    transition: 0.5s;
}

/* --ルヴァンカップ-- */
#sports .jleague {
    width: 950px;
    margin: 0 auto 100px;
}

#sports .jleague .box {
    border: 1px solid #c4c4c4;
    padding: 20px;
    clear: both;
    overflow: hidden;
}

#sports .jleague .tit {
    overflow: hidden;
    width: 950px;
    margin: 0 auto;
}

#sports .jleague .tit h2 {
    float: left;
    width: auto;
    margin: 0 auto;
    position: inherit;
    border-radius: 0;
    padding: 0;
    color: #000;
    line-height: 40px;
    font-size: 28px;
}

#sports .jleague .tit img {
    float: right;
    width: 180px;
    margin: 0 auto 10px;
}

#sports .jleague .box p {
    float: left;
    width: 480px;
}

#sports .jleague .box img {
    float: right;
    width: 400px;
    margin: 0 auto;
}

#sports .jleague .box a {
    color: blue;
}


/* ------------------------------------------------------------------------------------------
SP
------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 767px) {
    #sports {
        width: 100%;
    }

    #header {
        border-bottom: 1px solid #D51E13;
    }

    #sports .wrap {
        margin: 20px 0 0;
    }

    #sports .pankuzu li,
    #sports .pankuzu li a,
    #sports_top .pankuzu li,
    #sports_top .pankuzu li a {
        padding: 0 10px 0 0;
    }

    /* ---------------メインカラム--------------- */

    #sports .main {
        width: 100%;
        margin: 0 auto 30px;
        float: none;
    }

    #sports .main h1 {
        width: 90%;
        margin: 0 auto 20px;
        padding: 10px 0 10px 15px;
    }

    #sports .main img {
        width: 100%;
    }

    .wrap .main .tit {
        width: 90%;
    }

    /* --丸見出し-- */
    #sports .main h2 {
        width: 90%;
        padding: 0 0 0 40px;
        letter-spacing: -1px;
    }

    #sports .main h2::after {
        width: 14px;
        height: 14px;
    }

    /* --各リンク-- */
    #sports .main .link {
        width: 100%;
        margin: 0 auto 50px;
        border: none;
        border-top: #c4c4c4 1px solid;
        border-bottom: #c4c4c4 1px solid;
    }

    #sports .main .link:after,
    #sports .main .link:before {
        content: "";
        clear: both;
        display: block;
    }

    #sports .main .link li {
        width: 33%;
        padding: 10px 0 25px;
        float: left;
        text-align: center;
        border-right: #c4c4c4 1px solid;
        position: relative;
        line-height: 1.2;
    }

    #sports .main .link li:before {
        top: 80%;
    }

    #sports .main .link li:nth-child(3) a {
        padding: 10px 0 0;

    }

    #sports .main .link li:nth-child(3):before {
        top: 58px;
    }


    /* --斜め背景-- */
    #sports .main .contents li {
        margin: 0 auto 60px;
    }

    #sports .main .contents li:nth-child(1) .bg_color,
    #sports .main .contents li:nth-child(2) .bg_color,
    #sports .main .contents li:nth-child(3) .bg_color {
        background: none;
        position: static;
    }

    #sports .main .contents .bg_color .white_color {
        position: static;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    #sports .main .contents .bg_color .white_color:before {
        position: static;
    }

    #sports .main .contents li:nth-child(1) .img_area {
        background: #EED850;
        z-index: 0;
        position: relative;
    }

    #sports .main .contents li:nth-child(2) .img_area {
        background: #E05137;
        z-index: 0;
        position: relative;
    }

    #sports .main .contents li:nth-child(3) .img_area {
        background: #A178B3;
        z-index: 0;
        position: relative;
    }

    #sports .main .contents .img_area .img_bg_color {
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        padding: 20px 0 0;
    }

    #sports .main .contents .img_area .img_bg_color:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        margin: 0 auto;
        background: #fff;
        transform: skewX(-30deg);
        z-index: -1;
    }

    #sports .main .contents .bg_color .txt_area {
        float: none;
        width: 90%;
        margin: 0 auto 20px;
    }

    #sports .main .contents .bg_color .img_area img {
        width: 95%;
        margin: 0 auto;
    }

    /* --戻るボタン-- */
    #sports .main .back {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    #sports .main .back li {
        margin: 0 0 30px;
    }

    #sports .main .back li a {
        width: 80%;
        margin: 0 auto;
        float: none;
    }

    #sports .main .back li:first-child a {
        margin: 0 auto;
    }

    /* --ルヴァンカップ-- */
    #sports .jleague {
        width: 90%;
        margin: 0 auto 100px;
    }

    #sports .jleague .tit {
        width: 100%;
    }

    #sports .jleague .tit h2 {
        float: none;
        text-align: center;
    }

    #sports .jleague .tit img {
        float: none;
        text-align: center;
        width: 100px;
        margin: 10px auto;
    }

    #sports .jleague .box p {
        float: none;
        width: 100%;
    }

    #sports .jleague .box img {
        float: none;
        width: 100%;
        margin: 20px auto 0;
    }

    /* ---------------ぱんくず--------------- */

    #sports .pankuzu {
        text-align: left;
        margin: 20px 0 0 10px;
    }

    #sports .pankuzu li,
    #sports .pankuzu li a {
        font-size: 14px;
    }

    #sports .pankuzu li a::after,
    #sports_top .pankuzuli a::after {
        content: '';
        width: 6px;
        height: 6px;
        border: 0px;
        border-top: solid 1px #333333;
        border-right: solid 1px #333333;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 5px;
        right: -20px;
        margin: 0 20px;
    }

}

@media print {
    @page {
        margin: 19.05mm;
    }

    body {
        width: 1500px;
        transform: scale(0.5, 0.5);
        transform-origin: left top;
        overflow: visible !important;
        -webkit-print-color-adjust: exact;
    }
}