@charset "UTF-8";
/* CSS Document */
/*summary*/

#federationArea{
	width:900px;
	height:auto;
	padding:80px 0px 175px 0px;
	margin:0px auto;
	background-color:rgba(255,255,255,0.80);
	}
	
.federationBox{
	width:798px;
	height:134px;
	margin:0px auto 46px auto;
	}
	
.fed_flag{
	width:200px;
	height:134px;
	float:left;
	}
	
.fed_name{
	width:564px;
	height:134px;
	background-image: url(../img/federation/bg_fedName.png), url(../img/federation/bg_fedBox.png);
	background-position:left top, bottom;
	background-repeat:no-repeat, no-repeat;
	float:right;
	}
	
.fed_name h2{
	width:544px;
	height:40px;
	padding:4px 0px 0px 20px;
	margin:0px;
	font-size:40px;
	font-weight:bold;
	font-style:italic;
	color:#0f58de;
	}
	
.fed_name_japan{
	width:544px;
	height:21px;
	padding:0px 0px 0px 20px;
	margin:0px;
	font-size:20px;
	font-style:italic;
	color:#0f58de;
	}
	
.fed_name_btn{
	width:544px;
	height:24px;
	padding:0px 0px 0px 0px;
	margin:0px;
	text-align:right;
	}
	
	
/*players-----------------------------------------*/	
	
.h2_players{
	width:470px;
	height:80px;
	margin:0px auto;
	}
	
	
#players_fedArea{
	width:800px;
	height:133px;
	margin:45px auto 65px auto;
	overflow:hidden;
	background-image:url(../img/federation/line_players_fed.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	}
	
#players_flag,#players_flag img{
	width:100px;
	height:67px;
	margin:0px;
	padding:0px;
	float:left;
	}
	
#players_fedName{
	width:646px;
	height:65px;
	margin:0px 0px 43px 0px;
	float:right;
	background-image:url(../img/federation/bg_fedName.png);
	background-repeat:no-repeat;
	}

#h1_fedNameE{
	width:621px;
	height:40px;
	padding:5px 0px 0px 25px;
	margin:0px;
	font-size:40px;
	color:#0f58de;
	font-style:italic;
	}
	
#h1_fedNameJ{
	width:626px;
	height:20px;
	padding:0px 0px 0px 20px;
	margin:0px;
	font-size:20px;
	color:#0f58de;
	font-style:italic;
	}
	
#Players_fedname_btn{
	width:800px;
	height:25px;
	margin:0px auto 0px auto;
	text-align:right;
	clear:both;
	}
	
#players_area{
	width:740px;
	height:auto;
	margin:0px auto 50px auto;
	overflow:hidden;
	
	}
	
.player_box01,.player_box02{
	width:610px;
	height:131px;
	border-bottom:#11a6ff solid 1px;
	margin:0px 0px 8px 0px;
	background-image:url(../img/federation/bg_playerName_m02.png);
	background-repeat:no-repeat;
	}

.player_box02{
	border-bottom:#cc0066 solid 1px;
	background-image:url(../img/federation/bg_playerName_f02.png);
	}
	
	
.player_box01:nth-child(2n+1) {  /* 奇数番目 */
float:left;
}
.player_box01:nth-child(2n) {    /* 偶数番目 */
   float: right;
}

.player_box02:nth-child(2n+1) {  /* 奇数番目 */
float:left;
}
.player_box02:nth-child(2n) {    /* 偶数番目 */
   float: right;
}

.playerName01{
	width:466px;
	height:55px;
	padding:10px 0px 0px 24px;
	font-size:20px;
	line-height:1.2em;
	color:#0f58de;
	float:left;
	margin:20px 0px 0px 0px;
	}
	
.player_box02 .playerName01{
	color:#cc0066;
	}
	
.playerPhoto,.playerPhoto img{
	width:96px;
	height:120px;
	margin:5px 0px 0px 0px;
	float:left;
	}
	
.playerPhoto img{
	margin:0px 0px 0px 0px;
	}