@charset "UTF-8";

/*-----------------------

http://www.jleague.jp/css/sp/opening-game.css
2016/2/15 ISM

------------------------*/

/*--- common ---*/
.ttlLink h3,
.ttlNoLink h3,
.ttlNoLink .blockTit{
    background: #4f4f4f;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
    line-height: 1.3;
    margin: 10px 0;
    padding: 10px;
}
.blockTit {
    border-left: 5px solid #e60012;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
}
.backLink {
    text-align: center;
}
.backLink a {
    color: #333;
    font-size: 14px;
    padding: 10px 15px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    margin: 0 auto;
}
.backLink a:before {
    content: "\f053";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0 .3em;
    text-decoration: none;
    padding-right: 10px;
}
.backLink a:hover {
    background: #EAEAEA;
    text-decoration: none;
}
.opening-game .ttlNoLink h3,.opening-game .ttlNoLink .blockTit{
    background: #080808;
}
.leedTxt img {
    margin-bottom: 15px;
}
/*.accordionWrap*/
.accordionWrap .accordionIndex {
    display: block;
    cursor: pointer;
    border-top: solid 1px #e60012;
    border-bottom: solid 1px #e60012;
    font-size: 13px;
    text-align: center;
    position: relative;
    margin-top: 20px;
    padding: 10px 0;
    color: #E60012;
    font-weight: bold;
    margin-bottom: 1em;
}
.desc {
    margin-top: 20px;
}
.desc h4 {
    background: #e60012;
    color: #fff;
    width: 100px;
    padding: 5px 0;
    width: 100px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 10px;
}
.accordionWrap.entryAcc .desc ol {
    margin: 20px 0;
}
.accordionWrap.entryAcc .desc ol li {
    font-size: 12px;
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 1em;
    margin-bottom: 5px;
}
.accordionWrap.entryAcc .desc ul li {
    font-size: 12px;
    margin-bottom: 10px;
}
.desc h4:nth-of-type(n+2) {
    margin-top: 20px;
}
.accordionWrap .accordionIndex:after {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 28px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 11px;
    color: #e60012;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.leedTxt p{
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 1em;
}
.leedTxt img{
  display: block;
    text-align: center;
}
.leedTxt img.dispPC{
  display: none;
}
/*--- KV area ---*/
.kvArea{
  position: relative;
  margin: 0;
 }
.kvArea .navWrap{
    width: 100%;
    /*background: #000;*/
}
/*.navList{
    display: block;
    letter-spacing: -.40em;
    width: 100%;
    text-align: center;
    background: #000;
}
.navList li{
  letter-spacing: normal;
  display: inline-block;
  border-right: solid 1px #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
  vertical-align: top;
    width: 33.33%;
}
.navList li:nth-child(3n){
	border-right: none;
}*/
.navList li a,
.navList li span{
  font-size: 12px;
    display: table-cell;
    background: #000;
    color: #fff;
    height: 37px;
    vertical-align: middle;
    width: 500px;
    line-height: 1.2;
}
.navList li span{
	background: #4B4B4B;
	color: #2A2A2A;
}
.navList li.nav_mascot a{
    background: #55ACEE;
}
.kvArea h2{
	background: #74B331;
	text-align: center;
}
.kvArea img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 0 auto;
}
body.tagboard .kvArea .navList li.nav_tagboard a,
body.event .kvArea .navList li.nav_event a,
body.analysis .kvArea .navList li.nav_analysis a,
body.top .kvArea .navList li.nav_top a,
body.transfer .kvArea .navList li.nav_transfer a,
body.photo .kvArea .navList li.nav_photo a,
body.video .kvArea .navList li.nav_video a,
body.preview .kvArea .navList li.nav_preview a,
body.data .kvArea .navList li.nav_data a{
    background: #fff;
    color: #002F45;
}

.container .kvArea ul.navList li > a{
    background: #7f7b54;
}

/*--- tab ---*/
/*.tabSelecter {
  margin: 0 0 10px 0;
}
.tabSelecter ul {
  border-bottom: 1px solid #ccc;
  height: 41px;
}
.tabSelecter .tab li{
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
    
}
.tabSelecter .tab.twoline {
  
}
.tabSelecter .tab li:first-child {
    border-left: 1px solid #ccc;
}
.tabSelecter .tab li.current a {
    position: relative;
    top: 1px;
    background: #FFFFFF;
    color: #464646;
    font-weight: bold;
}
.tabSelecter li a,
.tabSelecter li span {
    font-size: 11px;
    line-height: 1.2;
    color: #4f4f4f;
    font-weight: normal;
    background: #f9f9f9;
    display: table-cell;
    padding: 0;
    width: 310px;
    height: 40px;
}
.tabContents nav.tabSelecter li:first-child {
    border-left: 1px solid #ccc;
}
.tabSelecter .tab li:last-child {
    border-right: 1px solid #ccc;
}
*/

/*.tabSelecter .tab li#tab1.current{border-top: 5px solid #e60012; }*/
.tabSelecter .tab li#tab1.current a{color:#e60012;}
/*.tabSelecter .tab li#tab2.current{border-top: 5px solid #017f40; }*/
.tabSelecter .tab li#tab2.current a{color:#017f40;}
/*.tabSelecter .tab li#tab3.current{border-top: 5px solid #333; }*/

.video .tabSelecter .tab li#tab1.current a,
.video .tabSelecter .tab li#tab2.current a,
.photo .tabSelecter .tab li#tab1.current a,
.photo .tabSelecter .tab li#tab2.current a{
  color: #464646;
}

.tabSelecter.leagueTab li a i{
    font-style: normal;
    display: block;
}
.tabSelecter li.current a i{
  font-weight: bold;
}

/*.tabSelecter ul{
  height: 47px;
}
.tabSelecter li > a, .tabSelecter li > span{
    height: 46px;
}*/


/*--- tab ---*/
.catchCopylist{

}
.catchCopylist > li{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom:1px solid #ccc;
	box-sizing: border-box;
}
.catchCopylist > li figure{
	position: relative;
	text-align: center;
}
.catchCopylist > li figure img{
	width: 100%;
	height: auto;
	vertical-align: top;
	z-index: 1111111111111111;
    position: relative;
    max-width: 500px;
    margin:0 auto;
}

.catchCopylist > li ol{
	display: block;
	letter-spacing: -0.40em;/*隙間用*/
	
	width: 100%;
	box-sizing: border-box;
	
	max-width: 500px;
	margin:20px auto 0;
}
.catchCopylist > li ol li{
	display: inline-block;
	letter-spacing: normal;/*隙間用*/
	margin-bottom: 5px;
	vertical-align: top;
}
.catchCopylist > li ol li a,
.catchCopylist > li ol li > span,
.catchCopylist > li ol li div{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background: #878787;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	height: 45px;
	width: 500px;
	box-sizing: border-box;
}
.catchCopylist > li ol li.twtBTN{
	width: 100%;
}
.catchCopylist > li ol li.ticketBTN,
.catchCopylist > li ol li.skyBTN{
	width: 49%;
}
.catchCopylist > li ol li.ticketBTN{
	margin-right: 2%;
}
.catchCopylist > li ol li.twtBTN a{
	background: #55ACEE;
	color: #fff;
}
.catchCopylist > li ol li.twtBTN div{
    background: #DCDCDC;
    color: #B3B3B3;
}
.catchCopylist > li ol li.twtBTN a:before{
    font-family: 'FontAwesome';
    content: "\f099";
    color: #fff;
    font-weight: normal;
    font-size: 23px;
    position: relative;
    top: 3px;
    left: -3px;
}
.catchCopylist > li ol li.ticketBTN a{
	background: #f00;
	color: #fff;
}
.catchCopylist > li ol li.ticketBTN > span{
    color: #A8A8A8;
    background: #ccc;
}







/* transferTeamList */
.transferTeamList{
    display: block;
    letter-spacing: -.40em;/*隙間用*/
    width: 100%;
    margin-bottom: 10px;
}
.transferTeamList.col5{
    width: 88%;
    margin:10px 6% 10px;
}
.transferTeamList li{
    display: inline-block;
    letter-spacing: normal;/*隙間用*/
    vertical-align: top;
    width: 24.5%;
    margin-bottom: 10px;
    border-right: 1px dotted #ccc;
}
.transferTeamList li:nth-child(4n){ border-right:none; }

.transferTeamList li a {
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    height: 25px;
    vertical-align: top;
    padding-left: 3px;
}
.transferTeamList li a:hover{
    text-decoration: none;
    color:#06c;
}
.transferTeamList li a span {
    float: left;
    margin-right: 2px;
    margin-left: 5px;
}


/* transferTeamTitle */

.transferTeamTitle {
    background-color: #f6f6f6;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}
.transferTeamTitle h4 {
    padding:5px 20px 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    height: 25px;
    vertical-align: top;
}
.transferTeamTitle h4 span {
    margin-right: 7px;
    display: inline-block;
    position: relative;
    top: 5px;
}


.eventDate{
    font-size: 12px;
    text-align: right;
    margin-bottom: 3px;
}
.transferTeamArea{
    margin-top: 30px;
}



/* nyc2colArea */
.nyc2colArea{
    display: table;
    width: 100%;
    
}
.nyc2colArea .nyc2colLeft{
    display: table-cell;
    width: 48%;
}
.nyc2colArea .nyc2colRight{
    display: table-cell;
    width: 48%;
    padding-left: 4%;
}
.nyc2colLeft .blockTit{
    background: none repeat scroll 0 0 #004d96;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 10px;
    padding: 12px 16px;
    position: relative;
}
.nyc2colRight .blockTit{
    background: none repeat scroll 0 0 #e60012;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 10px;
    padding: 12px 16px;
    position: relative;
}
.clubInfoList .dataTable td{
    text-align: left;
}
.clubInfoList .dataTable thead td{
    padding: 0 5px;
}
.clubInfoList .dataTable td b{
    font-weight: bold;
}





/* tabnav */
.bordernav.tabnav {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 20px;
}
.bordernav.tabnav li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
.bordernav.tabnav li {
    display: table-cell;
    font-size: 11px;
    color: #333;
    vertical-align: top;
    letter-spacing: -0.15em;
    line-height: 1.3;
}
.bordernav.tabnav li a,
.bordernav.tabnav li span {
    color: #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: none;
    background: #e8e8e8;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 500px;
    height: 50px;
}
.bordernav.tabnav li a:hover{
    opacity: 0.65;
    text-decoration: none;
}
.bordernav.tabnav li:last-child {
    border-right: 1px solid #000;
}
.bordernav.tabnav li.current a,
body.photo.pressCon1 .tabnav li#pressCon1 a,
body.photo.pressCon2 .tabnav li#pressCon2 a,
body.photo.playback .tabnav li#playback a,
body.data.infographics .tabnav li#infographics a,
body.data.ranking .tabnav li#ranking a,
body.data.goalranking .tabnav li#goalranking a {
    background: #000;
    color: #fff;
}





/*--- thumlist ---*/
.thumlist{
    letter-spacing: -.40em;/*隙間用*/
}
.thumlist li{
    letter-spacing: normal;/*隙間用*/
    display: inline-block;
    width:48%;
    margin-right: 4%;
    text-align: center;
    vertical-align: top;
    margin-bottom: 20px;
}
.thumlist li a,
.thumlist li span{
    color: #333;
    position: relative;
    display: block;
}
.thumlist li:nth-child(2n){
    margin-right: 0;
}
.thumlist li figcaption{
    font-size: 12px;
    margin: 5px 0 10px;
    text-align: left;
}
.thumlist li figcaption span{
    margin-top: 5px;
    display: block;
    letter-spacing: -0.05em;

}
.thumlist li.douga a:after {
  position: absolute;
  font-size: 54px;
  top: 45px;
  left: 50%;
  margin-left: -27px;
  font-family: "icomoon3";
  content: "\ec601";
  color: #FFF;
  line-height: 100%;
  opacity: 0.7;
}
.thumlist li a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.thumlist li img{
  width: 100%;
  height: auto;
}




body.infographics .thumlist li{
  width: 100%;
  margin-right: 0;

}
body.infographics .thumlist li img {
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
  box-sizing: border-box;
  vertical-align: bottom;
  }
body.infographics .thumlist li figcaption {
    background: #e8e8e8;
    padding: 10px;
    margin:0;
    text-align: center;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
  box-sizing: border-box;

}
body.infographics .thumlist li figcaption span{
    font-size: 15px;
    display: block;
}
.thumlist.video li figure:after {
    position: absolute;
    font-size: 30px;
    top: 30px;
    left: 50%;
    margin-left: -15px;
    font-family: 'icomoon3';
    content: "\ec601";
    color: #fff;
    line-height: 100%;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}
.thumlist.video li figure figcaption{
  font-size: 15px;
}
.thumlist.video li figure figcaption span{
  font-size: 10px;
}





/*--- winning_rate ---*/
.winning_rate > li{
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  position: relative;
}
.winning_rate > li h4 .embM {
  display:inline-block !important;
  vertical-align:middle;
}
.winning_rate > li h4 {
  padding-top: 5px;
  padding-left: 10px;
  font-size:15px;
  font-weight:bold;
  margin-bottom:5px;
}
.winning_rate > li h4 span.rankText {
  display: inline-block;
    width: 35px;
    background: #919191;
    padding: 5px;
    text-align: center;
    color: #fff;
    margin-right: 5px;
    border-radius: 10px;
    font-size: 13px;
}
.winning_rate > li h4 i {
  font-size:10px;
  font-style:normal;
  font-weight:bold;
}

.winning_rate > li img.teamphoto {
  position: absolute;
  width:120px;
  height:auto;
  padding-left: 10px;
}
.winning_rate > li .textArea {

}
.winning_rate > li ul.record {
}
.winning_rate > li ul.record li span {
  display:block;
  width:60px;
  margin:0 10px 0 0;
  float:left;
}
.winning_rate > li ul.record li:last-child span{
  margin:25px 10px 3px;
  width: auto;
}
.winning_rate > li ul.record li {
  margin-bottom:10px;
  line-height:1.4;
}
.winning_rate > li ul.record li:last-child{
  margin:0 10px;
}
.winning_rate > li ul.record li table {
  width:100%;
  table-layout:fixed;
  border-left:1px solid #C8C8C8;
 
}
.winning_rate > li ul.record li table th,
.winning_rate > li ul.record li table td {
  text-align:center;
  border-right:1px solid #C8C8C8;
  border-top:1px solid #C8C8C8;
  border-bottom:1px solid #C8C8C8;
  padding:5px;
  font-size:14px;
}
.winning_rate > li ul.record li table th {
  font-size:12px;
}
.winning_rate > li ul.record li:first-child {
  color:#FF0004;
  font-weight:bold;
  font-size:18px;
}
.winning_rate > li ul.record li:first-child,
.winning_rate > li ul.record li:nth-child(2){
  padding-left: 140px;
}



.winning_rate > li.rank1 {background-color: #F9F5DF;}
.winning_rate > li.rank1 .rankText {background-color: #C3AF43;}

.winning_rate > li.rank2 {background-color: #EEECEC;}
.winning_rate > li.rank2 .rankText {background-color: #666;}

.winning_rate > li.rank3 {background-color: #F0E7DD;}
.winning_rate > li.rank3 .rankText {background-color: #AA7E4D;}





/*--- goalranking1 ---*/
.goalranking1 > li{
  display: table;
  width: 100%;
  border-bottom: #ccc 1px solid;
    padding: 10px 0;
}
.goalranking1 > li ul{
  display: table-cell;
  vertical-align: top;
}
.goalranking1 > li ul.rankingDetail {
  
}
.goalranking1 > li ul.moviearea {
  width:100px;
  text-align:left;
  font-size:0;
  padding-top:3px;
  padding-left: 10px;
}
.goalranking1 > li ul.moviearea li {
  display:inline-block;
  width:100px;
  vertical-align:bottom;
  font-size:1rem;
}
.goalranking1 > li ul.moviearea li img {
  width:100px;
  height:auto;
  vertical-align: top;
}
.goalranking1 .ranking {
  line-height:25px;
  font-size:16px;
  position:relative;
  margin-bottom:2px;
  padding-left: 10px;
}
.goalranking1 .ranking span {
  font-size:20px;
}
.goalranking1 .ranking span:first-child {
  display:inline-block;
  margin:0 10px 0 0;
  font-weight:bold;
}
.goalranking1 .ranking span.embS {
  display:inline-block;
  font-size:1;
  margin:0 2px 0 0;
  vertical-align:bottom;
}

.goalranking1 .ranking strong {
  display:inline-block;
  font-size:18px;
  font-weight:bold;
}

.goalranking1 .ranking i {
  font-size:14px;
  font-style:normal;
  font-weight:bold;

}
.goalranking1 .ranking > div {
    font-size: 12px;
    line-height: 1;
    padding-bottom: 5px;
}
.goalranking1 .goalcount {
  font-size:12px;
  line-height:1.3;
  background-color:#EAE8D8;
  color:#FF0004;
  padding:0 10px;
}
.goalranking1 .active {
  background-color:#f4f4f4;
}
.goalranking1 .goalcount span {
  display:inline-block;
  width:75px;
}
.goalranking1 .goalcount strong {
  font-size:28px;
  font-weight:bold;
  font-family: Arial;
}

.goalranking1 .goalcount .boaliconArea {
  color:#333;
  vertical-align:top;
  padding-bottom: 10px;
}
.goalranking1 .goalcount .boaliconArea i {
  margin:0 3px 0 0;
  font-size: 13px;
}
.goalphoto {
  margin:0 5px 0 0;
}
.goalranking1 .videoColBox a div {
    width: 110px;
    position: relative;
    overflow: hidden;
}
.goalranking1 .videoColBox a div:after{
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    font-family: "icomoon3";
    content: "\ec601";
    color: #FFF;
    line-height: 100%;
    opacity: 0.7;
}





.videoOneArea {
    margin-bottom: 20px;
    background: #e8e8e8;
}
.videoOneArea iframe{
  width: 100%;
  height: auto;
}
.videoOneArea p {
    color: #333;
    display: block;
    font-size: 10px;
    line-height: 140%;
    padding: 15px 10px;
    margin-bottom: 20px;
    text-align: left;
}


#niconama{
  display: none;
}
.tabContents div img{
  width: 100%;
  height: auto;
}






/*--- table ---*/
.contents table{
  width: 100%;
  border-bottom: solid 1px #ccc;
}
.contents table tr{
  border-top: solid 1px #ccc;

}
.contents table th,
.contents table td{
  line-height: 1.4;
  padding: 5px 10px;
  vertical-align: middle;
  border-left: 1px solid #ccc;
}
.contents table th:first-child,
.contents table td:first-child{
  border-left: none;
}
.contents table th{
    background: #e7e7e7;
    font-size: 12px;
}
.contents table td{
    font-size: 14px;
}

.outlineTable th{
    background: #e7e7e7;
    font-size: 13px;
    color: #07058C;
}
.outlineTable td{
    font-size: 14px;
}
.outlineTable td p{
  display: table;
  margin-bottom: 10px;
}
.outlineTable td span{
    padding-left: 10px;
    display: table-cell;
}
.outlineTable td span.th{
    
    background: #A09164;
    padding: 5px 0;
    width: 60px;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    margin-right: 5px;
    vertical-align: middle;
    text-align: center;
}


.howto{
  margin-bottom: 20px;
}
.touhyou{

}
.outlineTable td .touhyou span{
  color: #E60012;
  font-weight: bold;
}
.outlineTable td .touhyou span.th{
    background: #E60012;
    color: #fff;
}
.outlineTable td .kettei{
    position: relative;
    border: 2px solid #E60012;
    border-radius: 3px;
    padding: 10px;
    color: #E60012;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    font-size: 15px;
}
.outlineTable td .kettei:before{
    position: absolute;
    top: -37px;
    left: 50%;
    margin-left: -15px;
    font-family: 'FontAwesome';
    content: "\f0d7";
    color: #E60012;
    font-size: 50px;
}

.outlineTable td dl {
  margin: 20px 0;
}
.outlineTable td dl dt{
font-size: 14px;
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
}
.outlineTable td dl dd{
      font-size: 14px;
    line-height: 1.5;
    padding-top: 10px;
}

.shiteihashu{
      background: #E7E7E7;
      padding: 15px;

}



/*--- hashTaglist ---*/
.hashTagWrap{
  border: 1px solid #ccc;
  padding: 10px;
  margin: 20px 0;
}
.hashTaglist {
    display: table;
    table-layout: fixed;
    margin: 0;
    width: 100%;
}
.hashTaglist .hashleague{

}
.hashTagWrap .hashTaglist h4{
  font-size: 12px;
  background: #333;
  padding: 5px 0;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  margin: 5px;
}
.hashTagWrap .hashTaglist h4.j1{ background: #E60012; }
.hashTagWrap .hashTaglist h4.j2{ background: #017f40; }

.hashTagWrap .hashTaglist ul{
  padding: 5px;
}
.hashTagWrap .hashTaglist ul li{
  font-size: 13px;
  line-height: 1.4;
}
.hashTagWrap .hashTaglist p{
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 1em;
}

#niconama_thum img{
  width: 100%;
  height: auto;
  max-width: 500px;
  margin: 0 auto;
}


/*make*/
.posterArea {
    margin-bottom: 30px;
    display: table;
    width: 100%;
}
.posterArea .step01{
    border: solid 2px #e61e2e;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 60px;
}
.posterArea .step01:before {
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -15px;
    font-family: 'FontAwesome';
    content: "\f0d7";
    color: #E60012;
    font-size: 65px;
}
.posterArea h3 {
    text-align: center;
    margin-bottom: 20px;
}
.container img {
    width: 100%;
    height: auto;
    max-width: 500px;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
}
.posterArea .step01 .stepInner p {
    font-size: 13px;
    color: #e61e2e;
    font-weight: bold;
}
.make .posterArea .step01 p {
    margin: 20px 0 15px;
}
.make .posterImgList {
    margin-top: 0;
    text-align: center;
}
.posterImgList {
    font-size: 0;
    margin-top: 10px;
}
.posterArea h4 {
    padding-bottom: 5px;
    font-size: 18px;
    color: #e61e2e;
    font-weight: bold;
    /* text-align: center; */
    margin: 20px 0 10px;
}
.commentList {
    margin-top: 10px;
}
.commentList li {
    font-size: 13px;
    margin-bottom: 20px;
    display: table;
    width: 100%;
    text-indent: 1em;
}
.commentList li span {
    font-size: 12px;
    text-align: center;
    width: 60px;
    background: #9b8950;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
    text-indent: 0;
}
.commentList li span, .commentList li input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}
.make .posterArea .step01 input {
    width: 100%;
    box-sizing: border-box;
}
.commentList li input {
    -webkit-border-radius: 3px;
    border: 1px solid #ccc;
    height: 30px;
    width: 100%;
    margin-left: 1em;
}
.commentList li span, .commentList li input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}
.posterArea .step01 .stepInner .commentList li:last-child {
    margin-bottom: 0px;
}
.posterArea .detail_Btn.make {
    padding: 0 20px;
}
.posterArea .detail_Btn input {
    -webkit-appearance: none;
    background: #e61e2e;
}
.detail_Btn input {
    border-style: none;
}
.detail_Btn input, .detail_Btn a, .detail_Btn span {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 13px;
}

/*.make .afterMake*/
.make .posterArea.afterMake .step01 p span {
    margin: 20px 0 10px;
    display: block;
    font-size: 14px;
}
.make .posterArea .step01 .makeSns {
    margin: 0 auto;
    width: 100%;
    display: table;
    table-layout: fixed;
}
.make .posterArea .step01 .makeSns li {
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
}
.make .posterArea .step01 .makeSns li.twitter {
    padding-right: 10px;
}
.make .posterArea .step01 .makeSns li a {
    color: #fff;
    display: inline-block;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 10px;
    border-radius: 5px;
    width: 100%;
}
.make .posterArea .step01 .makeSns li.twitter {
    padding-right: 10px;
}
.make .posterArea .step01 .makeSns li.twitter a {
    background: #28aae1;
}
.make .posterArea .step01 .makeSns li.facebook {
    text-align: right;
    padding-left: 10px;
}
.make .posterArea .step01 .makeSns li.facebook a {
    background: #2e4da0;
}
.backlink a, .nextlink a {
    position: relative;
    background: #111;
    color: #fff;
    padding: 10px 20px;
    display: block;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 14px;
}
.backlink a:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    content: "";
}
.posterArea.afterMake .step01:before {
    content: none;
}
.posterArea.afterMake .step01{
  margin-bottom: 0;
}

.catchCopylist > li ul {
    margin: 10px auto 0;
    width: 100%;
    display: table;
    table-layout: fixed;
}
.catchCopylist > li ul li:first-child {
    padding-right: 5px;
}
.catchCopylist > li ul li:last-child {
    padding-left: 5px;
}
.catchCopylist > li ul li {
  display: table-cell;
    vertical-align: middle;
    font-size: 11px;
}
.catchCopylist > li ul li.makeBtn a {
    background: #7f7b54;
}
.catchCopylist > li ul li.tktBtn a {
    background: #e23030;
}
.catchCopylist > li ul li a {
    /*width: 220px;*/
    background: #bbb;
    padding: 10px;
    border-radius: 5px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
}


/*./eventArea*/
.hashtagArea .imgList li p{
    margin-bottom: 5px;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    padding: 0 0 5px 0;
}
.hashtagArea .imgList{
    width: 100%;
    font-size: 0;
}
.hashtagArea .imgList li{
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0px;
    width: 100%;
}
.hashtagArea .imgList li:last-child{
  margin-bottom: 0;
}
/*.battleImgs{
    margin: 20px 0;
}*/
.hashtagArea .vsList{
    font-size: 0;
    display: table;
    margin-bottom: 10px;
}
.hashtagArea .vsList li.clubL{
    margin-bottom: 5px;
    position: relative;
    padding-left: 40px;
    box-sizing: border-box;
    height: 45px;
    font-size: 19px;
    line-height: 1.3;
    /*width: 50%;*/
    display: inline-block;
}
.hashtagArea .vsList li.vs{
    font-size: 20px;
    font-weight: bold;
}
.hashtagArea .vsList li{
    width: auto;
    display: table-cell;
}
.hashtagArea .vsList li span.clubWin{
    font-size: 12px;
    display: block;
    padding: 3px 0 0;
}
.hashtagArea .vsList li span.embM{
    position: absolute;
    left: 7px;
    top: 9px;
}
.hashtagArea .vsList li span.twBtn{
    margin-top: 3px;
    display: block;
}
.hashtagArea .vsList li span.twBtn a{
    display: block;
    background: #1B95E0;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
   font-size: 11px;
    border-radius: 5px;
}
.hashtagArea .vsList li span.twBtn a span{
    position: relative;
    padding-left: 16px;
}
.hashtagArea .vsList li span.twBtn a span:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f099";
    font-size: 14px;
    font-weight: normal;
    left: -2px;
}
.hashtagArea .vsList li span.twBtn a:hover {
    text-decoration: none;
    opacity: 0.75;
}
.hashtagArea .vsList li.clubL:nth-of-type(1){
    margin-right: 10px;
}
.hashtagArea .imgList li p a{
    font-size: 18px;
}
.hashtagArea .imgList li p a:hover {
    text-decoration: none;
    opacity: 0.75;
}

.hashtagArea .imgList li p .sects{
  display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.hashtagArea .imgList li figure img{
    width: 100%;
    display: block;
}

.hashtagArea .tab1 .imgList li p span{
    border-left: solid 5px #e40014;
    padding-left: 5px;
}
.hashtagArea .tab2 .imgList li p span{
    border-left: solid 5px #007f45;
    padding-left: 5px;
}
.hashtagArea .tab3 .imgList li p span{
    border-left: solid 5px #231815;
    padding-left: 5px;
}

.hashtagArea .upDate{
    color: #e70707;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
}



body.video .tabSelecter .tab.sixline li{
  width: 25%;
}



/*------previewArea------*/

.container{
	padding: 0;
}

.preview .container .kvArea img{
	width: 100%;
}
.preview .contents .previewArea .leadArea {
	padding: 10px 10px 0;
	font-size: 12px;
}

.preview .contents section h3 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 10px 0 ;
	color: #ffffff;
	background-color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	border-top: 5px solid #e3021f;
}

.preview .contents .previewNav {
	background-color: #e7e7e7;
}

.preview .contents .previewNav li {
	margin: 10px 10px 0;;
}

.preview .contents .previewNav li .navBox {
	padding: 10px;
	background-color: #ffffff;
	border-radius: 3px;
	text-align: center;
}
.preview .contents .previewNav li .navBox .itemVenue div, .preview .contents .previewNav li .navBox .itemVenue p {
	display: inline;
}

.preview .contents .previewNav li .navBox .itemMatch {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 5px 0 10px;
}

.preview .contents .previewNav li .navBox .itemMatch div {
	display: table-cell;
	width: auto;
	font-size: 12px;
	vertical-align: top;
}

.preview .contents .previewNav li .navBox .itemMatch div img {
	width: 60px;
}

.preview .contents .previewNav li .navBox .itemMatch div:nth-of-type(2) {
	display: table-cell;
	width: 40px;
}

.preview .contents .previewNav li .navBox .itemMatch div:nth-of-type(2) b, 
.preview .contents .previewMatch li .matchBox .itemMatch .vs b{
	display: block;
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
	border-radius: 20px;
	color: #ffffff;
	background-color: #000000;
	font-weight: bold;
}

.preview .contents .previewNav li .navBox .itemReview {
	float: left;
	width: 50%;
	font-size: 12px;
	line-height: 33px;
}

.preview .contents .previewNav li .navBox .itemReview a {
	display: block;
	margin-right: 5px;
	color: #0066cc;
	border: 1px solid #0066cc;
}

.preview .contents .navBox .btnTicket {
	float: right;
	width: 50%;
	height: 35px;
}

.preview .contents .btnTicket a {
	display: block;
	height: 30px;
	margin-left: 5px;
	color: #ffffff;
	background-color: #0066cc;
	border-bottom: 5px solid #0e4f92;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.preview .contents .btnTicket span.disable {
	display: block;
	height: 30px;
	margin-left: 5px;
	color: #777777;
	background-color: #aaaaaa;
	border-bottom: 5px solid #777777;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.preview .contents .previewMatch li {
	border-top: 10px solid #e7e7e7;
;}

.preview .contents .previewMatch li .matchBox {
	padding: 20px;
	background-color: #ffffff;
;}

.preview .contents .previewMatch li .itemVenue {
	font-size: 14px;
	text-align: center;
}

.preview .contents .previewMatch li .itemVenue span {
	display: block;
	font-size: 12px;
}

.preview .contents .previewMatch li .itemMatch .rowBox {
	display: table;
	width: 100%;
}


.preview .contents .previewMatch li .itemMatch .rowBox > div {
	display: table-cell;
}

.preview .contents .previewMatch li .itemMatch {
	position: relative;
	margin: 20px 0;
}

.preview .contents .previewMatch li .itemMatch .rowBox {
	table-layout: fixed;
	vertical-align: middle;
}

.preview .contents .previewMatch li .itemMatch .vs {
	margin: -90px auto 50px;
	width: 40px;
	text-align: center;
}

.preview .contents .previewMatch li .itemMatch .rowBox span img {
	width: 60px;
}

.preview .contents .previewMatch li .itemMatch .rowBox div {
	padding: 10px 0;
}

.preview .contents .previewMatch li .itemMatch .rowBox p {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.preview .contents .previewMatch li .itemMatch .rowBox div span {
	/*display: block;*/
	margin-top: 10px;
	text-align: center;
}

/*----- チーム背景色 -----*/
.preview .contents .previewMatch li .itemMatch .rowBox .sapporo {
	color: #ffffff;
	background-color: #d6000f;
}
.preview .contents .previewMatch li .itemMatch .rowBox .sendai {
	color: #111111;
	background-color: #fcc800;
}
.preview .contents .previewMatch li .itemMatch .rowBox .kashima {
	color: #ffffff;
	background-color: #b7183f;
}
.preview .contents .previewMatch li .itemMatch .rowBox .urawa {
	color: #ffffff;
	background-color: #e6002d;
}

.preview .contents .previewMatch li .itemMatch .rowBox .kashiwa {
	color: #111111;
	background-color: #fff100;
}
.preview .contents .previewMatch li .itemMatch .rowBox .ftokyo {
	color: #ffffff;
	background-color: #073190;
}
.preview .contents .previewMatch li .itemMatch .rowBox .kawasakif {
	color: #ffffff;
	background-color: #33a1db;
}
.preview .contents .previewMatch li .itemMatch .rowBox .yokohamafm {
	color: #ffffff;
	background-color: #014099;
}
.preview .contents .previewMatch li .itemMatch .rowBox .shimizu {
	color: #ffffff;
	background-color: #f39800;
}
.preview .contents .previewMatch li .itemMatch .rowBox .iwata {
	color: #ffffff;
	background-color: #6c9bd2;
}
.preview .contents .previewMatch li .itemMatch .rowBox .gosaka {
	color: #ffffff;
	background-color: #004ea2;
}
.preview .contents .previewMatch li .itemMatch .rowBox .cosaka {
	color: #ffffff;
	background-color: #d60065;
}
.preview .contents .previewMatch li .itemMatch .rowBox .kobe {
	color: #ffffff;
	background-color: #a9002f;
}
.preview .contents .previewMatch li .itemMatch .rowBox .hiroshima {
	color: #ffffff;
	background-color: #51318f;
}
.preview .contents .previewMatch li .itemMatch .rowBox .tosu {
	color: #ffffff;
	background-color: #00a0d2;
}
.preview .contents .previewMatch li .itemMatch .rowBox .nagoya {
	color: #ffffff;
	background-color: #d70c18;
}
.preview .contents .previewMatch li .itemMatch .rowBox .shonan {
	color: #ffffff;
	background-color: #6fba2c;
}
.preview .contents .previewMatch li .itemMatch .rowBox .nagasaki {
	color: #ffffff;
	background-color: #005bac;
}

   /*-----  J2  ----*/
.preview .contents .previewMatch li .itemMatch .rowBox .niigata {
	color: #ffffff;
	background-color: #ea5404;
}
.preview .contents .previewMatch li .itemMatch .rowBox .omiya {
	color: #ffffff;
	background-color: #ed6d00;
}
.preview .contents .previewMatch li .itemMatch .rowBox .kofu {
	color: #ffffff;
	background-color: #005bac;
}
.preview .contents .previewMatch li .itemMatch .rowBox .yamagata {
	color: #ffffff;
	background-color: #004097;
}
.preview .contents .previewMatch li .itemMatch .rowBox .tochigi {
	color: #333333;
	background-color: #fff100;
}
.preview .contents .previewMatch li .itemMatch .rowBox .chiba {
	color: #333333;
	background-color: #ffe100;
}
.preview .contents .previewMatch li .itemMatch .rowBox .machida {
	color: #ffffff;
	background-color: #0054a7;
}
.preview .contents .previewMatch li .itemMatch .rowBox .gihu {
	color: #ffffff;
	background-color: #00633d;
}
.preview .contents .previewMatch li .itemMatch .rowBox .okayama {
	color: #ffffff;
	background-color: #880527;
}
.preview .contents .previewMatch li .itemMatch .rowBox .sanuki {
	color: #333333;
	background-color: #65aadd;
}
.preview .contents .previewMatch li .itemMatch .rowBox .ehime {
	color: #ffffff;
	background-color: #f39800;
}
.preview .contents .previewMatch li .itemMatch .rowBox .kumamoto {
	color: #ffffff;
	background-color: #b62013;
}
.preview .contents .previewMatch li .itemMatch .rowBox .mito {
	color: #ffffff;
	background-color: #005ca2;
}
.preview .contents .previewMatch li .itemMatch .rowBox .tokyov {
	color: #ffffff;
	background-color: #00744b;
}
.preview .contents .previewMatch li .itemMatch .rowBox .yokohamafc {
	color: #ffffff;
	background-color: #003686;
}
.preview .contents .previewMatch li .itemMatch .rowBox .matsumoto {
	color: #ffffff;
	background-color: #008136;
}
.preview .contents .previewMatch li .itemMatch .rowBox .kanazawa {
	color: #ffffff;
	background-color: #d80c1e;
}
.preview .contents .previewMatch li .itemMatch .rowBox .kyoto {
	color: #ffffff;
	background-color: #920783;
}
.preview .contents .previewMatch li .itemMatch .rowBox .yamaguchi {
	color: #333333;
	background-color: #ed6c00;
}
.preview .contents .previewMatch li .itemMatch .rowBox .tokushima {
	color: #ffffff;
	background-color: #0b318f;
}
.preview .contents .previewMatch li .itemMatch .rowBox .fukuoka {
	color: #ffffff;
	background-color: #003b83;
}
.preview .contents .previewMatch li .itemMatch .rowBox .oita {
	color: #ffffff;
	background-color: #0b318f;
}

   /*-----  J3  ----*/
.preview .contents .previewMatch li .itemMatch .rowBox .morioka {
	color: #ffffff;
	background-color: #b9191b;
}
.preview .contents .previewMatch li .itemMatch .rowBox .fukushima {
	color: #ffffff;
	background-color: #e60012;
}
.preview .contents .previewMatch li .itemMatch .rowBox .ysyokohama {
	color: #333333;
	background-color: #9fd9f6;
}
.preview .contents .previewMatch li .itemMatch .rowBox .nagano {
	color: #ffffff;
	background-color: #eb6100;
}
.preview .contents .previewMatch li .itemMatch .rowBox .fujieda {
	color: #ffffff;
	background-color: #89357c;
}
.preview .contents .previewMatch li .itemMatch .rowBox .tottori {
	color: #333333;
	background-color: #6eba3d;
}
.preview .contents .previewMatch li .itemMatch .rowBox .kagoshima {
	color: #ffffff;
	background-color: #182f60;
}
.preview .contents .previewMatch li .itemMatch .rowBox .ftokyoU23 {
	color: #ffffff;
	background-color: #073190;
}
.preview .contents .previewMatch li .itemMatch .rowBox .cosakaU23 {
	color: #ffffff;
	background-color: #d60065;
}
.preview .contents .previewMatch li .itemMatch .rowBox .akita {
	color: #ffffff;
	background-color: #005bac;
}
.preview .contents .previewMatch li .itemMatch .rowBox .gunma {
	color: #ffffff;
	background-color: #003f73;
}
.preview .contents .previewMatch li .itemMatch .rowBox .sagamihara {
	color: #ffffff;
	background-color: #228e41;
}
.preview .contents .previewMatch li .itemMatch .rowBox .toyama {
	color: #ffffff;
	background-color: #003894;
}
.preview .contents .previewMatch li .itemMatch .rowBox .numazu {
	color: #333333;
	background-color: #00a0e9;
}
.preview .contents .previewMatch li .itemMatch .rowBox .toyama {
	color: #ffffff;
	background-color: #003894;
}
.preview .contents .previewMatch li .itemMatch .rowBox .kitakyushu {
	color: #333333;
	background-color: #fff100;
}
.preview .contents .previewMatch li .itemMatch .rowBox .ryukyu {
	color: #ffffff;
	background-color: #9f0d3e;
}
.preview .contents .previewMatch li .itemMatch .rowBox .gosakaU23 {
	color: #ffffff;
	background-color: #004ea2;
}
/*-----ここまで-----*/

.preview .contents .previewMatch li .itemReview .rowBox {
	margin-bottom: 5px;
}

.preview .contents .previewMatch li .itemReview .rowBox div {
	vertical-align: middle;
}

.preview .contents .previewMatch li .itemReview .rowBox div:first-child {
	width: 130px;
	margin: 0 auto 15px;
	color: #ffffff;
}

.preview .contents .previewMatch li .itemReview .rowBox div:first-child strong {
	display: block;
	position: relative;
	height: 30px;
	line-height: 30px;
	background-color: #444444;
	font-weight: bold;
	text-align: center;
}

.preview .contents .previewMatch li .itemReview .rowBox div:first-child strong:after {
	position: absolute;
	display: block;
	content: "";
	bottom:-10px;
	left:50%;
	margin:0 0 0 -10px;
	width:0;
	height:0;
	border-right:10px solid transparent;
	border-top:10px solid #444444;
	border-left:10px solid transparent;
}

.preview .contents .previewMatch li .itemReview .rowBox div p {
	font-weight: bold;
}
.preview .contents .previewMatch li .itemPlayers ul li {
	margin-top: 20px;
	padding: 0;
	border-top: none;
}
.preview .contents .previewMatch li .itemPlayers ul li .playersBox {
	padding: 20px;
	border: 1px solid #c7c7c7;
}
.preview .contents .previewMatch li .itemPlayers ul li .playersBox:nth-child(n+2) {
	border-top: none;
}


.preview .contents .previewMatch li .itemPlayers ul li .playersBox div:first-child {
	text-align: center;
}
.preview .contents .previewMatch li .itemPlayers ul li .playersBox div:first-child img {
	width: 125px;
	height: 125px;
	border-radius: 62.5px;
}
.preview .contents .previewMatch li .itemPlayers ul li .playersBox div.enthusiasm img{
	border-radius: 0;
	padding-bottom: 10px;
}

.preview .contents .previewMatch li .itemPlayers ul li .playersBox div b {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #c7c7c7;
	
}

.preview .contents .previewMatch li .itemPlayers ul li .playersBox div strong {
	display: block;
	padding: 10px 0;
	font-weight: bold;
}

.preview .contents .previewMatch li .itemPlayers ul li .playersBox div p {
	font-size: 14px;
	
}
.preview .contents .previewMatch li .btnTicketArea .btnTicket a, .preview .contents .previewMatch li .btnTicketArea .btnTicket span.disable {
	height: 60px;
	line-height: 60px;
	
}
.preview .contents .previewMatch li .btnTicketArea {
	padding: 20px;
	background-color: #444444
	
}

.preview .contents .previewArea .tabContents div.itemReview img{
	width: 10%;
	vertical-align: middle;
}
.preview .contents .previewArea .tabContents div.itemMatch span{
	display: inline-block;
}


.preview .contents .previewMatch li .itemMatch .rowBox .homeCell,
.preview .contents .previewMatch li .itemMatch .rowBox .awayCell{
	text-align: center;

}

.preview .contents .previewMatch li .itemMatch .rowBox span{
	display: inline-block;
	margin-top: 15px;
}






.preview .contents .btnClubArea a{
    display: block;
    margin-left: 5px;
    color: #ffffff;
    background-color: #e23234;
    border-bottom: 5px solid #ca0609;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
	}
.preview .contents .previewMatch li .btnClubArea .btnClubAppli a, .preview .contents .previewMatch li .btnClubArea .btnClubAppli span.disable {
	height: 60px;
	line-height: 60px;
	
}
.preview .contents .previewMatch li .btnClubArea {
	padding: 20px;
	background-color: #8A8A8A;
	
}

