@charset "utf-8";

/* --------------- 全般設定 --------------- */

#rankListTB {
	border:1px solid #dcdcdc;
}
#rankListTB .listHead {
	font-weight: bold;
	background:#cccccc;
	height:20px;
	color:#7E7E7E;
}

#rankListTB .listRank {
	font-weight: bold;
	color:#7E7E7E;
}
#rankListTB .listName {
	color:#333333;
}

#rankListTB .listScore {
	color:#FA3399;
}

/* /全般設定---------------------------------------------------------------------- */

