@charset "UTF-8";
/* CSS Document */

#contents #sportsgroup{
	width: 98%;
	max-width: 1140px;
	font-size: 12px;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	line-height: 18px;
	color: #333333;
	margin: auto;
	margin-bottom: 150px;
}

#contents #sportsgroup table.grouplist{
	width: 100%;
	margin: auto;
	
}

#contents #sportsgroup table.grouplist th,#contents #sportsgroup table.grouplist td{
	padding: 3px;
}

#contents #sportsgroup table.grouplist th{
	background-color: #F0F0F0;
	font-size: 11px;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	line-height: 18px;
	color: #333333;
}

#contents #sportsgroup table.grouplist td{
	font-size: 11px;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	line-height: 18px;
	color: #333333;
	text-align: center;
	word-break: break-all;
}

#contents #sportsgroup table.grouplist tr.od{
	background-color: #FFFFFF;
	
}
#contents #sportsgroup table.grouplist tr.eve{
	background-color: #dfe7f0;
}


/*----------------------------------responsive------------------------------------------*/
@media screen and (max-width: 1140px){
}

@media screen and (max-width: 960px){
}

@media screen and (max-width: 800px){
}

@media screen and (max-width: 640px){
#contents #sportsgroup table.grouplist th,#contents #sportsgroup table.grouplist td{
	padding: 2px;
}
	
#contents #sportsgroup table.grouplist th{
	font-size: 10px;
	line-height: 15px;
}

#contents #sportsgroup table.grouplist td{
	font-size: 10px;
	line-height: 15px;
}
}

@media screen and (max-width: 480px){
#contents #sportsgroup table.grouplist th{
	font-size: 9px;
	line-height: 14px;
}

#contents #sportsgroup table.grouplist td{
	font-size: 9px;
	line-height: 14px;
}
}