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


/*---------------
□□□layout□□□
---------------*/

/*----------report----------*/

/*nav*/
body#report div.nav
{
	padding-top:10px;
	border-bottom:3px solid #242e3a;
}
body#report div.nav ul
{
	margin:0px auto;
	width:700px;
}
body#report div.nav li
{
	background:#242e3a;
	width:100px;
	text-align:center;
	display:block;
	float:left;
}
body#report div.nav li a,
body#report div.nav li span
{
	background:#242e3a;
	padding:6px 0px 3px;
	display:block;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
body#report div.nav li a:hover
{
	background:#ff5a00;
}

body#report h2
{
	clear:both;
}
/*block*/
body#report div.block
{
	margin:0px auto;
	padding:10px 0px 30px;
	width:740px;
	clear:both;
}
body#report div.block h3
{
	padding:3px 10px 3px 10px;
	border-left:5px solid #ff5a00;
}

body#report div.block p.note
{
	padding:5px 20px;
	text-align:left;
}

/*score*/
body#report div.score
{
	padding:10px;
	clear:both;
}
body#report div.score_l
{
	width:350px;
	float:left;
}
body#report div.score_r
{
	width:350px;
	float:right;
}
body#report div.score table
{
	margin-bottom:10px;
	width:100%;
}
body#report div.score th
{
	background:#ff5a00;
	padding:5px 0px;
	border:1px solid #ccc;
	text-align:center;
}
body#report div.score td
{	
	padding:5px 0px;
	border:1px solid #ccc;
	text-align:center;
}
body#report div.score th.team{width:130px;}
body#report div.score table.info td.scorer{width:130px;}
body#report div.score td.half,
body#report div.score td.pk
{
	background:#eee;
}
body#report div.score td.total
{
	background:#ddd;
}

body#report div.score table.info th
{
	background:#242e3a;
}

body#report div.score p.btn_movie
{
	margin:0px auto;
	padding-bottom:5px;
	width:128px;
}
body#report div.score p.btn_movie a
{
	background: url(../report/images/btn_movie.gif) no-repeat 0px 0px;
	width:128px;
	height:21px;
	display:block;
	text-indent:-9999px;
}
body#report div.score p.btn_movie a:hover
{
	background-position:0px -21px;
}



body#report div.bottom
{
	clear:both;
}


/*---------------
□□□font□□□
---------------*/

/*----------report----------*/
body#report div.nav li
{
	color:#fff;
}
body#report div.nav li a
{
	color:#fff;
	text-decoration:none;
}
body#report div.nav li a:hover
{
	color:#ffc8aa;
}
body#report div.nav li span
{
	color:#8d9298;
}
body#report div.block th
{
	color:#fff;
	font-weight:bold;
}


body#report div.block h3
{
	font-size:108%;
	font-weight:bold;
	color:#242e3a;
}