@charset "utf-8";

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}
#content .tableArea th {
  word-break: normal;
  overflow-wrap: anywhere;
}
#content .tableArea td {
  white-space: nowrap;
}
#content .tableArea tbody tr:first-child {
  background: initial;
}
.itemsPoint a,
#content .tableArea tbody tr a {
  color: #557cfd;
}
.itemsPoint a:hover {
  color: #557cfd;
}
.detailLink a:hover {
  color: #00822d;
}
table.mercedes thead tr th.sorting {
  width: 15%;
}
table.mercedes thead tr th:nth-last-child(2) {
  width: 100px;
}
table.mercedes thead tr.custom_width th:nth-last-child(2) {
  width: 98px;
}
table.mercedes thead tr th:nth-last-child(1) {
  width: 45px;
}
#stats_menu_link:before {
  font-family: "FontAwesome";
  content: "\f18e";
  margin-right: 5px;
}
#stats_menu_link {
  position: fixed;
  font-size: 0.9rem;
  bottom: 10px;
  left: 0px;
  padding: 4px 10px;
  background: #d1e4c3;
  opacity: 0.9;
  color: #46672e;
}

.drawer-open {
  overflow: hidden !important;
}
.drawer-open .drawer-overlay {
  display: block;
}
.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
  transform: translateX(-100%); /* 初期は左に隠す */
  transition: transform 0.4s cubic-bezier(0.1, 0.57, 0.1, 1);
}
.drawer-open .drawer-nav {
  transform: translateX(0); /* 開いたときスライドイン */
}
.drawer-menu {
  will-change: transform;
  max-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.drawer-brand {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}
.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}
@media screen and (max-width: 750px) {
  #content .tableArea th {
    font-size: 10px;
  }
  .drawer {
    z-index: 10000;
    display: block;
  }
  .drawer-nav{
    z-index: 999!important;
  }
  .drawer-overlay{
    z-index: 998!important;
  }
  .drawer .drawer-menu > li {
    height: auto;
    float: none;
    padding: 5px;
    line-height: normal;
  }
  .drawer .drawer-menu > li > a {
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    color: #333;
    height: auto;
    border-bottom: 1px dashed #ccc;
    white-space: normal;
    word-break: keep-all;
  }
  .drawer .drawer-menu > li > a .fa {
    height: auto;
    color: #00822d;
    vertical-align: baseline;
  }
  .drawer .drawer-menu > li:first-child {
    background: #d1e4c3;
  }
  .drawer .drawer-menu > li:first-child .drawer-brand,
  .drawer .drawer-menu > li:first-child .drawer-brand a {
    color: #46672e;
    line-height: 36px;
    font-size: 18px;
  }
  .drawer .drawer-close {
    color: #3c3c3c;
    float: right;
  }
  .drawer-arrow {
    height: auto;
    vertical-align: baseline;
  }
}

@media print {
  header, footer,
  a[id^=to_],
  #realtime_btn,
  #content .print, 
  #content p .lead, 
  #content .clearfix .itemsPoint,
  .subCont, 
  .vue-sticky-placeholder,
  .breadCrumb {
    display: none;
  }
  #content {
    width: auto;
    padding-bottom: 0;
    position: unset;
  }
  .chart_font th > span{
    font-size:20px;
  }
  #content .chartTable td a, #content .chartTable td:nth-of-type(1) {
    font-size: 20px;
  }
  #content .chartTable td:nth-of-type(n+3) {
    font-size: 16px;
  }
  #content .chartTable th > span {
    height: 20em;
    font-size: 15px;
  }
  /* pagenation */
  .pager li.active a {
  	font-weight: 900;
  	border-bottom: 2px solid #333;
  }
  /* chart */
  .chart {
    zoom: 0.55;
    overflow: auto;
  }
  .lang-en .chart {
    zoom: 0.5;
  }
  .chart table th:nth-child(n+3) {
    padding: 0.2em 0!important;
  }
  /* summary */
  .lang-en .summary {
    zoom: 0.9;
  }
  /*result*/
  .results table td:nth-child(4) {
    color: transparent;
    font-size: 0px!important;
  }
  .results table td:nth-child(4) div {
    display: block;
    font-size: 12.6px;
    align-items: center;
  }
  .live_link_area {
    display: none;
    opacity: 0;
  }
}

/* buttons */
.toolbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.toolbox .print {
  font-size: 1rem;
  cursor: pointer;
}
.toolbox .print i {
  color: #00822d;
  vertical-align: middle;
}