@charset "utf-8";


/*-------------------------YNC-------------------------*/

/* ハンバーガーメニュー */
.menu-trigger {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 32px;
  height: 20px;
  z-index: 99999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 25px;
  cursor: pointer;
}
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
}

/*.menu-trigger.active span {
  background-color: #fff;
}*/

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

#navigation {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99998;
}


#navigation .navigation_inner {
  display: table;
  width: 100%;
  height: 100%;
}

#navigation .navigation_inner .navigation_menu {
	/* width: 100%; */
	height: 100%;
  /* display: table-cell; */
  vertical-align: top;
  padding: 0 10px 100px;
	overflow-y: scroll;
  -webkit-overflow-scrolling:touch;
}

#navigation .navigation_inner .navigation_menu li {
  position: relative;
  padding: 15px 0;
  margin: 0 auto;
  border-bottom: solid 1px rgba(225, 225, 225, 0.3);
  font-size: 15px;
}

#navigation .navigation_inner .navigation_menu li::after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f30f';
  color: #fff;
  right: 25px;
  font-size: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#navigation .navigation_inner .navigation_menu li:first-child::after {
  display: none;
}

#navigation .navigation_inner .navigation_menu li a {
  display: block;
  color: #fff;
}

#navigation .navigation_inner .navigation_menu li span {
  display: block;
  line-height: 1.5;
  color: #fff;
  font-weight: 100;
  letter-spacing: 0.1em;
  font-family: 'Arvo', sans-serif;
}

#navigation .navigation_inner .navigation_menu li span.top {
  display: block;
  font-size: 16px;
  color: #fff;
}

#navigation .match_subTit_icon .menu_eng {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.02em;
  vertical-align: middle;
}

#navigation .match_subTit_icon .jpn {
  font-size: 13px;
}

#navigation .superplay_subTit_icon .subhead_jp span {
  display: block;
  line-height: 1.7;
}

#navigation .subhead_center {
  margin-bottom: 0;
}
/* .container,
.update {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'Kreon', 'Noto Sans JP', sans-serif;
} */

.headerNav {
  width: 100%;
  top: 0;
  right: 0;
  background: rgba(175, 0, 0, 0.5);
  font-size: 0;
  height: 70px;
  z-index: 1111111111111111111111;
  text-align: center;
  position: fixed;
}

.headerNav img {
  vertical-align: top;
  height: 40px;
}

.headerNav_levaincuplogo {
  display: inline-block;
  margin: 0 auto;
}

.headerNav_levaincuplogo a {
  height: 70px;
  width: 180px;
  display: table-cell;
  vertical-align: middle;
}

.headerNav_jplogo {
  position: absolute;
  left: 15px;
  top: 15px;
}

.headerNav_jplogo img {
  width: 40px;
}




#main {
	margin-top: 70px;
	padding: 0;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
section.topMenuArea {
    margin: 10px 0;
}
section.topMenuArea > div {
		position: relative;
		width: 100%;
		margin: 0 auto 1px;
}
section.topMenuArea > div span {
		display: inline-block;
		padding: 5px 10px;
		color: #fff;
		font-size: 10px;
		font-weight: 600;
		background: #e60213;
}
section.topMenuArea > div h4 {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		padding: 8px 10px;
		color: #000;
		background: #ffffffd4;
}
section.topMenuArea > div .update {
		position: absolute;
		display: block;
		width: 100%;
		bottom: 0;

}
section.topMenuArea > div .update h4 {
	position: relative;
}
.topMenuOther li {
    border-bottom: 1px solid #ccc;
}
.topMenuOther li:first-child {
    border-top: 1px solid #ccc;
}
.topMenuOther {
		margin: 20px auto 0;
		border-width: 0 1px;
		border-style: solid;
		border-color: #ccc;
}
.topMenuOther li > a {
		display: block;
		position: relative;
		padding: 10px 0;
		color: #333;
		text-align: center;
}
.topMenuOther li > a:after {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 10px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 13px;
    text-decoration: none !important;
    color: #AFAFAF;
}

.ttlLink h3,
.ttlNoLink h3,
.ttlNoLink .blockTit {
    background: #e60012;
}
.leaguecup2018 .ttlNoLink h3, .leaguecup2018 .ttlNoLink .blockTit {
    background: #e60012;
}

.ttlNoLink h3 {
    position: relative;
}

.ttlNoLink h3 span {
    position: absolute;
    right: 10px;
    top: 8px;
}

.container .kvArea ul.navList li > a, .container .kvArea ul.navList li > span{
    background: #320505;
}

#main .container .ttlNoLink h3 span img {
    display: none;
}
.kvArea .navWrap ul{
    border-top: solid 1px #320505;
}
.kvArea .navContInner{

}
.kvArea .navContInner ul{

}
.kvArea .navContInner ul li{
    display: table-cell;
    vertical-align: top;
    font-size: 12px;
    border-right: 1px solid #fff;
}
.kvArea .navContInner ul li a,
.kvArea .navContInner ul li span{
    padding: 5px;
    display: table-cell;
    height: 40px;
    width: 800px;
    vertical-align: middle;
    background: #073190;
    color: #fff;
    position: relative;
    text-align: center;
}
.kvArea .navContInner ul li.ticketbtn a{ background: #ccc;}
.kvArea .navContInner ul li:last-child{border-right: none;}

.kvArea .navContInner ul li span{
    background: #c5c5c5;
    color:#e2e2e2
}

.kvArea .navContInner ul.threeBTN li{width: 33.33%;}
.kvArea .navContInner ul.threeBTN li:nth-child(3n){border-right:none;}

.ticketbtn {
	margin: 15px auto;
	width: 92%;
	display: flex;
	background: #e60011;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	font-size: 12px;
	text-decoration-line: none;
}



.kvArea .ticketbtn a {
    padding: 5px;
    display: block;
    background: #dd0916;
    color: #fff;
    position: relative;
}
.kvArea .ticketbtn.specialsite a{ background: #a89944; padding: 15px 10px;}
.kvArea .ticketbtn.stadiumevent a{ background: #e60012; padding: 15px 10px;}
.kvArea .ticketbtn a:after {
position: absolute;
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 13px;
    font-weight: normal;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}
.kvArea .ticketbtn span {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    padding-left: 10px;
    font-size: 10px;
}
.ticketbtn span.tit {
    font-weight: bold;
    display: block;
    text-align: center;
    margin-right: 10px;
    color: #e60011;
    padding: 10px 5px;
    font-size: 10px;
    vertical-align: middle;
    background: #fff;
}
.kvArea .another-levaincup span {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    padding-left: 10px;
    font-size: 12px;
}

.historyTable th:nth-child(2),
.historyTable th:nth-child(4){
    width: 14%;
}

.historyTable th:nth-child(5){
    width: 14%;
}

#main .container .historyTable td.photo img{
    width: 70px;
}
.container img {
		max-width: none;
	}
.historyTable td:nth-child(5), .historyTable td:last-child {
    font-size: 22px;
    line-height: 80%;
}

.historyTable td {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 11px;
    line-height: 1.5;
    padding: 10px 2px;
    text-align: center;
    vertical-align: middle;
}

.historyTable {
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
    width: 100%;
}

.historyTable td.team-left{
    position: relative;
}

.historyTable td.team-right{
    position: relative;

}

.historyTable .team-left img,
.historyTable .team-right img{
    width: 18px;
}

.historyTable .team-left .embS,
.historyTable .team-right .embS,
.historyTable .team-left img,
.historyTable .team-right img
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -15px;
}

.team-left span{
    margin: 0 auto;
}

.historyTable td.team-left,
.historyTable td.team-right{
    vertical-align: bottom;
}

.historyTable td{
    font-size: 10px;
    vertical-align: middle;
    height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.historyTable tr th:first-child,
.historyTable tr td:first-child{
    border-left: 0;
}

.historyTable th{
    text-align: center;
}

.dataTable thead td{
    text-align: center;
}

.dataTable thead td{
    text-align: center;
}

.dataTable.history01 td.playerPhoto {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 5px;
}
.dataTable.history01 td.team-left {
    text-align: left;
}
.dataTable tbody td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
    font-size: 10px;
}

.dataTable thead td:first-child{
    width: 10%;
}

.dataTable.history01 td.playerPhoto img{
    width: 90px;
}

.dataTable.history01 .team-left img,
.dataTable.history01 .team-right img{
    width: 32px;
    display: inline-block;
    margin-top: -8px;
}

.dataTable thead td:last-child {
    width: 40%;
}

.outline .commonTable.outline td{
    text-align: left;
    padding: 5px;
}

.rankingDataTable {
    width: 100%;
    border-top: 1px solid #ccc;
}

.rankingDataTable thead th.rank {
    width: 25px;
}
.rankingDataTable thead th {
    line-height: 12px;
    padding: 12px 0;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    background-color: #f6f6f6;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.rankingDataTable tbody tr {
    border-bottom: 1px solid #ccc;
}

.rankingDataTable tbody th {
    font-weight: bold;
    font-size: 11px;
    background: #FAEBEC;
}

.rankingDataTable td, .rankingDataTable tbody th {
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
    line-height: 12px;
}

.rankingDataTable td.data {
    font-weight: bold;
    color: #f00;
    font-size: 11px;
}

.rankingDataTable td img {
    vertical-align: bottom;
}

.rankingDataTable td.name {
    text-align: left;
}

.rankingDataTable thead th.photo {
    width: 50px;
}

.rankingDataTable .asterisk{
    display: block;
}

p.rankingDate {
    font-size: 12px;
    color: #888;
    margin: 20px 0 10px;
    text-align: right;
}


.qualifierGroup{
    margin: 20px 0;
}

.qualifierGroup h4{
    font-weight: bold;
    margin: 0 0 10px 0;
}

.commonTable.listNewHero thead tr th{

}

.commonTable.listNewHero tbody tr td{
    font-size: 10px;
    word-break: break-all;
}

.commonTable.listNewHero tbody tr td:nth-child(2){
    width: 12%;
}
.commonTable.listNewHero tbody tr td:nth-child(8){
    width: 8%;
}

/*20160523*/

.newhero .tabSelecter .tab li {
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    box-sizing: border-box;
    background-color: #f0f0f0;
    display: inline-block;
}

body.newhero.winner .tabSelecter .tab li.winner a,
body.pressconference .tabSelecter .tab li.pressconference a,
body.final .tabSelecter .tab li#final a,
body.semifinal .tabSelecter .tab li#semifinal a,
body.quarterfinal .tabSelecter .tab li#quarterfinal a,
body.groupstage .tabSelecter .tab li#groupstage a,
body.newhero.interim .tabSelecter .tab li.interim a{
    position: relative;
    top: 1px;
    background: #FFFFFF;
    color: #464646;
    font-weight: bold;
}

.interim .interimTable thead td:first-child{
    width: 25%;
}

.interim .interimTable tbody td{
    padding: 0;
}

.interimTable thead td:last-child {
    width: 20%;
}

.interim .interimBlock {
    margin-bottom: 20px;
}

.interim .interimTable td {
    border-right: solid 1px #ccc;
}

.interim .interimTable tr td:last-child {
    border-right: 0;
}

.pastWinners .dataTable tbody td.playerName{
    border-right: solid 1px #ccc;
}

.interim .interimBlock h5.leftRedTit span{
    font-weight: bold;
    font-size: 13px;
}


body.video .tabSelecter ul{
    height: auto;
}


body.video.pressconference .tabSelecter .tab li.pressconference a,
body.video.game .tabSelecter .tab li.game a,
body.video.goal .tabSelecter .tab li.goal a,
body.video.pickup .tabSelecter .tab li.pickup a,
body.video.preview .tabSelecter .tab li.preview a,
body.video.player .tabSelecter .tab li.player a{
    top:0;
}



/*20160704*/

body.photo.opendrawP .tabSelecter .tab li.opendrawP a{
    position: relative;
    top: 1px;
    background: #FFFFFF;
    color: #464646;
    font-weight: bold;
}

.leaguecup.tv.final .matchLiveCh .nationalTv{
    color: #f00;
}



/* ticket */
body.ticket .txt {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 1em;
}

.ticketTabNavArea{
    margin-bottom: 20px;
}
.ticketTabNavArea dl{
    margin-bottom: 10px;
}
.ticketTabNavArea dt{
    font-size: 12px;
    font-weight: bold;
    background: #555555;
    color: #ddd;
    padding: 3px 20px;
}
.ticketTabNavArea dd{

}
.ticketTabNavArea ul{
    font-size: 0;
}
.ticketTabNavArea ul li{
    display: inline-block;
    text-align: left;
    margin-top: 2px;
    font-size: 12px;
    -webkit-box-sizing : border-box ;
    -moz-box-sizing : border-box ;
    box-sizing : border-box ;
    width: 50%;
    border-right: 1px solid #fff;
    vertical-align: top;
}
.ticketTabNavArea ul li:nth-child(2n){border-right:none;}

.ticketTabNavArea .navticketinfo ul li{width: 33.33%;}

.ticketTabNavArea ul li > a,
.ticketTabNavArea ul li > span{
    color: #000;
    background: #d1d0d0;
    display: table-cell;
    width: 500px;
    height: 40px;
    box-sizing: border-box;
    vertical-align: middle;
    padding:0 10px;
    line-height: 1.3;
    position: relative;
}

.ticketTabNavArea ul li.gold > a,
.ticketTabNavArea ul li.gold > span{
    background: #b69f60;
}

.ticketTabNavArea ul li a:hover{
    opacity: 0.75;
    text-decoration: none;
}
.ticketTabNavArea ul li a:after{
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 10px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 10px;
    color: rgba(0, 0, 0, 0.5);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.ticketTabNavArea ul li a.openwinBtn:after{
    font-family: FontAwesome;
    content: "\f08e";
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    font-size: 15px;
    right: 5px;
    margin-top: -10px;
}
.ticketTabNavArea ul li i{
    font-style: normal;
    font-weight: bold;
    color: #c00000;
}
.ticketTabNavArea ul li a span{
    display: block;
}
.tickeSubLink{
    text-align: right;
    margin-bottom : 5px;
}

.tickeSubLink a{
    padding-left: 5px;
    color: #000;
    font-size: 12px;
    position: relative;
    margin-right: 10px;
}

.tickeSubLink a:after{
    position: absolute;
    top: 50%;
    margin-top: -8px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 10px;
    color: #000;
}

body.ticket .ticketBlock{
    padding: 10px;
    background: #e8e8e8;
    border-top: solid 5px #000;
    margin-bottom: 20px;
}


.nycTitTicket{
    font-size: 15px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#preSales .nycTitTicket,
#supportersSales .nycTitTicket {
    font-size: 14px;
    font-weight: bold;
    background: url(/img/yncup2015/ticket/ico_jticket.png) no-repeat 0 50%;
    -webkit-background-size: 60px auto;
    background-size: 60px auto;
    padding: 0 0 0px 65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 0;
    min-height: 30px;
    line-height: 30px;
}

body.ticket .ticketInfoTable{
    margin-top: 10px;
    width: 100%;
}
body.ticket .ticketInfoTable th,
body.ticket .ticketInfoTable td{
    border: solid 1px #ccc;
    padding: 7px;
    font-size: 12px;
    background: #fff;
}
body.ticket .ticketInfoTable th{
    background: #f1f1f1;
    text-align: center;
    width: 50px;
    vertical-align: middle;
}

body.ticket .ticketInfoTable tr:first-child th,
body.ticket .ticketInfoTable tr:first-child td{
    font-weight: bold;
}

body.ticket .privilege{
    background: #fff;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}

body.ticket .privilege ol li{
    font-size: 14px;
    line-height: 1.3;
    list-style: decimal;
    /*text-indent: -1em;*/
    list-style-position: inside;
    line-height: 1.65;
}
body.ticket .privilege ol li em{
    display: block;
    font-weight: bold;
    margin-bottom: 0.5em;
}

body.ticket .privilege ol li ul li{
    list-style: none;
    padding-top: 8px;
    padding-bottom: 0;
    font-weight: bold;
    padding-left: 7px;
    font-size: 13px;
    letter-spacing: -0.05em;
}

body.ticket .privilege .privilege_caption{
    padding-left: 1em;
    margin: 0 0 15px 0;
    font-size: 12px;
}

body.ticket .privilege .privilege_caption a{
    color: #000;
    position: relative;
}



body.ticket .privilege .privilege_photo{
    margin-bottom: 20px;
    text-align: center;
}


.ticket_RedLink a,
.ticket_RedLink > span{
    color: #fff;
    background: #dd0916;
    padding: 15px 30px 15px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    display: block;
    -webkit-box-sizing : border-box ;
    -moz-box-sizing : border-box ;
    box-sizing : border-box ;
    position: relative;
}
.ticket_RedLink > span{
    background:#ccc;
}

.ticket_RedLink a:hover{
    opacity: 0.75;
    text-decoration: none;
}

.ticket_RedLink a:after{
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 10px;
    color: #fff;
}

.ticket_RedLink a span{
    font-size: 12px;
    padding-bottom: 5px;
    display: inline-block;
}

.ticketBlock .ticket_caption li{
    line-height: 1.3;
    font-size: 10px;
    padding-top: 5px;
}

body.ticket .buy_caption{
    font-size: 12px;
    line-height: 1.5;
    margin: 10px 0;
}


body.ticket .info_link{
    font-size: 0;
    width: 100%;
}

body.ticket .info_link li{
  display: inline-block;
    background-color: #4b4b4b;
   font-size: 12px;
    margin-left: 0.5%;
    width: 33%;
    vertical-align: top;
}
body.ticket .info_link li:first-child{
  margin-left: 0;
}
body.ticket .info_link li a{
  color: #fff;
    padding: 0 15px 0 5px;
  font-size: 10px;
  line-height: 1.3;
    display: table-cell;
  position: relative;
  height: 40px;
  vertical-align: middle;
}

body.ticket .info_link li a:hover{
    opacity: 0.75;
  text-decoration: none;
}
body.ticket .info_link li a:after{
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 3px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 10px;
    color: #fff;
}

body.ticket .p_red {
    font-size: 14px;
    line-height: 1.4;
    color: #b40012;
    margin-top: 10px;
}



body.ticket .buy_ticket{
  background: #fff;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  border: solid 1px #ccc;
}

body.ticket .buy_ticket h5{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
  position: relative;
    margin-left: 30px;
    margin-top: 10px;
    letter-spacing: -0.05em;
}

body.ticket .buy_ticket h5.buy_net:before{
  background-color: #0092de;
    padding: 6px 6px 4px 6px;
    display: inline-block;
    position: absolute;
    top: -23%;
    left: -29px;
    font-family: 'FontAwesome';
    content: "\f108";
    font-size: 13px;
  color: #fff;
}

body.ticket .buy_ticket h5.buy_tel:before{
  background-color: #0092de;
  padding: 5px 7px 4px 8px;
    display: inline-block;
    position: absolute;
    top: -23%;
    left: -30px;
    font-family: 'FontAwesome';
    content: "\f095";
    font-size: 14px;
  color: #fff;
}
body.ticket .buy_ticket h5.buy_shop:before{
  background-color: #0092de;
    padding: 5px 6px 4px 7px;
    display: inline-block;
    position: absolute;
    top: -23%;
    left: -30px;
    font-family: 'FontAwesome';
    content: "\f19c";
    font-size: 13px;
  color: #fff;
}



body.ticket .buy_ticket .ticket_RedLink a{
    color: #fff;
    background: #dd0916;
    padding: 10px 15px 10px 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    display: block;
  -webkit-box-sizing : border-box ;
  -moz-box-sizing : border-box ;
  box-sizing : border-box ;
  position: relative;
  font-size: 12px;
  line-height: 1.2;
}
body.ticket .buy_ticket .ticket_RedLink a:hover{
    opacity: 0.75;
  text-decoration: none;
}

body.ticket .buy_ticket .ticket_RedLink a:after{
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 5px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 10px;
    color: #fff;
}

body.ticket .buy_ticket .ticket_RedLink a span{
  font-size: 10px;
  padding-bottom: 5px;
}

body.ticket .buyTable{
  width: 100%;
  border-top: solid 1px #ccc;
}

body.ticket .buyTable th,
body.ticket .buyTable td{
  padding: 5px;
  border-bottom: solid 1px #ccc;
  font-size: 10px;
  line-height: 1.35;
}
body.ticket .buyTable td a{
    display: block;
}
body.ticket .buyTable td a + br{
    display: none;
}
body.ticket .buyTable th{
  background: #e8e8e8;
    vertical-align: middle;
    width: 30%;
    letter-spacing: -0.05em;
}
body.ticket .buyTable td .buy_ticket_date{
	font-weight: bold;
	margin-bottom: 7px;
	display: inline-block;
}
.buy_ticket .buy_box{
  margin-bottom: 20px;
}

body.ticket .ticketInfoBlock .buy_caption {
    font-size: 10px;
    line-height: 1.8;
    margin-top: 10px;
}

body.ticket .ticketInfoBlock .buy_caption {
    font-size: 10px;
    line-height: 1.8;
    margin-top: 10px;
}

body.ticket .ticketInfoBlock{
    border: solid 1px #ccc;
  padding: 10px;
    margin: 10px 0;
}

body.ticket .buyTable.priceTable th{
    width: auto;
}
body.ticket .buyTable.priceTable th,
body.ticket .buyTable.priceTable td{
  vertical-align: middle;
  padding: 5px;
  border-right: 1px solid #ccc;
  width: 20%;
  font-size: 12px;
}
body.ticket .buyTable.priceTable th:last-child,
body.ticket .buyTable.priceTable td:last-child{border-right: none;}
body.ticket .yncTicketArea .tickeSubLink{
  text-align: right;
  margin-bottom : 5px;
}

.body.ticket yncTicketArea .tickeSubLink a{
  padding-left: 5px;
  color: #000;
  font-size: 12px;
  position: relative;
    margin-right: 10px;
}

body.ticket .yncTicketArea .tickeSubLink a:after{
  position: absolute;
    top: 50%;
    margin-top: -8px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 10px;
    color: #000;
}

body.ticket .buyTable.priceTable tr:first-child th{
  padding: 5px 0;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
}

body.ticket .buyTable.priceTable tr:first-child th:nth-child(5){
    width: 200px;
}
body.ticket .buyTable.priceTable td:nth-child(1){background: #f6f6f6;}
body.ticket .buyTable.priceTable td:nth-child(3),
body.ticket .buyTable.priceTable td:nth-child(4){text-align: center;}
body.ticket .buyTable.priceTable td:nth-child(5){font-size: 10px;}


.info_ticket p {
    font-size: 12px;
    margin-bottom: 16px;
    line-height: 1.6;
}
.info_ticket p img{
    width: 100%;
}



/* new window */
body.ticket.price,
body.ticket.stadium{
    background: none;
}
body.ticket.price > section,
body.ticket.stadium > section{
    margin:0;
    border:none;
}
body.ticket.stadium .info_ticket{
    text-align: center;
}
body.ticket.stadium .info_ticket .leftRedTit{
    text-align: left;
}
body.ticket.stadium .info_ticket img{
    margin:0 auto 20px;
}



.accordionWrap{
    margin-top: 10px;
}
.accordionWrap .accordionIndex{
    display: block;
    cursor: pointer;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    font-size: 12px;
    position: relative;
    padding: 10px 0;
}
.accordionWrap .accordionIndex:after {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 10px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 10px;
    color: rgba(0, 0, 0, 0.5);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.accordionWrap .accordionIndex.active:after{
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}






/*  another  */
body.another .contents article{
    padding-top: 20px;
}

.anotherWrap{
    margin-top: 10px;
}

.rules{
    border: 7px solid #e7e7e7;
}
.rules p{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1em;
}

.rules ol li{
    color: #2350b7;
    line-height: 1.3;
    padding-bottom: 0.5em;
    font-weight: bold;
}
.rules ol li span{
    font-size: 10px;
    display: block;
}

body.another .accordionWrap{
    margin:0;
}
body.another .accordionWrap .accordionIndex{
    border:none;
    padding-left: 20px;
    font-weight: bold;
    box-sizing: border-box;
}
body.another .accordionWrap .accordionBody{
    padding: 20px;
    border-top: 1px solid #ccc;
}

#recipe{
    padding: 40px 0 0;
}


body.j1 .tabSelecter .tab li.j1 a,
body.j2 .tabSelecter .tab li.j2 a,
body.j3 .tabSelecter .tab li.j3 a{
    background: #fff;
    position: relative;
    top: 1px;
}
body.j1 .tabSelecter .tab li.j1 {border-top: 4px solid #f00;}
body.j2 .tabSelecter .tab li.j2 {border-top: 4px solid #017f40;}
body.j3 .tabSelecter .tab li.j3 {border-top: 4px solid #464646;}

body.j1 .tabSelecter .tab li.j1 a{color: #f00;}
body.j2 .tabSelecter .tab li.j2 a{color: #017f40;}
body.j3 .tabSelecter .tab li.j3 a{color: #464646;}

body.another .thumlist li {
    width: 100%;
    margin-bottom: 20px;
}
body.another .thumlist li div{
    background: #000;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0;
}
body.another .thumlist li div iframe{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

body.another .thumlist li h5{
    text-align: left;
    position: relative;
    padding-left: 25px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
body.another .thumlist li h5 span{
    position: absolute;
    display: inline-block;
    left: 0;
    top: 7px;
}
body.another .thumlist li h5 i{
    font-weight: bold;
    font-style: normal;
}
body.another .thumlist li p.anothertitle{
    font-size:15px;
    font-weight:bold;
    text-align:left;
    color: #073190;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
}
body.another .thumlist li p.anothertitle .kashima_link{
    font-size: 12px;

}
input#submit_button{
    font-size: 16px;
    background: #204290;
    padding: 15px;
    color: #fff;
    border-radius: 5px;
    border:none;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
body.another .thumlist li > span{
    text-align: center;
    display: block;
}
input#submit_button{
    border: none;
    background: #dd0916;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    width: 60%;
    border-radius: 5px;
    margin: 5px auto;
}
#finish_button{margin: 5px auto; color: #b9b9b9 !important;}

body.another.thanks .rules,
body.another.thanks .tabSelecter{
    display: none;
}

body.another.thanks p.thanks{
    font-size: 30px;
    text-align: center;
    margin: 80px;
}


.txt{
    font-size: 14px;
    line-height: 1.65em;
    margin-bottom: 1em;
}
.kome{
    font-size: 10px !important;
}

body.another.thanks .rules,
body.another.thanks .tabSelecter{
    display: none;
}

body.another.thanks p.thanks{
    font-size: 20px;
    text-align: center;
    margin: 0 0 30px;
}

.another_SNS{
    display: table;
    width: 90%;
    margin:0 auto 50px;
}
.another_SNS li{
    display: table-cell;
    width: 50%;
    border-right: 5px solid #fff;
}
.another_SNS li:last-child{border-right: none;}

.another_SNS li a{
    display: table-cell;
    width: 800px;
    height: 50px;
    background: #ccc;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    font-size: 14px;
    border-radius: 30px;

}
.another_SNS li.tweetBTN a{background: #1b95e0;}
.another_SNS li.fbBTN a{background: #4267b2;}

.another_SNS li a:hover{
    text-decoration: none;
    opacity: 0.3;
}


.NewsArea.detalArea iframe{
    width: 100%;
    height: auto;
}



.ticketArea .matchTicketList li:nth-child(3) .embRight{
    position: absolute !important;
    top: 0;
    left: 39%;
}
.ticketArea .matchTicketList li:nth-child(3) .matchTeam{
    top: 3px !important;
}








.newsDetail table {
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
}
.newhero .listOutline {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}
.newhero .listOutline.twoline tr th,
.newhero .listOutline.twoline tr td {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.newsDetail table tbody th {
    background: #E8E8E8;
    color: #333;
    padding: 5px;
}
.newsDetail table th {
    border: solid 1px #CCC;
    padding: 5px;
    text-align: center;
}
.newhero .listOutline tr th {
    background: #f0f0f0;
    text-align: center;
    font-weight: bold;
    display: block;
    vertical-align: middle;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}
.newhero .listOutline.twoline tr th,
.newhero .listOutline.twoline tr td {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.newsDetail table td {
    border: solid 1px #CCC;
    color: #333;
    padding: 5px;
}
.newhero .listOutline tr td {
    vertical-align: middle;
    display: block;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

.newhero.winner .leftRedTit {
    margin-top: 20px;
}

.newhero .nextLink {
    margin: 20px 0;
    text-align: center;
}

.newhero .nextLink a {
    color: #333;
    font-size: 14px;
    padding: 15px;
    width: 100%;
    position: relative;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
}

.newhero .tabSelecter .tab li a i{
    display: block;
    font-style: normal;
}

.leaguecup.top .headLineBlock.iframeBlock iframe{
    width: 100%;
}


/*-----------------------
    leaguecup2017
------------------------*/
.leaguecup2017 .videoArea .tabSelecter ul{
    height: 42px;
}
.leaguecup2017 .videoArea .tabSelecter ul.sevenline{

}
/*body.leaguecup2017.video .tabSelecter .tab li:nth-child(-n+4) {
    width: 33.33%;
}
body.leaguecup2017.newhero .tabSelecter .tab li{
    width: 50%;
}*/

.newheroArea#matchlist table.dataTable td{
    padding-left: 0px;
}
/* 20171011 */
#planTicket h4{
	margin-bottom: 20px;
}
#planTicket div{
	margin-top: 25px;
}
#planTicket div h5{
	font-size: 15px;
	font-weight: bold;
  background: #fff;
	padding: 10px;
}
#planTicket .ticket_RedLink a,
#planTicket .ticket_RedLink > span{
		text-align: center;
}
/* 20171025 */
body.stadium_event ul.stadiumWrap{
	text-align: center;
}
body.stadium_event ul.stadiumWrap li{
	display: inline-block;
	width: 47%;
	background: #073190;
	height: 40px;
	line-height: 40px;
}
body.stadium_event ul.stadiumWrap li:first-child{
	margin-right: 2%;
}
body.stadium_event ul.stadiumWrap li a{
	display: block;
	text-decoration: underline;
	color: #fff;
	font-size: 10px;
}
body.stadium_event div h2{
	text-align: center;
	margin: 20px 0;
}
body.newhero .leftRedTit{
	border-left: 5px solid #fcc800;
}

.anotherlevaincup {
	margin: 10px 0 20px;
}
.tournament article .snsBtn {
    display: none;
}

.eventArea .event_nav.pc {
    display: none;
}

.eventArea .eventMap a.enlargeLink {
	display: block;
	width: 80%;
	margin: 0 auto 20px;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #db0011;
	color: #db0011;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
}

.eventArea .eventMap a.enlargeLink:before {
	content: "\f2f5";
	font-family: ionicons;
	margin-right: 10px;
}
.eventArea .eventMap {
    box-shadow: 0px 0px 3px 1px #00000029;
    margin-bottom: 30px;
}
.event_nav.sp ul {
    border: 1px solid #db0011;
}
.event_nav.sp li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid;
	margin: 0 auto;
	background: #fff;
	color: #db0011;
	padding: 10px 5px;
	font-size: 14px;
	line-height: 2.5em;
	align-items: center;
}
.event_nav.sp li:last-child  {
		border-bottom:none;
}
.event_nav.sp li a {
	width: 80%;
	color: #db0011;
}
.event_nav.sp li.long a {
    display: block;
    line-height: 1.5em;
}

.event_nav ul li .symbol {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-flow: column;
    vertical-align: top;
    border: 1px solid #db0011;
    background: #db0011;
    color: #fff;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    font-weight: bold;
}
.event_nav ul li .symbol + .symbol {
    margin: 0 5px 0 -10px;
}
.event_nav ul li:after {
    position: absolute;
    right: 10px;
    content: "\f35d";
    font-family: ionicons;
}

.innerMenu {
	display: none;
}
.event_nav {
    width: 100%;
}
.down {
    position: relative;
}
.down a.navMenu {
    display: block;
    color: #fff;
    background: #db0011;
    padding: 20px;
    box-sizing: border-box;
}
.down a.navMenu:after {
    position: absolute;
    right: 10px;
    font-size: 16px;
    content: "\f123";
    font-family: ionicons;
}

.contBox {
    width: 100%;
    height: auto;
		margin-bottom: 30px;
    background: #fff;
    border-radius: 50px 0 0;
    overflow: hidden;
    position: relative;
		box-shadow: 0px 0px 3px 1px #00000029;
}
.event_img .number {
	width: 170px;
	height: 110px;
	background: #db0011;
	transform: rotate(-45deg);
	position: absolute;
	top: -40px;
	left: -85px;
}
.event_img .number p {
	font-size: 25px;
	transform: rotate(45deg);
	position: absolute;
	top: 40px;
	left: 100px;
	padding-top: 50px;
	color: #fff;
	font-weight: bold;
}
.textArea {
	position: relative;
	padding: 0 20px 10px;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1.5em;
}
.textArea h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	color: #db0011;
	padding: 20px 0 0 15px;
	border-left: 3px solid;
	margin: 0 0 5% 14%;
}
.textArea h4 span {
    font-size: 13px;
    font-weight: bold;
}
.textArea h4.appcp:before {
		content: '\f3a3';
		font-family: ionicons;
		font-size: 30px;
		margin: 10px;
		position: absolute;
		top: 8%;
		left: 5%;
}
.textArea h4.cont01:before {
		content: '\f3aa';
		font-family: ionicons;
		font-size: 30px;
		margin: 10px;
		position: absolute;
		top: 5%;
		left: 5%;
}
.textArea h4.cont02:before {
		content: '\f349';
		font-family: ionicons;
		font-size: 30px;
		margin: 10px;
		position: absolute;
		top: 5%;
		left: 5%;
}
.textArea h4.cont03:before {
		content: '\f370';
		font-family: ionicons;
		font-size: 30px;
		margin: 10px;
		position: absolute;
		top: 5%;
		left: 5%;
}
.textArea h4.cont04:before {
		content: '\f12c';
		font-family: ionicons;
		font-size: 30px;
		margin: 10px;
		position: absolute;
		top: 8%;
		left: 5%;
}
.textArea h4.cont05:before {
		content: '\f1fd';
		font-family: ionicons;
		font-size: 30px;
		margin: 10px;
		position: absolute;
		top:5%;
		left: 5%;
}
.textArea h4.cont06:before {
		content: '\f388';
		font-family: ionicons;
		font-size: 30px;
		margin: 10px;
		position: absolute;
		top: 8%;
		left: 5%;
}
.textArea h4.cont07:before {
		content: '\f437';
		font-family: ionicons;
		font-size: 30px;
		margin: 10px;
		position: absolute;
		top: 8%;
		left: 5%;
}
.textArea h4.cont08:before {
		content: '\f118';
		font-family: ionicons;
		font-size: 30px;
		margin: 10px;
		position: absolute;
		top: 5%;
		left: 5%;
}
.textArea h4.cont09:before {
		content: '\f437';
		font-family: ionicons;
		font-size: 30px;
		margin: 10px;
		position: absolute;
		top: 5%;
		left: 5%;
}
.textArea h4.cont10:before {
		content: '\f2fc';
		font-family: ionicons;
		font-size: 30px;
		margin: 10px;
		position: absolute;
		top: 3%;
		left: 5%;
}
.textArea .detail {
    margin: 20px auto 0;
    color: #ab993d;
}
.textArea .detail li span {
    padding-right: 10px;
    margin-right: 8px;
    border-right: 1px solid;
}

.contentWrap > a {
    color: #333;
}
#cont10.contBox a {
    margin-top: 20px;
    display: block;
    color: #ef0000;
    font-size: 15px;
}



.newheroNewArea figcaption{
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}
.newheroNewArea figcaption span{
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}
.newheroNewArea_comment {
    position: relative;
}
.newheroNewArea_comment img{

}
.newheroNewArea_comment dl{
    margin-bottom: 20px;

}
.newheroNewArea_comment dt{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;

}
.newheroNewArea_comment dd{
    font-size: 13px;
    line-height: 1.65;

}



/*--- newsArticle ---*/
.newsArticle{

}
.newsArticle h2{
    font-size: 20px;
    line-height: 1.3;
    border-bottom: 4px solid #000;
    margin-bottom: 20px;
    padding:20px 0 10px;
}
.newsArticle figure{
    margin-bottom: 20px;
    background: #eaeaea;
}
.newsArticle figure figcaption{
    margin-bottom: 20px;
    color: #444;
    display: block;
    font-size: 12px;
    line-height: 140%;
    padding: 15px 20px;
}
.newsArticle figure img{
    width: 100%;
    height: auto;
}
.newsArticle p{
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 1em;
}


.newsTitle .headline{
  padding:0 20px 0 0;
}


/*standingsDataArea*/
.standingsDataArea font{
    font-size: 10px;
    line-height: 1.4em;
    display: inline-block;
}
.standingsDataArea .scoreTable01 td.tdTeam{
  text-align: left;
}
.standingsDataArea .scoreTable01 .embTxt{
  vertical-align: 0;
}


.pcDISP{display: none;}
.spDISP{}



