﻿@charset "utf-8";

.pageIndex .h1Title01 .titleInner {
  background-image: url(/en/company/traffic_and_capacity_statistics/images/index_h1_title_01.jpg);
}

.list01 {
  border-bottom: 1px dashed #999;
  position: relative;
  padding: 30px 6px 0;
}

.list01:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #052981;
}

.list01:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 6px;
  background: #fedb00;
}

.list01 .iconNew:before {
  font-size: 14px;
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #c60000;
  content: "NEW";
}

.list01 li {
  display: table;
  width: 100%;
  table-layout: fixed;
  position: relative;
  padding: 0.7em 0 0.6em 3.5em;
  border-top: 1px dashed #999;
}