/** header
===================================*/
@media screen and (max-width: 767px) {
    header {
        position: relative;
    }
    .top-outer {
        position: absolute;
        bottom: -50px;
        width: 96%;
        margin: 0 2%;
        font-size: 10px;
        font-size: 1rem;
        text-align: center;
        background-color:transparent;
        text-indent: 0;
        line-height: 1.5em;
    }
}

/** bxslider
===================================*/
.bxslider-section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    padding: 0 60px;
}

@media screen and (max-width: 767px) {
    .bxslider-section {
        width: 100%;
        margin-top:42px;
        padding: 0;
    }
    .bx-controls {
        display: none;
    }
    .bx-wrapper .bx-viewport {
        border: none;
        border-radius: 0;
        left: 0;  
    }
}


/** 最新チーム
===================================*/
.team-new {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 6px #bbb;
    box-shadow: 2px 2px 6px #bbb;
    margin-bottom: 15px;
}

.team-new > .img-container {
    width: 50%;
    height: auto;
    float: left;
}

.team-new > .text-container {
    width: 46%;
    height: auto;
    float: left;
    margin-left: 3.2%;
}

.team-new h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3em;
    margin-top: 4%;
}

.team-new p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4em;
    margin-top: 2%;
}

.team-new .detail-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background-color: #ff7f00;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    margin-top: 4%;
    padding: 0.5em;
    width: 98%;
    border-radius: 8px;
    text-align: center;
}

.team-new .sponsord {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 1%;
}

@media screen and (max-width: 767px) {
    .team-new {
        padding: 0;
    }

    .team-new > .img-container {
        width: 100%;
        height: auto;
        float: none;
    }

    .team-new > .text-container {
        width: 100%;
        height: auto;
        float: none;
        margin-left: 0;
    }

    .team-new img {
        border-radius: 8px 8px 0 0;
    }

    .team-new h3 {
        font-size: 18px;
        font-size: 1.8rem;
        text-align: center;
    }

    .team-new p {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 4%;
        padding: 0 4%;
    }

    .team-new .detail-btn {
        font-size: 18px;
        font-size: 1.8rem;
        margin-top: 0;
        width: 100%;
    }

    .team-new .sponsord {
        font-size: 12px;
        font-size: 1.2rem;
        padding-bottom: 4%;
        margin-bottom: 0;
    }
}


/** チームリスト
===================================*/
.team-list {
    margin: 0 -15px;
}

.team-list > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%;
    height: auto;
    float: left;
    padding: 15px;
}

.team {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 6px #bbb;
    box-shadow: 2px 2px 6px #bbb;
}

.team img {
    border-radius: 8px 8px 0 0;
}

.team p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
    margin-top: 4%;
    padding: 0 4%;
}

.team .detail-btn {
    display: block;
    background-color: #ff7f00;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0.5em;
    border-radius: 8px;
    text-align: center;
}

.team .sponsord {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    padding-bottom: 4%;
}

@media screen and (max-width: 767px) {
    .team-list {
        margin: 0;
    }

    .team-list > li {
        width: 100%;
        height: auto;
        float: none;
        padding: 15px 0;
    }
}


/** スポンサー
===================================*/
.sponsor {
    width: 80%;
    margin: 0 auto;
}


/** 特集スポーツ
===================================*/
.feature {
    width: 80%;
    margin: 0 auto;
}

.feature > h2 {
    background-color: #333;
    color: #f5f5f5;
    font-size: 16px;
    font-size: 1.6rem;
    border-left: 10px solid #ff7f00;
    padding: 0.63em;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .feature > h2 {
        font-size: 12px;
        font-size: 1.2rem;
        border-left: 8px solid #ff7f00;
    }
}


/** ３カラムバナー
===================================*/
.banner-ul {
    margin: 0 -10px;
}

.banner-col3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333333%;
    height: auto;
    float: left;
    padding: 10px;
}

.banner-col3 img {
    border-radius: 4px;
}

@media screen and (max-width: 767px) {
    .banner-ul {
        margin: 0 -5px;
    }
    .banner-col3 {
        width: 50%;
        padding: 5px;
    }
}


/** sns
===================================*/
.fb-container {
    width: 49%;
    float: right;
}

.tw-container {
    width: 49%;
    float: left;
}

@media screen and (max-width: 767px) {
    .fb-container {
        width: 100%;
        float: none;
    }

    .tw-container {
        width: 100%;
        float: none;
        margin-top: 10px;
    }
}


/** 新着ブログ記事
===================================*/
.blog-ul {
    height: 320px;
    border: 1px solid #d3d3d3;
    background-color: #fff;
}

.blog-list {
    width: 40%;
    height: 25%;
    float: right;
    border-bottom: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
}

.blog-list:last-child {
    border-bottom: none;
}

.blog-img {
    width: 25%;
    max-width: 85px;
    height: 64px;
    float: left;
}

.blog-img img {
    vertical-align: bottom;
    width: 100%;
    height: 100%;
}

.blog-text {
    width: 75%;
    float: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3em;
}

.blog-list p {
    margin: 3px 3px 3px 5%;
}

/* 最新記事 */
.blog-list:first-child {
    width: 60%;
    height: 100%;
    float: left;
    border: none;
    padding: 0;
    position: relative;
}

.blog-list:first-child .blog-img {
    width: 100%;
    max-width: 100%;
    height: 320px;
    float: none;
}

.blog-list:first-child .blog-text {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0.8em;
}

.blog-list:first-child p {
    margin: 0;
}
.blog-list:first-child a {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .blog-ul {
        height: auto;
        border: 1px solid #d3d3d3;
        border-radius: 8px;
    }

    .blog-list,
    .blog-list:first-child {
        width: 100%;
        height: auto;
        float: none;
        border-bottom: 1px solid #d3d3d3;
        border-left: none;
        padding: 7px;
    }

    .blog-img,
    .blog-list:first-child .blog-img {
        width: 20%;
        max-width: 64px;
        height: 48px;
        float: left;
    }

    .blog-text,
    .blog-list:first-child .blog-text {
        width: 80%;
        float: left;
        position: static;
        background-color: transparent;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.3em;
        padding: 0;
    }

    .blog-list p,
    .blog-list:first-child p {
        margin: 0 0 0 10px;
    }

    .blog-list a,
    .blog-list:first-child a {
        color: #222;
    }
}