:root { --listW: 1190px; }
body.race-mode { --listW: 1130px; }


body {
	background-color: #111;
}

.container {
	/*width: 1190px;*/
        width: var(--listW);
	padding: 1px 1px 0;
	text-align: justify;
	font-size: 0.1px;
	background: #111;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.container:after{
content:'';
display:inline-block;
}

.container .mix,
.container .gap{
  display: inline-block;
  /*width: 1190px;*/
  width: var(--listW);
  height:40px;
}

.container .mix {
	text-align: left;
	background: #1a1a1a;
	margin-bottom: 1px;
	width: 100%;
	display: none;
}

.container .mix:after {
	content: attr(text);
	color: #FFFFFF;
	font-size: 12px;
	vertical-align: middle;
	padding: 0;
	font-weight: 700;
	/*width: 1190px;*/
        width: var(--listW);
	height: 40px;
}

.container .mix:before{
  content: '';
  display: inline-block;
}

.listtable table {
	border-collapse: collapse;
    border: 0px;
	margin: 0px  0px  0px;
	font-size: 1.1em;
	table-layout: fixed;
}

.listtable th {
	padding: 0px 4px;
	color: #fff;
	background: #0B2D5B;
	font-weight: bold;
	text-align: center;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	border: none;
	border-bottom: none;
}
.listtable tr {
	height: 36px;
	cursor: pointer;
}

.listtable tr:hover {
	background-color: #1e2a3a;
}

.listtable td {
	padding: 0px 4px;
	border: none;
	border-bottom: none;
	vertical-align: middle;
	white-space: nowrap;
	color: #fff;
	font-variant-numeric: tabular-nums;
}

.listtable {
	table-layout: fixed;
	font-size: 12px;
	color: #fff;
	vertical-align: middle;
}

.listtable tbody tr:nth-child(even) {
	background: #111;
}
.listtable tbody tr:nth-child(odd) {
	background: #1a1a1a;
}

.title_pos {
  text-align:center;
  text-decoration: underline;
  width: 25px;
  font-weight: bold;
}
.title_raceclass {
  text-align:center;
  text-decoration: underline;
  width: 30px;
  font-weight: bold;
}
.title_no {
  text-align:center;
  text-decoration: underline;
  width: 30px;
  font-weight: bold;
}

.posup {
  text-align:center;
  width: 30px;
  font-size: 11px;
  font-weight: bold;
background-image: url("../images/dummy.gif");
background-repeat: no-repeat;
background-position: center top;
}
.pos {
  text-align:right;
  width: 30px;
  font-weight: bold;
}
.raceclass {
  text-align:center;
  width: 30px;
}
.no {
  text-align:right;
  width: 25px;
  font-weight: bold;
}
.info {
  text-align:center;
  width: 20px;
}
.driver {
  text-align:left;
  width: 215px;
  font-weight: bold;
}
.team {
  text-align:left;
  width: 120px;
  overflow: hidden;
  font-weight: bold;
}
.frame {
  text-align:left;
  width: 40px;
}
.tire {
  text-align:center;
  width: 16px;
}
.maker {
  text-align:center;
  width: 16px;
}
.lap {
  text-align:right;
  width: 30px;
  font-weight: bold;
  font-variant-numeric: tabular-nums;
}
.pit {
  text-align:right;
  width: 35px;
  font-weight: bold;
}
.time {
  text-align:right;
  width: 60px;
  font-weight: bold;
  font-variant-numeric: tabular-nums;
}

/* フォント: Helvetica Neue / Arial（MotoGP LiveTiming風） + 日本語フォールバック */

.classmenu {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;;
  font-weight: 1000;
}

.classmenu * {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.classmenu li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1.5em;
  overflow: hidden;
}
.classmenu a {
	padding: 0.2em 0;
	color: #E8E9EB;
	position: relative;
	display: inline-block;
	letter-spacing: 1px;
	margin: 0;
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.classmenu a:before,
.classmenu a:after {
	position: absolute;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.classmenu a:before {
	bottom: 100%;
	display: block;
	height: 3px;
	width: 100%;
	content: "";
	background-color: #0B2D5B;
}
.classmenu a:after {
	padding: 0.3em 0;
	position: absolute;
	bottom: 100%;
	left: 0;
	content: attr(data-hover);
	color: #E8E9EB;
	white-space: nowrap;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.classmenu li:hover a,
.classmenu .current a {
  transform: translateY(100%);
}








@keyframes s1 {
	0% { background: #E53935; }
	100% { background: #1a1a1a; }
}
@keyframes s2 {
	0% { background: #0B2D5B; }
	100% { background: #1a1a1a; }
}
@keyframes s3 {
	0% { background: #F5C400; }
	100% { background: #1a1a1a; }
}
@keyframes s4 {
	0% { background: #123B75; }
	100% { background: #1a1a1a; }
}
@keyframes s0 {
	0% { background: #1a1a1a; }
	100% { background: #1a1a1a; }
}


