@charset "utf-8";

/* players.html
-------------------------------------------------*/
h2 {
	margin: 0;
	padding: 2px 7px;
	border: solid 1px #333333;
	font-size: 125%;
	font-weight: bold;
	color: #ffffff;
	text-align:left;
	background: #222222;
}
/*  IE8 hack */
table,dl,h2,h3,#player_select {
width:100.5%;
}
/*  IE7 hack */
*:first-child+html table,dl,h2,h3,#player_select {
width:100.5%;
}
/*  IE6 hack */
* html table,dl,h2,h3,#player_select {
width:100.5%;
}
.clear {
display:block;
}
/* heading */
h3 {
	padding: 5px 7px;
	font-weight: bold;
	font-size: 120%;
	color: #ffffff;
}
h3#syunoujin {
	background: #3a4861;
}
h3#tousyu {
	background: #990033;
}
h3#hosyu {
	background: #000077;
}
h3#naiyasyu {
	background: #9c847a;
}
h3#gaiyasyu {
	background: #61b84a;
}
/* players_data */
#player_select {
	zoom: 100%;
	background: #fff;
	border: solid 1px #333333;
	margin: 0;
	padding: 8px;
}
#player_select:after {
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
	clear: both;
}
#player_select ul {
	float: right;
	border-right: solid 1px #333333;
	font-size: 112%;
}
#player_select ul li {
	float: left;
	list-style-type: none;
	padding: 0 0.3em;
	border-left: solid 1px #333333;
}
table {
	font-size: 80%;
	color: #666666;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	border-collapse: separate;
	border-spacing: 1px;	
}
th,td {
	padding: 5px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #E1E2E6;
}
th {
	width: 13%;
	_width: 14%;
	background-color: #e1e2e6;
	text-align: center;
}
td {
	background-color: #eff2f3;
}

th.portrait {
	width: 16%;
	_width: 17%;
	padding: 5px 0;
	text-align: center;
}

td.team_banner_no {
	padding: 5px 30px;
	border: 1px solid #000000;
	background-color: #ffffff;
	text-align: right;
}
td.team_banner_no img.team_banner {
	float: left;
}

/* back to player select */
ul.back_to_player_select {
	list-style-type: none;
	margin-bottom: 30px;
	text-align: right;
}
