@charset "UTF-8";
/*KV*/

.kvArea {
	position: relative;
}
.kvArea h2 {
	height: 270px;
}
.kvArea .navWrap {
	bottom: 0;
	width: 980px;
	margin: auto;
}
.content .kvArea #jyouth_nav.navWrap{
	position: relative;
}
.kvArea .localNav ul {
	/*border-top: 1px solid #abaaaa;*/
	display: table;
	table-layout: fixed;
	width: 100%;
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
}
.kvArea .localNav ul:first-of-type{
	border-bottom: solid 1px #fff;
}
.kvArea .localNav ul li {
	display: table-cell;
	border-left: medium none;
}
.kvArea .localNav ul li:last-child a,
.kvArea .localNav ul li:last-child span{
	border-right: none;
}
.kvArea .localNav ul li a,
.kvArea .localNav ul li span {
    background: #000;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    /* padding: 0 10px; */
    text-align: center;
    line-height: 34px;
    border-right: solid 1px #fff;
}

.kvArea .localNav ul li span {
    background: none repeat scroll 0 0 rgba(62, 62, 62, 0.9);
    color: #858585;
}

body.video .kvArea .jyouthNavList li#jyouthNavVideo a,
body.sfteam .kvArea .jyouthNavList li#jyouthNavSteam a,
body.goalranking .kvArea .jyouthNavList li#jyouthNavGoalranking a,
body.history .kvArea .jyouthNavList li#jyouthNavHistory a,
body.access .kvArea .jyouthNavList li#jyouthNavAccess a,
body.top .kvArea .jyouthNavList li#jyouthNavTop a,
body.news .kvArea .jyouthNavList li#jyouthNavNews a,
body.photo .kvArea .jyouthNavList li#jyouthNavPhoto a,
body.video .kvArea .jyouthNavList li#jyouthNavVideo a,
body.match .kvArea .jyouthNavList li#jyouthNavMatch a,
body.standings .kvArea .jyouthNavList li#jyouthNavStandings a,
body.tornament .kvArea .jyouthNavList li#jyouthNavTornament a,
body.enquete .kvArea .jyouthNavList li#jyouthNavEnquete a,
body.video .kvArea .jyouthNavList li#jyouthNavvideo a,
body.tv .kvArea .jyouthNavList li#jyouthNavTv a,
body.outline .kvArea .jyouthNavList li#jyouthNavOutline a,
body.club .localNav .jyouthNavList li#jyouthNavClub a{
    background: #65031e;
}

.kvArea .navWrap .localNav ul li a:hover {
    background: #65031e;
}
/*トップ*/

.jyouthTournamentArea {
	margin: 0 0 20px 0;
}
/*ニュース*/

.headLineBlock a, .infoBlock a {
	color: #333;
	display: block;
	position: relative;
}
.entryTitle {
	display: block;
	margin-bottom: 5px;
}
.jyouthArea .jyouthNewsArea p.timestamp {
	display: inline-block;
	width: 120px;
	color: #e60012;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
}
.entryTitle .ico {
	display: inline-block;
}
.entryTitle .ico span {
	background: #e60012;
	color: #fff;
	font-size: 10px;
	padding: 3px 0 2px;
	display: inline-block;
	width: 60px;
	text-align: center;
	line-height: 100%;
}
.newsTitle {
	display: table;
}
.newsTitle .category {
	display: table-cell;
	background: #e5e5e5;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	padding: 5px 0 4px;
	width: 100px;
	text-align: center;
	line-height: 100%;
	vertical-align: middle;
}
.newsTitle .headline {
	display: table-cell;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
	padding: 5px 0 4px 10px;
}
.headLineBlock .bodyArea {
	display: table;
	margin: 10px 0 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.headLineBlock .bodyArea img {
	width: 250px;
	display: table-cell;
}
.headLineBlock .bodyArea p {
	display: table-cell;
	vertical-align: top;
	padding: 0 20px 0 15px;
	font-size: 13px;
	line-height: 160%;
}
.headLineBlock a:after, .infoBlock a:after {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 3px;
	font-family: 'icomoon3';
	content: "\ec600";
	font-size: 13px;
	text-decoration: none !important;
	color: #AFAFAF;
}
.infoBlock li {
	border-bottom: 1px solid #ccc;
}
.infoBlock a {
	padding: 10px 21px 10px 0;
}
/**/

.jyouthArea .ttlNoLink h3, .jyouthArea .ttlLink h3 {
	background: #8c0026;
	padding: 12px 16px;
}
/*.jyouthArea article > section {
    margin-bottom: 30px;
}*/

.sub .whiteBlock h3 {
	border-left: 5px solid #3B1E87;
}
.jyouthArea .jyouthNewsArea p {
	font-size: 13px;
	line-height: 1.65;
	margin-bottom: 1em;
}
.jyouthArea .jyouthNewsArea .entryTitle p {
	margin-bottom: 0;
}
/*-----------------------
		日程結果
-----------------------*/
/*.tabNavArea {
	margin: 10px 0px;
	width: 100%;
	display: table;
}
.tabNavArea .tournament {
	width: 30%;
	border-left: 1px solid #fff;
}
.tabNavArea >div {
	display: table-cell;
	vertical-align: middle;
}
.tabBtnTxt {
	display: table;
	width: 100%;
}
.tabBtnTxt > li {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
}
.tabBtnTxt li a {
	background-color: #4f4f4f;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
}
.tabBtnTxt .notactive {
	background-color: #4f4f4f;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.tabBtnTxt a:hover {
	background-color: #C5C5C5;
	color: #4f4f4f;
}*/
/*日程結果ローカルナビ*/
/*body.match .first_round .tabBtnTxt li:first-child a,
body.match .second_round .tabBtnTxt li:nth-child(2) a,
body.match .third_round .tabBtnTxt li:nth-child(3) a,
body.match .quarter_final .tabBtnTxt li:nth-child(4) a,
body.match .semi_final .tabBtnTxt li:nth-child(5) a,
body.match .final .tabBtnTxt li:nth-child(6) a {
	background-color: #f0f0f0;
	color: #4f4f4f;
}
.tabBtnTxt li span {
	color: #9D9D9D;
	background: #CACACA;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}*/
/*-----------------------
		大会概要
-----------------------*/
.about_table, .history_table, .goalranking_table {
	border-top: 1px solid #ccc;
	margin: 20px 0;
	width: 100%;
}
.about_table th:first-child {
	border-left: none;
}
.about_table th {
	font-size: 12px;
	padding: 10px;
	width: 110px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #E4E4E4;
	text-align: left;
	vertical-align: middle;
	line-height: 1.2;
}
.about_table td {
	padding: 5px 5px;
	font-size: 13px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	vertical-align: middle;
	line-height: 1.4;
	padding: 12px 15px;
}
.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;
}
.infoBlock .newsTitle .headline {
	font-size: 13px;
	padding-right: 10px;
}
.jyouthArea .jyouthNewsArea .newsTitle .category {
	display: table-cell;
	background: #e5e5e5;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	padding: 5px 0 4px;
	width: 100px;
	text-align: center;
	line-height: 100%;
	vertical-align: middle;
}
figure.tournament_img{
	font-size: 0;
}
figure.tournament_img img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width: 320px;
}
figure.tournament_img_round8 img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width: 100%;
}

.rightTopLink_tournament_round8{
    margin-bottom: 30px!important;
}
.link {
	position: relative;
}
.link a {
    width: 420px;
    display: block;
    margin: 20px auto 30px;
    padding: 15px;
    background: #990022;
    text-decoration: none;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.3em;
}

.link a:hover {
    opacity: 0.8;
}
.link a:before {
    color: #fff;
    content: "\ec600";
    font-family: "icomoon3";
    font-size: 14px;
    right: 120px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
}
.jyouth .seed {
	margin: 20px 0 0 0;
}
.jyouth .seed h4.aclcontTitle {
	background-color: #444;
	padding: 0 0 0 10px;
	margin: 0px 0 10px 0;
}
.jyouth .seed h4.aclcontTitle > span {
	display: block;
	padding-left: 10px;
	margin: 0;
	line-height: 28px;
	color: #FFF;
	font-size: 14px;
}
.jyouth .seed p {
	font-size: 14px;
	background-color: #000;
	color: #fff;
	padding: 10px 0 0 20px;
}


.jyouthArea article > section {
	margin-bottom: 30px;
}
.headLineBlock a:hover, .infoBlock a:hover {
	background: #F3F3F3;
	text-decoration: none;
}
/*テレビ放送20150824*/


.tvBroadArea {
	margin-top: 20px;
}
.tvBroadArea h3 {
	border-left: 5px solid #004d96;
}
.tvBroadArea h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 16px;
	padding: 5px 10px;
    margin: 20px 0 15px;
}
.tvBroadArea h4.leagAccTit {
	margin-top: 0;
}
.backLink a:hover {
	background: #EAEAEA;
	text-decoration: none;
}
/*日程結果20150825*/

.jyouthMatchArea .matchinfoAcc {
	margin-top: 20px;
}
.leftRedTit {
	border-left: 5px solid #3B1E87;
}
.accBtnList a, .accBtnList span {
	padding: 15px 0px;
	font-size: 14px;
}
/*KVエリア・ナビ(トーナメント表)20150825*/
/*.kvArea .localNav ul li#jyouthNavTornament{
	width: 110px;
}*/


.sub .whiteBlock.matchTvArea .matchTvCh {
	text-align: center;
}
.status {
	display: block;
	font-size: 10px;
	margin: 2px auto 0;
	width: 70px;
}
.off {
	background: none repeat scroll 0 0 #444;
	color: #fff;
	padding: 2px 0;
}
.attention {
	font-size: 12px;
}
.attention li {
	padding: 3px;
}
/*SEA 20151005*/
.jyouthAccessArea h4 {
	padding: 10px 0;
	border-bottom: 1px solid #c58094;
	font-weight: bold;
}
.jyouthHistoryArea h4 {
	padding: 10px 0;
	font-weight: bold;
}
.jyouthAccessArea dt {
	margin: 10px 0;
	padding: 5px 10px;
	color: #8a0128;
	border-left: 3px solid #8a0128;
	font-weight: bold;
}
.jyouthAccessArea dd {
	padding: 5px 0 10px;
	border-bottom: 1px dotted #aaaaaa;
}
.jyouthAccessArea dd strong {
	font-weight: bold;
}
.jyouthAccessArea dd b {
	padding: 5px;
	background-color: #e7e7e7;
	font-size: 12px;
}
.jyouthAccessArea dd .row {
	display: table;
	width: 100%;
}
.jyouthAccessArea dd .row div {
	display: table-cell;
}
.jyouthAccessArea dd .row div p {
	margin: 10px 0;
	font-size: 12px;
}
.jyouthAccessArea dd .row div ul {
	margin-left: 20px;
	list-style-type: disc;
	font-size: 12px;
}
.jyouthAccessArea dd .row .rightCol {
	width: 130px;
	text-align: right;
	color: #666666;
}
.history_table th:first-child {
	border-left: none;
}
.history_table th, .goalranking_table th {
	font-size: 12px;
	padding: 10px 5px;
	border-bottom: 1px solid #ccc;
	/*border-left: 1px solid #ccc;*/
	background-color: #E4E4E4;
	text-align: left;
	vertical-align: middle;
	line-height: 1.2;
}
.history_table thead th {
	width: 120px;
	font-weight: bold;
	vertical-align: top;
	font-size: 11px;
	vertical-align: middle;
}
.victories .history_table thead th:first-child {
	width: 38%;
}
.victories .history_table thead th:nth-of-type(2), .victories .history_table thead th:nth-of-type(3) {
	width: 8%;
	text-align: center;
}
.victories .history_table thead th:nth-of-type(4), .victories .history_table thead th:nth-of-type(5) {
	width: 22%;
}
.victories .history_table tbody td:nth-of-type(2), .victories .history_table tbody td:nth-of-type(3) {
	text-align: center;
	vertical-align: middle;
}
.history_table td, .goalranking_table td {
	padding: 10px 5px;
	border-bottom: 1px solid #ccc;
	/*border-left: 1px solid #ccc;*/
	font-size: 12px;
	line-height: 1.4;
	vertical-align: top;
}
.goalranking_table td {
	vertical-align: middle;
}
.history_table td.historyList {
	width: 180px;
}
.thumbPh a div {
	width: 150px;
	height: 84px;
	position: relative;
}
.thumbPh a div:after {
	position: absolute;
	font-size: 54px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -27px;
	font-family: "icomoon3";
	content: "\ec601";
	color: #FFF;
	line-height: 100%;
	opacity: 0.7;
}
.history .tabBtnTxt,
.photo .tabBtnTxt,
.video .tabBtnTxt,
.videoLive .tabBtnTxt{
	table-layout: fixed;
}
.history .def .tabBtnTxt li:first-child a, .history .victories .tabBtnTxt li:nth-child(2) a,
.photo .jyouthPhotoArea .tabBtnTxt li:first-child a, .video .jyouthVideoArea .tabBtnTxt li:nth-child(2) a,
.videoLive .jyouthVideoArea .tabBtnTxt li:first-child a{
	background-color: #4f4f4f;
	color: #fff;
}
.photo .photoArea,
.video .photoArea{
	margin-top: 20px;
}
.videoArea .bodyArea iframe{
	margin: 20px 0px 5px;
}
.videoArea .bodyArea p{
	font-size: 15px;
	line-height: 1.2em;
}
.history_table td .embS, .goalranking_table td .embS {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.history_table td.clubName, .goalranking_table td.team {
	vertical-align: middle;
}
.history_table td.clubName {
	font-weight: bold;
	white-space: nowrap;
}
.history_table td .embS.embCkobe, .goalranking_table td .embS.embCkobe {
	background: url(/img/common/team_emb_s_Ckobe.png) no-repeat 0 0;
	background-size: 25px 25px;
}
.goalranking_table .rank, .goalranking_table .goals {
	width: 100px;
	text-align: center;
}
.jyouthGoalrankingArea small {
	font-size: 12px
}
.table-jyouth-match {
	font-size: 12px;
}
table.table-jyouth-match {
	width: 100%;
}
.table-jyouth-match td, .table-jyouth-match th {
	padding: 8px 4px;
	border-bottom: solid 1px #ddd;
}
.table-jyouth-match th {
	font-weight: bold;
}
.table-jyouth-match .versus {
	text-align: center;
}
table.table-jyouth-match td b {
	font-weight: bold;
}
table.table-jyouth-match td span {
	display: block;
	padding: 3px 5px;
	line-height: 1.0;
	color: #ff330;
	font-size: 10px;
	cursor: pointer;
	background-color: #eaeaea;
}
table.table-jyouth-match td span:hover {
	color: #ffffff;
	background-color: #1b68c9;
}
table.table-jyouth-match td .score:after {
	margin-left: 2px;
	content: "\f078";
	font-family: fontAwesome;
}
table.table-jyouth-match td .score.close:after {
	content: "\f077";
}
table.table-jyouth-match table td {
	padding: 4px;
	border-bottom: none;
}
/*20151001*/
.scoreTable {
	margin-bottom: 5px;
	width: 100%;
	border-collapse: collapse;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.scoreTable th {
	line-height: 16px;
	padding: 6px 10px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	background-color: #f6f6f6;
	border-top: solid 1px #ccc;
	height: 30px;
	width: 95px;
}
.scoreTable td.team.left {
    width: 190px;
}
.scoreTable td.team {
	border-top: none;
	line-height: 1.2;
    height: 45px;
	font-size: 12px;
	font-weight: normal;
}

.scoreTable td {
	color: #333;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	border-top: solid 1px #ccc;
}

.scoreTable td.pk{
    border-top: none;
}

.scoreTable td.team.left img {
	left: 5px;
}
.scoreTable td.team img {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	border: 1px solid #ccc;
}
.scoreTable td.score_mem ul {
	border-top: 1px dotted #ccc;
	text-align: left;
	padding: 3px 5px;
}
.scoreTable td.score_mem li {
	margin: 2px 0;
}
.scoreTable td.score_mem li span {
	background-color: #961E3F;
	width: 60px;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	font-size: 10px;
	margin-right: 3px;
	vertical-align: middle;
}
.scoreTable td.team.right {
    width: 190px;
}
.scoreTable td.score_mem {
	border-top: none;
	padding-top: 0;
	border-bottom: solid 1px #ccc;
}
.scoreTable td.team.right img {
	right: 5px;
}
.scoreTable tr:nth-child(2) td.team {
	border-top: solid 1px #ccc;
}
.scoreTable th.card {
	text-align: center;
}
/*20151030*/

.jyouthPlayersfileArea .thumDougalist {
	letter-spacing: -.40em;
	margin-top: 20px;
}
.jyouthPlayersfileArea .thumDougalist.fourCLM li {
	width: 23%;
	padding-right: 2.66%;
}
.jyouthPlayersfileArea .thumDougalist li {
	float: none;
	vertical-align: top;
	display: inline-block;
	letter-spacing: normal;
	height: auto;
	margin-bottom: 20px;
}
.jyouthPlayersfileArea .thumDougalist li figure {
	text-align: center;
	min-height: inherit;
}
.thumDougalist li a.douga {
	display: block;
}
.thumDougalist li a {
	color: #333;
	position: relative;
}
.thumDougalist li a div:after, .thumDougalist li a.douga:after {
	position: absolute;
	font-size: 54px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -27px;
	font-family: "icomoon3";
	content: "\ec601";
	color: #FFF;
	line-height: 100%;
	opacity: 0.7;
}
.jyouthPlayersfileArea .thumDougalist li figure img {
	width: 100%;
}
.jyouthPlayersfileArea .thumDougalist.fourCLM li:nth-child(4n) {
	padding-right: 0;
}
.main p.singleLink {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	position: relative;
	text-align: right;
}
p.singleLink a {
	color: #333;
	padding-right: 15px;
	padding-top: 5px;
	font-size: 14px;
}
.thumDougalist li figcaption {
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	text-align: left;
	padding: 0 5px;
}
p.singleLink a:after {
	position: relative;
	right: -5px;
	font-family: 'icomoon3';
	content: "\ec600";
	font-size: 12px;
	text-decoration: none !important;
}
/*20151102*/
.sfteam .tabBtnTxt {
	table-layout: fixed;
}
.tabBtnTxt li b {
	background-color: #4f4f4f;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
}
/*.sfteam.teamUrawa .tabBtnTxt li:first-child a,
.sfteam.teamFctokyo .tabBtnTxt li:nth-child(2) a,
.sfteam.teamNagoya .tabBtnTxt li:nth-child(3) a,
.sfteam.teamOita tabBtnTxt li:nth-child(4) a{
	background-color: #4f4f4f;
	color: #fff;
}
*/.teamNavArea {
	display: table;
	width: 100%;
}
.teamNavArea ul {
	display: table-cell;
	border-right: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
}
.teamNavArea ul:first-child {
	border-left: 1px solid #c7c7c7;
}
.teamNavArea ul li {
	border-top: 1px solid #c7c7c7;
}
.teamNavArea ul li a {
	display: block;
	position: relative;
	height: 60px;
	line-height: 60px;
	width: 308px;
}
.teamNavArea ul li a:hover {
	background-color: #f3f3f3;
}
.teamNavArea ul li a:after {
	content: "\f054";
	font-family: fontAwesome;
	position: absolute;
	right: 15px;
	color: #666666;
	font-size: 12px;
}
.teamNavArea ul li span.embM {
	display: inline-block;
	margin: 0 5px 0 10px;
	vertical-align: -10px;
}
.sfteam-4 {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.sfteam-4 li {
	display: table-cell;
	width: 25%;
	border-left: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	text-align: center;
}
.sfteam-4 li div {
	padding: 10px;
}
.sfteam-4 li:first-child {
	border-left: none;
}
.sfteam-4 li p {
	text-align: left;
	font-size: 12px;
}
.sfteam-4 li p em {
	display: block;
	margin: 5px 0;
	color: #8a0128;
	font-weight: bold;
}
.sfteam-4 li p b {
	display: block;
	margin-bottom: 0;
	font-weight: bold;
}
.sfteam-4 li p span {
	display: block;
	margin-bottom: 3px;
	font-size: 10px;
	line-height: 1.2;
}
/* topicsWrap */
.topicsWrap {
	display: block;
	border: 5px solid #8c0326;
}
.topicsWrap dl {
	display: table;
	width: 100%;
}
.topicsWrap dl dt,
.topicsWrap dl dd {
	display: table-cell;
	height: 40px;
	font-size: 14px;
	vertical-align: middle;
}
.topicsWrap a dl dt {
	width: 100px;
	text-align: center;
	color: #8c0326;
	font-weight: bold;
}
.topicsWrap a dl dd {
	background: #e5e5e5;
	padding-left: 15px;
}
.topicsWrap a {
	position: relative;
	display: block;
}
.topicsWrap a:hover {
	text-decoration: none;
	opacity: 0.5;
}
.topicsWrap a:after {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 3px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 13px;
    text-decoration: none !important;
    color: #8c0326;
}

.scoreTable tr:last-child td.score_mem{
    border-bottom: solid 1px #ccc;
    height: 1px;
}

/*tv*/

.tvBroadArea h3 {
    border-left: 5px solid #8a0128;
}

.tvBroadArea {
    margin-bottom: 30px;
}

.tvBroadArea:nth-child(3) {
    margin-bottom: 20px;
}

/*.jyouthArea .tvBroadArea .broadLive .time{
	display: table-cell;
}

.jyouthArea .tvBroadArea .broadLive .stadium{
	display: table-cell;
}*/


.scoreTable td.vs{
    width: 65px;
}

.scoreTable td.vs .pk{
    display: inherit;
}




/*-----------------------
チーム紹介
-----------------------*/
.sfteam .tabBtnTxt {
	table-layout: fixed;
}

.sfteam .tabBtnTxt li a,
.sfteam .tabBtnTxt li span {
background-color: #f0f0f0;
    color: #4f4f4f;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
}
.sfteam .tabBtnTxt li a:hover,
.sfteam.hiroshima .tabBtnTxt li.nav_hiroshima a,
.sfteam.matsumoto .tabBtnTxt li.nav_matsumoto a,
.sfteam.kyoto .tabBtnTxt li.nav_kyoto a,
.sfteam.fctokyo .tabBtnTxt li.nav_fctokyo a{
	background-color: #4f4f4f;
	color: #fff;
}

.sfteamlist {
	font-size: 0;
}
.sfteamlist li {
	display: inline-block;
	width: 25%;
	border-left: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	text-align: center;
	box-sizing: border-box;
}
.sfteamlist li div {
	padding: 10px;
}
.sfteamlist li:nth-child(4n+1) {
	border-left: none;
}
.sfteamlist li p {
	text-align: left;
	font-size: 12px;
}
.sfteamlist li p em {
	display: block;
	margin: 5px 0;
	color: #8a0128;
	font-weight: bold;
}
.sfteamlist li p b {
	display: block;
	margin-bottom: 0;
	font-weight: bold;
}
.sfteamlist li p span {
	display: block;
	margin-bottom: 3px;
	font-size: 10px;
	line-height: 1.2;
}

.nolink {
	background: #333 !important;
	color: #666 !important;
	pointer-events: none !important;
}

body.kyoto .clubInfoWrap img,
body.kawasakiF .clubInfoWrap img,
body.gosaka .clubInfoWrap img,
body.hiroshima .clubInfoWrap img,
body.chapecoense .clubInfoWrap img,
body.vojvodina .clubInfoWrap img,
body.pohangSteelers .clubInfoWrap img,
body.olympiqueDeMarseille .clubInfoWrap img {
	width: 100% !important;
}

/*アクセス*/
body.access.first .tabBtnTxt li:first-child a,
body.access.third .tabBtnTxt li:nth-child(2) a,
body.access.quarterfinal .tabBtnTxt li:nth-child(3) a,
body.access.semifinal .tabBtnTxt li:nth-child(4) a,
body.access.final .tabBtnTxt li:nth-child(5) a {
	background-color: #f0f0f0;
	color: #4f4f4f;
}


/*--- accordionList ---*/
.jyouthArea .accordionList{
	position: relative;
	margin-bottom: 20px;
	z-index:111;
}
.jyouthArea .accordionList .accordionIndex{
	background: #ccc;
	padding: 15px;
	position: relative;
	box-sizing: border-box;
}
.jyouthArea .accordionList .accordionIndex:after{
	position: absolute;
    font-family: 'FontAwesome';
    content: "\f078";
    font-size: 13px;
    font-weight: normal;
    right: 15px;
    top: 50%;
    margin-top: -7px;
    color: #fff;
}
.jyouthArea .accordionList .accordionIndex.active:after{
    content: "\f077";
}
.jyouthArea .accordionList ul{
	position: absolute;
	background: rgb(255,255,255,0.95);
	display: block;
	width: 100%;
	border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    overflow-y:scroll;
    height:300px;
}
.jyouthArea .accordionList ul li{
	border-bottom: 1px solid #ccc;
}
.jyouthArea .accordionList ul li a{
	padding: 15px;
	color: #333;
	display: block;
}

.banner {
	margin: 30px 0 7px 0px;
}


/*--2018 アンケートページ--*/
#jyouth_club_nav {
    position: relative;
		margin: 15px 0 30px;
}
#jyouth_club_nav.nav_sp {
	display: none;
}

#jyouth_club_nav ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}
#jyouth_club_nav ul li {
    display: table-cell;
    border-left: medium none;
}
#jyouth_club_nav ul li a {
    background: #000;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    /* padding: 0 10px; */
    text-align: center;
    line-height: 34px;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
}
#jyouth_club_nav ul li a:hover {
    opacity: 0.8;
}
.jyouthEnqueteArea > p {
    margin: 20px 5px;
    line-height: 1.5em;
    font-size: 13px;
}
section.clubTeamArea .clubTeamlist {
    display: block;
    color: #333333;
    font-size: 14px;
    vertical-align: top;
    line-height: 40px;
		margin-bottom: 30px;
		/* border-top: 1px solid #cccccc; */
}
.clubTeamArea .clubTeamlist .clubTeam {
    padding: 10px;
		font-weight: bold;
}
.clubTeamArea .clubTeamlist .embM {
    float: left;
    margin-right: 15px;
}
.clubTeamlist .member li {
    display: block;
    border-bottom: 1px solid #cccccc;
}
body.enquete .clubTeamArea .clubTeamlist  {
		float: left;
    width: 310px;
}
body.enquete .clubTeamArea .clubTeamlist:nth-child(odd) {
    margin-right: 20px;
}
.member {
	    border-top: 1px solid #cccccc;
}
.clubTeamlist .member li:nth-child(odd) {
    background-color: #f6f6f6;
}

body.enquete .profile {
    width: 100%;
    overflow: hidden;
}
body.enquete .profile img {
	background: #333;
	display: block;
	width: 180px;
	height: auto;
	margin-right: 20px;
	float: left;
}
body.enquete .playerDateTable {
    width: 440px;
    margin: 0;
		border-top: 1px solid #ccc;
}
.playerDateTable th {
		width: 120px;
		background-color: #ddd;
		text-align: center;
		padding-right: 0;
		padding-left: 0;
}
 .playerDateTable th, .playerDateTable td {
    font-size: 14px;
    vertical-align: middle;
    padding: 8px 10px;
    border-bottom: 1px solid #ccc;
}
body.enquete .enqueteArea {
    width: 100%;
    margin-top: 30px;
    font-size: 13px;
		padding-bottom: 10px;
		border-bottom: 1px dashed #444;
}
body.enquete .enqueteArea dt {
    background: #dddddd;
    padding: 10px;
    font-weight: bold;
}
body.enquete .enqueteArea dd {
    padding: 15px 5px;
    line-height: 1.5em;
}
h5.clubTit {
    border-left: 8px solid #990022;
    font-size: 15px;
    font-weight: bold;
    line-height: 100%;
    margin: 16px 0;
    padding: 5px 10px;
}
