.gamehead-noscore{
    font-size:30px;
    text-align: center;
    width:100%;
}
.gameresult{
	margin-top:10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
	
.gameresult table,.gamescore table{
    width:100% !important;
}

.gameresult table {
	
	height: 70px;
	border-collapse:collapse;
	background-color: #7D7D7D;
	color:white;
}

.gameresult td {
	text-align: center;
	vertical-align: middle;	background-color:#50050E;
}

.gameresult th.team {
	width:220px;
	font-size:18px;
	border-top:1px #7D7D7D solid;
	border-bottom:1px #7D7D7D solid;

	
}

.gameresult th.score {
	width:70px;
	font-size:25px;
	border:1px #7D7D7D solid;
	
}

.gameresult th.bar {
	width:40px;
	font-size:25px;
	border:1px #7D7D7D solid;
	
}

.gameresult th {
	text-align: center;
	vertical-align: middle;	/* webkit系 */ 
	background: -webkit-gradient(linear,left top,left bottom, from(#474747), to(#323232));
 
	/* Mozilla系 */ 
	background: -moz-linear-gradient(top,  #474747,  #323232);
 
	/* InternetExplorer */  
	filter: progid:DXImageTransform.Microsoft.gradient
	(startColorstr='#474747', endColorstr='#323232', GradientType=0);

}
#result-table{
	width:100%;
}
.gamescore{
	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float:left;
	margin-bottom:10px;
	}
	

.gamescore table {
	
	border-collapse:collapse;
	background-color: #474747;
	float:left;
}

.gamescore td {
	border:1px #666 solid;
	text-align: center;
	vertical-align: middle;	background-color:#50050E;
}


.gamescore th.score {
	width:320px;
	font-size:12px;
	
}

.gamescore th.quarter {
	width:42px;
	font-size:10px;
	background-color:#323232;	border:solid 1px #666;
	padding:2px;
	
}

.gamescore th.quarter {
	width:42px;
	font-size:10px;
	background-color:#323232;	border:solid 1px #666;
	padding:2px;
	
}

.quartersmall{
	font-size:8px;
	background-color:#323232;}

.gamescore th {
	border-bottom: 1px #666 solid;
	text-align: center;
	vertical-align: middle;	padding:5px;

}
.game-body{
	font-size:13px; line-height:24px;
	margin-top:20px;
}
.game-body table{
	width: 100%;
}