@charset "utf-8";

/* result.html
-------------------------------------------------*/
/*  IE8 hack */
table,dl,h2,h3,h4,.to_game_data_archives,.back_to_list {
width:100.5%;
}
/*  IE7 hack */
*:first-child+html table,dl,h2,h3,h4,.to_game_data_archives,.back_to_list {
width:100.5%;
}
/*  IE6 hack */
* html table,dl,h2,h3,h4,.to_game_data_archives,.back_to_list {
width:100.5%;
}
.clear {
display:block;
}

/* heading */
h2 {
	margin: 0;
	padding: 2px 7px;
	border: solid 1px #333333;
	font-size: 125%;
	font-weight: bold;
	color: #ffffff;
	text-align:left;
	background: #222222;
}
h3 {
	margin: 0;
	padding: 2px 7px;
	border: solid 1px #333333;
	background: #222222;
	font-size: 125%;
	font-weight: bold;
	color: #ffffff;
	text-align:left;
}
h4 {
	margin: 0;
	padding: 2px 0px 2px 5px;
	background: #32832f;
	font-size: 110%;
	font-weight: bold;
	color: #ffffff;
	text-align:left;
}

/* game data (link to archives) */
ul.to_game_data_archives {
	list-style-type: none;
	padding: 6px 10px;
	border: solid 1px #333333;
	border-bottom: none;
	background: #ffffff;
	color: #000000;
}
ul.to_game_data_archives li {
	display: inline;
}

/* game data */
dl.game {
	border: solid 1px #333333;
	border-bottom: none;
	background: #ffffff;
	color: #000000;
}
dl.game dt {
	margin: 0;
	padding: 2px 7px;
	border-bottom: solid 1px #333333;
	font-size: 120%;
	font-weight: bold;
	color: #ffffff;
}
dl.game dd {
	margin: 0;
	padding: 2px 7px;
	border-bottom: solid 1px #333333;
}

dl.game dt.tsusan {
	background: #f0037f;
	font-size: 90%;
}
dl.game dt.taikai_result {
	margin: 0;
	padding: 2px 7px;
	border-top: solid 2px #333333;
	font-size: 90%;
	font-weight: bold;
	color: #ff0000;
}
dl.game dd.card {
	border-top: none;
	text-align: center;
}
dl.game dd.game {
	border-bottom: none;
}

dl.game dd.game ul {
	list-style-type: none;
}
dl.game dd.game ul li {
	margin: 2px 0;
}

/* table */
table {
	table-layout: fixed;
	width: 100%;
/*	border: solid 1px #333333;*/
	background: #f2f2f2;
	font-size: 100%;
	empty-cells: show;
}
th {
	padding: 1px 0;
	background: #336699;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
/*	border: solid 1px #333333;*/
}
td {
	padding: 1px 0;
	font-weight: bold;
	text-align: center;
/*	border: solid 1px #333333;*/
}

th.order_team-name {
	width: 13%;
}
th.inning {
	width: 4%;
}
th.team_name {
	background: #ffffff;
	color: #222222;
	font-size: 96%;
}
th.item {
	background: #336699;
	color: #ffffff;
}

td.inning_detail {
	background: #003366;
	color: #ffffff;
}
td.board {
	background: #000000;
	color: #ffffff;
}
td.detail_name {
	width:750px;
	background: #ffffff;
	font-size: 90%;
	font-weight: normal;
	color: #222222;
	text-align: left;
	padding: 0px 1px;
}
td.detail {
	background: #ffffff;
	font-size: 90%;
	font-weight: normal;
	color: #222222;
	text-align: left;
	padding: 0px 1px;
}

/* back to list */
ul.back_to_list {
	list-style-type: none;
	padding: 3px 2px 3px 0px;
/*	border: solid 1px #333333;*/
	background: #ffffff;
	text-align: right;
}
