@CHARSET "UTF-8";

.match_block {
	clear: both;
	margin-left: 5%;
	margin-bottom: 10px;
}

.player_name {
	font-size: 16px;
	font-weight: bold;
}

.game_block {
}

.stats_block {
	width: 98.5%;
	margin-left: 1%;
	margin-right: 0.5%;
	margin-bottom: 10px;
}

.stats_detail {
	width: 100%;
	text-align: center;
	margin-top: 5px;
	border: solid 2px #CCCCCC;
}

.stats_detail td {
	width: 32%;
	border: solid 1px #CCCCCC;
	padding: 2px;
}

.player_stats {
	background-color: #DBDBDB;
}

.leg_block {
	width: 33.3%;
	vertical-align: top;
	text-align: center;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

.leg_title {
	text-align: center;
}

.leg_player {
	background-color: #DBDBDB;
}

.leg_first {
}

.leg_detail {
	width: 96%;
	text-align: center;
	margin-left: 3%;
	margin-right: 1%;
	margin-bottom: 10px;
	border: solid 2px #CCCCCC;
}

.leg_detail td {
	border: solid 1px #CCCCCC;
	padding: 2px;
}

.leg_detail td.round_number {
	width: 25px;
	background-color: #DBDBDB;
}

.leg_detail td.score_point {
	width: 38px;
}

.leg_detail_header td {
}

.leg_detail_footer td {
}

.border_box {
	color: #292929;
	background-color: #F0F0F0;
/*	border: 1px solid #BABABA; */
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	-opera-border-radius: 10px;
	-moz-border-radius: 12px;
	-moz-box-shadow: 0px 3px 7px #adadad;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 3px 7px #adadad;
	border-radius: 10px;
	-moz-box-sizing: border-box;
	-opera-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.player_list_name_l {
	width: 130px;
	text-align: right;
}

.player_list_name_r {
	width: 130px;
	text-align: left;
}

.player_list_jp {
}

.player_list_en {
	font-size: 12px;
	font-weight: normal;
}

.player_list_point {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 24px;
	font-weight: normal;
}

.tournament_tree {
	margin: 10px 0px;;
	padding: 0px;
}

#menu .main-menu dt.side0042010 {
	width: 180px;
	height:35px;
	background: url(../images/0042010.jpg) no-repeat left top;
	text-indent:-9999px;
}

.T_ResultList {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.T_RoundTitle {
	width: 100%;
	height: 20px;
	color: #000000;
	background-color: #DDDDDD;
}

.T_RoundTitle td {
	padding-left: 10px;
}

.T_MatchText {
	height: 20px;
	background-color: #EEEEEE;
	color: #000000;
	border-bottom: solid 1px #DDDDDD;
}

.T_PlayerNameL {
	width: 33.3%;
	text-align: right;
	vertical-align: middle;
}

.T_PlayerNameR {
	width: 33.3%;
	text-align: left;
	vertical-align: middle;
}

.T_Score {
	width: 33.3%;
	text-align: center;
	vertical-align: middle;
}

.T_GroupTitle {
	font-size: 16px;
	font-weight: bold;
}

.T_GroupTable {
	width: 100%;
	margin-bottom: 20px;
	font-size: 12px;
	border-collapse: collapse
}

.T_GroupTable tr {
	height: 24px;
}

.T_GroupTable th {
	width: 12%;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #CCCCCC;
	background-color: #DDDDDD;
}

th.T_SmallCell {
	width: 5%;
}

.T_GroupTable td {
	color: #000000;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #CCCCCC;
	background-color: #EEEEEE;
}

td.T_OpenCell {
	background-color: #DDDDDD;
}

.T_GroupNotice {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #000000;
}

.T_ResultAvg {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.list-avg {
	width: 11%;
	padding-right: 4px;
	color: #000000;
	text-align: right;
}

.list-avg_c {
	width: 11%;
	color: #000000;
	text-align: center;
}

.T_ResultAvg tr {
	height: 24px;
	background-color: #EEEEEE;
}

.T_ResultAvg tr.even {
	background-color: #DDDDDD;
}

.T_ResultAvg thead tr {
	height: 24px;
	background-color: #CCCCCC;
}

.T_ResultAvg td {
	padding-right: 4px;
	color: #000000;
	text-align: right;
}

.T_ResultAvg td.firstCell {
	padding-left: 4px;
	padding-right: 0px;
	text-align: left;
}
