@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;
}
