@charset "utf-8";
/*opening-game_2015.css*/
.openingGame2015Area{
  margin: 0 0 15px;
}
.openingGame2015Titl {
	margin-bottom: 8px;
}

.openingGame2015Titl h2 img{
	width:100%;
}


section > h3{
	background: #4f4f4f;
	padding: 5px;
	color: #fff;
	font-size: 14px;
}

section h4{
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px;
	padding: 0 0 0 10px;
}
.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 .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{
	background-color: #e70012;
}
.tabBtnTxt li.active:nth-child(2) a{
	background-color: #017f40;
}
.teamList > h3{
	margin-bottom:10px;
}
.teamList{
	margin: 15px 0px;
}
.transferTeamList > ul{
	display: table;
	width:100%;
	margin-bottom:3px;
}
.transferTeamList > ul li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	border-right: 3px solid #fff;
	width:25%;
}
.transferTeamList > ul.col5 li{
	width:20%;
}
.transferTeamList > ul li:last-child{
	border-right: none;
}

.transferTeamList > ul li a{
	display: block;
	color: #4f4f4f;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #eaeaea;
}


.headArea span{
	display: inline-block;
	vertical-align: middle;
}

.headArea .teamName{
	font-size: 18px;
	font-weight: bold;
}

.headArea .btns{
	padding: 10px 5px;
	background: #eaeaea;
	margin: 10px 0px;
	letter-spacing: -0.4em;
}

.headArea .btns li{
	display: inline-block;
	text-align: center;
	width: 50%;
	letter-spacing: normal;
}
.teamArea{
	margin: 25px 0;
}
.headArea .btns li a{
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#595959), color-stop(100%,#353535)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #595959 0%,#353535 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  #595959 0%,#353535 100%); /* W3C */
	border: 1px solid #595959;
	box-shadow: 0 1px 0 #8d8d8d inset;	color: #fff;
	text-align: center;
	padding: 15px 0px;
	margin: 0 5px;
	position: relative;
}

.headArea .btns li a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

.teamArea h6{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px;
	position: relative;
}
.teamArea h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px;
	position: relative;
}
.teamArea h5 span{
	display: block;
	position: absolute;
	text-align: right;
	color: #ccc;
	font-size: 12px;
	right: 0;
	top:0px;
}
.teamArea .clubInfo{
	list-style: outside square;
	margin: 0 0 20px;
}
.teamArea .clubInfo li{
	line-height: 20px;
	font-size: 14px;
	position: relative;
	margin: 0 0 5px;
	padding: 0 0 0 14px;
}

.teamArea .clubInfo li::after {
	display: block;
	position: absolute;
	top: 6px;
	left: 0px;
	width: 5px;
	height: 5px;
	background: #ccc;
	content: "";
}

.teamArea .translateArea{
	margin: 10px 0px;
}
.translateArea .bold{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 5px;
	font-size: 14px;
	font-weight: bold;
	background: #f0f0f0;
}

.translateArea dl{
	margin: 10px 0px;
}

.translateArea dl dt{
	font-weight: bold;
	padding: 5px;
}

.translateArea dl dd{
	padding: 0 5px 5px;
	border-bottom: 1px solid #ccc;
}

.tabNavArea{
	margin: 10px 0px;
}
