/* === 大会結果ページのスタイル === */

.game-title {
height: 30px ;
text-align: center ; vertical-align: middle ;
color: #ffffff ; font-size: 120% ; font-weight: bold ;
font-family: monospace,sans-serif ;
}

.game-date {
text-align: center ; vertical-align: middle ;
color: #ffffff ; font-size: 80% ; font-weight: bold ;
font-family: monospace,sans-serif ;
}

.prize-name {
height: 20px ;
text-align: center ; vertical-align: middle ;
color: #000000 ; font-size: 120% ; font-weight: normal ;
font-family: monospace,sans-serif ;
background-color: #ffff00 ;
}

.team-name {
text-align: center ; vertical-align: middle ;
color: #000000 ; font-size: medium ; font-weight: normal ;
font-family: monospace,sans-serif ;
background-color: #ffffff ;
}

.stadium-name1 {
text-align: center ; vertical-align: middle ;
color: #000000 ; font-size: 100% ; font-weight: normal ;
font-family: monospace,sans-serif ;
background-color: #ffffff ;
}

.stadium-name2 {
height: 20px ;
text-align: center ; vertical-align: middle ;
color: #000000 ; font-size: 75% ; font-weight: normal ;
font-family: monospace,sans-serif ;
background-color: #ffffff ;
}

.stadium-name3 {
text-align: center ; vertical-align: middle ;
color: #000000 ; font-size: 90% ; font-weight: normal ;
font-family: monospace,sans-serif ;
background-color: #ffffff ;
}

.score-board {
text-align: center ; vertical-align: middle ;
color: #ffffff ; font-size: 80% ; font-weight: normal ;
font-family: monospace,sans-serif ;
}

.hits-record {
text-align: center ; vertical-align: middle ;
color: #ffffff ; font-size: 80% ; font-weight: normal ;
font-family: monospace,sans-serif ;
}

.batteries {
text-align: center ; vertical-align: middle ;
color: #ffffff ; font-size: 80% ; font-weight: normal ;
font-family: monospace,sans-serif ;
}

.umpires {
text-align: center ; vertical-align: middle ;
color: #ffffff ; font-size: 80% ; font-weight: normal ;
font-family: monospace,sans-serif ;
}

