@charset "utf-8";
/*
* samurai.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:60px;
	left: -30px;
}

#match-next{
	top:60px;
	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;
		text-align: center;
	}
		#outer-left #gallery-area .gallery-box li img{
			width: 110px;
			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;
}



/*

選手詳細

******************************************************************/

#player-photo-wrap{
	width: 980px;
	margin: 0 auto;
}

#player-photo-wrap #player-photo{
	position: relative;
	height: 370px;
}

#top-player{
	position: relative;
	height: 370px;
}

#top-player .kv-player{
	margin: 20px 0px 0px;
}


#top-player .player-info{
	position: absolute;
	top:145px;
	left: 25px;
	font-size: 28px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #fff;
}

#top-player .player-info .name-english{
	font-size: 14px;
	font-weight: normal;
}


#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: #eaeaea;
	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: #eaeaea;
	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;
}

#player-match-result{
	margin: 35px 0 0px;
}


/*
フォトギャラリー
******************************************************************/

#gallery-wrap{
	margin: 20px 0 0px;
}
#gallery-thumbs{
	width: 700px;
	float: left;
	margin-left: 12px;
}

#gallery-thumbs ul>li{
	float: left;
	width: 150px;
	margin-right: 25px;
	margin-bottom: 25px;
}

#gallery-thumbs ul>li:nth-child(4n){
	margin-right: 0px;
}

#gallery-thumbs ul>li img{
	width: 100%;
	height: auto;
}



#gallery-content{
	float: right;
	margin-right: 12px;
	width: 250px;
	padding: 0px;
	background: #f0f0f0;
	overflow: hidden;
}

#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;
}

#gallery-content ul>li{
	border-bottom: 1px dotted #ccc;
	display: table;
	width: 240px;
	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;
}



