@charset "utf-8";

/*-----------------------

http://www.jleague.jp/sp/css/special/sns.css
2016/05/16 ISM

------------------------*/


.contentsBox{
    margin-top: 30px;
}

/* kvArea */
.kvArea h2{
	text-align: center;
}
.kvArea h2 img{
	margin:0 auto;
	vertical-align: top;
}

.kvArea {
    position: relative;
}

.officialSnsList {
    font-size: 0;
    position: absolute;
    bottom: -55px;
    left: 5%;
    text-align: center;
    width: 90%;
}
.officialSnsList li {
    display: inline-block;
    width: 33.3%;
}
.officialSnsList li img {
    width: 100%;
    max-width: 150px;
}

.titJdori ul li.iconTw {
    color: #00aced;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.titJdori ul li.iconTw:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f099";
    font-size: 30px;
    font-weight: normal;
    left: -30px;
    top: 11px;
    margin-top: -5px;
}

.titJdori {
    padding: 0px 0 10px;
    width: 100%;
    margin-top: 40px;
}

.titJdori .titJdoriBox {
    position: relative;
    width: 100%;
    padding: 5px 10px;
    background: #B9E9F3;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.titJdori .titJdoriBox:after {
    color: #BEE7FA;
    content: "\f0dd";
    font-family: "FontAwesome";
    font-size: 50px;
    bottom: 0;
    left: 44%;
    position: absolute;
}

.titJdori .titJdoriBox.otherIMG {
    background:none;
    width: 100%;
    height: auto;
    padding: 0;
}
.titJdori .titJdoriBox.otherIMG h3{
    text-align: left;
}
body.top .titJdori .titJdoriBox.otherIMG h3.bd img{border: 1px solid #ccc;}

.titJdori .titJdoriBox.otherIMG img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
.titJdori .titJdoriBox.otherIMG:after{
    display: none;
}


.titJdori ul {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 7px;
}

.titJdori ul li {
    display: inline-block;
    vertical-align: top;
}

.titJdori h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: #113794;
}
.titJdori p{
    margin-top: 20px;
    line-height: 1.5;
    font-size: 14px;
}

/*jdoriArea*/

.jdoriArea{
    margin:10px 0 20px;
}

.jdoriPhotoArea{
    margin-top: 20px;
}
.photolist li{
    margin-bottom: 10px;
}
.morelink{
    margin-top: 10px;
}
.morelink a {
    display: block;
    background: #DB0030;
    color: #fff;
    text-align: center;
    height: 60px;
    line-height: 60px;
    position: relative;
}
.morelink a:after{
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 20px;
    font-weight: normal;
    right: 20px;
    top:0;
}

.photolist li{
    width: 100%;
}

.snsLinkBtn{
    text-align: center;
    margin-top: 20px;
}

.snsLinkBtn a{
    display: block;
    height: 60px;
    line-height: 60px;
    vertical-align: top;
    box-sizing: border-box;
}

.snsLinkBtn a:hover{
    text-decoration: none;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.snsLinkBtn a.prev{
    position: relative;
    background: #827B7B;
    color: #fff;
    margin-bottom: 10px;
}
.snsLinkBtn a.prev:before{
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f104";
    font-size: 20px;
    font-weight: normal;
    left: 20px;
    top:0;
}

.snsLinkBtn a.insta{
    position: relative;
    background: #DD2F72;
    color: #fff;
    /* font-weight: bold; */
}

.snsLinkBtn a.insta:before{
    position: relative;
    top: 1px;
    right: 5px;
    font-family: 'FontAwesome';
    content: "\f16d";
    font-size: 19px;
    font-weight: normal;
    display: inline-block;
}

.snsLinkBtn a.twitter{
    position: relative;
    background: #00aced;
    color: #fff;
    /* font-weight: bold; */
}

.snsLinkBtn a.twitter:before{
    position: relative;
    top: 2px;
    right: 3px;
    font-family: 'FontAwesome';
    content: "\f099";
    font-size: 20px;
    font-weight: normal;
}

/*archivelist*/
.archivelist li{
    margin-bottom: 10px;
}
.archivelist li a img{
    width: 100%;
    display: block;
}
.archivelist li a{
    display: block;
}
.archivelist li.archiveBnr a img {
    border: solid 1px #ccc;
}

/*snsSelect*/
.jdoriArea .snsSelect{
    margin-top: 20px;
}

.jdoriArea .snsSelect ul{
    font-size: 0;
    border-bottom: solid 1px #ccc;
    height: 40px;
}

.jdoriArea .snsSelect ul li{
    width: 50%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.jdoriArea .snsSelect ul li:first-child{
    border-right: 0;
}

.jdoriArea .snsSelect ul li a{
    display: block;
    background: #FFF;
    padding: 10px;
    padding-top: 12px;
    font-size: 14px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 0px;
    height: 40px;
    color: #fff;
}

.jdoriArea .snsSelect ul li a:hover{
    text-decoration: none;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;  
}

.jdoriArea .snsSelect ul li.current.selectInsta,
.jdoriArea .snsSelect ul li.selectInsta a{
    background: #DD2F72;
}

.jdoriArea .snsSelect ul li.current.selectTw,
.jdoriArea .snsSelect ul li.selectTw a{
    background: #00aced;
}

.jdoriArea.insta_jdori .snsSelect ul{
    border-bottom: solid 5px #DD2F72;
}

.jdoriArea.tw_jdori .snsSelect ul{
    border-bottom: solid 5px #00aced;
}

.jdoriArea.insta_jdori .snsSelect ul li.offSelect a{

}

.jdoriArea.tw_jdori .snsSelect ul li.offSelect a{

}
.top_jdoriArea .jdoriPhotoArea .photolist li iframe,
.jdoriArea.insta_jdori .jdoriPhotoArea .photolist li iframe {
    box-shadow: none !important;
    border: solid 1px #ccc !important;
}


.ttlArea{
    margin-top: 30px;
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
}

.leftRedTit {
    display: none;


/*    border-left: 5px solid #e60012;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;*/
}


.archiveAncher{
    text-align: right;
}
.archiveAncher a{
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
}
.archiveAncher a:hover{
    text-decoration: none;
    opacity: 0.6;
}




.archiveArea .bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}

.archiveArea .bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.archiveArea .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(/img/top/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
.archiveArea .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 15px;
}
.archiveArea .bx-wrapper .bx-pager .bx-pager-item,
.archiveArea .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.archiveArea .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.archiveArea .bx-wrapper .bx-pager.bx-default-pager a:hover,
.archiveArea .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #666;
}
.archiveArea .bx-wrapper .bx-prev {
    left: 10px;
    background: url(/img/top/controls.png) no-repeat 0 -32px;
}
.archiveArea .bx-wrapper .bx-next {
    right: 10px;
    background: url(/img/top/controls.png) no-repeat -43px -32px;
}
.archiveArea .bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}
.archiveArea .bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}
.archiveArea .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 42%;
    margin-top: -17px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.archiveArea .bx-wrapper .bx-controls-direction a.bx-prev{left:-5px;}
.archiveArea .bx-wrapper .bx-controls-direction a.bx-next{right: -5px;}
.archiveArea .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
.archiveArea .bx-wrapper .bx-controls-auto {
    text-align: center;
}
.archiveArea .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(/img/top/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}
.archiveArea .bx-wrapper .bx-controls-auto .bx-start:hover,
.archiveArea .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}
.archiveArea .bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(/img/top/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}
.archiveArea .bx-wrapper .bx-controls-auto .bx-stop:hover,
.archiveArea .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}
.archiveArea .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.archiveArea .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
.archiveArea .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 300px;
}
.archiveArea .bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}









