@charset "UTF-8";

body {
	width: 100%;
}

h1 {
	font-size: x-large;
	float: left;
	width: 45%;
}

table {
	min-width: 800px;
	clear: both;
}

td a {
	display: block;
	width: 100%;
}

.tbl1 {
	background-color: #888888;
	margin-bottom: 20px;
}

.tbl1 td {
	vertical-align: top;
	width: 160px;
}

.tbl2 {
	background-color: #888888;
}

.tbl2 tr:nth-child(2n+1) td {
	background-color: #ffffff;
}

.tbl2 tr:nth-child(2n+0) td {
	background-color: #efefef;
}

.tbl1 tr td:nth-child(1), .tbl2 tr th:nth-child(3) {
	background-color: #e5e5ff;
}

.tbl1 tr td:nth-child(2), .tbl2 tr th:nth-child(4) {
	background-color: #ffe5e5;
}

.tbl1 tr td:nth-child(3), .tbl2 tr th:nth-child(5) {
	background-color: #e5ffe5;
}

.tbl1 tr td:nth-child(4), .tbl2 tr th:nth-child(6) {
	background-color: #ffffe5;
}

.tbl1 tr td:nth-child(5), .tbl2 tr th:nth-child(7) {
	background-color: #ffe5ff;
}

.tbl1 tr td:nth-child(6), .tbl2 tr th:nth-child(8) {
	background-color: #e5ffff;
}

.tbl1 tr td:nth-child(7), .tbl2 tr th:nth-child(9) {
	background-color: #e5e5e5;
}

.tbl1 tr td:nth-child(8), .tbl2 tr th:nth-child(10) {
	background-color: #ffe5e5;
}

.tbl1 tr td:nth-child(9), .tbl2 tr th:nth-child(11) {
	background-color: #ffffe5;
}

.tbl1 tr td:nth-child(10), .tbl2 tr th:nth-child(12) {
	background-color: #e5ffe5;
}

.tbl2 tr th.cmt, .tbl2 tr th:nth-child(1), .tbl2 tr th:nth-child(2) {
	background-color: #ffffff;
}

.tbl2 .futsal {
	width: 0px;
}

#editor {
	float: right;
	margin: 26px 10px 0px 0px;
	width: 45%;
}

#gotothetop  {
	position: fixed;
	bottom: 3%;
	right: 3%;
}

#gotothetop a {
	display: block;
	float: left;
	text-indent: -9999px;
	width: 80px;
	height: 80px;
	background: url("img/gotothetop.png");
}

