@charset "utf-8";
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */

/* STRUCTURES
--------------------------------------- */
#article {
	width: 780px;
	margin: 0;
}
#article h4 {
	padding: 8px 12px;
	font-size: 14px;
	font-weight: bold;
	background: #D4D4CD;
}
#article #section-manual {
	width: 740px;
	margin: 20px auto;
}

/* SCORE BOARD
--------------------------------------- */
#section-manual #score-board {
	padding: 10px;
	background: #393939;
}
#section-manual #score-board h4 {
	margin-bottom: 8px;
	padding: 0 0 7px 0;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
	text-align: center;
	background: none;
}
#section-manual #score-board table {
	margin: 0 auto;
	width: 680px;
}
#section-manual #score-board th,
#section-manual #score-board td {
	background: #000000;
	border: 2px solid #393939;
	line-height: 1.8;
	color: #FFFFFF;
	text-align: center;
}
#section-manual #score-board td {
	width: 45px;
	font-size: 14px;
}
#section-manual #score-board thead td,
#section-manual #score-board tbody th {
	font-size: 16px;
	font-weight: bold;
}
#section-manual #score-board thead th {
	background: none;
}

/* GAME DATA
--------------------------------------- */
/*COMMON*/
#game-data h4 {
	margin-top: 20px;
}
#game-data table {
	margin-top: 10px;
	width: 100%;
}
#game-data th,
#game-data td {
	padding: 6px 3px;
	border: 1px solid #AAAAAA;
	text-align: center;
	font-weight: normal;
}
#game-data thead th,
#game-data thead td {
	background: #D6D6D6;
}
#game-data tbody tr:nth-child(even) th,
#game-data tbody tr:nth-child(even) td {
	background: #F0F0F0;
}
#game-data tfoot th,
#game-data tfoot td {
	background: #D4D4CD;
}
/*PITCH*/
#game-data .stats-pitch thead th,
#game-data .stats-pitch thead td {
	background: #D6D6D6;
}
#game-data .stats-pitch thead td {
	width: 3em;
}
#game-data .stats-pitch thead span {
	margin: 0 auto;
	display: block;
	width: 1em;
	word-wrap: break-word;
	word-break: break-all;
}
/*BATCH*/
#game-data .stats-batch thead th.atb {
	width: 1.5em;
}
#game-data .stats-batch thead th.pos {
	width: 4em;
}
#game-data .stats-batch thead th.ig {
	width: 3em;
}
#game-data .stats-batch tbody td.dead4 {
	background: #CCCCFF !important;
}
#game-data .stats-batch tbody td.hit {
	background: #FFFF99 !important;
}
#game-data .stats-batch tbody td.homerun {
	color: #FF0000;
	background: #FFCC99 !important;
}
#game-data .stats-batch tbody td.rbi {
	color: #FF0000;
}

/* NOTICE
--------------------------------------- */
#notice {
	margin-top: 20px;
}
#notice li {
	padding-right: 10px;
	float: left;
	line-height: 20px;
}
#notice li.last {
	padding-right: 0;
	height: 20px;
	padding-left: 20px;
}
#notice li img {
	margin-right: 5px;
}
#notice li span {
	color: #FF0000;
}
#notice p {
	clear: both;
	text-align: right;
}
