.kv_block .block1 {
  position: relative;
}
.kv_block .block1 #toggle-menu {
  position: fixed;
  z-index: 9999;
  background: #e4103d;
}
@media (min-width: 0px) {
  .kv_block .block1 #toggle-menu {
    right: 15px;
    top: 15px;
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 768px) {
  .kv_block .block1 #toggle-menu {
    right: 20px;
    top: 20px;
    height: 80px;
    width: 80px;
  }
}
.kv_block .block1 #toggle-menu #toggle-menu-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 0px) {
  .kv_block .block1 #toggle-menu #toggle-menu-inner {
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 768px) {
  .kv_block .block1 #toggle-menu #toggle-menu-inner {
    height: 80px;
    width: 80px;
  }
}
.kv_block .block1 #toggle-menu #toggle-menu-inner img {
  width: 38px;
}
@media (min-width: 0px) {
  .menu-overlay {
    display: block;
    transition: all 0.5s ease;
    background: rgba(0,0,0,0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 15px;
    padding-top: 85px;
    top: 0;
    right: -100%;
    z-index: 9998;
  }
  .menu-overlay a.button {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .menu-overlay.active {
    right: 0;
    transform: translateZ(0);
    visibility: visible;
  }
  .menu-overlay ul.mobile-menu li {
    padding: 1rem 0;
    border-bottom: 1px solid #999;
    font-family: 'myriad-pro-condensed', 'sans-serif';
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.25em;
  }
  .menu-overlay ul.mobile-menu li a {
    line-height: 1.25em;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    display: block;
  }
}
@media (min-width: 768px) {
  .menu-overlay {
    display: block;
    transition: all 0.5s ease;
    background: rgba(0,0,0,0.8);
    position: fixed;
    width: 50%;
    height: 100%;
    padding-right: 90px;
    padding-left: 50px;
    padding-top: 160px;
    top: 0;
    right: -50%;
    z-index: 9998;
  }
  .menu-overlay a.button {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .menu-overlay.active {
    right: 0;
    transform: translateZ(0);
    visibility: visible;
  }
  .menu-overlay ul.mobile-menu {
    width: 510px;
  }
  .menu-overlay ul.mobile-menu li {
    padding: 1rem 0;
    border-bottom: 1px solid #999;
    font-family: 'myriad-pro-condensed', 'sans-serif';
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25em;
  }
  .menu-overlay ul.mobile-menu li a {
    line-height: 1.25em;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    display: block;
  }
}
@media (min-width: 0px) {
  #toggle-menu-inner {
    background: url("../images/icon-hamburger.svg") no-repeat center;
    background-size: 20px 20px;
    transition: 0.3s ease all;
  }
  #toggle-menu-inner.active {
    background: url("../images/icon-x.svg") no-repeat center;
    background-size: 12px 12px;
  }
}
@media (min-width: 768px) {
  #toggle-menu-inner {
    background: url("../images/icon-hamburger.svg") no-repeat center;
    background-size: 40px 40px;
    transition: 0.3s ease all;
  }
  #toggle-menu-inner.active {
    background: url("../images/icon-x.svg") no-repeat center;
    background-size: 25px 25px;
  }
}
.pcimage_block img,
.spimage_block img {
  cursor: pointer;
}
.entrylist h3 {
  text-align: center;
  margin-bottom: 20px;
  color: #444;
}
@media (min-width: 0px) {
  .entrylist h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .entrylist h3 {
    font-size: 25px;
  }
}
@media (min-width: 0px) {
  .entrylist {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .entrylist {
    margin-bottom: 60px;
  }
}
.entrylist:last-child {
  margin-bottom: 0;
}
@media (min-width: 0px) {
  .table {
    overflow-x: scroll;
  }
}
@media (min-width: 768px) {
  .table {
    overflow: auto;
  }
}
.table table {
  background: #fafafa;
  border-collapse: collapse;
}
@media (min-width: 0px) {
  .table table {
    width: 734px;
  }
  .table table tr:nth-child(2n) td {
    background: #fff;
  }
  .table table tr th,
  .table table tr td {
    border: 1px solid #ccc;
    padding: 7px 10px;
  }
  .table table tr th {
    background: #e4103d;
    color: #fff;
    font-weight: bold;
  }
  .table table tr th.th-no,
  .table table tr th.th-year {
    width: 50px;
  }
  .table table tr th.th-team {
    width: 120px;
    text-align: left;
  }
  .table table tr th.th-car {
    width: 227px;
    text-align: left;
  }
  .table table tr th.th-year {
    width: 60px;
  }
  .table table tr th.th-pref,
  .table table tr th.th-country,
  .table table tr th.th-color {
    width: 100px;
  }
  .table table tr td.td-no,
  .table table tr td.td-pref,
  .table table tr td.td-country,
  .table table tr td.td-color,
  .table table tr td.td-year {
    text-align: center;
  }
  .table table tr td a {
    color: #36c;
  }
  .table table tr td a:hover {
    opacity: 0.9;
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .table table {
    width: 100%;
  }
  .table table tr:nth-child(2n) td {
    background: #fff;
  }
  .table table tr th,
  .table table tr td {
    border: 1px solid #ccc;
    padding: 7px 10px;
  }
  .table table tr th {
    background: #e4103d;
    color: #fff;
    font-weight: bold;
  }
  .table table tr th.th-no,
  .table table tr th.th-year {
    width: 8%;
  }
  .table table tr th.th-team {
    width: 14%;
    text-align: left;
  }
  .table table tr th.th-car {
    width: 40%;
    text-align: left;
  }
  .table table tr th.th-pref,
  .table table tr th.th-country,
  .table table tr th.th-color {
    width: 10%;
  }
  .table table tr td.td-no,
  .table table tr td.td-pref,
  .table table tr td.td-country,
  .table table tr td.td-color,
  .table table tr td.td-year {
    text-align: center;
  }
  .table table tr td a {
    color: #36c;
  }
  .table table tr td a:hover {
    opacity: 0.9;
    text-decoration: underline;
  }
}
@media (min-width: 0px) and (min-width: 0px) {
  .table table th,
  .table table td {
    font-size: 14px;
  }
}
@media (min-width: 0px) and (min-width: 768px) {
  .table table th,
  .table table td {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  .table table th,
  .table table td {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .table table th,
  .table table td {
    font-size: 16px;
  }
}
div.pp_default .pp_content_container .pp_details {
  display: none;
}
