@charset "utf-8";
/*opening-game_2015.css*/


.openingGame2015PageTitl h2{
	margin: 0 0 10px;
}
.openingGame2015PageTitl h2 img{
	width:100%;
}
.openingGame2015NavArea{
	margin-bottom: 30px;
}
.openingGame2015NavArea ul {
	display: table;
	width: 100%;
}
.openingGame2015NavArea ul li {
	display: table-cell;
	/*width:33.33%;*/
	width:25%;
	vertical-align: top;
}

.openingGame2015NavArea ul li.active a {
	background-color: rgba(0,0,0,0.8);
	color: #fff;
}
.openingGame2015NavArea ul li a,
.openingGame2015NavArea ul li span {
	background-color: rgba(0,0,0,0.1);
	color: #333;
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 20px 0px;
}
.openingGame2015NavArea ul li span {
	color: #BABABA;
}
.openingGame2015NavArea ul li:nth-last-child(2) a{
	padding:11px 0;
}
.openingGame2015NavArea ul li a:hover{
	background-color: rgba(0,0,0,0.8);
	color: #fff;
}

.tabBtnTxt {
    display: table;
    width: 100%;
    letter-spacing: -0.34em;
}
.tabBtnTxt > li {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    width: 155px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}
.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: 13px;
    font-weight: bold;
    padding: 12px 15px;
    text-align: center;
    vertical-align: middle;
}
.tabBtnTxt li.active:first-child a, .tabBtnTxt li:first-child a:hover{
	background-color: #e70012;
}
.tabBtnTxt li.active:nth-child(2) a, .tabBtnTxt li:nth-child(2) a:hover{
	background-color: #017f40;
}
.tabBtnTxt li a.leftBtn{
    margin-left: 0;
}
.nyc2colArea{
	display: table;
}
.nyc2colArea .nyc2colLeft{
	width: 300px;
	display: table-cell;
}
.nyc2colArea .nyc2colRight{
	width: 300px;
	display: table-cell;
	padding-left: 20px;
}
.nyc2colLeft .blockTit{
	background: none repeat scroll 0 0 #004d96;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 10px;
	padding: 12px 16px;
	position: relative;
}
.nyc2colRight .blockTit{
	background: none repeat scroll 0 0 #e60012;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 10px;
	padding: 12px 16px;
	position: relative;
}
.transferTeamListBlock{
	margin: 30px 0;
}
.transferTeamList{
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.transferTeamList.col5{
	width: 88%;
	margin:10px 6% 10px;
}
.transferTeamList li{
	display: table-cell;
	width: 16.66%;
}
.transferTeamList.col5 li{
}
.transferTeamList li a {
	color: #333;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	vertical-align: top;
}
.transferTeamList li a span {
	float: left;
	margin-right: 2px;
	margin-left: 5px;
}
.transferTeamTitle {
	background-color: #f6f6f6;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	margin-bottom: 15px;
	padding: 5px 20px;
	position: relative;
}
.transferTeamTitle h4 {
	font-size: 22px;
	font-weight: bold;
	line-height: 60px;
	float: left;
}
.transferTeamTitle h4 span {
	float: left;
	margin-right: 20px;
}
.transferTeamTitle .roundTitBtn{
	float: right;
   padding-top: 16px;
}
.roundTitBtn .ArrowBtnLink02{
	display: inline-block;
	margin-left: 10px;
}
.clubInfoList {
	position: relative;
}
.clubInfoList ul {
	color: #aaa;
	font-size: 12px;
	line-height: 24px;
	list-style: outside square;
	margin: 10px 20px 0;
}
.clubInfoList ul span {
	color: #333;
}
.clubInfoList h5{
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}
.clubInfoList .eventDate {
	color: #888;
	font-size: 12px;
	margin-bottom: 5px;
	text-align: right;
	position: absolute;
	top:0px;
	right: 0px;
}
.clubInfoList .nyc2colArea{
	margin-top: 10px;
}
.clubInfoList .dataTable td{
	text-align: left;
}
.clubInfoList .dataTable thead td{
	padding: 10px;
}
.clubInfoList .dataTable td b{
	font-weight: bold;
}
.toTop{
	text-align: right;
	margin:10px 0 25px;
}
.toTop a {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	padding-left: 20px;
	background: url("/img/common/ico_pagetop.png") no-repeat scroll left top / 16px auto transparent;
}
.transferTeamArea{
	margin-bottom: 30px;
}
#breadcrumbList{
	margin-left: 20px;
}
.generalArea #breadcrumbList{ margin-left: 0; }

body#top .openingGame2015NavArea ul li#top a,
body#transfer .openingGame2015NavArea ul li#transfer a,
body#manager .openingGame2015NavArea ul li#manager a,
body#video .openingGame2015NavArea ul li#video a,
body.fxsc2015Analysis .openingGame2015NavArea ul li#analysis a,
body#playback .openingGame2015NavArea ul li#playback a,
body#record .openingGame2015NavArea ul li#record a,
body#goalrank .openingGame2015NavArea ul li#goalrank a {
	background-color: rgba(0,0,0,0.8);
	color: #fff;
}
.openingGame2015NavArea ul li{
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.openingGame2015NavArea ul li.twoline a {
	padding: 11px 0;
}









