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


/*-----score-----*/
table.vs td{
	text-align:center;
	vertical-align:middle;
}
table.vs td.team{
	width:220px;
}
table.vs td.score{background:#e7dd9b;}
table.vs span.match
{
	display:block;
}
table.vs span.info
{
	padding:3px 0px 0px;
	display:block;
}
table.vs span.detail
{
	margin:auto;
	width:109px;
	height:27px;
	display:block;
}
table.vs span.detail a
{
	background: url(../report/images/btn_detail.gif) 0px 0px;
	width:109px;
	height:27px;
	display:block;
	text-indent:-9999px;
	font-size:1%;
	line-height:1em;
}
table.vs span.detail a:hover{background-position:0px -27px;}
table.vs span.score_detail
{
	padding-top:5px;
	display:block;
}
table.vs td.scorer{ background:#e7dd9b;}
table.vs td.player
{
	text-align:left;
	vertical-align:top;
}
body#page div#content div.block table.vs th.replacement{background:#967b13;}
table.vs td.etc{ background:#e7dd9b;white-space:nowrap;}



/*-----member-----*/
div.member 
{
	width:629px;
	margin:auto;
	padding-bottom:20px;
}
div.member div.teamL
{
	width:310px;
	float:left;
}
div.member div.teamR
{
	width:310px;
	float:right;
}
div.member table.member
{
	width:310px;
	border:1px solid #7b050c;
}
div.member table.member th
{
	padding:3px;
	border:none;
	background:#323232;
	text-align:center;
}
div.member table.member th.thPosition
{
	width:30px;
	white-space:normal;
}
div.member table.member th.thNumber
{
	width:25px;
	white-space:normal;
	text-align:left;
}
div.member table.member th.thName
{
	text-align:left;
}
div.member table.member td
{
	padding:3px;
	border-top:1px solid #967b13;
	border-bottom:1px solid #967b13;
	border-left:none;
	border-right:none;
}

div.member table.member td.borderline
{
	border-top:5px solid #7b050c;
}

/*-----news-----*/
div.news
{
}
div.news li
{
	padding:5px 10px;
}



p.btn_report
{
	margin:auto;
	width:150px;
	height:27px;
	clear:both;
}
p.btn_report a
{
	background: url(../report/images/btn_report.gif) 0px 0px;
	height:27px;
	display:block;
	text-indent:-9999px;
	font-size:1%;
	line-height:1em;
}
p.btn_report a:hover{background-position:0px -27px;}



/*font*/
table.vs span.match
{
	font-size:120%;
	font-weight:bold;
}
table.vs span.info
{
	font-size:100%;
	font-weight:normal;
}
table.vs td.score span.score
{
	font-size:153.9%;
	font-weight:bold;
}

table.vs span.score_detail
{
	font-size:85%;
	line-height:1.2em;
	font-weight:normal;
}
body#page div#content div.block table.vs th.replacement{ font-size:90%;font-weight:normal;}

div.member table.member th
{
	font-weight:bold;
	color:#fff;
}