h3 {
	margin: 0 0 1em 0;
	font-size: 16px;
	font-weight: bold;
}
h3.pt {
	margin: 0;
	font-size: 12px;
}
h4.st {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}
h5.it {
	margin: 15px 0 0 0;
	font-size: 12px;
	font-weight: bold;
}
p.gt {
	margin: 3px 0 0 0;
}
ul.Outing {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
ul.Outing li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
	background: url(/images/img_arrow1.gif) no-repeat;
	line-height: 100%;
}

/* 試合結果 */
div.scoreBoard {
	margin: 0 0 24px 0;
}
div.scoreBoard p.gameStatus {
	padding: 2px 4px;
	margin: 0 0 10px 0;
	border-bottom: solid 1px #666666;
	border-left: solid 8px #666666;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
}
div.scoreBoard p.runningScore {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
div.scoreBoard p.supplement {
	margin: 0;
	font-size: 12px;
	text-align: right;
}
div.scoreBoard table {
	width: 100%;
	border: solid 1px #666666;
	border-collapse: collapse;
	border-spacing: 0;
}
div.scoreBoard table th,
div.scoreBoard table td {
	padding: 4px;
	border: solid 1px #666666;
	font-size: 12px;
	text-align: center;
}
div.scoreBoard table th {
	font-weight: normal;
	text-align: left;
	background: #F3ECE1;
}
div.scoreBoard table td {
	width: 24px;
}
div.scoreBoard table.over13inning td {
	width: 18px;
}
div.scoreBoard table tr.inning td {
	font-weight: bold;
	background: #F3ECE1;
}
div.scoreBoard table td.total {
	font-weight: bold;
}



/* 組み合わせ表 */
#tournament img {
	vertical-align: bottom;
}
#tournament h2,
#tournament h5 {
	padding: 2px 4px;
	margin: 20px 0 10px 0;
	border-bottom: solid 1px #666666;
	border-left: solid 8px #666666;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
}
#tournament table {
	width: auto;
	margin: 10px 0;
}
#tournament td {

	font-weight: bold;
	line-height: 1.3;
}
#tournament td.teamName {
	border: 2px solid #444444;
	background: #DFDFDF;
	text-align: right;
}
#tournament td.winner {
	border: 1px solid #D55119;
	background: #F35F21;
	color: #FFFFFF;
	text-align: right;
}
#tournament td.gameDay {
	text-align: right;
	font-size: 10px;
	line-height: normal;
}
/*大会日程*/
#schedule p.notice {
	margin: 10px 0 0 0;
}
#schedule table.time-table {
	background: #666666;
}
#schedule table.time-table th,
#schedule table.time-table td {
	padding: 5px;
}
#schedule table.time-table thead th {
	background: #F3ECE1;
	font-weight: normal;
}
#schedule table.time-table tbody th {
	width: 120px;
	background: #F3ECE1;
	font-weight: normal;
}
#schedule table.time-table tbody td {
	background: #FFFFFF;
}
#schedule table.time-table td.time {
	text-align: center;
}

#schedule table.time-table td table {
	background: none;
	border-collapse: collapse;
	border-spacing: 0;
}
#schedule table.time-table td table th,
#schedule table.time-table td table td {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 2px;
	background: #FFFFFF;
	text-align: center;
}
#schedule table.time-table td table th {
	width: 100px;
}
#schedule table.time-table td table td {
	width: 150px;
}
