@CHARSET "UTF-8";

body {
	font-family: 'Lucida Grande', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Geneva, Arial, Verdana, sans-serif;
}

.attention {
	width: 100%;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: center;
}

.attention p {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

.attention a {
	color: #000000;
}

.tournament_schedule {
	width: 180px;
	margin: 0px;
	margin-left: 2px;
	margin-bottom: 5px;
	padding: 0px;
	background-color: #EFEFEF;
}

.tournament_schedule_title {
	height: 20px;
	background-color: #C2C2C2;
	color: #333333;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}

.tournament_schedule_title span {
	line-height: 20px;
	vertical-align: middle;
}

.schedule_box {
	height: 82px;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid 1px #C2C2C2;
}

.schedule_img_box {
	width: 80px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	float: left;
}

.schedule_img_box img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.schedule_text_box {
	width: 100px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 11px;
	float: left;
}

.schedule_footer {
	height: 12px;
	padding: 0px;
	padding-right: 5px;
	text-align: right;
}

.resultSummary_div {
	width: 298px;
	margin-bottom: 5px;
	border-collapse: collapse;
	border: solid 1px #000000;
}

.resultHeader_1 {
	width: 293px;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	background-color: royalblue;
}

.resultHeader_1 a {
	color: #FFFFFF;
	text-decoration: none;
}

.resultHeader_2 {
	width: 293px;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #555555;
	border-top: solid 1px #000000;
}

.resultHeader_3 {
	width: 293px;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	background-color: orange;
}

.resultHeader_3 a {
	color: #FFFFFF;
	text-decoration: none;
}

#player_1,
#player_2,
#player_3,
#player_4,
#player_5,
#player_6,
#player_7,
#player_8 {
	width: 298px;
	height: 51px;
	clear: both;
	float: none;
	border-top: solid 1px #000000;
	cursor: pointer;
}

#player_1 .resultSum_QImg,
#player_2 .resultSum_QImg,
#player_3 .resultSum_QImg,
#player_4 .resultSum_QImg,
#player_5 .resultSum_QImg,
#player_6 .resultSum_QImg,
#player_7 .resultSum_QImg,
#player_8 .resultSum_QImg {
	width: 74px;
	float: left;
	text-align: center;
}

.resultSum_QImg img {
	margin-top: 2px;
	margin-bottom: 2px;
}

#player_1 .resultSum_QName,
#player_2 .resultSum_QName,
#player_3 .resultSum_QName,
#player_4 .resultSum_QName,
#player_5 .resultSum_QName,
#player_6 .resultSum_QName,
#player_7 .resultSum_QName,
#player_8 .resultSum_QName {
	width: 212px;
	margin-top: 7px;
	padding-left: 10px;
	text-align: left;
	color: #000000;
	float: left;
}

.resultSummary {
	width: 300px;
	margin-bottom: 5px;
	border-collapse: collapse;
}

.resultSummary tr {
	height: 19px;
}

.resultSummary th,
.resultSummary td {
	border: solid 1px #000000;
}

.resultSummary th {
	padding-left: 5px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #555555;
}

.resultSummary td {
	color: #000000;
	text-align: center;
}

.resultSummary thead th {
	font-size: 16px;
	font-weight: normal;
	background-color: royalblue;
}

.resultSummary img {
	margin-top: 2px;
	margin-bottom: 2px;
}

.resultSummary a {
	color: #FFFFFF;
	text-decoration: none;
}

td.resultSum_QImg {
	width: 74px;
}

td.resultSum_QName {
	width: 214px;
	padding-left: 10px;
	text-align: left;
}

td.resultSum_Name {
	width: 130px;
}

.r_notice {
	padding-right: 5px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	float: right;
}

.banner480_b img {
	margin-top: 5px;
}

.resStats {
	width: 298px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	font-size: 12px;
	text-align: center;
	color: #000000;
}

.resStats tr {
	height: 19px;
}

.resStats th {
	width: 149px;
	text-align: center;
	background-color: #CCCCCC;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
}

.resStats td {
	width: 149px;
	text-align: center;
	border-top: solid 1px #000000;
}

.resStats thead th {
	width: 298px;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border: none;
	border-top: solid 1px #000000;
	background-color: #777777;
}

.resDetail {
	width: 298px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	font-size: 12px;
	text-align: center;
	color: #000000;
}

.resDetail thead th {
	width: 298px;
	height: 5px;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border: none;
	border-top: solid 1px #000000;
	background-color: #777777;
}

.resDetail tfoot th {
	width: 298px;
	height: 5px;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border: none;
	border-top: solid 1px #000000;
	background-color: #777777;
}

.resDetail tr {
	border-top: solid 1px #000000;
}

.resDetail tbody tr {
	height: 21px;
}

.resDetail tbody tr.resDarts {
	height: 19px;
}

.resScore {
	font-size: 14px;
	font-weight: bold;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
}

.resVS {
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
}

.resName {
	width: 85px;
	border-top: solid 1px #000000;
}

.resDarts td {
	width: 23px;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
}

#resDetail_1, #resDetail_2, #resDetail_3, #resDetail_4,
#resDetail_5, #resDetail_6, #resDetail_7, #resDetail_8 {
	display: none;
}