@charset "utf-8";

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


/* ---------------------------------------------------------------------
global
--------------------------------------------------------------------- */
body {
	font-size: 16px;
	line-height: 1.5;
	font-family:
		Roboto,
		Helvetica,
		Verdana,
		"ヒラギノ角ゴ Pro W3",
		"遊ゴシック",
		"メイリオ",
		"ＭＳ Ｐゴシック",
		sans-serif;
	color: #404040;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover, a:active {
	color: #e60012;
	text-decoration: none;
}

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

h1,h2,h3,h4,h5,h6,.ttl {
	display: block;
	clear: both;
	position: relative;
}
h1 span,h2 span,h3 span,h4 span,h5 span,.ttl span {
	display: block;
	overflow: hidden;
	/* text-indent: -100%; */
}
h1 {
	width: 100%;
	margin: 0;
	padding: 0;
}
h2 {
}
h4 {
	border-left: 3px solid #666;
	border-bottom: 1px solid #999;
	padding-left: 5%;
	color: #333;
	width: 95%;
	text-align: left;
}

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

.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: 60%;
}
.m {
	font-size: 80%;
}
.l {
	font-size: 100%;
}
.xl {
	font-size: 140%;
}
.xxl {
	font-size: 200%;
}


.l {
	text-align: left;
}
.r {
	text-align: right;
}
.c {
	text-align: center;
}
td.dt-center {
	text-align: center !important;
}


.uiDate {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #969696;
	line-height: 1.3;
	font-size: 85%;
}
.uiNum, .tPt, .tPt2 {
	font-family: Arial, Helvetica, sans-serif;
}
.num1st {
	color: #e60012;
}
.numNA {
	color: #999999;
}

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

.fb-page {
	margin: 18px auto 12px !important;
}

/* ---------------------------------------------------------------------
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.5;
}
table {
	width: 100%;
}
th,td {
	padding: 2px 4px;
	font-style: normal;
	font-weight: 400;
}
.subTh th {
	background: #d0d0d0;
    color: #111111;
}
td {
	background: #fff;
}
.tr2 th, .tr2 td {
	background-color: #f9f9f9;
}
.tr3 th, .tr3 td {
	background-color: #f2f2f2;
}
.total td {
	font-weight: bold;
}

td.tRank { 
	color:#333;
	font-size: 120%;
	text-align: center;
	font-style: italic;
}

.tPos {
}

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

.tPt {
	text-align: right;
}
.tEmblem {
	width: 10%;
	text-align: center;
}

.tActual th {}
.tWeather th {}

.tActualSub th {}
.tWeatherSub th {}

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