@charset "UTF-8";

/*

	試合日程・結果

	[* html] = IE6
	[*:first-child+html] = IE7
	[Hides from IE5-mac ～ End hide from IE5-mac] = Mac IE5

*/



/* ゲームリスト
================================================== */
#monthlyArchiveSelect {
	margin: 0 0 1.7em;
	text-align: right;
}
div.gameList table {
	border-color: #CCC;
	width: 100%;
}
div.gameList th {
	color: #FFF;
	border-color: #CCC;
	background: #757575;
	text-transform: capitalize;
}
div.gameList th.date {
	width: 12%;
}
div.gameList th.kickoff {
	width: 10%;
}
div.gameList th.place {
	width: 25%;
}
div.gameList td {
	border-color: #CCC;
	text-align: center;
}
div.gameList tr.even td {
	background: #F2F2F2;
}
div.gameList td.noLeft {
	border-left: 0;
}
div.gameList td strong.result {
	font-size: 131%;
}



/* 試合内容
================================================== */
div.blogEntry div.gameContents {
	padding: 15px 0 0;
	border-top: 1px solid #00125D;
	width: auto;
}
div.gameContents table {
	border-color: #CCC;
	width: 100%;
	font-size: 116%;
}
div.gameContents th {
	color: #FC0;
	border-color: #CCC;
	background: #757575;
	font-weight: normal;
}
div.gameContents td {
	border-color: #CCC;
	font-weight: bold;
	text-align: center;
}
div.gameContents td.noLeft {
	border-left: 0;
}
div.gameContents td.team {
	width: 40%;
}
div.gameContents td strong.result {
	font-size: 197%;
}



/* 大会結果
================================================== */
div.gameList table.result {
	margin: 0 0 3.4em;
}
div.gameList table.result th {
	background-color: #071962;
}
div.gameList table.result th.category {
	width: 35%;
}
div.gameList table.result td {
	text-align: left;
}
