@charset "utf-8";
/*
* samuraiblue.css
* JFA
*
*/

/*
試合情報一覧
******************************************************************/

.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;
}



/*

選手詳細

******************************************************************/
#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: 350px;}
.match-result tbody tr td.score{width: 60px; text-align: center}
.match-result tbody tr td.vs{width: 100px;}

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

#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-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("/common/img/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("/common/img/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;
}
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;
}
.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;
}

/*
国際大会 1試合バージョン　対戦チーム情報
******************************************************************/
#team-info{
	margin: 20px 0px 35px;
	font-size: 14px;
	border: 1px solid #ccc;
}

#team-info dt{
	float: left;
	padding: 10px 0px;
	padding-left: 10px;
	width: 340px;
	background: #f0f0f0;
	margin-right:10px;
}

#team-info dd{
	margin:0px;
	padding: 10px 0px;
	padding-left: 165px;
	border-bottom: 1px dotted #ccc;
}

#team-info dd.bottomDd{
	border-bottom: none;
}

#team-info-location{
	margin: 0 0px 35px;
}

#team-info-location div{
}

#team-info-location .map-team-info{
	width: 218px;
	float: left;
	border: 1px solid #ccc;
	margin-right: 15px;
}

#team-info-location #table-wrap{
	width: 580px;
	margin: 0px;
	float: right;
}

#team-info-location #table-wrap table{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 14px;

}

#team-info-location #table-wrap table tr th{
	text-align: left;
	font-weight: bold;
	background: #eaeaea;
	padding: 10px 5px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width:50%;
}
#team-info-location #table-wrap table tr td{
	text-align: left;
	padding: 10px 5px;
	background: #f0f0f0;
	width: 50%;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


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

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;
}
