@charset "utf-8";

/*************************************/
/* レイアウト */
/*************************************/
body{
	background:#444;
}
div#contentsWrap{
	color:#fff;
	padding-bottom:10px;
}
h1{
	color:#14CCC7;
	padding:20px 0 0 20px;
	font-size:30px;
}
h1 span{
	font-size:15px;
	font-weight:normal;
	color:#fff;
}
div#pageTitle{
//	border-bottom:1px solid #14CCC7;
}
input[type=submit], button{
	background:#14CCC7;
	border:1px solid #999999;
	color:#fff;
}
div.col{
	padding:5px 15px;
}
div.tableCol{
	padding:0 15px;
}

/*************************************/
/* フッター */
/*************************************/
div#footerWrap{
	width:100%;
	clear:both;
}
div#footer{
	background:#F2F2F2;
	padding:30px 0;
	border-radius:0 0 5px 5px;
}
div#copy{
	text-align:center;
}


/*************************************/
/* テーブル */
/*************************************/
table{
	border-collapse: collapse;
	border-spacing:0;
	margin:0;
	padding:0;
}
table.line{
	border:1px solid #d9d9d9;
	width:100%;
	border-collapse
	border-spacing:0;
	word-break: break-all;
}
table.line td, table.line th{
	background:#666;
	border:1px solid #d9d9d9;
	border-right:1px dashed #d9d9d9;
	border-left:none;
	text-align:left;
	font-weight:normal;
	padding:7px 10px;
}
table.line th{
	background:#888;
}	
table.line tr.narrow td, table.line tr.narrow th{
	font-size:12px;
	padding:3px 10px 2px 10px;
}
table.line tr:nth-child(even) {
	background:#fbfbfb;
}
table.line tr:nth-child(odd) {
	background:#fff;
}

/*************************************/
/* トーナメント */
/*************************************/
table.tment{
	margin:20px 10px;
}
table.tment th, table.tment td{
	word-break: break-all;
	text-align: justify;
	text-justify: inter-ideograph;
	padding:5px 0px;
	width:30px;
	text-align:center;
	line-height:1.1;
	color:#eee;
}
table.tment caption{
	padding:5px 0;
}
table.tment td{
	height:50px;
	padding:0;
}
table.tmentData, span#round_num, span#third_num{
	display:none;
}
div.tmentBg{
	background:#333;
	padding:10px 20px;
}
table td.red{
	background:#fcc;
}
table td.blue{
	background:#ccf;
}
