@charset "utf-8";

/*--- clearfix ---*/

#gameNavi ul{
	zoom: 1; /* for IE5.5 - IE7 */
	overflow: hidden;
  }

#gameNavi ul:after{ /* for modern browser */
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  }


/*-----試合結果-----*/
#ruleBox{}
#ruleBox dt{
	font-weight:bold;
	margin:0 0 10px;}
#ruleBox dd{
	margin:0 0 20px;}

#ruleBox dd ol li{
	margin:0 0 10px 0;
	padding:0 0 0 1.7em;
	text-indent:-1.7em;}
