@charset "utf-8";

/*-----------------------

http://www.jleague.jp/css/samuraiblue_eaff_e1_2017.css
2017/11/13 ISM

------------------------*/




/*body.member .content .main {
	width: 980px;
	float: none;
}*/
.content .kvArea .navWrap{
	position: static;
}

.ttlNoLink h3, .ttlNoLink .blockTit {
    background: #1d2569;
}

.content .kvArea ul.navList li > a,
.content .kvArea ul.navList li > span{
	background: #9a8d4f;
	height: 45px;
	font-size: 14px;
	color: #092263;
	font-weight: bold;
}
.content .kvArea ul.navList > li{
    width: 128px;
	border-bottom: none;
}
.content .kvArea ul.navList > li.nav_member{
	width: 596px;
    border-left: none;
}
.content .kvArea ul.navList > li.nav_member > a{
	width: 152px;
	display: table-cell;
	vertical-align: middle;
	color: #092263;
    
    text-align: right;
}
.content .kvArea ul.navList > li.nav_member ul{
	display: table-cell;
	padding-top: 6px;
    background: #9a8d4f;
    width: 450px;
}
.content .kvArea ul.navList > li.nav_member ul li{
	width: 100px;
	border: 1px solid rgba(6, 39, 140, 0.7);
	box-sizing: border-box;
	border-radius: 3px;
}
.content .kvArea ul.navList > li.nav_member ul li a{
	height: 30px;
	color: #092263;
	font-weight: bold;
}
.content .kvArea ul.navList > li.nav_member ul li a:hover{
	background: #bdb176;
}

body.top .kvArea .navList li{
	background: #fcc;
    border-left: solid 1px #001576;
}


body.top .kvArea .navList li.nav_photo a,
body.top .kvArea .navList li.nav_standings a,
body.top .kvArea .navList li.nav_match a,
body.top .kvArea .navList li.nav_tournament a,
body.member .kvArea .navList li.nav_member a,
body.member .content .kvArea ul.navList > li.nav_member ul{
    background: #fff;
}

.menuList ul{
	margin-bottom: 10px;
}
.menuList li a{
	padding: 10px 0;
}


/*scoreTable*/
.leftRedTit{
	margin-bottom: 10px;
}
.scoreTable th{
	font-size: 14px;
	border-right: 1px solid #ccc;
	background:none;
}

.scoreTable tr{
	border-bottom: 1px solid #ccc;
}
.scoreTable tr.cardFIN th{background: #e6e6e6;}
.scoreTable tr.cardFIN td{background: #e6e6e6;}

.scoreTable tr.cardJP th{background: #fef7f7;}
.scoreTable tr.cardJP td{background: #fef7f7;}

.scoreTable tr.cardFIN.cardJP th{background: #fbe5e5;}
.scoreTable tr.cardFIN.cardJP td{background: #fbe5e5;}



.scoreTable th span{
	font-size: 10px;
	display: block;
}
.scoreTable{
	margin-bottom: 30px;
}
.scoreTable td.team.left,
.scoreTable td.team.right {
     width: 255px;
}
.scoreTable td.team.left { padding-left: 30px; }
.scoreTable td.team.right { padding-right: 30px; }

.scoreTable td.team img{
	position: absolute;
	top: 50%;
	margin-top: -12px;
	border:1px solid #ccc;
}
.scoreTable td.team.left img,.scoreTable td.team.left span.embS { left: 8px; }
.scoreTable td.team.right img,.scoreTable td.team.right span.embS{ right:8px; }

.scoreTable td.score{
	width: 35px;
	font-size: 16px;
}

.scoreTable td.vs{
	width: 50px;
	font-size: 12px;
}
.scoreTable td.vs span,
.scoreTable td.vs a{
	display: inline-block;
	width: 60px;
	text-align: center;
	background: #2c6eb8;
	padding: 5px 0;
	color: #fff;
	border-radius: 2px;
}
.scoreTable td.vs > span{
	background: #aeaeae;
}
.scoreTable td.vs a:hover{
	text-decoration: none;
	opacity: 0.6;
}
.scoreTable td.vs .pk{
	font-size: 10px;
    background: none;
    color: #333;
    padding: 0;
}





/*テーブル for JFA*/
.table-group-stage {
    margin-bottom: 35px;
    width: 100%;
    border-collapse: collapse;
}
.table-group-stage thead {
    border-top: 1px solid #ccc;
    background: #f6f6f6;
    font-weight: bold;
}
.table-group-stage th{
	  line-height: 14px;
  padding: 6px 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;
  height: 30px;
}
.table-group-stage td{
    color: #333;
    font-size: 12px;
    padding: 8px 5px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    border-bottom: solid 1px #ccc;
}
.table-group-stage td:nth-child(1){
	font-weight: bold;
  font-size: 14px;
  background: #FAEBEC;
}
.table-group-stage td:nth-child(2){
	border-right: solid 1px #ccc;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	width: 200px;
	padding-left: 15px;
}
p.standingsDate {
  text-align: right;
  font-size: 12px;
  margin-bottom: 5px;
}





/* samuraiblueProfList */
.samuraiblueProfList{
	margin-bottom: 20px;
}
.samuraiblueProfList .ttlNoLink h3{
	margin-bottom: 0;
	background: #999;
	padding: 8px 16px;
	font-size: 14px;
}
.samuraiblueProfList ul{
	display: table;
	width: 100%;
	text-align: left;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.samuraiblueProfList li{
	display: table-cell;
}
.samuraiblueProfList li.profPhoto{
	width: 200px;
	padding-right: 15px;
}
.samuraiblueProfList li.profTxt{
	vertical-align: top;
	font-size: 14px;
}
.samuraiblueProfList li.profTxt .profName{
	display: table;
}
.samuraiblueProfList li.profTxt .profName div{
	display: table-cell;
	padding-right: 15px;
    vertical-align: middle;
}

.samuraiblueProfList li.profTxt .profName .profFullName{
	padding-left: 15px;
	border-left: 3px solid #ccc;
}
.samuraiblueProfList li.profTxt .profName .nameBold{
	font-size: 23px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	line-height: 23px;
}
.samuraiblueProfList li.profTxt .profName .nameBold a:hover{
	text-decoration: none;
	opacity: 0.6;
	}
.samuraiblueProfList li.profTxt .profName .nameBold +br{display: none;}
.samuraiblueProfList li.profTxt .profName .nameEng{
	font-size: 12px;
	color: #888;
}
.samuraiblueProfList li.profTxt .profStat{
	margin-top: 15px;
	line-height: 20px;
}
.samuraiblueProfList li.profBtn{
	vertical-align: top;
	width: 260px;
	text-align: right;
}
.samuraiblueProfList li.profBtn a{
	color: #333;
}
/*.samuraiblueProfList li.profBtn a:after {
	content: "\ec600";
	font-family: "icomoon3";
	font-size: 12px;
	right: 6px;
	position: absolute;
	display: inline-block;
	margin-top: 2px;
}*/
.samuraiblueProfList li.profBtn a div{
	display: block;
	margin-top: 3px;

}
.samuraiblueProfList li.profBtn .leagAccBtnlinkRedW{
	  width: 180px;
  	padding: 7px 0;
}
.samuraiblueProfList li.profBtn .profTicket a{
	box-sizing: border-box;
	position: relative;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 12px;
	margin-bottom: 5px;
	padding: 7px 6px;
	display: block;
	text-decoration: none;
}
.samuraiblueProfList li.profBtn .profTicket a:hover{
		text-decoration: none !important;
		/*color: #06C;*/
		background: #f6f6f6;
}
.samuraiblueProfList li.profBtn .profTicket .btnDate{
	vertical-align: top;
	/*margin-left: 10px;*/
	display: inline-block;
	margin-top: 2px;
	font-weight: bold;
}
.samuraiblueProfList li.profBtn .profTicket .btnVs{
	vertical-align: top;
	margin: 0 5px;
	display: inline-block;
	margin-top: 2px;
	font-weight: bold;
}
.samuraiblueProfList li.profBtn .profTicket a:hover span{
	text-decoration: none;
}
.samuraiblueProfList li.profBtn div.awardsIcon{
	width: 125px;
	display: inline-block;
	text-align: center;
	margin-top: 3px;
}
.samuraiblueProfList li.profBtn div.awardsIcon img{
	width: 120px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.profStat table {
	width: 100%;
	font-size: 16px;
}
.profStat table th,
.profStat table td {
	padding: 13px 10px;
	border-bottom: 1px solid #ccc;
}
.profStat table tr {
	border-top: 1px solid #ccc;
}
.profStat table th {
	width: 45%;
	background-color: #f6f6f6;
}




/*テーブル for JFA*/
.table-group-stage {
    margin-bottom: 35px;
    width: 100%;
    border-collapse: collapse;
}
.table-group-stage thead {
    border-top: 1px solid #ccc;
    background: #f6f6f6;
    font-weight: bold;
}
.table-group-stage th{
	  line-height: 14px;
  padding: 6px 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;
  height: 30px;
}
.table-group-stage td{
    color: #333;
    font-size: 12px;
    padding: 8px 5px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    border-bottom: solid 1px #ccc;
}
.table-group-stage td:nth-child(1){
	font-weight: bold;
  font-size: 14px;
}
.table-group-stage td:nth-child(2){
	border-right: solid 1px #ccc;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	width: 200px;
	padding-left: 15px;
}
p.standingsDate {
  text-align: right;
  font-size: 12px;
  margin-bottom: 5px;
}





/* samuraiblueProfList */
.samuraiblueProfList{
	margin-bottom: 20px;
}
.samuraiblueProfList .ttlNoLink h3{
	margin-bottom: 0;
	background: #999;
	padding: 8px 16px;
	font-size: 14px;
}
.samuraiblueProfList ul{
	display: table;
	width: 100%;
	text-align: left;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.samuraiblueProfList li{
	display: table-cell;
}
.samuraiblueProfList li.profPhoto{
	width: 200px;
	padding-right: 15px;
}
.samuraiblueProfList li.profTxt{
	vertical-align: top;
	font-size: 14px;
}
.samuraiblueProfList li.profTxt .profName{
	display: table;
}
.samuraiblueProfList li.profTxt .profName div{
	display: table-cell;
	padding-right: 15px;
    vertical-align: middle;
}

.samuraiblueProfList li.profTxt .profName .profFullName{
	padding-left: 15px;
	border-left: 3px solid #ccc;
}
.samuraiblueProfList li.profTxt .profName .nameBold{
	font-size: 23px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	line-height: 23px;
}
.samuraiblueProfList li.profTxt .profName .nameBold a:hover{
	text-decoration: none;
	opacity: 0.6;
	}
.samuraiblueProfList li.profTxt .profName .nameBold +br{display: none;}
.samuraiblueProfList li.profTxt .profName .nameEng{
	font-size: 12px;
	color: #888;
}
.samuraiblueProfList li.profTxt .profStat{
	margin-top: 15px;
	line-height: 20px;
}
.samuraiblueProfList li.profBtn{
	vertical-align: top;
	width: 260px;
	text-align: right;
}
.samuraiblueProfList li.profBtn a{
	color: #333;
}
/*.samuraiblueProfList li.profBtn a:after {
	content: "\ec600";
	font-family: "icomoon3";
	font-size: 12px;
	right: 6px;
	position: absolute;
	display: inline-block;
	margin-top: 2px;
}*/
.samuraiblueProfList li.profBtn a div{
	display: block;
	margin-top: 3px;

}
.samuraiblueProfList li.profBtn .leagAccBtnlinkRedW{
	  width: 180px;
  	padding: 7px 0;
}
.samuraiblueProfList li.profBtn .profTicket a{
	box-sizing: border-box;
	position: relative;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 12px;
	margin-bottom: 5px;
	padding: 7px 6px;
	display: block;
	text-decoration: none;
}
.samuraiblueProfList li.profBtn .profTicket a:hover{
		text-decoration: none !important;
		/*color: #06C;*/
		background: #f6f6f6;
}
.samuraiblueProfList li.profBtn .profTicket .btnDate{
	vertical-align: top;
	/*margin-left: 10px;*/
	display: inline-block;
	margin-top: 2px;
	font-weight: bold;
}
.samuraiblueProfList li.profBtn .profTicket .btnVs{
	vertical-align: top;
	margin: 0 5px;
	display: inline-block;
	margin-top: 2px;
	font-weight: bold;
}
.samuraiblueProfList li.profBtn .profTicket a:hover span{
	text-decoration: none;
}
.samuraiblueProfList li.profBtn div.awardsIcon{
	width: 125px;
	display: inline-block;
	text-align: center;
	margin-top: 3px;
}
.samuraiblueProfList li.profBtn div.awardsIcon img{
	width: 120px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.profStat table {
	width: 100%;
	font-size: 16px;
}
.profStat table th,
.profStat table td {
	padding: 13px 10px;
	border-bottom: 1px solid #ccc;
}
.profStat table tr {
	border-top: 1px solid #ccc;
}
.profStat table th {
	width: 45%;
	background-color: #f6f6f6;
}



/*--------2017/11/13 追加--------*/
#standings h4.man,
#standings h4.woman{
	margin-bottom: 0;
}


.leftRedTit{
	font-size: 20px;
}
.kome{
    padding: 0 0 5px 0;
}

.w30{
	width: 30%;
}
.subBNRiframeUnder , .subBNRiframeTop , #matchTv{
	
	
	display: none;
}

.match-slide-content{
	margin: 0 auto 30px;
	margin-left: 0px;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.match-slide-content ul{
	float: left;
	width: 235px;
	border: 1px solid #ccc;
	display: table;
	padding :10px 0px;
	margin-right: 11px;
}

.match-slide-content ul .match-info-title{
	padding: 5px;
	margin: 0px;
}

.match-slide-content a{
	color: #333;
}

.match-slide-content a:hover{
	text-decoration: none;
}

.match-slide-content ul li{
	display: table-cell;
	vertical-align: middle;
}

.match-slide-content ul .flag{
	width: 100px;
	text-align: center;
}

	.match-slide-content ul .flag>p{
		margin: 0px;
		padding: 0px;
	}
.match-slide-content ul .score{
	font-size: 16px;
	font-weight: bold;
}

#match-prev{
	position: absolute;
	top:35px;
	left: -30px;
}

#match-next{
	top:35px;
	right: -30px;
	position: absolute;
}


/*SAMURAIBLUE ページ下部コンテンツ*/

#samurai-gallery{
	margin: 35px 0px 20px;
}

#samurai-gallery #outer-left{
	width: 49%;
	float: left;
}

#outer-left #ttl-gallery{
	background: url(../img/bg_title_left.jpg) no-repeat right bottom;
	padding-bottom: 10px;
	height: 25px;
	position: relative;
}

#outer-left #ttl-gallery .inner-ttl-gallery{
	position: absolute;
	right: 0px;
	width: 480px;
}

#outer-left #ttl-gallery .inner-ttl-gallery h3{
	float: left;
	margin-right: 0px;
}

#outer-left #ttl-gallery .inner-ttl-gallery .list-btn{
	margin-top: ;
	float: left;
	margin: 5px 0 0 15px;
}


#outer-left #gallery-area{
	margin: 20px 10px 0 0px;
	width: 480px;
	position: relative;
	float: right;
}

#outer-left #gallery-area .gallery-box{
	float: right;
}
	#outer-left #gallery-area .gallery-box>li{
		width: 140px;
		float: left;
		padding: 5px;
		background: #fff;
		border: 1px dotted #ccc;
		margin-right: 10px;
	}
		#outer-left #gallery-area .gallery-box li img{
			width: 100%;
			height: auto;
			vertical-align: bottom;
		}

	#outer-left #gallery-area .gallery-box .rightLi{
		margin-right: 0px
	}

	#outer-left #gallery-area .gallery-box p{
		clear: both;
		text-align: center;
		padding: 5px;
	}




#samurai-gallery #outer-right{
	width: 49%;
	float: right;
}

#outer-right #ttl-zack,#outer-right #ttl-jfa{
	background: url(../img/bg_title_right.jpg) no-repeat left bottom;
	padding-bottom: 10px;
	height: 25px;
	position: relative;
}

#outer-right .inner-ttl-banner{
	margin-left: 15px;
}

#outer-right .samurai-banner{
	width: 460px;
	margin: 20px 0px 35px 15px;
}

	#outer-right .samurai-banner img{
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}

#outer-right #body-movie-list{
	width: 460px;
	margin: 15px 0px 0px 15px;
}

#outer-right #body-movie-list .movie-list li{
		padding: 8px 5px 10px;
		border-bottom: 1px dotted #ccc;
		height: 100%;
		overflow: hidden;
		display: table;
	}



#outer-right #body-movie-list .movie-list li:last-child{
		border-bottom: none;
	}
#outer-right #body-movie-list .movie-list li .photo-movie-thumb{
		width: 100px;
		display: table-cell;
		margin-right: 10px;
}

	#outer-right #body-movie-list .movie-list li .photo-movie-thumb img{
		width: 100%;
		height: auto;
	}


#outer-right #body-movie-list .movie-list li .text-movie-detail{
		display: table-cell;
		padding-left: 15px;
		vertical-align: middle;
	}

#outer-right #body-movie-list .movie-list li .text-movie-detail span{
		display: block;
	}
#outer-right #body-movie-list .movie-list li .text-movie-detail .date{
		font-size: 12px;
	}


#outer-right #body-movie-list .movie-list li .text-movie-detail .link{
		font-size: 14px;
}



/*

選手詳細

******************************************************************/

#samuraiblue .worldcup_2018_member {
   display: flex;          /* flexコンテナ化 */
   flex-direction: column; /* 縦向きに配置 */
}

#samuraiblue .worldcup_2018_member #page-title { order: 1;}
#samuraiblue .worldcup_2018_member #player-photo-wrap { order: 2;}
#samuraiblue .worldcup_2018_member #player_introduction {
	order: 3;
	margin-top: 20px;
	}
#samuraiblue .worldcup_2018_member #player-match-report { order: 4;}
#samuraiblue .worldcup_2018_member #player-match-result { order: 5;}
#samuraiblue .worldcup_2018_member #official-banner-area_2015 { order: 6;}



#player-photo-wrap{ margin:0 ;}


#page-title{
	position: relative;
}

#page-title .other-player{
	position: absolute;
	right: 10px;
	top:40%
}

#page-title .other-player select{
	padding: 5px;
}


#player-photo-wrap{
	margin:0 ;
}

#player-photo-wrap #player-photo{
	position: relative;
}

#top-player{
	float:left;
	padding:0;
}

#top-player .kv-player{
	margin:20px 0 0;
}


.player-info{
	font-size: 28px;
	margin: 20px 0 10px;
	padding: 0;;
	font-weight: bold;
	color: #333;
}

.player-info .name-english{
	font-size: 14px;
	font-weight: normal;
}

#player-plofile{
	float:right;
	width:700px;
}

.plofile-area{
	width:700px !important;
}


#player-career{
	margin: 35px 0 0px;
}

.career{
	border-collapse: collapse;
	border-spacing: 0 ;
	width: 100% ;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


.career tr th{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 14px;
	width: 150px;
	padding: 10px 5px;
	background: #bababa;
	font-weight: bold;
}

.career tr td{
	background: #f0f0f0;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 14px;
	padding: 10px 5px;
}



#player-match-report{
	margin: 35px 0 0px;
}

.match-report{
	border-collapse: collapse;
	border-spacing: 0 ;
	width: 100% ;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.match-report thead tr td{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 14px;
	width: 150px;
	padding: 10px 5px;
	text-align: center;
	background: #bababa;
	font-weight: bold;
}

.match-report tbody tr td{
	background: #f0f0f0;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 14px;
	padding: 10px 5px;
	text-align: center;
}

.match-report tbody:nth-child(odd) tr td{
	background: #eaeaea;
}

#player-match-result{
	margin: 35px 0 0px;
}


.match-result thead tr td{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 14px;
	text-align: center;
	background: #bababa;
	font-weight: bold;
}

.match-result tbody:nth-child(even) tr td{
	background: #eaeaea;
}

.match-result tbody tr td.date{width: 100px; text-align: center}
.match-result tbody tr td.direct{width: 200px; text-align: center}
.match-result tbody tr td.tournament{width: 300px;}
.match-result tbody tr td.score{width: 60px; font-size: 14px; text-align: center}
.match-result tbody tr td.vs{width: 150px;}


/*
フォトギャラリー
******************************************************************/

#gallery-wrap{
	margin: 20px 0 0px;
}
#gallery-thumbs{
	width: 700px;
	float: left;
	margin-left: 12px;
}

#gallery-thumbs ul>li{
    border: 1px solid #CCCCCC;
    float: left;
    margin-bottom: 25px;
    line-height: 100px;
    text-align: center;
    width: 150px;
    margin-right: 20px;
}

#gallery-thumbs ul>li:nth-child(4n){
	margin-right: 0px;
}

#gallery-thumbs ul>li img{
    vertical-align: middle;
    height: auto;
}



#gallery-content{
	float: right;
	margin-right: 12px;
	width: 250px;
	padding: 0px 0px 10px;
	background: #f0f0f0;
	overflow: hidden;
	border-bottom:1px solid #CCC;
}
.gallery_bnr {
	margin:20px 12px 0 0;
	float:right;
	}

#gallery-content .title-gallery-selection{
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	padding: 10px 15px;
	background: #3d315b;
}

#gallery-content .inner-gallery-content{
	overflow: auto;
	padding: 10px 0px;
	height: 600px;
	overflow-x: hidden;
}

#gallery-content ul>li{
	border-bottom: 1px dotted #ccc;
	display: table;
	width: 230px;
	padding: 10px 0px;
}

#gallery-content ul>li:first-child{
	padding-top: 0px;
}

#gallery-content ul>li p{
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}

#gallery-content ul>li .thumb{
	width: 80px;
}

#gallery-content ul>li .thumb img{
	width: 100%;
	height: auto;
}




/*
日程・結果
******************************************************************/
.text-link{
	margin: 20px 0 20px;
}

.text-link a{
	display: inline-block;
	border-right: 1px solid #ccc;
	padding: 0px 15px;
	font-size: 14px;
	color: #0b8fba;
}

.text-link .bold{
	font-weight: bold;
	display: inline-block;
	border-right: 1px solid #ccc;
	padding: 0px 15px;
	font-size: 14px;
}

.text-link a.current{
	font-weight: bold;
}
.text-link a:last-child{
	border-right: none;
}

/*
動画
******************************************************************/
.outer-archieves .sub-category select {
    width: 100%;
	margin-bottom:10px;
}


/*
リンク色
******************************************************************/

/*#team-men .outer-inner .section-block .wrap ul li a, .competition-member ul li a{
	color:#0b8fba;*/
}
.nivo-lightbox-title-wrap{
	display: none;
}

.trigger-tournament {
    background: url("/img/samuraiblue/open.png") no-repeat scroll 98% center #CCCCCC;
    color: #575757;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1px;
    padding: 10px;
}
.trigger-tournament.active {
    background: url("/img/samuraiblue/close.png") no-repeat scroll 98% center #2475BD;
    color: #FFFFFF;
}
table.table_Tournament {
	border-top: 0;
    margin-top: 0;
}
table.table_Tournament tr th {
    font-size: 16px;
    padding: 10px;
    text-align: left;
}
table.table_Tournament tr td {
    font-size: 14px;
    padding: 25px 10px;
    text-align: center;
}



table.table_Tournament tr td .tdWrap1 {
    font-size: 16px;
}
table.table_Tournament tr td .tdWrap1 a {
    font-size: 20px;
    padding: 0 30px;
	line-height:110%;
}
table.table_Tournament tr td .tdWrap2 {
    font-size: 14px;
    padding-top: 10px;
}
.table_Tournament tr td .Tournament_inner {
    border: medium none;
}
.table_Tournament tr td .Tournament_inner tr td {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    margin: 0;
    padding: 0;
}

/*JFAtable*/

/*
.table-wrap-tournament {
    display: none;
    margin-bottom: 0;
}
.table-tournament {
    background: none repeat scroll 0 0 #F2F2F2;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    display: table;
    width: 100%;
}
.table-tournament li {
    display: table-cell;
    font-size: 14px;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}
.table-tournament li.team {
    font-size: 16px;
    text-align: left;
}
.table-tournament li.score {
    font-size: 20px;
}
.table-tournament li a {
    color: #0B8FBA;
}


table.table_Tournament tr td.time {
    font-size: 12px;
    padding: 5px 10px;
    text-align:left !important;
	line-height:150%;
}

.spot_time{
	font-size:10px;
	display:block;
	width:100%;
	border-bottom:#ccc 1px solid;
}

.japan_time{
	margin-top:5px;
	font-size:10px;
	display:block;
	width:100%;
	border-bottom:#ccc 1px solid;
}

/*
タブ切り替え
******************************************************************/

ul.date_tab{
	display:table;
	margin:0 auto 35px;
}

ul.date_tab li{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	font-size:16px;
}

ul.date_tab li:first-child,
ul.date_tab li:last-child{
	border-bottom: 1px #ccc solid;
	width:20px;
}

ul.date_tab li span{
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	width:468px;
	display:block;
	padding:15px 0;
}

ul.date_tab li a{
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	width:468px;
	display:block;
	background:#999;
	color:#FFFFFF;
	padding:15px 0;
}

ul.date_tab li a:hover{
	background:#777;
}


/*
壁紙ダウンロード
******************************************************************/

.contents-download li.download-area a.wallpaper03{
	background: url(/samuraiblue/img/btn_wallpaper_download03.jpg) no-repeat 0 0;
	width: 312px;
	height: 64px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	margin: 0 auto 15px;
}

.contents-download li.download-area a.wallpaper03:hover{
	background-position: -312px 0px;
}

.contents-download li.thumbnail {
    width: 332px;
	background:#F0F0F0;
}

/*
sb内ニュース
******************************************************************/
.sb_news{
	margin-top:20px !important;
}

.sb_news li{
	position:relative;
}

.sb_news li a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	text-indent:-999px;
}

.sb_news li:hover{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}

.sb_news dl{
	border-bottom:1px dashed #ccc;
	display:table;
	margin-bottom:10px;
}

.sb_news dt{
	display:table-cell;
	width:120px;
	vertical-align:top;
}
.sb_news dt img{
	margin:0 20px 10px 0 !important;
}

.sb_news dd{
	display:table-cell;
	width:560px;
	font-size:14px;
	vertical-align:top;
}


/*
ワールドカップヒストリー
******************************************************************/

#container.history .section-block{
	position: relative;
}
#container.history .section-block:before{
	content: "";
	position: absolute;
	display: block;
	height: calc(100% + 20px);
	width: 1px;
	top: -10px;
	background: #666;
	left: 30px;
	z-index: 1;
}
#container.history .section-block h4{
	position: relative;
	padding-left: 60px;
	background: rgba(0,0,0,0.1) url(/common/img/open.png) no-repeat 98% center;
	border: none;
	cursor: pointer;
}
#container.history .section-block h4:nth-child(n+2){
	margin: 1px 0 0 0;
}
#container.history .section-block h4:hover{
	cursor: pointer;
	opacity: .8;
}
#container.history .section-block h4.active{
	background: rgba(0,0,0,0.1) url(/common/img/close.png) no-repeat 98% center;
}
#container.history .section-block h4:before{
	content: "";
	display: block;
	position: absolute;
	left: 26px;
	top: 50%;
	margin-top: -4px;
	width: 9px;
	height: 9px;
	background: #666;
	border-radius: 50%;
}
#container.history .section-block ul.table-wrap-history{
	position: relative;
	display: none;
	padding-bottom: 10px;
}
#container.history .section-block ul.table-wrap-history li{
	z-index: 0;
	padding-left: 60px;
	margin-top: 15px;
	max-height: 140px;
	overflow: hidden;
	position: relative;
}
#container.history .section-block ul.table-wrap-history li > div{
	vertical-align: top;
}
#container.history .section-block ul.table-wrap-history li > div.history-thumb{
	width: 30%;
	float: left;
}
#container.history .section-block ul.table-wrap-history li > div.history-thumb img{
	width: 100%;
}
#container.history .section-block ul.table-wrap-history li > div.history-thumb + div.history-text{
	float: left;
	width: 70%;
	margin-top: 10px;
	padding-left: 5%;
	box-sizing: border-box;
}
#container.history .section-block h5{
	margin: 0;
}
#container.history #main-colum .section-block ul.table-wrap-history li p{
	margin: 10px 0;
}
#container.history .section-block ul.table-wrap-history li a{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	text-indent: -100%;
	white-space: nowrap;
	overflow: hidden;
}
#container.history #main-colum .section-block ul.table-wrap-history li .link_inner{
	background: url(/common/img/ico_arrow.png) no-repeat scroll 0px center transparent;
	padding: 5px 5px 5px 15px;
	margin: 0;
	color: #0b8fba;
}
#container.history #main-colum .section-block ul.table-wrap-history li:hover .link_inner{
	text-decoration: underline;
}
#container.history #main-colum .section-block ul.table-wrap-history li:hover img.hover{
	opacity: .8;
}
#container.history #main-colum .section-block ul.table-wrap-history li .link_inner.nourl{
	pointer-events: none;
	color: #ccc;
}
#container.history #main-colum .section-block ul.table-wrap-history li:hover .link_inner.nourl{
	text-decoration: none;
}

.score_txt {
    letter-spacing: 0em !important;
    font-size: 12px !important;
}

.table_theme1 tr:nth-child(odd) td {
    background: #eaeaea;
}

table.table_Tournament tr td {
    font-size: 14px;
    padding: 25px 10px;
    text-align: center;
}

.table_theme1 tr td {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    background: #f0f0f0;
    padding: 5px;
}

.table_theme1 tr td {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    background: #f0f0f0;
    padding: 5px;
}

.table_theme1 tr td{
	vertical-align: middle;
}

td, th {
    display: table-cell;
    vertical-align: inherit;
}

table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 100%
}

table tr .poscenter{
	text-align: center;
}

table.table-boder-none{
	border: none;
}



.match-result tbody tr td,.col4 tr td{
	background: #f0f0f0 ;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}


.col4 tr th{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #bababa;
	margin-top: 20px;

}

.table03 tr th{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #bababa;
}

table03 tr td{
	background: #f0f0f0 ;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.table04 tr th{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #bababa;
}

.table04 tr td{
	background: #f0f0f0 ;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.table05 tr td{
	background: #f0f0f0 ;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.table05 tr th{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #bababa;
}


.table-type-02 table tr th{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #bababa;
}

.table-type-02 table tr td{
	background: #f0f0f0 ;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}


.allergy_box table.table03 tr td{
	background: #f0f0f0 ;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.tbl_style td{
	background: #f0f0f0 ;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.mc_column_box table.table03 tr td{
	background: #f0f0f0 ;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}


.mc_column_box table.table03 th{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #bababa;
}


table.no-border{
	border-right: none;
	border-top: none;
}

.allergy_box table.table03 th{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #bababa;
}

.tbl_style th{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #bababa;
}

.match-result thead tr td{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #bababa;
}

.col4 thead tr td{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #bababa;
}

table tr th.bg-white{
	background: #fff ;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.tdWrap1 ul li {
    float: left;
    position: relative;
    left: 25%;
    width: 100px;
}

.table-group-stage tr th {
    background: #f6f6f6;
    padding: 5px;
    font-weight: bold;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.table-group-stage tr td {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
/*    background: #f0f0f0;*/
    padding: 5px;
}


/*表示時刻*/
.TimeForNote{
	text-align: right;
    margin-bottom: 20px;
    margin-top: -14px;
}