@charset "utf-8";


/* playerList */
/************************************************/

#playerList {
	overflow:hidden;
	border: 1px solid #666666;
	color: #333333;
	float: none;
	padding: 5px;
  }

#playerList:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  }

#playerList ul {
 	overflow:hidden; 
  	zoom: 1;
  }


#playerList li {
	float: left;
}


#playerList ul li a {
	background-position: left top;
	margin-bottom: 15px;
	margin-right: 5px;
	display: block;
	padding-top: 3px;
	padding-left: 3px;
	color: #333333;
	text-decoration: none;
	line-height: 140%;
  }


#playerList ul li a:hover {
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: underline;

}

#playerList ul li a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: 7px;

}

.kana {
	font-size: 70%;
	color: #003300;
	line-height: 1.5em;
}
.textPosision {
	font-size: 80%;
	color: #000000;
}


/* 選手一覧表 */
.playersTable {
	border: 1px solid #009900;
	width: 230px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 2px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 4px;
}
.playersListimg  {
	margin-right: 8px;
	float: left;
	border: 1px solid #000000;
}
.playersTable thead th{
	background:#000000;
	color:#FFFFFF;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	padding:3px;
	width:15%;
}
.playersTable tbody th{
	background:#BD1910;
	color:#FFFFFF;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	padding:3px;
	text-align:left;
	font-weight:normal;
}
.playersTable tbody td{
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	padding:3px;
	vertical-align:top;
}
.playersTable tbody td.numb{
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	padding:3px;
	vertical-align:top;
	background:#F1F1F1;
}
.textProfile {
	font-size: 80%;
	color: #000000;
	line-height: 1.7em;
}
.textname {
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	line-height: 1.5em;
}
