@charset "UTF-8";

#leagueReport table{
	width: 100%;
	text-align: center;
}

#leagueReport table thead{
	background-color: #bac7ce;
	height: 40px;
}

#leagueReport table td{
	vertical-align: middle;
	padding: 0 2%;
}

#leagueReport table tbody td{
	font-size: 0.9em;
	height: 35px;
	border-bottom: solid 1px #434343;
}

#leagueReport table td.reportTeam{
	width: 37%;
	text-align: left;
}

#leagueReport table td.reportWin{
	width: 12%;
}

#leagueReport table td.reportLost{
	width: 12%;
}

#leagueReport table td.reportDraw{
	width: 12%;
}

#leagueReport table td.reportScore{
	width: 15%;
}

.gameResult h6.gameNum{
	color: #004690;
	border-bottom: solid 2px #004690;
	height: 30px;
	line-height: 30px;
	clear: both;
}

.gameResult h6.gameNum strong{
	color: #FFFFFF;
	background-color: #004690;
	padding: 0 10px;
	display: inline-block;
	text-align: center;
}

.gameResult h6.gameNum span{
	padding-left: 10px;
}

.resultL{
	width: 100%;
}

.resultL ul{
	list-style-type: none;
	padding: 10px 0 0 73px;
}

.scoreBoard{
	background-image: url(../images/top_Scoreboard.gif);
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto;
	width: 100%;
	max-width: 280px;
	height: 160px;
}

.scoreBoard dl{
	text-align: center;
	width: 86%;
	padding: 65px 7% 0 7%;
	margin: auto;
	font-size: 0.7em;
	height: 40px;
	line-height: 40px;
	text-height: 40px;
}

.scoreBoard dt{
	display: block;
	float: left;
	width: 33.5%;
}

.scoreBoard dd{
	display: block;
	float: left;
	width: 12.5%;
}

.scoreBoard dd.scoreLast{
	width: 16.5%;
}

.resultR h6{
	margin-top: 10px;
}

.photoGallery{
	width: 100%;
	text-align: right;
}

.photoGallery img{
	margin: 10px 0 30px 0;
	width: 210px;
}

/* /_/_/_/_/_/_/_/_/_/_/
Tablet 641px-960px 
 /_/_/_/_/_/_/_/_/_/_/ */

@media only screen and (min-width: 641px){

#leagueReport table{
	width: 50%;
	float: left;
}

#leagueReport table tbody td{
	font-size: 1.0em;
	height: 40px;
}

#leagueReportR{
	height: 368px;
}

#leagueReportR {
	background-image: url(../images/gameLeagueReport.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 100%;
	width: 48%;
	float: left;
	margin-left: 2%;
}

.resultL{
	width: 50%;
	float: left
}

.resultR{
	width: 48%;
	float: left;
	padding-left: 2%;
}

}