@charset "UTF-8";
/* **************************************************
 * トップ
************************************************** */

#bnrBestGoal img{
	width: 100%;
	height: auto;
}
/* ------------------------------
  content
------------------------------ */
.pageArea {
  background: #fff;
}
.pageArea img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.pageArea h4 {
  border-left: 3px solid #003690;
  padding: 2px 10px;
  line-height: 100%;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.pageArea .singleLink {
  position: relative;
  text-align: right;
}
.pageArea .singleLink a {
  color: #333;
  padding-right: 15px;
  padding-top: 5px;
}
.pageArea .singleLink a:after {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 0px;
  font-family: 'icomoon3';
  content: "\ec600";
  font-size: 12px;
  text-decoration: none !important;
}
.pageArea .notes-red {
  color: #d00;
}
.pageArea .tabNavArea {
  margin: 15px 0;
}

.ttlNoLink h3 {
  background: none repeat scroll 0 0 #4f4f4f;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  margin: 10px 0;
  padding: 12px 16px;
  position: relative;
}
.ttlNoLink h3 span{
  display: none;
}
/* === tabList FXSC用 === */
.tabListTxt li {
  position: relative;
  background-color: #f9f9f9;
  display: table-cell;
  font-weight: bold;
  font-size: 12px;
  color: #ddd;
  width: 16.66%;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3;
}
body.final .yncVideoArea .tabListTxtGame li#final a,
body.knockout_stage .yncVideoArea .tabListTxtGame li#knockout_stage a,
body.group_league .yncVideoArea .tabListTxtGame li#group_league a,
body.video .yncVideoArea .tabListTxtGame li#video a,
body.opendraw .yncVideoArea .tabListTxtGame li#opendraw a,
body.groupleague .yncVideoArea .tabListTxtGame li#groupleague a,
body.knockoutround .yncVideoArea .tabListTxtGame li#knockoutround a,
body.others .yncVideoArea .tabListTxtGame li#others a{
    background-color: #4f4f4f;
    color: #fff;
}
body.final .yncVideoArea .tabListTxtGame li#final a:hover,
body.knockout_stage .yncVideoArea .tabListTxtGame li#knockout_stage a:hover,
body.group_league .yncVideoArea .tabListTxtGame li#group_league a:hover,
body.video .yncVideoArea .tabListTxtGame li#video a:hover,
body.opendraw .yncVideoArea .tabListTxtGame li#opendraw a:hover,
body.groupleague .yncVideoArea .tabListTxtGame li#groupleague a:hover,
body.knockoutround .yncVideoArea .tabListTxtGame li#knockoutround a:hover,
body.others .yncVideoArea .tabListTxtGame li#others a:hover{
    color:#333;
}





/* === tabList FXSC用 SP版 === */
.listM.noLink {
  font-weight: bold;
  font-size: 12px;
  color: #ddd;
  text-align: center;
  padding: 10px 0;
}

/* ------------------------------
  header
------------------------------ */
/* === kvArea === */
.kvArea {
  position: relative;
  min-height: 190px;
  background: #000;
}
.kvArea h2 img {
  width: 100%;
}
.kvArea .navWrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.kvArea .navWrap .localNav {
  width: 100%;
}
.kvArea .navWrap .localNav ul {
  display: table;
  width: 100%;
  border-top: 1px solid #abaaaa;
}
.kvArea .navWrap .localNav ul li {
  display: table-cell;
  border-left: 1px solid #abaaaa;
  vertical-align: middle;
  text-align: center;
}
.kvArea .navWrap .localNav ul li:first-child {
  border-left: none;
}
.kvArea .navWrap .localNav ul li a {
  display: block;
  color: #fff;
  line-height: 1;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding: 13px 0px;
  vertical-align: middle;
}
.kvArea .navWrap .localNav ul li .active {
  background: rgba(238, 28, 37, 0.8);
}

.kvArea .navWrap .localNav ul li span {
  display: block;
  color: #aaa;
  line-height: 1;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.kvArea .navWrap .localNav:first-child ul:first-child {
  border-top: none;
}

/* ------------------------------
	更新情報
------------------------------ */
.ttlNoLink.first h3 {
  margin-bottom: 0;
}

.infoBlock ul {
  margin: 0 0 20px;
}
.infoBlock ul li {
  font-size: 14px;
}
.infoBlock ul li a {
  color: #333;
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.upDateArea .infoBlock ul li a {
  border-bottom: none;
  display: inline;
  }
.upDateArea .newsTitle{
  border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
  padding-bottom: 10px;
}
.infoBlock ul li a:hover {
  background: #f6f6f6;
  text-decoration: none;
}
.infoBlock ul li a .category,
.upDateArea .newsTitle .category {
  background: #eaeaea;
  color: #333;
  display: inline-block;
  font-size: 10px;
  margin: 0 8px 0 0px;
  padding: 2px 8px;
  white-space: nowrap;
  text-align: center;
  width: 50px;
}
.infoBlock ul li a .date,
.upDateArea p.timestamp {
  font-size: 12px;
  display: block;
}
.upDateArea .entryTitle{
  position: relative;
}
.infoBlock ul li a .new,
.upDateArea .ico {
  font-size: 10px;
  background: #e60012;
  color: #fff;
  padding: 3px 4px 1px;
  white-space: nowrap;
  display: inline-block;
  position: absolute;
  top:0;
  left: 110px;
  line-height: 1;
}
.upDateArea .headLineBlock{
  border-bottom: 1px solid #ccc;
  position: relative;
}
.upDateArea .headLineBlock .columnPhoto{
  float: none;
  margin: 0;
}
.infoBlock ul li a img,
.upDateArea .headLineBlock .bodyArea img {
  width: 100%;
  height: auto;
  margin-top: 5px;
  max-width: 500px;
}
.columnTxtArea{
  margin: 10px 0;
}
.columnTxtArea p{
  display: none;
}
.upDateArea .headline{
  border-left:none;
  display: inline;
  padding:0;
  line-height: 1.7;
}
.columnTxtArea p.links{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;

}
.columnTxtArea p.links a{
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* ------------------------------
	コラム
------------------------------ */
.columnBlock {
  width: 100%;
  margin-bottom: 30px;
}
.columnBlock div.columnPhoto {
  margin-bottom: 10px;
}
.columnBlock div.columnPhoto img {
  width: 100%;
}
.columnBlock div.columnTxt h4 {
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  border-left: none;
  padding-left: 0;
  line-height: 1.2;
}
.columnBlock div.columnTxt p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 160%;
}
.columnBlock div.columnTxt p.singleLink {
  line-height: 1.5;
}

.conferenceBlock {
  margin-bottom: 30px;
}
.conferenceBlock .conferenceInner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 15px;
}
.conferenceBlock .conferenceInner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ------------------------------
	過去大会ダイジェスト
------------------------------ */
.videoBlock {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.videoBlock p {
  font-size: 14px;
}
.videoBlock .videoArea {
  margin-bottom: 20px;
}
.videoBlock .videoArea ul li {
  margin-bottom: 20px;
}
.videoBlock .videoArea ul li a {
  color: #333;
}
.videoBlock .videoArea ul li a figure {
  position: relative;
}
.videoBlock .videoArea ul li a figure i {
  position: absolute;
  color: #fff;
  font-size: 90px;
  left: 50%;
  margin: -45px 0px 0px -40px;
  top: 50%;
  line-height: 100%;
  opacity: 0.7;
}
.videoBlock .videoArea ul li a p {
  margin: 10px 0 0;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}
.videoBlock .videoArea ul li a img {
  width: 100%;
}
/*ync video*/
.thumDougalist{
  margin-top: 20px;
}
.thumDougalist li{
  width: 49.3%;
  /*float: left;*/
  line-height: 1.3;
  /*height: 190px;*/
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.yncTopCommentMovie .thumDougalist li{
  float: none;
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
.yncTopCommentMovie .thumDougalist li:nth-child(2n+1){
  margin-right: 1%;
}
.infoBlock .thumDougalist li{
  margin-bottom: 0px;
}
.thumDougalist li a{
  color:#333;
}
.thumDougalist li figure{
  text-align: center;
  /*min-height: 220px;*/
}
.thumDougalist li figure img,.thumDougalist li div img{
  width: 95%;
  height: auto;
}
.thumDougalist li figcaption,.thumDougalist li p{
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  text-align: left;
  padding: 0 5px;
}
.thumDougalist li p{ text-align: center}

.infoBlock ul.thumDougalist li a{
  border-bottom: none;
}
.thumDougalist li figcaption span {
  font-size: 11px;
  font-weight: normal;
  margin-top: 3px;
  display: block;
  letter-spacing: -0.05em;
}
.thumDougalist li a.douga:after,
.thumDougalist.kaimakuGoal li figure:after {
  position: absolute;
    font-size: 350%;
    top: 25%;
    left: 50%;
    /* margin-top: -29px; */
    margin-left: -13%;
    font-family: 'icomoon3';
  content: "\ec601";
  color: #fff;
  line-height: 100%;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
.imageArea {
  text-align: center;
}
.imageArea h3{
  text-align: left;
  }
.imageArea img{
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}


/*group nav*/
.tabBtnTxt {
    width: 100%;
    letter-spacing: -0.34em;
}
.tabBtnTxt > li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    width: 25%;
}
.tabBtnTxt a:hover{
    background-color: #4f4f4f;
    color: #fff;
}

.tabBtnTxt .active a {
    background-color: #4f4f4f;
    color: #fff;
}
.tabBtnTxt li a {
    background-color: #f0f0f0;
    color: #4f4f4f;
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}
.tabBtnTxt li a.leftBtn{
    margin-left: 0;
}
.groupLeagueCau{
    font-size: 13px;
    line-height: 18px;
    margin-top: 20px;
}
/* standings */
.standingsDateTxt {
font-size: 10px;
margin: 8px 0;
}
.tableGroupeArea {
margin-bottom: 30px;
}
/* history table */
.historyTable {
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
    width: 100%;
}
.historyTable th {
    background-color: #f6f6f6;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 10px;
    padding: 4px 5px;
    text-align: center;
    vertical-align: middle;
}
.historyTable th:first-child {
    border-left: medium none;
}
.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 td:first-child {
    border-left: medium none;
}
.historyTable td:nth-child(5) img,
.historyTable td:last-child img{
  width: 40px;
}
.historyTable td:nth-child(5),
.historyTable td:last-child {
    font-size: 22px;
    line-height: 80%;
}
.historyTable td:nth-child(5) a,
.historyTable td:last-child a {
    color: #06c;
}
.historyTable td:nth-child(5) a:hover,
.historyTable td:last-child a:hover {
    color: #e60012;
}
.historyTable .win {
    background: none repeat scroll 0 0 #ffc;
}
.dataTable.history01 th:first-child ,
.dataTable.history01 td:first-child {
    border-left: medium none;
}
.dataTable.history01 td ,
.dataTable.history01 td ,
.dataTable.history01 td.borderLeft{
    border-left: 1px solid #ccc;
    padding: 0 5px;

}
.dataTable.history01 img{
    vertical-align: bottom;
}
.dataTable.history01 .playerPhoto{
    padding: 5px;
    width: 70px;
}
/* outline */
.outlineTable{
  border-top: 1px solid #ccc;
  margin-top: 20px;
  width: 100%;
}
.outlineTable th,
.outlineTable td {
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    padding: 15px 10px;
    vertical-align: middle;
    line-height: 20px;
}
.outlineTable th {
    background-color: #f6f6f6;
    padding-left: 20px;
    text-align: left;
    width: 130px;
}
.yncOutlineArea .tabBtnTxt{
    text-align: center;
    margin: 15px 0;
}
.yncOutlineArea .tabBtnTxt li a{
    font-size: 14px;
    font-weight: bold;
    padding: 12px 15px;
    text-align: center;
    vertical-align: middle;
}
.yncOutlineArea .tabBtnTxt li{
    margin-left: 1px;
}
.yncOutlineArea .tabBtnTxt > li{
    width: auto;
}
.yncOutlineArea .nycTitRed {
    font-size: 16px;
}
.yncOutlineArea .outlineTable th {
    background-color: #f6f6f6;
    padding-left: 10px;
    text-align: left;
    width: 70px;
}
.outlineBlock{
    margin-bottom: 40px;
}
.pageArea h4.nycTitRed{
  border-left: 3px solid #e60012;
}


.columnPhoto {
    float: left;
    margin: 0 20px 10px 0;
}
.topNewHero{
  margin: 10px 0 5px;
}
.yncup2015 .ttlNoLink h3{
  background-color: #df0101;
}


.image-tournament img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.newsDetail {
    margin: 20px 0;
}
.newsDetail p.date {
    color: #f00;
    font-size: 13px;
    margin-bottom: 10px;
}
.newsDetail h4 {
    border-left: 5px solid #003690;
    font-size: 14px;
    font-weight: bold;
    line-height: 130%;
    margin-bottom: 10px;
    padding: 5px 10px;
}
.newsDetail h5 {
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 10px;
}
.newsDetail .detailPhoto {
    float: right;
    margin: 0 0 10px 20px;
    width: 250px;
}
.newsDetail p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.backLink {
    margin: 20px 0 40px;
    text-align: center;
}
.backLink a:after {
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    content: "";
    display: block;
    height: 7px;
    left: 0;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    width: 7px;
}
.backLink a {
    color: #333;
    font-size: 14px;
    padding-left: 15px;
    padding-top: 2px;
    position: relative;
}


.rankingDataTable{
    width: 100%;
    border-top: 1px solid #ccc;
}
.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 thead th.rank {width: 25px;}
.rankingDataTable thead th.photo {width: 50px;}
.rankingDataTable thead th.number {width: 25px;}
.rankingDataTable thead th.name {  }
.rankingDataTable thead th.club {width: 30px;}
.rankingDataTable thead th.goal {width: 40px;}
.rankingDataTable thead th.distance {width: 40px;}
.rankingDataTable thead th.sprint {width: 40px;}
/*
.rankingDataTable thead th.pos {width: 50px;}
.rankingDataTable thead th.from {width: 50px;}
.rankingDataTable thead th.bd {width: 50px;}
.rankingDataTable thead th.match {width: 120px;}
*/

/* displaynone */
.rankingDataTable thead th:nth-child(6),
.rankingDataTable thead th:nth-child(8),
.rankingDataTable thead th:nth-child(9),

.rankingDataTable tbody td:nth-child(6),
.rankingDataTable tbody td:nth-child(8),
.rankingDataTable tbody td:nth-child(9){display: none;}


/* /displaynone */



.rankingDataTable td,
.rankingDataTable tbody th {
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	line-height: 12px;
}
.rankingDataTable tbody th{
	font-weight: bold;
	font-size: 11px;
	background: #FAEBEC;
}
.rankingDataTable td.data{font-weight: bold; color: #f00; font-size: 11px;}
.rankingDataTable td.name{text-align: left;}
.rankingDataTable td.data span{font-size: 10px;}


.rankingDataTable tbody tr{border-bottom: 1px solid #ccc; }
.rankingDataTable tbody tr:nth-child(even){background-color: #f6f6f6;}

.rankingDataTable td img{
    vertical-align: bottom;
}
.rankingDataTable td .asterisk{
    font-size: 8px;
}
.rankingCaution {
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0;
}
.listOutline{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 14px;
}

.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;
}

.listOutline tr td{
	vertical-align: middle;
	display: block;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}
.listOutline.twoline tr th,
.listOutline.twoline tr td{
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.listOutline tr td dl{
	padding: 5px 0px;
}

.listOutline tr td dl dt{
	font-weight: bold;
	margin: 0 0 5px;
	text-align: center;
}

.listOutline tr td dl dd{
	margin: 0 0 5px;
	padding: 0 0 0 10px;
	line-height: 18px;
}

.listOutline tr td dl dd.list{
	position: relative;
}

.listOutline tr td dl dd.list:after {
	display: block;
	position: absolute;
	top: 0%;
	left: 0px;
	background: #333;
	width: 2px;
	height: 2px;
	margin-top: 10px;
	content: "";
}

.photoFill{
	width: 100%;
}
.photoFill img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.pastAward a{
	background: rgb(248,46,46); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(248,46,46,1) 0%, rgba(247,5,5,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,46,46,1)), color-stop(100%,rgba(247,5,5,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(248,46,46,1) 0%,rgba(247,5,5,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(248,46,46,1) 0%,rgba(247,5,5,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(248,46,46,1) 0%,rgba(247,5,5,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(248,46,46,1) 0%,rgba(247,5,5,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82e2e', endColorstr='#f70505',GradientType=0 ); /* IE6-9 */
    border: 1px solid #f82a2a;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #fff;
    margin: 0 10px;
    padding:15px 0px;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    -moz-box-shadow:inset 0 1px 0 0px rgba(255,255,255,.3);
    -o-box-shadow:inset 0 1px 0 0px rgba(255,255,255,.3);
    -ms-box-shadow:inset 0 1px 0 0px rgba(255,255,255,.3);
    -webkit-box-shadow:inset 0 1px 0 0px rgba(255,255,255,.3);
    box-shadow:inset 0 1px 0 0px rgba(255,255,255,.3);
    display: block;
    color: #fff;
    position: relative;
}

 .pastAward a:after {
	 display: block;
	 position: absolute;
	 top: 50%;
	 right: 10px;
	 width: 7px;
	 height: 7px;
	 margin-top: -4px;
	 border-top: solid 2px #fff;
	 border-right: solid 2px #fff;
	 -webkit-transform: rotate(45deg);
	 transform: rotate(45deg);
	 content: "";
 }

 p.rankingDate{
      font-size: 12px;
  color: #888;
  margin: 20px 0 10px;
  text-align: right;
 }

/*- news table -*/
.newsDetail table{
    border-collapse: collapse;
    font-size:12px;
    width:100%;
}
.newsDetail table th{
    border: solid 1px #CCC;
    padding:5px;
    text-align:center;
}
.newsDetail table thead th{
    background: #4f4f4f;
    color: #fff;
}
.newsDetail table tbody th{
    background: #E8E8E8;
    color: #333;
    padding:5px;
}
.newsDetail table td{
    border: solid 1px #CCC;
    color: #333;
    padding:5px;
}

/* newherocup */
.yncNewsArea .tabListTxtGame .active.oneLine,
.yncContendersArea  .tabListTxtGame .active.contenders{
  padding: 20px 0;
}
.newsHeroBlock.second{
  margin: 50px 0 20px;
}
.newsHeroBlock h5 {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 10px;
}
.page-top a i {
    margin: 0 5px 0 0;
}

.page-top a {
    color: #333;
    display: block;
    font-size: 14px;
    text-align: right;
}
.listNewHero {
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    font-size: 12px;
    width: 100%;
}
.listNewHero thead tr td {
    background: none repeat scroll 0 0 #f0f0f0;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #222;
    padding: 5px 0;
    text-align: center;
}
.listNewHero tbody tr td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #222;
    padding: 5px 0;
    text-align: center;
}
.listNewHero tbody tr:nth-child(2n) {
    background: none repeat scroll 0 0 #f2f2f2;
}
table.newheroRankTable {
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
}
table.newheroRankTable th {
    border: 1px solid #ccc;
    padding: 5px 0;
    text-align: center;
}
table.newheroRankTable thead th {
    background: none repeat scroll 0 0 #4f4f4f;
    color: #fff;
}
table.newheroRankTable tbody th {
    background: none repeat scroll 0 0 #e8e8e8;
    color: #333;
    padding: 5px;
}
table.newheroRankTable td {
    border: 1px solid #ccc;
    color: #333;
    padding: 5px;
}

/*20150626*/


/*ナビ*/

.yncVideoArea .tabListTxtGame .active.oneLine {
  padding: 20px 0;
}

/*枠*/
div.topVideoArea{
  background: #4f4f4f;	
}

/*動画*/
.videoOneArea iframe{
  width: 100%;
  height: auto;
}
.topVideo{
	text-align: center;	
}


/*iframe*/

@media screen and (max-width: 394px) {
  .topVideo {
    position: relative;
    width: 100%;
    padding: calc(222 / 394 * 100%) 0 0;
  }
  .topVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/*テキスト*/

div.topVideoArea p{
	color: #fff;
  padding: 5px;
  font-size: 12px;
 }


body.opendraw .thumDougalist li figcaption span,
.yncTopCommentMovie .thumDougalist li figcaption span{
    font-size: 13px;
    font-weight: bold;
}
body.opendraw .thumDougalist li figcaption span a,
.yncTopCommentMovie .thumDougalist li figcaption span a{
    /*color:#06c;*/
    position: relative;
    margin-right: 3px;
    display: inline-block;
    padding: 11px 15px 10px 6px;
    border:1px solid #ccc;
    border-radius: 2px;

}
body.opendraw .thumDougalist li figcaption span a:after,
.yncTopCommentMovie .thumDougalist li figcaption span a:after{
display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  width: 5px;
  height: 5px;
  margin-top: -4px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
body.opendraw .thumDougalist li figcaption span a:hover,
.yncTopCommentMovie .thumDougalist li figcaption span a:hover{
    text-decoration: none;
    background:#e8e8e8;
}

/**/
.ticketTableArea .titBlockArea.noBoder,
.tvScheduleDateArea .titBlockArea{
	margin-top: 20px;	
}

.pageArea .yncMatchArea nav.tabNavArea,
.pageArea .yncTvArea nav.tabNavArea
{
	display: table;
	width: 100%;
}

.pageArea .yncMatchArea nav.tabBtnTxt > li,
.pageArea .yncTvArea nav.tabBtnTxt > li{
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    width: 33%;
}

.pageArea .yncMatchArea nav.tabNavArea .tournament,
.pageArea .yncTvArea nav.tabNavArea .tournament{
	display: table-cell;
	width: 30%;
}


.pageArea .yncMatchArea nav.tabNavArea >div,
.pageArea .yncTvArea nav.tabNavArea >div{
    display: table-cell;
    vertical-align: middle;
    width: 70%;
}

.tabBtnTxt li a,
.tabBtnTxt li span{
    background-color: #f0f0f0;
    color: #4f4f4f;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    vertical-align: middle;

}
.tabBtnTxt li span{
	color: #9D9D9D;
	 background-color: #CACACA;
}

.tabNavArea .tournament a:hover, .tabNavArea .tournament a.active {
    background-color: #4f4f4f;
    color: #fff;
    text-decoration: none;
}

.tabNavArea .tournament a {
    background-color: #f0f0f0;
    color: #4f4f4f;
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 22px 0px 21px;
    position: relative;
}

.tabNavArea .bold {
    padding: 5px;
    background: #f7f7f7;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    text-align: center;
    color: #4f4f4f;
}

.tabBtnTxt > li {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    width: 33%;
}

.tabBtnTxt {
    display: table;
    width: 100%;
}


.pageArea .tvScheduleDateArea h4.matchListTit {
    border-top: solid 1px #ccc;
}

/*0806トーナメント表ページ追加用*/

.kvArea #ync_nav.navWrap .localNav ul li {
    display: table-cell;
    border-left: 1px solid #abaaaa;
    vertical-align: middle;
    text-align: center;
    height: 35px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}


.kvArea #ync_nav.navWrap .localNav ul li a {
    display: block;
    color: #fff;
    line-height: 1.1;
    background: none;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    vertical-align: middle;
}


/**/

.kvArea #ync_nav.top nav:nth-child(2) ul li:first-child,
.kvArea #ync_nav.news nav:nth-child(2) ul li:nth-child(2),
.kvArea #ync_nav.photo nav:nth-child(2) ul li:nth-child(3),
.kvArea #ync_nav.video nav:nth-child(2) ul li:nth-child(4),
.kvArea #ync_nav.match nav:nth-child(2) ul li:nth-child(5),
.kvArea #ync_nav.tv nav:nth-child(2) ul li:nth-child(6)
{
    background: rgba(238, 28, 37, 0.8);
}

.kvArea #ync_nav.standing nav:last-child ul li:first-child,
.kvArea #ync_nav.tornament nav:last-child ul li:nth-child(2),
.kvArea #ync_nav.ranking nav:last-child ul li:nth-child(3),
.kvArea #ync_nav.newhero nav:last-child ul li:nth-child(4),
.kvArea #ync_nav.history nav:last-child ul li:nth-child(5),
.kvArea #ync_nav.outline nav:last-child ul li:nth-child(6)
{
    background: rgba(238, 28, 37, 0.8);
}


/*--------------------------------------------------------*/


/*
.kvArea #ync_nav.navWrap .localNav ul li a{
	display: block;
    color: #fff;
    line-height: 1;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding: 13px 0px;
    vertical-align: middle;
}

.kvArea #ync_nav.navWrap .localNav ul li .active{
    background: rgba(238, 28, 37, 0.8);

}
*/

/*20151006*/

.yncContendersArea h5.leftRedTit {
    border-left: 3px solid #e60012;
	padding: 2px 10px;
    line-height: 100%;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.yncContendersArea h5.leftRedTit .date{
    padding-left: 5px;
    font-size: 12px;
}

.dataTable.contendersTable th:first-child,
.dataTable.contendersTable td:first-child{
	border-left: none;
    width: 35%;
}

.dataTable.contendersTable td,
.dataTable.contendersTable th{
	padding: 0 5px;
    border-left: 1px solid #ccc;
}

.dataTable.contendersTable .embS {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0;
}

.dataTable td.team-left{
	text-align: left;	
    padding-left: 5px;
}
.yncContendersArea{
    margin: 20px 0;	
}
.yncContendersArea .blockBreak.bottom {
    margin-top: 30px;
}
.yncContendersArea .caption{
	padding: 5px 0;
	font-size: 12px;	
}





.kvArea .kvAreaNav{
    position: relative;
    bottom: 0;
    left: 0;
}
.kvArea .kvAreaNav ul{
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse:separate;
    border-spacing:1px;
}
.kvArea .kvAreaNav li{
    display: table-cell;
    font-size: 10px;
    text-align: center;
    line-height: 1.1;
    vertical-align: top;
}
.kvArea .kvAreaNav li a{
    display: table-cell;
    color: #333;
    background: rgba(255,255,255,0.9);
    height: 33px;
    width: 500px;
    vertical-align: middle;
    font-weight: bold;
}
.kvArea .kvAreaNav li a:hover{
    background: rgba(238, 28, 37, 0.9);
    color: #fff;
}
.kvArea .navWrap .localNav ul li a.active,
body.event .kvArea .kvAreaNav li#navEvent a,
body.ticket .kvArea .kvAreaNav li#navTicket a,
body.saitama .kvArea .kvAreaNav li#navSaitama a {
    background: none repeat scroll 0 0 rgba(238, 28, 37, 0.9);
    color: #fff;
}


.yncTopPhoto {

  margin-top: 10px;
}
.yncTopBnr img{
  width: 100%;
  height: auto;
}
.yncTopPhoto .thumDougalist{
  margin-top: 0;
}
.yncTopPhoto .thumDougalist li{
  width: 100%;
  height: 50px;
  float: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.yncTopPhoto .thumDougalist li figure{
  text-align: left;
}
.yncTopPhoto .thumDougalist li figcaption{
  padding-left: 90px;
  font-size: 14px;
  padding-top: 5px;
  width: 60%;
}
.yncTopPhoto .thumDougalist li a{
  display: block;
  position: relative;
  height: 50px;
}
.yncTopPhoto .thumDougalist li a:after{

}
.yncTopPhoto .thumDougalist li figure img{
  width:85px;
  height: auto;
  float: left;
}

.btnlink{
    text-align: right;
}
body.photo .btnlink{display: none;}
.btnlink a{
    padding: 10px 20px;
    font-size:12px;
    display: inline-block;
    color: #333;
    position: relative;
}
.yncTopPhoto .thumDougalist li a:after,
.btnlink a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.btnlink a:hover{
    text-decoration: none;
    opacity: 0.5;
}





/*20151007_YNCチケット情報*/
.yncTicketArea .ticketBlock{
  padding: 10px;
  background: #e8e8e8;  
  border-top: solid 5px #000;
  margin-bottom: 10px;
}

.nycTitTicket{
    font-size: 18px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.yncTicketArea .ticketInfoTable{
    margin-top: 10px;
    width: 100%;
}
.yncTicketArea .ticketInfoTable th,
.yncTicketArea .ticketInfoTable td{
  border: solid 1px #ccc;
  padding: 3px;
  font-size: 10px;
  background: #fff;
  line-height: 1.2;
  height: 30px;
  vertical-align: middle;
}
.yncTicketArea .ticketInfoTable th{
  background: #f9ecee;
  text-align: center;
}

.yncTicketArea .ticketInfoTable tr:first-child th,
.yncTicketArea .ticketInfoTable tr:first-child td{
  font-size: :;
  font-weight: bold;  
}

.yncTicketArea .privilege{
  background: #fff;
  padding: 10px;
  margin-top: 5px;
  border: solid 1px #ccc;
}

.yncTicketArea .privilege ol li{
  font-size: 14px;
  line-height: 1.3;
  list-style: decimal;  
    padding: 0 1em 1em;
  /*text-indent: -1em;*/
  list-style-position: inside;
    line-height: 1.65;
    padding: 0px 0 1em 4px;
}


.yncTicketArea .privilege ol li ul li{
  list-style: none;
  padding-top: 8px;
  padding-bottom: 0;
  font-weight: bold;
  padding-right: 70px;
  font-size: 13px;
  letter-spacing: -0.05em;
}

.yncTicketArea .privilege .privilege_caption{
  padding-right: 90px;
  margin: 0 0 15px 0;
  font-size: 12px;
}

.yncTicketArea .privilege .privilege_caption a{
  color: #000;
  position: relative;
}



.yncTicketArea .privilege .privilege_photo{
    margin-bottom: 20px;
}

.yncTicketArea .ticketBlock .buy_ticket{
  background: #fff;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  border: solid 1px #ccc;
}

.yncTicketArea .ticketBlock .buy_ticket h5{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
  position: relative;
    margin-left: 30px;
    margin-top: 10px;
    letter-spacing: -0.05em;
}

.yncTicketArea .ticketBlock .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;
}

.yncTicketArea .ticketBlock .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;
}
.yncTicketArea .ticketBlock .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;
}



.yncTicketArea .ticketBlock .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;
}
.yncTicketArea .ticketBlock .buy_ticket .ticket_RedLink a:hover{
    opacity: 0.75;
  text-decoration: none;
}

.yncTicketArea .ticketBlock .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;    
}

.yncTicketArea .ticketBlock .buy_ticket .ticket_RedLink a span{
  font-size: 10px;
  padding-bottom: 5px;
}

.yncTicketArea .ticketBlock .buy_ticket .buy_caption{
  font-size: 12px;
    line-height: 1.3;
    margin-top: 10px;
}
.yncTicketArea .ticketBlock .info_link{
    letter-spacing: -.40em;
    width: 100%;
}

.yncTicketArea .ticketBlock .info_link li{
  display: inline-block;
    background-color: #4b4b4b;
    letter-spacing: normal;
    margin-left: 0.5%;
    width: 33%;
    vertical-align: top;
}
.yncTicketArea .ticketBlock .info_link li:first-child{
  margin-left: 0; 
}

.yncTicketArea .ticketBlock .info_link li a{
  color: #fff;
    padding: 0 20px 0 5px;
  font-size: 10px;
  line-height: 1.3;
    display: table-cell;
  position: relative;
  height: 40px;
  vertical-align: middle;
}

.yncTicketArea .ticketBlock .info_link li a:hover{
    opacity: 0.75;
  text-decoration: none;
}
.yncTicketArea .ticketBlock .info_link li a:after{
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 3px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 10px;
    color: #fff;
}

.ticketBlock .ticket_caption{
    margin-top: 5px;
}

.ticketBlock .ticket_caption li{
    line-height: 1.3;
    font-size: 10px;
    padding-top: 5px;
}

.yncTicketArea .p_red{
    font-size: 12px;
    color: #b40012;
  margin-top: 5px;
}
.yncTicketArea .buyTable{
  width: 100%;
  border-top: solid 1px #ccc;
}

.yncTicketArea .buyTable th,
.yncTicketArea .buyTable td{
  padding: 5px;
  border-bottom: solid 1px #ccc;
  font-size: 12px;
    line-height: 1.5;
}

.yncTicketArea .buyTable th{
  background: #e8e8e8;
    vertical-align: middle;
    width: 30%;
    letter-spacing: -0.05em;
}

.buy_ticket .buy_box{
  margin-bottom: 20px;
}

.yncTicketArea .ticketInfoBlock .buy_caption {
    font-size: 10px;
    line-height: 1.8;
    margin-top: 10px;
}

.yncTicketArea .ticketInfoBlock{
    border: solid 1px #ccc;
  padding: 10px;
    margin: 10px 0;
}

.yncTicketArea .info_ticket:first-child{
  padding-top: 0; 
}

.yncTicketArea .info_ticket{
  border-bottom: solid 1px #ccc;
    padding: 20px 0;  
}

.info_ticket p{
    font-size: 12px;
    margin-bottom: 16px;
    line-height: 1.6;
}

.yncTicketArea .info_ticket:last-child{
  border-bottom: 0; 
    padding-bottom: 0;
}

.ticketDescBlock{
  background: #e8e8e8;
  padding: 20px;
  margin: 20px 0;
}

.ticketTabNavArea{
  margin-bottom: 10px;  
}

.ticketTabNavArea ul{
    letter-spacing: -.40em;
}
.ticketTabNavArea ul li{
  display: inline-block;
  width: 100%;
  letter-spacing: normal;
  text-align: left;
  vertical-align: middle;
  font-size: 13px;
  -webkit-box-sizing : border-box ;
  -moz-box-sizing : border-box ;
  box-sizing : border-box ;
  color: #000;
  margin-bottom: 1px; 

}

.ticketTabNavArea ul li a{
  background: #d1d0d0 ;
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
  box-sizing : border-box;
  color: #000;
  display: block;
  height: 40px;
  padding: 7px 0 0 10px;
  position: relative;
}

.ticketTabNavArea ul li a:hover{
  opacity: 0.75;
    text-decoration: none;  
}

.ticketTabNavArea ul li a:after{
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 10px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 10px;
    color: #fff;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}


.ticketTabNavArea ul li:nth-child(3),
.ticketTabNavArea ul li:nth-child(4){
    width: 50%;
    font-size: 12px;
    line-height: 1.1;
}

.ticketTabNavArea ul li:nth-child(5),
.ticketTabNavArea ul li:nth-child(6),
.ticketTabNavArea ul li:nth-child(7){
    width: 33.33%;
    font-size: 12px;
    line-height: 1.1;
}
.ticketTabNavArea ul li:nth-child(3) a,
.ticketTabNavArea ul li:nth-child(4) a,
.ticketTabNavArea ul li:nth-child(5) a,
.ticketTabNavArea ul li:nth-child(6) a,
.ticketTabNavArea ul li:nth-child(7) a{
    height: 40px;
    padding-top: 5px;
    padding-right: 25px;
}
.ticketTabNavArea ul li:nth-child(3),
.ticketTabNavArea ul li:nth-child(5),
.ticketTabNavArea ul li:nth-child(6){
  border-right: 1px solid #fff;
}


.ticketTabNavArea ul li:nth-child(-n+2) a{
    padding-left: 105px;
    font-size: 14px;
  color: #fff;
    height: 45px;
    background: #4b4b4b;
  margin-top: 0px;
}

.ticketTabNavArea ul li:nth-child(-n+2) a:after{
  margin-top: -3px;
}

.ticketTabNavArea ul li:nth-child(n+3) a:after{
  color: #000;
}

.ticketTabNavArea ul li:nth-child(-n+2) a span.ticket_icon{
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 45px;
}
.ticketTabNavArea ul li:nth-child(-n+2) a span.ticket_icon img{
    position: absolute;
    top: 9px;
    left: 8px;
    width: 80px;
    height: auto;
}

.ticketTabNavArea ul li:nth-child(-n+2) a span.small_txt{
  font-size: 10px;
  position: relative;
    top: -2px;
}


.yncTicketArea .ticketBlock h4.nycTitTicket .ticket_icon{
  margin-right: 10px;   
}

.yncTicketArea .ticketBlock h4.nycTitTicket .ticket_icon img{

}

.privilege .ticket_photo{
  position: relative;
}

.privilege .ticket_photo img{
  width: 100px;
  height: auto;
    position: absolute;
    right: -16px;
    bottom: -60px;
}

.yncTicketArea .info_ticket .privilege_photo{
  position: relative; 
    margin-top: 15px;
}

.yncTicketArea .info_ticket .privilege_photo img{
  width: 102%;
  position: absolute;
    left: -2%;
}



#preSales .nycTitTicket,
#generalSales .nycTitTicket{
    font-size: 14px;
    font-weight: bold;
    background: url(/img/yncup2015/ticket/ico_jticket.png) no-repeat 0 50%;
    -webkit-background-size: 80px auto;
    background-size: 80px auto;
    padding: 0 0 0px 85px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 0;
    min-height: 30px;
}
#generalSales .nycTitTicket span{
  line-height: 30px;
}

.ticketInfoBlock#require dt,
.ticketInfoBlock#require dd{
    line-height: 1.6;
}
.ticketInfoBlock#require dd{
  font-size: 12px;
    text-indent: 10px;
}
.ticketInfoBlock#require dt{
  margin-top: 10px; 
}
.ticketInfoBlock#require dt:first-child{
  margin-top: 0;  
}

.ticketBlock#piaPre td span{
  color: #dd0916;
}

/*.buyTable.priceTable{
  border-left: 1px solid #ccc;
}*/
.buyTable.priceTable th,
.buyTable.priceTable td{
  vertical-align: middle;
  padding: 5px;
  border-right: 1px solid #ccc;
}
.buyTable.priceTable th:last-child,
.buyTable.priceTable td:last-child{border-right: none;}
.yncTicketArea .tickeSubLink{
  text-align: right;  
  margin-bottom : 5px;
}

.yncTicketArea .tickeSubLink a{
  padding-left: 5px;
  color: #000;  
  font-size: 12px;
  position: relative;
    margin-right: 10px;
}

.yncTicketArea .tickeSubLink a:after{
  position: absolute;
    top: 50%;
    margin-top: -8px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 10px;
    color: #000;
}

.buyTable.priceTable tr:first-child th{
  padding: 5px 0; 
    font-weight: bold;
    font-size: 10px;
    text-align: center;
}

.buyTable.priceTable tr:first-child th:nth-child(3){
  width: 70px;
}

.buyTable.priceTable tr:first-child th:nth-child(4){
    width: 200px;
}
.buyTable.priceTable td:nth-child(1){background: #f6f6f6;}
.buyTable.priceTable td:nth-child(3){text-align: center;}
.buyTable.priceTable td:nth-child(4){font-size: 10px;}



.ticketInfoBlock#require dt{
  font-size: 12px;  
}

.yncTicketArea .privilege ol li:last-child{
  padding-bottom: 5px;
}
.yncTicketArea .privilege p{
    margin: 0 0 15px 0;
}
.yncTicketArea .privilege p a{
    color: #000;
    position: relative;
  }
  
.yncTicketArea .privilege p.privilege_link{
    margin: 0 0 0px 15px;
    font-size: 12px;
}

.yncTicketArea .privilege p.privilege_link a:after{
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: -13px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 11px;
    color: #000;
}
.pageArea h4 {
    border-left: none;
    padding: 10px 0 0 0;
}
.leftRedTit {
    border-left: 3px solid #e60012;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
}
/* attendArea */
.attendArea{

}
.attendArea .infoBlock ul li a{
  position: relative;
  padding: 15px 10px;
}
.attendArea .infoBlock ul li a:after{
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    content: "";
    display: block;
    height: 4px;
    width: 4px;
    right: 15px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    
}
/* nextLink */
.nextLink {
    margin: 20px 0;
    text-align: center;
}
.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;
}
.nextLink a:hover {
    text-decoration: none;
    background: #e8e8e8;
}
.nextLink a:after {
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    content: "";
    display: block;
    height: 7px;
    right: 15px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 7px;
}

.tabListTxtGame .listM{
  width: auto;
}
.tabListTxtGame li a{
  line-height: 1.2;
  letter-spacing: -0.05em;
  
}
.video .tabListTxtGame li a{
  height: 25px;
}




/* event page */
.yncEventArea{
    
}
.yncEventArea .blockBreak{
    margin: 40px 0;
}

.yncEventArea .blockBreak figure{
    line-height: 0;
    border: 1px solid #ccc;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.yncEventArea .blockBreak figure img{
    
}
.yncEventArea .blockBreak figure figcaption{
    padding: 10px;
    line-height: 1.5;
    font-size: 12px;
}
.yncEventArea .blockBreak table th{
    
}

.yncEventArea .tabBtnTxt{
  display: block;
}
.yncEventArea .tabBtnTxt li{
  display: inline-block;
  width: 33.333%;
}
.yncEventArea .tabBtnTxt li a,
.yncEventArea .tabBtnTxt li span{
  font-size: 10px;
  line-height: 1.2;
  padding: 0;
  height: 50px;
  letter-spacing: -0.05em;
  display: table-cell;
  width: 200px;
}

/*20160106*/

.iframeBlock iframe {
    width: 100%;
    height: auto;
}
.iframeBlock:hover {
    background: rgba(255, 255, 255, 0);
    cursor: auto;
}
.iframeBlock h4.headline:hover {
    text-decoration: none; 
}

.upDateArea .iframeBlock {
    border-bottom: 1px solid #ccc;
    position: relative;
}

.upDateArea .bodyArea{
  margin-bottom: 10px;
}

.pageArea .tabNavArea.newsNav .tabListTxtGame .listM{
  width: 50%;
}

.pageArea .tabNavArea.newsNav .tabListTxtGame .listM a{
  border-bottom: 0;
}