@charset "UTF-8";
@media(min-width:768px){
  article.gray {
  background: #f0f0f0;
}

/*見出し調整*/
.pageHeader {
  background: url("../img/gradedrace/pic_gradedrace_h2bg.jpg") 50% 100% no-repeat;
  background-size: cover;
}

.pageHeader h2 {
  width: auto;
  height: 30px;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.pageHeader h2:after {
  content: "";
  width: 60px;
  height: 3px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #ffd700;
  background-size: 0px 0px;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
}

h3 {
  width: 100%;
  height: auto;
  margin: 0 auto 25px;
  padding: 0 0 0 3px;
  border-bottom: 1px solid #333;
  font-weight: bold;
  font-size: 22px;
}

h4 {
  width: 100%;
  height: auto;
  margin: 0 auto 25px;
  padding: 0 0 0 3px;
  border-bottom: 1px solid #333;
  font-weight: bold;
  font-size: 15px;
}

h5 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 15px 0 3px;
  border-bottom: none;
  font-weight: bold;
  font-size: 16px;
}

p.attention {
  width: 100%;
  height: auto;
  margin: 5px auto;
  padding: 0 0 0 1.3em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative;
}

p.attention:after {
  content: "※";
  width: auto;
  height: auto;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

h4.seriesType{
  text-align: center;
  background: #c0504d;
  color: white;
  border: none;
  font-size: 25px;
  margin: 30px 0 10px;
  padding: 5px;
  display: inline-block;
}
h4.seriesType.end{
  background: #777;
}

.colWapper {
  width: 900px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.colWapper .itemCell {
  width: 32%;
  height: auto;
  margin: 0 2% 20px 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  cursor: pointer;
  float: left;
  background: #f0f0f0;
  border-radius: 3px;
}

.colWapper .pc_none{
  display :none;
}
.colWapper.col2 .itemCell {
  width: calc( 50% - 10px);
  background: #fffed8;
}

.colWapper .itemCell:hover {
  transition-duration: 0.8s;
  opacity: 0.5;
}

.colWapper .itemCell:nth-child(3n) {
  margin: 0 0 20px 0;
}
.colWapper.col2 .itemCell:nth-child(2n) {
  margin: 0 0 20px 0;
}

.colWapper .itemCell img.cellPic {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.colWapper .itemCell h4.cellTitle {
  width: 100%;
  height: 35px;
  margin: 0 auto;
  padding: 0 0 15px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font-size: 16px;
  border: none;
  text-align: center;
}
.colWapper .itemCell h4.cellTitle_S {
  width: 100%;
  height: 35px;
  margin: 0 auto;
  padding: 0 0 15px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font-size: 14px;
  border: none;
  text-align: center; }
.colWapper .itemCell p.cellTxt {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 15px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

/*特設サイトが無い場合*/
.colWapper .itemCell_none {
  width: 32%;
  height: auto;
  margin: 0 2% 20px 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  float: left;
  background: #f0f0f0;
  border-radius: 3px;
}

.colWapper .itemCell_none:nth-child(3n) {
  margin: 0 0 20px 0;
}

.colWapper .itemCell_none img.cellPic {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.colWapper .itemCell_none h4.cellTitle {
  width: 100%;
  height: 35px;
  margin: 0 auto;
  padding: 0 0 15px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font-size: 16px;
  border: none;
  text-align: center;
}
.colWapper .itemCell_none h4.cellTitle_S {
  width: 100%;
  height: 35px;
  margin: 0 auto;
  padding: 0 0 15px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font-size: 14px;
  border: none;
  text-align: center; }
.colWapper .itemCell_none p.cellTxt {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 15px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

/*コンテンツ内ボタン汎用*/
.btnWrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.btnWrapper.top {
  width: 900px;
  text-align: right;
}

.btnWrapper a.linkBtn {
  width: auto;
  height: 40px;
  min-height: 30px;
  margin: 0;
  padding: 0 20px 0 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  background: url(../img/icon_linkbtn_arr_wh.png) 20px 50% no-repeat #333;
  border-radius: 3px;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
  text-align: left;
}

.btnWrapper a.linkBtn:hover {
  transition-duration: 0.8s;
  opacity: 0.7;
}








.tableWapper_2025 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.tableWapper_2025 table {
  width: 100%;
  height: auto;
  display: table;
  margin: 3px 0;
  padding: 0;
  display: table;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-right: none;
  font-size: 15px;
}

.tableWapper_2025 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2025 table tr:nth-child(2) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2025 table tr:nth-child(4) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2025 table tr:nth-child(6) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2025 table tr:nth-child(13) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2025 table th.a {
  width: 70px;
}

.tableWapper_2025 table th.b {
  width: 260px;
}

.tableWapper_2025 table th.c {
  width: 50px;
}

.tableWapper_2025 table tr:nth-child(2n-1) {
  background: #f2faff;
}

.tableWapper_2025 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2025 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2025 table tr td.year {
  position: relative;
}

.tableWapper_2025 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2025 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2025 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2025 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2025 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2025 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2025 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2025 .period span.begin {
  left: 5px;
}

.tableWapper_2025 .period span.end {
  right: 5px;
}

.tableWapper_2025 .period.
_01 {
      width: 170px;
      /*top: 60px;*/
      right: 144px;
}

.tableWapper_2025 .period.cell_02 {
      width: 162px;
      /*top: 100px;*/
      right: 163px;
}

.tableWapper_2025 .period.cell_01 {
      width: 165px;
      /*top: 40px;*/
      right: 144px;
}

.tableWapper_2025 .period.cell_11 {
      width: 134px;
      /*top: 112px;*/
      right: 170px;
}

.tableWapper_2025 .period.cell_03 {
      width: 136px;
      /*top: 124px;*/
      right: 451px;
}

.tableWapper_2025 .period.cell_04 {
      width: 75px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2025 .period.cell_05 {
      width:  78px;
      /*top: 182px;*/
      right: 280px;
}

.tableWapper_2025 .period.cell_06 {
      width: 265px;
      /*top: 217px;*/
      right: 275px;
}

.tableWapper_2025 .period.cell_07 {
      width: 85px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2025 .period.cell_08 {
      width: 200px;
      /*top: 253px;*/
      right: 170px;
}

.tableWapper_2025 .period.cell_09 {
      width: 40px;
      /*top: 100px;*/
      right: 470px;
}

.tableWapper_2025 .period.cell_10 {
      width: 72px;
      /*top: 359px;*/
      right: 10px;
}


.tableWapper_2025 .period.cell_20 {
      width: 66px;
      /*top: 100px;*/
      right: 526px;
}

.tableWapper_2025 .period.cell_21 {
      width: 119px;
      /*top: 359px;*/
      right: 503px;
}

.tableWapper_2025 .period.cell_22 {
      width: 192px;
      /*top: 359px;*/
      right: 230px;
}









.tableWapper_2024 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.tableWapper_2024 table {
  width: 100%;
  height: auto;
  display: table;
  margin: 3px 0;
  padding: 0;
  display: table;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-right: none;
  font-size: 15px;
}

.tableWapper_2024 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2024 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2024 table tr:nth-child(5) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2024 table tr:nth-child(7) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2024 table tr:nth-child(13) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2024 table th.a {
  width: 70px;
}

.tableWapper_2024 table th.b {
  width: 260px;
}

.tableWapper_2024 table th.c {
  width: 50px;
}

.tableWapper_2024 table tr:nth-child(2n-1) {
  background: #f2faff;
}

.tableWapper_2024 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2024 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2024 table tr td.year {
  position: relative;
}

.tableWapper_2024 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2024 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2024 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2024 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2024 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2024 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2024 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2024 .period span.begin {
  left: 5px;
}

.tableWapper_2024 .period span.end {
  right: 5px;
}

.tableWapper_2024 .period.
_01 {
      width: 170px;
      /*top: 60px;*/
      right: 144px;
}

.tableWapper_2024 .period.cell_02 {
      width: 150px;
      /*top: 100px;*/
      right: 175px;
}

.tableWapper_2024 .period.cell_01 {
      width: 180px;
      /*top: 40px;*/
      right: 144px;
}

.tableWapper_2024 .period.cell_11 {
      width: 134px;
      /*top: 112px;*/
      right: 170px;
}

.tableWapper_2024 .period.cell_03 {
      width: 120px;
      /*top: 124px;*/
      right: 460px;
}

.tableWapper_2024 .period.cell_04 {
      width: 75px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2024 .period.cell_05 {
      width:  78px;
      /*top: 182px;*/
      right: 280px;
}

.tableWapper_2024 .period.cell_06 {
      width: 265px;
      /*top: 217px;*/
      right: 275px;
}

.tableWapper_2024 .period.cell_07 {
      width: 85px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2024 .period.cell_08 {
      width: 200px;
      /*top: 253px;*/
      right: 170px;
}

.tableWapper_2024 .period.cell_09 {
      width: 40px;
      /*top: 100px;*/
      right: 470px;
}

.tableWapper_2024 .period.cell_10 {
      width: 72px;
      /*top: 359px;*/
      right: 10px;
}


.tableWapper_2024 .period.cell_20 {
      width: 72px;
      /*top: 100px;*/
      right: 528px;
}

.tableWapper_2024 .period.cell_21 {
      width: 112px;
      /*top: 359px;*/
      right: 510px;
}

.tableWapper_2024 .period.cell_22 {
      width: 192px;
      /*top: 359px;*/
      right: 230px;
}




.tableWapper_2023 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.tableWapper_2023 table {
  width: 100%;
  height: auto;
  display: table;
  margin: 3px 0;
  padding: 0;
  display: table;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-right: none;
  font-size: 15px;
}

.tableWapper_2023 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2023 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2023 table tr:nth-child(7) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2023 table tr:nth-child(10) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2023 table tr:nth-child(13) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2023 table th.a {
  width: 70px;
}

.tableWapper_2023 table th.b {
  width: 260px;
}

.tableWapper_2023 table th.c {
  width: 50px;
}

.tableWapper_2023 table tr:nth-child(2n-1) {
  background: #f2faff;
}

.tableWapper_2023 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2023 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2023 table tr td.year {
  position: relative;
}

.tableWapper_2023 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2023 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2023 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2023 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2023 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2023 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2023 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2023 .period span.begin {
  left: 5px;
}

.tableWapper_2023 .period span.end {
  right: 5px;
}

.tableWapper_2023 .period.cell_01 {
      width: 160px;
      /*top: 40px;*/
      right: 144px;
}

.tableWapper_2023 .period.cell_02 {
      width: 130px;
      /*top: 100px;*/
      right: 173px;
}

.tableWapper_2023 .period.cell_11 {
      width: 134px;
      /*top: 112px;*/
      right: 170px;
}

.tableWapper_2023 .period.cell_03 {
      width: 130px;
      /*top: 124px;*/
      right: 460px;
}

.tableWapper_2023 .period.cell_04 {
      width: 75px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2023 .period.cell_05 {
      width:  78px;
      /*top: 182px;*/
      right: 280px;
}

.tableWapper_2023 .period.cell_06 {
      width: 265px;
      /*top: 217px;*/
      right: 275px;
}

.tableWapper_2023 .period.cell_07 {
      width: 85px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2023 .period.cell_08 {
      width: 250px;
      /*top: 253px;*/
      right: 176px;
}

.tableWapper_2023 .period.cell_09 {
      width: 70px;
      /*top: 100px;*/
      right: 420px;
}

.tableWapper_2023 .period.cell_10 {
      width: 160px;
      /*top: 359px;*/
      right: 44px;
}


.tableWapper_2023 .period.cell_20 {
      width: 50px;
      /*top: 359px;*/
      right: 0px;
}

.tableWapper_2023 .period.cell_21 {
      width: 80px;
      /*top: 359px;*/
      right: 0px;
}








.tableWapper_2022 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.tableWapper_2022 table {
  width: 100%;
  height: auto;
  display: table;
  margin: 3px 0;
  padding: 0;
  display: table;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-right: none;
  font-size: 15px;
}

.tableWapper_2022 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2022 table tr:nth-child(4) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2022 table tr:nth-child(7) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2022 table tr:nth-child(9) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2022 table tr:nth-child(12) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2022 table th.a {
  width: 70px;
}

.tableWapper_2022 table th.b {
  width: 260px;
}

.tableWapper_2022 table th.c {
  width: 50px;
}

.tableWapper_2022 table tr:nth-child(2n-1) {
  background: #f2faff;
}

.tableWapper_2022 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2022 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2022 table tr td.year {
  position: relative;
}

.tableWapper_2022 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2022 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2022 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2022 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2022 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2022 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2022 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2022 .period span.begin {
  left: 5px;
}

.tableWapper_2022 .period span.end {
  right: 5px;
}

.tableWapper_2022 .period.cell_01 {
      width: 160px;
      /*top: 40px;*/
      right: 144px;
}

.tableWapper_2022 .period.cell_02 {
      width: 100px;
      /*top: 76px;*/
      right: 203px;
}

.tableWapper_2022 .period.cell_11 {
      width: 134px;
      /*top: 112px;*/
      right: 170px;
}

.tableWapper_2022 .period.cell_03 {
      width: 160px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2022 .period.cell_04 {
      width: 75px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2022 .period.cell_05 {
      width:  78px;
      /*top: 182px;*/
      right: 280px;
}

.tableWapper_2022 .period.cell_06 {
      width: 230px;
      /*top: 217px;*/
      right: 275px;
}

.tableWapper_2022 .period.cell_07 {
      width: 85px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2022 .period.cell_08 {
      width: 250px;
      /*top: 253px;*/
      right: 170px;
}

.tableWapper_2022 .period.cell_09 {
      width: 66px;
      /*top: 100px;*/
      right: 460px;
}

.tableWapper_2022 .period.cell_10 {
      width: 160px;
      /*top: 359px;*/
      right: 44px;
}








.tableWapper_2021 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.tableWapper_2021 table {
  width: 100%;
  height: auto;
  display: table;
  margin: 3px 0;
  padding: 0;
  display: table;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-right: none;
  font-size: 15px;
}

.tableWapper_2021 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2021 table tr:nth-child(4) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2021 table tr:nth-child(7) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2021 table tr:nth-child(9) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2021 table tr:nth-child(11) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2021 table th.a {
  width: 70px;
}

.tableWapper_2021 table th.b {
  width: 260px;
}

.tableWapper_2021 table th.c {
  width: 50px;
}

.tableWapper_2021 table tr:nth-child(2n-1) {
  background: #f2faff;
}

.tableWapper_2021 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2021 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2021 table tr td.year {
  position: relative;
}

.tableWapper_2021 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2021 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2021 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2021 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2021 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2021 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2021 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2021 .period span.begin {
  left: 5px;
}

.tableWapper_2021 .period span.end {
  right: 5px;
}

.tableWapper_2021 .period.cell_01 {
      width: 160px;
      /*top: 40px;*/
      right: 144px;
}

.tableWapper_2021 .period.cell_02 {
      width: 112px;
      /*top: 76px;*/
      right: 192px;
}

.tableWapper_2021 .period.cell_11 {
      width: 134px;
      /*top: 112px;*/
      right: 170px;
}

.tableWapper_2021 .period.cell_03 {
      width: 130px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2021 .period.cell_04 {
      width: 75px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2021 .period.cell_05 {
      width: 110px;
      /*top: 182px;*/
      right: 284px;
}

.tableWapper_2021 .period.cell_06 {
      width: 220px;
      /*top: 217px;*/
      right: 280px;
}

.tableWapper_2021 .period.cell_07 {
      width: 85px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2021 .period.cell_08 {
      width: 250px;
      /*top: 253px;*/
      right: 150px;
}

.tableWapper_2021 .period.cell_09 {
      width: 130px;
      /*top: 100px;*/
      right: 76px;
}

.tableWapper_2021 .period.cell_10 {
      width: 100px;
      /*top: 359px;*/
      right: 25px;
}


.tableWapper_2020 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.tableWapper_2020 table {
  width: 100%;
  height: auto;
  display: table;
  margin: 3px 0;
  padding: 0;
  display: table;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-right: none;
  font-size: 15px;
}

.tableWapper_2020 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2020 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2020 table tr:nth-child(6) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2020 table tr:nth-child(8) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2020 table tr:nth-child(10) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2020 table th.a {
  width: 70px;
}

.tableWapper_2020 table th.b {
  width: 260px;
}

.tableWapper_2020 table th.c {
  width: 50px;
}

.tableWapper_2020 table tr:nth-child(2n-1) {
  background: #f2faff;
}

.tableWapper_2020 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2020 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2020 table tr td.year {
  position: relative;
}

.tableWapper_2020 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2020 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2020 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2020 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2020 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2020 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2020 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2020 .period span.begin {
  left: 5px;
}

.tableWapper_2020 .period span.end {
  right: 5px;
}

.tableWapper_2020 .period.cell_01 {
      width: 150px;
      /*top: 40px;*/
      right: 145px;
}

.tableWapper_2020 .period.cell_02 {
      width: 80px;
      /*top: 76px;*/
      right: 220px;
}

.tableWapper_2020 .period.cell_03 {
      width: 130px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2020 .period.cell_04 {
      width: 75px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2020 .period.cell_05 {
      width: 110px;
      /*top: 182px;*/
      right: 280px;
}

.tableWapper_2020 .period.cell_06 {
      width: 220px;
      /*top: 217px;*/
      right: 280px;
}

.tableWapper_2020 .period.cell_07 {
      width: 110px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2020 .period.cell_08 {
      width: 250px;
      /*top: 253px;*/
      right: 150px;
}

.tableWapper_2020 .period.cell_09 {
      width: 48px;
      /*top: 324px;*/
      right: 240px;
}

.tableWapper_2020 .period.cell_10 {
      width: 100px;
      /*top: 359px;*/
      right: 25px;
}


.tableWapper_2019 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.tableWapper_2019 table {
  width: 100%;
  height: auto;
  display: table;
  margin: 3px 0;
  padding: 0;
  display: table;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-right: none;
  font-size: 15px;
}

.tableWapper_2019 table th {
  height: 35px;
  background:  #0a5fa3;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  font-weight: bold;
}

.tableWapper_2019 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2019 table tr:nth-child(6) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2019 table tr:nth-child(8) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2019 table th.a {
  width: 70px;
}

.tableWapper_2019 table th.b {
  width: 260px;
}

.tableWapper_2019 table th.c {
  width: 50px;
}

.tableWapper_2019 table tr:nth-child(2n-1) {
  background:#f2faff;
}

.tableWapper_2019 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2019 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2019 table tr td.year {
  position: relative;
}


.tableWapper_2019 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2019 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2019 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}
/*
.tableWapper_2019 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2019 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2019 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  border-radius: 5px;
  top: 8px;
}

.tableWapper_2019 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2019 .period span.begin {
  left: 5px;
}

.tableWapper_2019 .period span.end {
  right: 5px;
}

.tableWapper_2019 .period.cell_01 {
      width: 150px;
      /*top: 40px;*/
      right: 145px;
}

.tableWapper_2019 .period.cell_02 {
      width: 80px;
      /*top: 76px;*/
      right: 205px;
}

.tableWapper_2019 .period.cell_03 {
      width: 130px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2019 .period.cell_04 {
      width: 80px;
      /*top: 147px;*/
      right: 440px;
}

.tableWapper_2019 .period.cell_05 {
      width: 100px;
      /*top: 182px;*/
      right: 280px;
}

.tableWapper_2019 .period.cell_06 {
      width: 180px;
      /*top: 217px;*/
      right: 290px;
}

.tableWapper_2019 .period.cell_07 {
      width: 75px;
      /*top: 253px;*/
      right: 400px;
}

.tableWapper_2019 .period.cell_08 {
      width: 295px;
      /*top: 253px;*/
      right: 170px;
}

.tableWapper_2019 .period.cell_09 {
      width: 80px;
      /*top: 324px;*/
      right: 440px;
}

.tableWapper_2019 .period.cell_10 {
      width: 100px;
      /*top: 359px;*/
      right: 25px;
}

.tableWapper_2018 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.tableWapper_2018 table {
  width: 100%;
  height: auto;
  display: table;
  margin: 3px 0;
  padding: 0;
  display: table;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-right: none;
  font-size: 15px;
}

.tableWapper_2018 table th {
  height: 35px;
  background:  #0a5fa3;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  font-weight: bold;
}

.tableWapper_2018 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2018 table tr:nth-child(6) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2018 table tr:nth-child(8) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2018 table th.a {
  width: 70px;
}

.tableWapper_2018 table th.b {
  width: 260px;
}

.tableWapper_2018 table th.c {
  width: 50px;
}

.tableWapper_2018 table tr:nth-child(2n-1) {
  background: #f2faff;
}

.tableWapper_2018 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2018 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

/*
.tableWapper_2018 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2018 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2018 table tr td.year {
  position: relative;
}

.tableWapper_2018 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2018 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2018 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2018 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  border-radius: 5px;
  top: 8px;
}

.tableWapper_2018 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2018 .period span.begin {
  left: 5px;
}

.tableWapper_2018 .period span.end {
  right: 5px;
}

.tableWapper_2018 .period.cell_01 {
      width: 185px;
      /*top: 40px;*/
      right: 105px;
}

.tableWapper_2018 .period.cell_02 {
      width: 90px;
      /*top: 76px;*/
      right: 150px;
}

.tableWapper_2018 .period.cell_03 {
      width: 185px;
      /*top: 112px;*/
      right: 395px;
}

.tableWapper_2018 .period.cell_04 {
      width: 70px;
      /*top: 147px;*/
      right: 395px;
}

.tableWapper_2018 .period.cell_05 {
      width: 195px;
      /*top: 182px;*/
      right: 125px;
}

.tableWapper_2018 .period.cell_06 {
      width: 235px;
      /*top: 217px;*/
      right: 200px;
}

.tableWapper_2018 .period.cell_07 {
      width: 100px;
      /*top: 253px;*/
      right: 335px;
}

.tableWapper_2018 .period.cell_08 {
      width: 325px;
      /*top: 253px;*/
      right: 105px;
}

.tableWapper_2018 .period.cell_09 {
      width: 135px;
      /*top: 324px;*/
      right: 335px;
}

.tableWapper_2018 .period.cell_10 {
      width: 135px;
      /*top: 359px;*/
      right: 160px;
}


.tableWapper_2017 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.tableWapper_2017 table {
  width: 100%;
  height: auto;
  display: table;
  margin: 3px 0;
  padding: 0;
  display: table;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-right: none;
  font-size: 15px;
}

.tableWapper_2017 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2017 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2017 table tr:nth-child(6) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2017 table tr:nth-child(8) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2017 table th.a {
  width: 70px;
}

.tableWapper_2017 table th.b {
  width: 260px;
}

.tableWapper_2017 table th.c {
  width: 50px;
}

.tableWapper_2017 table tr:nth-child(2n-1) {
  background: #f2faff;
}

.tableWapper_2017 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2017 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2017 table tr td.year {
  position: relative;
}

.tableWapper_2017 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2017 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2017 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2017 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2017 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2017 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2017 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2017 .period span.begin {
  left: 5px;
}

.tableWapper_2017 .period span.end {
  right: 5px;
}

.tableWapper_2017 .period.cell_01 {
      width: 150px;
      /*top: 40px;*/
      right: 145px;
}

.tableWapper_2017 .period.cell_02 {
      width: 80px;
      /*top: 76px;*/
      right: 210px;
}

.tableWapper_2017 .period.cell_03 {
      width: 130px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2017 .period.cell_04 {
      width: 75px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2017 .period.cell_05 {
      width: 170px;
      /*top: 182px;*/
      right: 200px;
}

.tableWapper_2017 .period.cell_06 {
      width: 150px;
      /*top: 217px;*/
      right: 280px;
}

.tableWapper_2017 .period.cell_07 {
      width: 90px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2017 .period.cell_08 {
      width: 400px;
      /*top: 253px;*/
      right: 150px;
}

.tableWapper_2017 .period.cell_09 {
      width: 100px;
      /*top: 324px;*/
      right: 430px;
}

.tableWapper_2017 .period.cell_10 {
      width: 230px;
      /*top: 359px;*/
      right: 40px;
}


.tableWapper_2016 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.tableWapper_2016 table {
  width: 100%;
  height: auto;
  display: table;
  margin: 3px 0;
  padding: 0;
  display: table;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-right: none;
  font-size: 15px;
}

.tableWapper_2016 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2016 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2016 table tr:nth-child(5) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2016 table tr:nth-child(7) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2016 table th.a {
  width: 70px;
}

.tableWapper_2016 table th.b {
  width: 260px;
}

.tableWapper_2016 table th.c {
  width: 50px;
}

.tableWapper_2016 table tr:nth-child(2n-1) {
  background: #f2faff;
}

.tableWapper_2016 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2016 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2016 table tr td.year {
  position: relative;
}

.tableWapper_2016 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2016 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2016 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2016 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2016 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2016 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2016 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2016 .period span.begin {
  left: 5px;
}

.tableWapper_2016 .period span.end {
  right: 5px;
}

.tableWapper_2016 .period.cell_01 {
      width: 150px;
      /*top: 40px;*/
      right: 145px;
}

.tableWapper_2016 .period.cell_02 {
      width: 80px;
      /*top: 76px;*/
      right: 210px;
}

.tableWapper_2016 .period.cell_03 {
      width: 130px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2016 .period.cell_04 {
      width: 75px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2016 .period.cell_05 {
      width: 170px;
      /*top: 182px;*/
      right: 200px;
}

.tableWapper_2016 .period.cell_06 {
      width: 140px;
      /*top: 217px;*/
      right: 290px;
}

.tableWapper_2016 .period.cell_07 {
      width: 90px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2016 .period.cell_08 {
      width: 400px;
      /*top: 253px;*/
      right: 150px;
}

.tableWapper_2016 .period.cell_09 {
      width: 100px;
      /*top: 324px;*/
      right: 420px;
}

.tableWapper_2016 .period.cell_10 {
      width: 200px;
      /*top: 359px;*/
      right: 40px;
}


.tableWapper_2015 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.tableWapper_2015 table {
  width: 100%;
  height: auto;
  display: table;
  margin: 3px 0;
  padding: 0;
  display: table;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-right: none;
  font-size: 15px;
}

.tableWapper_2015 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2015 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2015 table tr:nth-child(5) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2015 table tr:nth-child(7) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2015 table th.a {
  width: 70px;
}

.tableWapper_2015 table th.b {
  width: 260px;
}

.tableWapper_2015 table th.c {
  width: 50px;
}

.tableWapper_2015 table tr:nth-child(2n-1) {
  background: #f2faff;
}

.tableWapper_2015 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2015 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2015 table tr td.year {
  position: relative;
}

.tableWapper_2015 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2015 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2015 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2015 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2015 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2015 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2015 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2015 .period span.begin {
  left: 5px;
}

.tableWapper_2015 .period span.end {
  right: 5px;
}

.tableWapper_2015 .period.cell_01 {
      width: 170px;
      /*top: 40px;*/
      right: 145px;
}

.tableWapper_2015 .period.cell_02 {
      width: 80px;
      /*top: 76px;*/
      right: 210px;
}

.tableWapper_2015 .period.cell_03 {
      width: 130px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2015 .period.cell_04 {
      width: 75px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2015 .period.cell_05 {
      width: 170px;
      /*top: 182px;*/
      right: 200px;
}

.tableWapper_2015 .period.cell_06 {
      width: 150px;
      /*top: 217px;*/
      right: 280px;
}

.tableWapper_2015 .period.cell_07 {
      width: 90px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2015 .period.cell_08 {
      width: 400px;
      /*top: 253px;*/
      right: 150px;
}

.tableWapper_2015 .period.cell_09 {
      width: 100px;
      /*top: 324px;*/
      right: 390px;
}

.tableWapper_2015 .period.cell_10 {
      width: 230px;
      /*top: 359px;*/
      right: 40px;
}


.tableWapper_2014 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.tableWapper_2014 table {
  width: 100%;
  height: auto;
  display: table;
  margin: 3px 0;
  padding: 0;
  display: table;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-right: none;
  font-size: 15px;
}

.tableWapper_2014 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2014 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2014 table tr:nth-child(5) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2014 table tr:nth-child(7) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2014 table th.a {
  width: 70px;
}

.tableWapper_2014 table th.b {
  width: 260px;
}

.tableWapper_2014 table th.c {
  width: 50px;
}

.tableWapper_2014 table tr:nth-child(2n-1) {
  background: #f2faff;
}

.tableWapper_2014 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2014 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2014 table tr td.year {
  position: relative;
}

.tableWapper_2014 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2014 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2014 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2014 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2014 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2014 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2014 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2014 .period span.begin {
  left: 5px;
}

.tableWapper_2014 .period span.end {
  right: 5px;
}

.tableWapper_2014 .period.cell_01 {
      width: 170px;
      /*top: 40px;*/
      right: 145px;
}

.tableWapper_2014 .period.cell_02 {
      width: 80px;
      /*top: 76px;*/
      right: 210px;
}

.tableWapper_2014 .period.cell_03 {
      width: 130px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2014 .period.cell_04 {
      width: 65px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2014 .period.cell_05 {
      width: 170px;
      /*top: 182px;*/
      right: 200px;
}

.tableWapper_2014 .period.cell_06 {
      width: 150px;
      /*top: 217px;*/
      right: 280px;
}

.tableWapper_2014 .period.cell_07 {
      width: 80px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2014 .period.cell_08 {
      width: 400px;
      /*top: 253px;*/
      right: 150px;
}

.tableWapper_2014 .period.cell_09 {
      width: 90px;
      /*top: 324px;*/
      right: 240px;
}

.tableWapper_2014 .period.cell_10 {
      width: 230px;
      /*top: 359px;*/
      right: 40px;
}


.tableWapper_2013 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.tableWapper_2013 table {
  width: 100%;
  height: auto;
  display: table;
  margin: 3px 0;
  padding: 0;
  display: table;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-right: none;
  font-size: 15px;
}

.tableWapper_2013 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2013 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2013 table tr:nth-child(5) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2013 table tr:nth-child(7) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2013 table th.a {
  width: 70px;
}

.tableWapper_2013 table th.b {
  width: 260px;
}

.tableWapper_2013 table th.c {
  width: 50px;
}

.tableWapper_2013 table tr:nth-child(2n-1) {
  background: #f2faff;
}

.tableWapper_2013 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2013 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2013 table tr td.year {
  position: relative;
}

.tableWapper_2013 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2013 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2013 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2013 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2013 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2013 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2013 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2013 .period span.begin {
  left: 5px;
}

.tableWapper_2013 .period span.end {
  right: 5px;
}

.tableWapper_2013 .period.cell_01 {
      width: 170px;
      /*top: 40px;*/
      right: 145px;
}

.tableWapper_2013 .period.cell_02 {
      width: 85px;
      /*top: 76px;*/
      right: 210px;
}

.tableWapper_2013 .period.cell_03 {
      width: 130px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2013 .period.cell_04 {
      width: 75px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2013 .period.cell_05 {
      width: 170px;
      /*top: 182px;*/
      right: 200px;
}

.tableWapper_2013 .period.cell_06 {
      width: 150px;
      /*top: 217px;*/
      right: 280px;
}

.tableWapper_2013 .period.cell_07 {
      width: 80px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2013 .period.cell_08 {
      width: 400px;
      /*top: 253px;*/
      right: 150px;
}

.tableWapper_2013 .period.cell_09 {
      width: 80px;
      /*top: 324px;*/
      right: 250px;
}

.tableWapper_2013 .period.cell_10 {
      width: 230px;
      /*top: 359px;*/
      right: 40px;
}


.tableWapper_2012 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.tableWapper_2012 table {
  width: 100%;
  height: auto;
  display: table;
  margin: 3px 0;
  padding: 0;
  display: table;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-right: none;
  font-size: 15px;
}

.tableWapper_2012 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2012 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2012 table tr:nth-child(5) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2012 table tr:nth-child(7) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2012 table th.a {
  width: 70px;
}

.tableWapper_2012 table th.b {
  width: 260px;
}

.tableWapper_2012 table th.c {
  width: 50px;
}

.tableWapper_2012 table tr:nth-child(2n-1) {
  background: #f2faff;
}

.tableWapper_2012 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2012 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2012 table tr td.year {
  position: relative;
}

.tableWapper_2012 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2012 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2012 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2012 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2012 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2012 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2012 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2012 .period span.begin {
  left: 5px;
}

.tableWapper_2012 .period span.end {
  right: 5px;
}

.tableWapper_2012 .period.cell_01 {
      width: 170px;
      /*top: 40px;*/
      right: 145px;
}

.tableWapper_2012 .period.cell_02 {
      width: 80px;
      /*top: 76px;*/
      right: 210px;
}

.tableWapper_2012 .period.cell_03 {
      width: 130px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2012 .period.cell_04 {
      width: 65px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2012 .period.cell_05 {
      width: 170px;
      /*top: 182px;*/
      right: 200px;
}

.tableWapper_2012 .period.cell_06 {
      width: 150px;
      /*top: 217px;*/
      right: 280px;
}

.tableWapper_2012 .period.cell_07 {
      width: 90px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2012 .period.cell_08 {
      width: 400px;
      /*top: 253px;*/
      right: 150px;
}

.tableWapper_2012 .period.cell_09 {
      width: 80px;
      /*top: 324px;*/
      right: 250px;
}

.tableWapper_2012 .period.cell_10 {
      width: 230px;
      /*top: 359px;*/
      right: 40px;
}


.tableWapper_2011 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.tableWapper_2011 table {
  width: 100%;
  height: auto;
  display: table;
  margin: 3px 0;
  padding: 0;
  display: table;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-right: none;
  font-size: 15px;
}

.tableWapper_2011 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2011 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2011 table tr:nth-child(5) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2011 table tr:nth-child(7) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2011 table th.a {
  width: 70px;
}

.tableWapper_2011 table th.b {
  width: 260px;
}

.tableWapper_2011 table th.c {
  width: 50px;
}

.tableWapper_2011 table tr:nth-child(2n-1) {
  background: #f2faff;
}

.tableWapper_2011 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2011 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2011 table tr td.year {
  position: relative;
}

.tableWapper_2011 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2011 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2011 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2011 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2011 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2011 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2011 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2011 .period span.begin {
  left: 5px;
}

.tableWapper_2011 .period span.end {
  right: 5px;
}

.tableWapper_2011 .period.cell_01 {
      width: 170px;
      /*top: 40px;*/
      right: 145px;
}

.tableWapper_2011 .period.cell_02 {
      width: 80px;
      /*top: 76px;*/
      right: 210px;
}

.tableWapper_2011 .period.cell_03 {
      width: 130px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2011 .period.cell_04 {
      width: 65px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2011 .period.cell_05 {
      width: 170px;
      /*top: 182px;*/
      right: 200px;
}

.tableWapper_2011 .period.cell_06 {
      width: 150px;
      /*top: 217px;*/
      right: 280px;
}

.tableWapper_2011 .period.cell_07 {
      width: 80px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2011 .period.cell_08 {
      width: 400px;
      /*top: 253px;*/
      right: 150px;
}

.tableWapper_2011 .period.cell_09 {
      width: 80px;
      /*top: 324px;*/
      right: 230px;
}

.tableWapper_2011 .period.cell_10 {
      width: 90px;
      /*top: 359px;*/
      right: 150px;
}


.tableWapper_2010 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.tableWapper_2010 table {
  width: 100%;
  height: auto;
  display: table;
  margin: 3px 0;
  padding: 0;
  display: table;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-right: none;
  font-size: 15px;
}

.tableWapper_2010 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2010 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2010 table tr:nth-child(5) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2010 table tr:nth-child(6) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2010 table th.a {
  width: 70px;
}

.tableWapper_2010 table th.b {
  width: 260px;
}

.tableWapper_2010 table th.c {
  width: 50px;
}

.tableWapper_2010 table tr:nth-child(2n-1) {
  background: #f2faff;
}

.tableWapper_2010 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2010 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2010 table tr td.year {
  position: relative;
}

.tableWapper_2010 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2010 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2010 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2010 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2010 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2010 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2010 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2010 .period span.begin {
  left: 5px;
}

.tableWapper_2010 .period span.end {
  right: 5px;
}

.tableWapper_2010 .period.cell_01 {
      width: 170px;
      /*top: 40px;*/
      right: 145px;
}

.tableWapper_2010 .period.cell_02 {
      width: 80px;
      /*top: 76px;*/
      right: 210px;
}

.tableWapper_2010 .period.cell_03 {
      width: 130px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2010 .period.cell_04 {
      width: 65px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2010 .period.cell_05 {
      width: 170px;
      /*top: 182px;*/
      right: 200px;
}

.tableWapper_2010 .period.cell_06 {
      width: 150px;
      /*top: 217px;*/
      right: 250px;
}

.tableWapper_2010 .period.cell_07 {
      width: 90px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2010 .period.cell_08 {
      width: 400px;
      /*top: 253px;*/
      right: 150px;
}

.tableWapper_2010 .period.cell_09 {
      width: 80px;
      /*top: 324px;*/
      right: 220px;
}

.tableWapper_2010 .period.cell_10 {
      width: 90px;
      /*top: 359px;*/
      right: 150px;
}


.tableWapper_2009 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.tableWapper_2009 table {
  width: 100%;
  height: auto;
  display: table;
  margin: 3px 0;
  padding: 0;
  display: table;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-right: none;
  font-size: 15px;
}

.tableWapper_2009 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2009 table tr:nth-child(2) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2009 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2009 table th.a {
  width: 70px;
}

.tableWapper_2009 table th.b {
  width: 260px;
}

.tableWapper_2009 table th.c {
  width: 50px;
}

.tableWapper_2009 table tr:nth-child(2n-1) {
  background: #f2faff;
}

.tableWapper_2009 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2009 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2009 table tr td.year {
  position: relative;
}

.tableWapper_2009 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2009 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2009 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2009 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2009 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2009 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2009 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2009 .period span.begin {
  left: 5px;
}

.tableWapper_2009 .period span.end {
  right: 5px;
}

.tableWapper_2009 .period.cell_01 {
      width: 150px;
      /*top: 40px;*/
      right: 145px;
}

.tableWapper_2009 .period.cell_02 {
      width: 80px;
      /*top: 76px;*/
      right: 210px;
}

.tableWapper_2009 .period.cell_03 {
      width: 130px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2009 .period.cell_04 {
      width: 65px;
      /*top: 147px;*/
      right: 440px;
}

.tableWapper_2009 .period.cell_05 {
      width: 170px;
      /*top: 182px;*/
      right: 200px;
}

.tableWapper_2009 .period.cell_06 {
      width: 150px;
      /*top: 217px;*/
      right: 280px;
}

.tableWapper_2009 .period.cell_07 {
      width: 90px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2009 .period.cell_08 {
      width: 400px;
      /*top: 253px;*/
      right: 150px;
}

.tableWapper_2009 .period.cell_09 {
      width: 80px;
      /*top: 324px;*/
      right: 250px;
}

.tableWapper_2009 .period.cell_10 {
      width: 80px;
      /*top: 359px;*/
      right: 150px;
}


.tableWapper_2008 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.tableWapper_2008 table {
  width: 100%;
  height: auto;
  display: table;
  margin: 3px 0;
  padding: 0;
  display: table;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-right: none;
  font-size: 15px;
}

.tableWapper_2008 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2008 table tr:nth-child(2) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2008 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2008 table th.a {
  width: 70px;
}

.tableWapper_2008 table th.b {
  width: 260px;
}

.tableWapper_2008 table th.c {
  width: 50px;
}

.tableWapper_2008 table tr:nth-child(2n-1) {
  background: #f2faff;
}

.tableWapper_2008 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2008 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2008 table tr td.year {
  position: relative;
}

.tableWapper_2008 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2008 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2008 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2008 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2008 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2008 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2008 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2008 .period span.begin {
  left: 5px;
}

.tableWapper_2008 .period span.end {
  right: 5px;
}

.tableWapper_2008 .period.cell_01 {
      width: 150px;
      /*top: 40px;*/
      right: 145px;
}

.tableWapper_2008 .period.cell_02 {
      width: 87px;
      /*top: 76px;*/
      right: 215px;
}

.tableWapper_2008 .period.cell_03 {
      width: 130px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2008 .period.cell_04 {
      width: 57px;
      /*top: 147px;*/
      right: 440px;
}

.tableWapper_2008 .period.cell_05 {
      width: 170px;
      /*top: 182px;*/
      right: 200px;
}

.tableWapper_2008 .period.cell_06 {
      width: 150px;
      /*top: 217px;*/
      right: 280px;
}

.tableWapper_2008 .period.cell_07 {
      width: 90px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2008 .period.cell_08 {
      width: 400px;
      /*top: 253px;*/
      right: 150px;
}

.tableWapper_2008 .period.cell_09 {
      width: 80px;
      /*top: 324px;*/
      right: 250px;
}

.tableWapper_2008 .period.cell_10 {
      width: 80px;
      /*top: 359px;*/
      right: 150px;
}


/*トップ写真*/
.topPicArea {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #555;
}

.topPicArea img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

/*レースタイトル*/
.raceTitle {
  width: 100%;
  height: 120px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #333;
}

.raceTitle .titleWrapper {
  width: 980px;
  height: 120px;
  margin: 0 auto;
  padding: 40px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.raceTitle h2 {
  width: auto;
  height: 35px;
  margin: 0 15px 0 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  font-size: 35px;
  color: #fff;
  line-height: 35px;
  letter-spacing: 0.1px;
}

.raceTitle p.grade.jpn {
  width: auto;
  height: 30px;
  margin: 0 10px 3px 0;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  background: #ff6235;
  border-radius: 3px;
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.2px;
  vertical-align: bottom;
}

.raceTitle p.lastChampion {
  width: auto;
  height: 30px;
  margin: 0 0 3px 0;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  background: #1a74bc;
  border-radius: 3px;
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  vertical-align: bottom;
}

/*見出し*/
h3 {
  width: 100%;
  height: auto;
  margin: 0 auto 25px;
  padding: 0 0 0 3px;
  border-bottom: 1px solid #333;
  font-weight: bold;
  font-size: 25px;
}

h3.seriesTitle{
  position: relative;
}

/*ブロック*/
article.aboutArea {
  background: #f0f0f0;
}

.aboutWrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

/*レース概要*/
ul.raceData {
  width: 560px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  float: left;
}

ul.raceData li {
  padding: 0 0 7px 0;
}

ul.raceData li p.title {
  width: 150px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
}

ul.raceData li p.data {
  width: 400px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
}

article.aboutArea img {
  width: 345px;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  float: left;
}

/*出馬表*/
.horseData .innerWrapper {
  padding: 30px 20px 20px;
}

/*表組み*/
.dataArea {
  width: 800px;
  height: auto;
  margin: 0 auto 40px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

table {
  width: 800px;
  height: auto;
  margin: 0 auto 10px;
  padding: 0;
  display: block;
  border: 1px solid #9f9f9f;
  font-size: 15px;
}

table th {
  background: #555;
  color: #fff;
  padding: 7px 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
}

table tr th:last-child {
  border: none;
}

table th.a {
  width: 65px;
}

table th.b {
  width: 170px;
}

table th.c {
  width: 50px;
}

table th.d {
  width: 50px;
}

table th.e {
  width: 75px;
}

table th.f {
  width: 115px;
}

table th.g {
  width: 115px;
}

table th.h {
  width: 160px;
}

table tr:nth-child(2n) {
  background: #ddeffc;
}

table tr td {
  padding: 5px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
}

.noData {
  width: 100%;
  height: 45px;
  margin: 0 auto 20px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #f0f0f0;
}

.noData p {
  text-align: center;
  line-height: 45px;
  font-weight: bold;
  color: #555;
}

.dataWrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.dataWrapper .date {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 10px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #f0f0f0;
}

.dataWrapper .limit {
  width: 390px;
  height: auto;
  margin: 0 15px 0 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  float: left;
}

.dataWrapper .vote {
  width: 390px;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  float: left;
}

.dataWrapper .vote .date p {
  height: 40px;
  line-height: 40px;
  text-align: center;
}

/*過去結果*/
.pastResult .innerWrapper {
  padding: 0 20px 30px;
}

span.small {
  font-size: 14px;
}

table.past {
  width: 800px;
  height: auto;
  margin: 0 auto 10px;
  padding: 0;
  display: block;
  border: 1px solid #9f9f9f;
  font-size: 15px;
}

table.past th.a {
  width: 50px;
}

table.past th.b {
  width: 50px;
}

table.past th.c {
  width: 170px;
}

table.past th.d {
  width: 60px;
}

table.past th.e {
  width: 50px;
}

table.past th.f {
  width: 50px;
}

table.past th.g {
  width: 120px;
}

table.past th.h {
  width: 100px;
}

table.past th.i {
  width: 100px;
}

table.past th.j {
  width: 50px;
}

table.past td:nth-child(2) {
  text-align: center;
}

table.past td {
  text-align: center;
}

table.past td:nth-child(3) {
  text-align: left;
}

table.past tr.raceCol {
  background: #949494;
}

table.past tr.raceCol td {
  text-align: left;
  position: relative;
}

table.past tr.raceCol p {
  width: auto;
  color: #fff;
  display: inline-block;
}

table.past tr.raceCol .link {
  width: auto;
  height: auto;
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 5px;
}

table.past tr.raceCol .link a {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0 20px 0 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  background: url(../img/icon_linkbtn_arr_wh.png) 15px 50% no-repeat #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
}

table.past tr.raceCol .link a:hover {
  opacity: 0.8;
}

table.past tr.dataCol:nth-child(2n) {
  background: #f0f0f0;
}

/*アクセス*/
.accessArea {
  background: #f0f0f0;
}

.accessArea h4 {
  padding: 0 0 0 50px;
  background: url(../img/icon_h4_bread.png) 20px 50% no-repeat;
  margin: 0 auto 10px;
}

.accessArea p {
  padding: 0 20px 30px;
}

.address {
  width: 100%;
  height: 60px;
  margin: 0 0 30px;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.address p.addressTitle {
  width: 10%;
  height: 60px;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #333;
  color: #fff;
  line-height: 60px;
  float: left;
  text-align: center;
}

.address p.addressData {
  width: 90%;
  height: 60px;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #fff;
  color: #333;
  float: left;
  line-height: 60px;
}

/********************
年間スケジュール
*********************/
p.introMsg {
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  padding: 0;
  box-sizing: border-box;
  display: block;
}

.scheduleArea {
  width: 930px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  opacity: 0;
}

.chartHeader {
  width: 100%;
  height: 75px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #555;
  border-radius: 4px 4px 0 0;
}

.chartHeader .sortWrapper {
  width: auto;
  height: auto;
  margin: 0 24px 0 0;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
}

.chartHeader p.sortName {
  width: auto;
  height: 35px;
  margin: 0 8px 0 0;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  line-height: 35px;
  float: left;
}

.chartHeader select {
  width: auto;
  height: 35px;
  margin: 0;
  padding: 0 24px 0 8px;
  box-sizing: border-box;
  border-radius: 3px;
  background: url(../img/icon_arr_down_bk.png) right 8px top 50% no-repeat #fff;
  border: 1px solid #cacaca;
  display: block;
  float: left;
  line-height: 35px;
}

.chartHeader select::-ms-expand {
  display: none;
}

select.yearSelect {
  width: auto;
  height: 35px;
  margin-top:30px;
  margin-right: 25px;
  padding: 0 24px 0 8px;
  box-sizing: border-box;
  border-radius: 3px;
  background: url(../img/icon_arr_down_bk.png) right 8px top 50% no-repeat #fff;
  border: 1px solid #cacaca;
  display: block;
  float: left;
  line-height: 35px;
  position: absolute;
  right: 0;
  top: 0;
}


.chartHeader label.checkBox {
  width: 30px;
  height: 30px;
  margin: 2.5px 0;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  background: #fff;
  float: left;
}

.chartHeader label.checkBox.disabled {
  opacity: 0.3;
  cursor: auto;
}

.chartHeader label.checkBox:hover {
  border: 2px solid #ffd700;
}

.chartHeader label.checkBox:active {
  background: #fff;
}

.chartHeader label.checkBox input[type="checkbox"] {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: block;
  border: none;
  opacity: 0;
}

.chartHeader label.checkBox.checked {
  background: url(../img/icon_chkbox.png) 50% 50% no-repeat #fff;
  background-size: 20px auto;
}

.chartHeader p.sortName {
  width: auto;
  height: 35px;
  margin: 0 8px 0 0;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  line-height: 35px;
  float: left;
}

.chartHeader select {
  width: auto;
  height: 35px;
  margin: 0;
  padding: 0 24px 0 8px;
  box-sizing: border-box;
  border-radius: 3px;
  background: url(../img/icon_arr_down_bk.png) right 8px top 50% no-repeat #fff;
  border: 1px solid #cacaca;
  display: block;
  float: left;
  line-height: 35px;
}

.chartHeader select.ageSelect {
  width: 240px;
  padding: 0 24px 0 8px;
}

.chartHeader select::-ms-expand {
  display: none;
}

.chartHeader label.checkBox {
  width: 30px;
  height: 30px;
  margin: 2.5px 0;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  background: #fff;
  float: left;
}

.chartHeader label.checkBox.disabled {
  opacity: 0.3;
  cursor: auto;
}

.chartHeader label.checkBox:hover {
  border: 2px solid #ffd700;
}

.chartHeader label.checkBox:active {
  background: #fff;
}

.chartHeader label.checkBox input[type="checkbox"] {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: block;
  border: none;
}

.chartHeader label.checkBox.checked {
  background: url(../img/icon_chkbox.png) 50% 50% no-repeat #fff;
  background-size: 20px auto;
}

/*帯広ばんえい以外*/
select.normalSelect {
  width: 240px;
  height: 35px;
  margin: 0;
  padding: 0 24px 0 8px;
  box-sizing: border-box;
  border-radius: 3px;
  background: url(../img/icon_arr_down_bk.png) right 8px top 50% no-repeat #fff;
  border: 1px solid #cacaca;
  display: none;
  float: left;
  line-height: 35px;
}

/*帯広ばんえい専用*/
select.obiSelect {
  width: 240px;
  height: 35px;
  margin: 0;
  padding: 0 24px 0 8px;
  box-sizing: border-box;
  border-radius: 3px;
  background: url(../img/icon_arr_down_bk.png) right 8px top 50% no-repeat #fff;
  border: 1px solid #cacaca;
  display: none;
  float: left;
  line-height: 35px;
}

.cellCol {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 0 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #d0d0d0;
  position: relative;
}

.cellCol:nth-child(2n-1) {
  background: #dfdfdf;
}

.cellCol .month {
  width: 40px;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #555;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d0d0d0;
}

.cellCol .month p {
  width: 100%;
  height: 1.0em;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
}

.cellCol ul.race {
  width: 100%;
  min-height: 110px;
  height: auto;
  margin: 0 auto;
  padding: 10px 7px 0 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  float: left;
  /*地方レース格付け*/
}

.cellCol ul.race li {
  width: 213px;
  height: auto;
  min-height: 89px;
  margin: 0 3px 10px;
  padding: 0 10px 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  border-left: 13px solid #ff6235;
  position: relative;
  float: left;
  border-radius: 3px;
  /*日付・名前*/
  /*重賞格付け*/
  /*東京大賞典のみ*/
  /*牝馬・シリーズ表示*/
}

.cellCol ul.race li.rollover:hover {
  opacity: 0.5;
  transition-duration: 0.3s;
  box-shadow: none;
  cursor: pointer;
}

.cellCol ul.race li:after {
  content: "";
  width: 4.0em;
  height: auto;
  padding: 2px 4px;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 3px;
  font-weight: bold;
  letter-spacing: 0.2pt;
  text-align: center;
  transform: rotate(0.05deg);
}

.cellCol ul.race li p.date {
  padding: 5px 0 0;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
}

.cellCol ul.race li p.name {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 8px 0 3px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 1px dashed #9f9f9f;
  display: block;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: normal;
}

.cellCol ul.race li p.name.small {
  font-size: 0.88em;
}

.cellCol ul.race li p.course {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 8px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  text-align: right;
  font-size: 13.5px;
  font-weight: bold;
  letter-spacing: 0.2pt;
}

.cellCol ul.race li a {
  display: none;
}

.cellCol ul.race li:after {
  content: "";
  width: 4.0em;
  height: auto;
  padding: 2px 4px;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 3px;
  font-weight: bold;
  letter-spacing: 0.2pt;
  text-align: center;
  transform: rotate(0.05deg);
}

.cellCol ul.race li.g1 {
  border-left: 15px solid #268300;
}

.cellCol ul.race li.g1:after {
  content: "GⅠ";
  background: #268300;
}

.cellCol ul.race li.jpn1 {
  border-left: 13px solid #ff6235;
}

.cellCol ul.race li.jpn1:after {
  content: "JpnⅠ";
  background: #ff6235;
}

.cellCol ul.race li.jpn2 {
  border-left: 13px solid #ff6235;
}

.cellCol ul.race li.jpn2:after {
  content: "JpnⅡ";
  background: #ff6235;
}

.cellCol ul.race li.jpn3 {
  border-left: 13px solid #ff6235;
}

.cellCol ul.race li.jpn3:after {
  content: "JpnⅢ";
  background: #ff6235;
}

.cellCol ul.race li.g1Local {
  border-left: 13px solid #ff6235;
}

.cellCol ul.race li.g1Local:after {
  content: "GⅠ";
  background: #ff6235;
}

.cellCol ul.race li .subInfo {
  width: 100%;
  height: 25px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 10px;
}

.cellCol ul.race li .subInfo.mare:before {
  content: "牝馬";
  width: auto;
  height: 25px;
  padding: 0 5px;
  margin: 0 3px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  background: #ffbbbb;
  color: #333;
  border-radius: 3px;
  font-weight: bold;
  letter-spacing: 0.2pt;
  text-align: center;
  line-height: 25px;
}

.cellCol ul.race li .subInfo.gdj:after {
  content: "GDJ";
  width: auto;
  height: 25px;
  padding: 0 5px;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  background: #1a74bc;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  font-size: 0.9em;
}

.cellCol ul.race li .subInfo.ds:after {
  content: "DS";
  width: auto;
  height: 25px;
  padding: 0 5px;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  background: #1a74bc;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  font-size: 0.9em;
}

.cellCol ul.race li .subInfo.tyo:after {
  content: "3YO";
  width: auto;
  height: 25px;
  padding: 0 5px;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  background: #1a74bc;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  font-size: 0.9em;
}

.cellCol ul.race li .subInfo.sss:after {
  content: "SSS";
  width: auto;
  height: 25px;
  padding: 0 5px;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  background: #1a74bc;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  font-size: 0.9em;
}

.cellCol ul.race li .subInfo.future:after {
  content: "2CS/未来";
  width: auto;
  height: 25px;
  padding: 0 5px;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  background: #1a74bc;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  font-size: 0.9em;
}


.cellCol ul.race li .subInfo.onlyfuture:after {
  content: "未来";
  width: auto;
  height: 25px;
  padding: 0 5px;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  background: #1a74bc;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  font-size: 0.9em;
}

.cellCol ul.race li .subInfo.scs:after {
  content: "2CS";
  width: auto;
  height: 25px;
  padding: 0 5px;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  background: #1a74bc;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  font-size: 0.9em;
}

.cellCol ul.race li .subInfo.tss:after {
  content: "3SS";
  width: auto;
  height: 25px;
  padding: 0 5px;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  background: #1a74bc;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  font-size: 0.9em;
}

.cellCol ul.race li.bg1:after {
  content: "BG1";
  background: #949494;
}

.cellCol ul.race li.bg2:after {
  content: "BG2";
  background: #949494;
}

.cellCol ul.race li.bg3:after {
  content: "BG3";
  background: #949494;
}

.cellCol ul.race li.s1:after {
  content: "S1";
  background: #949494;
}

.cellCol ul.race li.s2:after {
  content: "S2";
  background: #949494;
}

.cellCol ul.race li.s3:after {
  content: "S3";
  background: #949494;
}

.cellCol ul.race li.si:after {
  content: "SⅠ";
  background: #949494;
}

.cellCol ul.race li.sii:after {
  content: "SⅡ";
  background: #949494;
}

.cellCol ul.race li.siii:after {
  content: "SⅢ";
  background: #949494;
}

.cellCol ul.race li.m1:after {
  content: "M1";
  background: #949494;
}

.cellCol ul.race li.m2:after {
  content: "M2";
  background: #949494;
}

.cellCol ul.race li.m3:after {
  content: "M3";
  background: #949494;
}

.cellCol ul.race li.sp1:after {
  content: "SPⅠ";
  background: #949494;
}

.cellCol ul.race li.sp2:after {
  content: "SPⅡ";
  background: #949494;
}

.cellCol ul.race li.sp3:after {
  content: "SPⅢ";
  background: #949494;
}

.cellCol ul.race li.h1:after {
  content: "H1";
  background: #949494;
}

.cellCol ul.race li.h2:after {
  content: "H2";
  background: #949494;
}

.cellCol ul.race li.h3:after {
  content: "H3";
  background: #949494;
}

.cellCol ul.race li.js1:after {
  content: "重賞Ⅰ";
  background: #949494;
}

.cellCol ul.race li.js2:after {
  content: "重賞Ⅱ";
  background: #949494;
}
.SP{
  display: none;
}
  
}