@charset "utf-8";

/* --------------------------------------------------------------------- */
/*  Football LAB basic styles  */
/* --------------------------------------------------------------------- */


/* ---------------------------------------------------------------------
global
--------------------------------------------------------------------- */
body {
	font-size: 12px;
	line-height: 1.5;
	font-family:
		Verdana,
		Helvetica,
		"ＭＳ Ｐゴシック",
		"ヒラギノ角ゴ Pro W3",
		"メイリオ",
		Osaka,
		sans-serif;
	color: #404040;
}

a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover, a:active {
	color: #e60012;
	text-decoration: none;
}

/* ---------------------------------------------------------------------
document styles
--------------------------------------------------------------------- */
/* headline
---------------------------------------*/

h1,h2,h3,h4,h5,h6,dt,.ttl {
	display: block;
	clear: both;
	position: relative;
	margin: 0;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span,dt span,.ttl span {
	display: block;
	overflow: hidden;
	/* text-indent: -100%; */
}
h1 .btBox,h2 .btBox,h3 .btBox,h4 .btBox,h5 .btBox,h6 .btBox,dt .btBox,.ttl .btBox,.aBox .btBox {
	position: absolute;
	top: 0;
	right: 0;
}


/* format
---------------------------------------*/
.cpt {
	margin: 0 auto 1em;
}
p,ul,ol,dl {
	line-height: 1.5;
	margin: 0 auto 0.5em;
}

.listText li {
	margin-bottom: 0.5em;
}

.caution,
.listCaution li {
	margin-left: 1em;
	text-indent: -1em;
}

.decimal {
	list-style: decimal;
}


/* text
---------------------------------------*/
em {
	font-style: normal;
}

.b {
	font-weight: bold;
}


.s {
	font-size: 10px;
}
.m {
	font-size: 12px;
}
.l {
	font-size: 14px;
}
.xl {
	font-size: 16px;
}
.xxl {
	font-size: 18px;
}


.l {
	text-align: left;
}
.r {
	text-align: right;
}
.c {
	text-align: center;
}


.uiDate, td.tRank {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #969696;
	line-height: 1.3;
}
.uiNum, .tPt, .tPt2 {
	font-family: Arial, Helvetica, sans-serif;
}
.num1st {
	color: #e60012;
}
.numNA {
	color: #999999;
}

.noData {
	background: #f5f5f5;
	color: #bcbcbc;
}


.mcHome {
	color: #0552a4;
}
.mcAway {
	color: #e60012;
}
.mcHome,
.mcAway {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* ---------------------------------------------------------------------
ornament styles
--------------------------------------------------------------------- */
/* icon
---------------------------------------*/
.uiIcon {
	display: inline-block;
}

.iconNew {
}

.iconNewColumn {
}

.iconSortAsc {

}
.iconSortDsc {

}
.iconTag {

}
.iconTagNega {

}
.iconTime {

}
.iconTimeNega {

}


/* ---------------------------------------------------------------------
table styles
--------------------------------------------------------------------- */
table,th,td {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
	line-height: 1.3;
}
table {
	width: 100%;
}
th,td {
	padding: 2px 6px;
}

th {
	background: #000;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}
.subTh th {
	background: #d0d0d0;
    color: #111111;
}
td {
	background: #fff;
}
.tr2 th, .tr2 td {
	background-color: #f9f9f9;
}
.total td {
	font-weight: bold;
}

td.tRank { 
	color:#333;
	font-size: 16px;
}

.tPos {
}

.tName {}
.tTeam {}
.tTeamS {}
.tPlayer {}

.tPt {
	text-align: right;
}
.tEmblem {}
.tEmblemL {
	width: 57px;
	text-align: center;
}

.tActual th {}
.tWeather th {}

.tActualSub th {}
.tWeatherSub th {}

.sepV th.last-child {
	border: 0;
}