@charset "utf-8";

/*--- clearfix ---*/

.newsBox,
.topCts{
	zoom: 1; /* for IE5.5 - IE7 */
	overflow: hidden;
  }

.newsBox:after,
.topCts:after{ /* for modern browser */
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  }


/*-----TOP-----*/
.newsBox{margin:0 0 30px;}
.newsBox .newsclm2{width:310px;/* バナーありのみ */}
.newsBox h3.tit{
	background:url(../img/line_slash_blue.gif) 0 0 repeat-x;
	margin:0 0 10px;}
.newsBox li{
	border-bottom:1px solid #CCC;
	margin:0 0 5px;
	padding:0 0 5px;}
.newsBox li span{color:#3788D0;}

.newsBox li a:link,.newsBox li a:visited{color:#666666;}
.newsBox li a:hover,.newsBox li a:active{color:#09C;}

.topCts{margin:0 0 20px;}
.topCts .mobileSite{
	float:left;
	width:240px;
	margin: 0 0 0 25px;
}


.championBoxTop{
	background:url(/img/bg_champion_top.gif) 0 0 no-repeat;
	padding:5px 0 0 0;
	margin:0 0 10px 0;
	color:#222;
}
.championBoxBtm{
	background:url(/img/bg_champion_btm.gif) 0 100% no-repeat #E3C993;
	padding:2px 10px 7px 10px;
	overflow:hidden;
}
.championBoxTop table{
	width:100%;
}
.championBoxTop table th{
	padding:0 15px 0 0;
	vertical-align:top;
}

.championBoxTop table td{
	vertical-align:top;
	padding:0;
}
