@charset "utf-8";
/* CSS Document */
/* box score
---------------------------------------------------------- */
#boxscore .tb_style02 th {
	width: 70px;
}
#boxscore .tit_topic {
	margin: 0 0 5px;
}
#boxscore .pack {
	margin: 0 0 15px;
}
#boxscore .tb_style02 th {
	width: 129px;
}
#boxscore .tit_topic {
	background: url(img/common/ico_tit_topic.jpg) no-repeat left top 8px;
	background-size: 10px;
	font-size: 18px;
	color: #333;
	padding-left: 17px;
	margin: 0 0 10px;
}
#boxscore .pack {
	margin: 0 0 20px;
}
#boxscore .pack:last-child {
	margin: 0;
}
#boxscore .tb_style01 th.player_name {
	width: 95px;
}

#boxscore .resttime {
	font-size: 100%;
	color: #bda525;
}

@media screen and (max-width:768px) {
	#boxscore .tb_style02.sp {
		display: table;
		margin-bottom: 20px;
	}

    #score_box table td.team {
		width: 35% !important;
	}

}

@media screen and (min-width:768px) {
    #boxscore .sp {
		display:none !important;
	}

    #boxscore #score_box table {
		width: 960px;
	}

	#boxscore .team {
		width:280px;

	}

	#boxscore .score_total {
		width:65px;
	}

}


