/* index */

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
/*sp------------------------------------------------------------------------------*/
@media(max-width:767.9px){
  .pc_infoContainer,
.pc_mainContainer
.PC
{
  display: none;
}

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
#mainContainer.top {
  padding-top: 60px;
  min-width: 320px;
  margin-bottom: 0;
}
#mainContainer.top article {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
#mainContainer.top article.map_bg {
  background-image: url("../img/guide/guide_bg1.png");
}
#mainContainer.top article.event_bg {
  background-image: url("../img/guide/guide_bg2.png");
}

.title {
  width: 100%;
  padding-top: 22%;
}
.title__textWrap {
  width: 60%;
  margin: 0 auto;
}
.title__balloon {
  width: 33.75%;
  position: absolute;
  top: 2%;
  right: -2%;
}
.title__balloon img {
  width: 100%;
  display: block;
}
.title .guideSubtitle {
  display: block;
  width: 28.75vw;
  text-align: center;
  margin: 0 auto 5%;
}
.title .guideSubtitle img {
  width: 100%;
  display: block;
}
.title .guideTitle {
  padding-bottom: 10%;
  border-bottom: 4px dotted #000;
  margin-bottom: 39px;
}
.title .guideTitle img {
  width: 100%;
  display: block;
}

.title__goma {
  width: 18.6%;
  max-width: 100px;
  position: absolute;
  top: -65%;
  left: -5%;
}
@media print, screen and (max-width: 600px) {
  .title__goma {
    top: -55%;
  }
}
@media print, screen and (max-width: 500px) {
  .title__goma {
    top: -45%;
  }
}
@media print, screen and (max-width: 450px) {
  .title__goma {
    top: -30%;
  }
}
@media print, screen and (max-width: 390px) {
  .title__goma {
    top: -22%;
  }
}
.title__goma img {
  width: 100%;
  display: block;
}

.mapWrapper {
  position: relative;
  padding-top: 10.1%;
  padding-bottom: 42px;
}
.mapWrapper .boxBalloonWrap {
  width: 100%;
}
.mapWrapper .boxBalloon {
  background: #FFF;
  width: 82.8%;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  box-shadow: -3px 4px rgba(57, 57, 57, 0.2);
  z-index: 5;
}
.mapWrapper .boxBalloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -94px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 94px 13.5px 0 13.5px;
  border-color: #ffffff transparent transparent transparent;
}
.mapWrapper .boxBalloon::before {
  content: "";
  position: absolute;
  left: 49.5%;
  bottom: -94px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 94px 13.5px 0 13.5px;
  border-color: rgba(57, 57, 57, 0.2) transparent transparent transparent;
}
.mapWrapper .boxBalloon__title {
  background: #000;
  color: #FFF;
  border-radius: 20px;
  width: 56.6%;
  max-width: 200px;
  text-align: center;
  padding: 9px 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: -2px 2.5px rgba(57, 57, 57, 0.2);
}
.mapWrapper .boxBalloon__title img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.mapWrapper .boxBalloon__img {
  width: 19%;
  position: absolute;
  top: -60%;
  right: -15%;
}
.mapWrapper .boxBalloon__img img {
  width: 100%;
  display: block;
}
.mapWrapper .boxBalloon__list {
  padding: 29px 25px 25px;
  column-count: 3;
  column-width: auto;
}
@media print, screen and (max-width: 450px) {
  .mapWrapper .boxBalloon__list {
    column-count: 2;
  }
}
.mapWrapper .boxBalloon__list__item {
  width: 100%;
  margin-bottom: 12px;
}
.mapWrapper .boxBalloon__list .boxBalloon__list__item span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.mapWrapper .boxBalloon__list__item:hover .num-circle {
  background: #5c79f5;
}
.mapWrapper .boxBalloon__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: inherit;
  width: 100%;
  transition: 1s;
}
.mapWrapper .boxBalloon__num {
  margin-right: 3px;
}
.mapWrapper .map {
  width: 89%;
  margin: 36px auto 0;
  position: relative;
}
.mapWrapper .map svg {
  width: 100%;
  display: block;
}
.mapWrapper .map svg a {
  text-decoration: none;
}
.mapWrapper .map .goma_surprised {
  position: absolute;
  width: 16.6%;
  max-width: 95px;
  left: 15px;
  top: 30px;
}
.mapWrapper .map .goma_surprised img {
  width: 100%;
  display: block;
}

.num-circle {
  background: #F66C3B;
  width: 16px;
  height: 16px;
  font-size: 6px;
  border-radius: 50%;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s;
}
.num-circle a {
  text-decoration: none;
  color: inherit;
}
.num-circle--active {
  background: #5c79f5;
}

.event {
  background: repeating-linear-gradient(-45deg, #03BB7C 0, #03BB7C 10px, #00c985 0, #00c985 15px);
  width: 100%;
  height: 45px;
}
.event__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.event__title {
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 12px;
}
.event__title img {
  width: 100%;
  display: block;
}
.event__title h3 {
  border-bottom: none;
}
.event__balloon {
  position: absolute;
  width: 36.7%;
  top: -20px;
  transform: translateY(-50%);
  right: 0;
}
.event__balloon img {
  width: 100%;
  display: block;
}

.innerWrapper.event-main {
  padding: 20% 0 28%;
  width: 87.5%;
  position: relative;
}
.event-main .goma_happy {
  position: absolute;
  width: 14%;
  max-width: 90px;
  top: 7.5%;
  right: 0;
  z-index: 2;
}
@media print, screen and (max-width: 580px) {
  .event-main .goma_happy {
    top: 6%;
  }
}
@media print, screen and (max-width: 400px) {
  .event-main .goma_happy {
    top: 5%;
  }
}
.event-main .goma_happy img {
  width: 100%;
  display: block;
}
.event-main__flag {
  width: 42%;
}
.event-main__flag img {
  width: 100%;
  display: block;
}
.event-main__list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 4px;
  margin-bottom: 53px;
}
.event-main__list:last-of-type {
  margin-bottom: 0;
}
.event-main__list__item {
  flex: 0 0 49%;
  height: 170px;
  background: #FFF;
  margin-left: 2%;
  margin-bottom: 4%;
  box-shadow: 2px 2px rgba(57, 57, 57, 0.18);
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 11px;
}
.event-main__list__item:nth-child(odd) {
  margin-left: 0;
}
.event-main__list__item::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #007bff transparent;
  position: absolute;
  right: 9px;
  bottom: 8px;
}
.event-main .event-blue div.dark-bg {
  background: #0074E0;
}
.event-main .event-blue::after {
  border-color: transparent transparent #0074E0 transparent;
}
.event-main .event-pink div.dark-bg {
  background: #FB2D98;
}
.event-main .event-pink::after {
  border-color: transparent transparent #FB2D98 transparent;
}
.event-main__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.event-main__text {
  padding: 7px 10px;
  letter-spacing: 0.05em;
}
.event-main .dark-bg {
  color: #FFF;
  padding: 5px 9px;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.event-main .grey-bg {
  background: #EDEFF1;
  color: #004EA2;
  padding: 3.5px 0 3.5px 9px;
  font-size: 10px;
  letter-spacing: 0.05em;
}
.event-main .goma_eat {
  position: absolute;
  width: 18.5%;
  max-width: 104px;
  bottom: -2%;
}
.event-main .goma_eat img {
  width: 100%;
  display: block;
}


#infoContainer {
  padding: 110px 0 0 0; }
.innerWrapper {
  padding: 10px; }
.mb1em {
  margin-bottom: 1em !important; }
.mb2em {
  margin-bottom: 2em !important; }

/*h2*/
.pageHeader {
  background: url(../img/dirtrace/pic_dirtrace_h2bg.jpg) 50% 50% no-repeat;
  background-size: cover; }

/*コンテンツ内ボタン汎用*/
.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: 100%;
    height: auto;
    text-align: center;
    display: inline-block; }
    .btnWrapper.top.map{
      padding:0;
    }
  .btnWrapper a.linkBtn {
    width: 100%;
    height: 35px;
    min-height: 30px;
    margin: 0 auto 10px;
    padding: 0 15px 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_sp.png) 15px 50% no-repeat #333;
    background-size: 8px auto;
    border-radius: 3px;
    color: #fff;
    line-height: 35px;
    font-size: 14px;
    vertical-align: top;
    text-decoration: none;
    text-align: left; }
    .btnWrapper.top a.linkBtn {
      width: 100%; }
    .btnWrapper a.linkBtn.small {
      width: 52%;
      text-align: center;
      background-image: none;
      padding: 0 15px 0 15px; }
      .btnWrapper a.linkBtn.small:before {
        content: "";
        background: url(../img/icon_linkbtn_arr_wh_w.png) no-repeat top left / contain;
        display: inline-block;
        width: 8px;
        height: 10px;
        padding-left: 10px; }
.btnWrapper.grandprix a.linkBtn {
  display: block;
  margin: 0 auto 15px;
  width: 100%;
  width: 100%;
  height: 35px;
  min-height: 30px;
  margin: 0 auto 10px;
  padding: 0 15px 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_w.png) 15px 50% no-repeat #333;
  background-size: auto;
  background-size: 8px auto;
  border-radius: 3px;
  color: #fff;
  line-height: 35px;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
  text-align: left; }
.dataArea ul.chart {
  min-width: 300px;
  font-size: 13px; }

/*ページトップ写真*/
.topPicArea {
  width: 100%;
  height: auto;
  max-height: 200px;
  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%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block; }

/*コースタイトル*/
.courseTitle {
  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: #333; }
  .courseTitle .titleWrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 5px 10px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block; }
  .courseTitle h2 {
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    padding: 10px 0 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 0.1px;
    position: static;
    text-align: left; }
  .courseTitle span.courseNum {
    width: 30px;
    height: 30px;
    margin: auto;
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
    background: #1a74bc;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1px;
    text-align: center;
    display: inline-block;
    vertical-align: bottom; }
  .courseTitle p {
    width: 100%;
    height: auto;
    margin: 0 auto 5px;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block; }
  .courseTitle a.official {
    width: 47%;
    height: 35px;
    min-height: 35px;
    margin: 0 auto 0;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    background: url(../img/icon_linkbtn_arr_wh_w.png) 15px 50% no-repeat #1a74bc;
    background-size: 8px auto;
    border-radius: 3px;
    color: #fff;
    line-height: 35px;
    font-size: 14px;
    vertical-align: top;
    text-decoration: none;
    text-align: center;
    background-image: none; }
    .courseTitle a.official:before {
      content: "";
      background: url(../img/icon_linkbtn_arr_wh_w.png) no-repeat top left / contain;
      display: inline-block;
      width: 8px;
      height: 10px;
      padding-left: 5px; }

/*プルダウンメニュー*/
.courseSubMenu {
  width: 47%;
  height: auto;
  margin: auto auto auto 10px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  position: relative;
  position: absolute;
  top: calc( 100% - 50px );
  right: 10px;
  z-index: 20; }
  .courseSubMenu .menuTitle {
    width: 100%;
    height: 35px;
    margin: 0 auto;
    padding: 0 0 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background: #1a74bc;
    text-align: left;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer; }
    .courseSubMenu .menuTitle p {
      width: auto;
      height: auto;
      margin: 0 auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      background: url(../img/icon_menu_arr_down_wh_w.png) 0 50% no-repeat;
      background-size: 8px auto;
      color: #fff;
      font-size: 14px;
      font-weight: normal;
      line-height: 35px;
      text-align: center;
      z-index: 10;
      position: relative;
      background-image: none;
      padding: 0 10px 0 10px; }
      .courseSubMenu .menuTitle p:before {
        content: "";
        background: url(../img/icon_linkbtn_arr_wh_w.png) no-repeat top left / contain;
        display: inline-block;
        width: 8px;
        height: 10px;
        padding-left: 5px; }
  .courseSubMenu ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 5px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: none;
    background: #f0f0f0;
    position: relative;
    z-index: 10; }
    .courseSubMenu ul li {
      padding: 0 0 0; }
  .courseSubMenu a {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 7px 8px 7px 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    text-decoration: none;
    color: #333;
    border-left: 5px solid #f0f0f0; }
  .courseSubMenu span.menuNum {
    width: 25px;
    height: 25px;
    margin: 0 7px 0 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #1a74bc;
    line-height: 25px; }
.courseSubMenu.open p {
  padding: 0 7px 0 7px; }
  .courseSubMenu.open .menuTitle p:before {
    content: "";
    background: url(../img/icon_menu_arr_up_wh.png) no-repeat top left / contain;
    display: inline-block;
    width: 10px;
    height: 8px;
    padding-left: 5px; }
  #wall.open {
    width: 100vw;
    height: 100vh;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    display: block; }

/*競馬場紹介*/
.facilityWrapper img {
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block; }

/*場内施設*/
article.facilityArea {
  background: #fff; }
.colWapper {
  width: 100%;
  height: auto;
  margin: 0 auto 2em;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block; }

  .jockey_space_sp{
    margin:0 auto;
  }
  .colWapper p {
    margin: 0 auto 1em; }
  .colWapper .itemCell {
    width: 100%;
    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;
    border-radius: 3px;
    background: #f0f0f0; }
    .colWapper .itemCell:nth-child(3n) {
      margin: 0 0 20px 0; }
    .colWapper .itemCell img.cellPic {
      max-width: 300px;
      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%;
      font-weight: bold;
      margin: 0 auto;
      padding: 0 0 10px 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      font-size: 15px;
      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; }

/*コース画像*/
img.coursePic {
  width: 100%;
  height: auto;
  margin: 1em auto 2em;
  padding: 0;
  display: block; }

/*コースデータ*/
.courseWrapper {
  margin: 1em auto 0; }
  .courseWrapper h3 {
	margin: 2em auto 10px;
   }
table.courseData {
  width: 100%;
  max-width: 475px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #9f9f9f;
  font-size: 14px;
  float: left;
  margin-bottom: 20px;
}
  table.courseData th {
    background: #555;
    color: #fff;
    padding: 7px 0;
    text-align: center;
    border-right: 1px solid #9f9f9f; }
  table.courseData tr th:last-child {
    border: none; }
  table.courseData tr td {
    padding: 7px 12px;
	vertical-align: top;
    border-right: 1px solid #9f9f9f;
    text-align: left; }
  table.courseData tr td:nth-child(2) {
    text-align: left; }
  table.courseData tr:nth-child(2n) {
    background: #f0f0f0; }
  table.courseData th.a {
    width: 110px; }

/*レコードデータ*/
table.recordData {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: inline-grid;
  border: 1px solid #9f9f9f;
  font-size: 15px;
  float: left; }
  table.recordData th {
    background: #555;
    color: #fff;
    padding: 7px 0;
    text-align: center;
    border-right: 1px solid #9f9f9f; }
  table.recordData tr th:last-child {
    border: none; }
  table.recordData tr td {
    padding: 5px 10px;
    border-right: 1px solid #9f9f9f;
    text-align: center; }
  table.recordData tr:nth-child(2n) {
    background: #f0f0f0; }


/*騎手紹介*/
.colWapper.jockey_box {
  margin-bottom: 10px; }
.jockeyCell {
  width: 100%;
  height: auto;
  margin: 0 10px 10px 0;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: flex;
  position: relative;
  background: #f0f0f0;
  align-items: flex-start; }
  .jockeyCell:last-child {
    margin: 0 0 10px; }
  .jockeyCell img.jockeyPic {
    height: auto;
    margin: 0 15px 0 auto;
    padding: 0;
    display: block;
    max-width: 140px;
    width: 40%; }
  .jockeyCell .jockeyTxt {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0;
    display: block; }
    .jockeyCell .jockeyTxt p {
      width: 100%;
      height: auto;
      margin: 0 auto;
      padding: 0 4px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block; }
  .jockeyCell h4.jockeyName {
    width: 100%;
    margin: 2px auto 8px;
    padding: 0px 55px 0px 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    border-left: 2px solid #1a74bc;
    border-bottom: none;
    font-size: 16px;
    line-height: 1.4; }
    .jockeyCell h4.jockeyName span.graduate {
      font-size: 12px;
      display: block; }
    .jockeyCell h4.jockeyName font {
      font-size: 12px;
      display: block; }
  .jockeyCell .uniform {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    padding: 5px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 10px;
    right: 10px; }
    .jockeyCell .uniform img {
      width: 31px;
      height: 31px;
      margin: 1px auto;
      padding: 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block; }


/*騎手成績・調教師成績*/
article.resultArea {
  background: #fff; }



/*アクセス*/
.accessArea {
  background: #f0f0f0; }
  .accessArea .innerWrapper {
    padding-top: 20px;
    width: 100%; }
  .accessArea h4 {
    padding: 0 0 0 35px;
    font-size: 15px;
    background: url(../img/icon_h4_bread.png) 0px 50% no-repeat;
    margin: 0 auto 10px; }
  .accessArea p {
    padding: 0 20px 20px; }
.googleMap {
  width: 100%;
  height: auto;
  margin: 0 auto 2em;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block; }
  .googleMap iframe {
    max-width: 100%;
    height: 300px; }

/*場外発売場*/
h4 {
  width: 100%;
  height: auto;
  margin: 15px auto 15px;
  padding: 0 0 0 3px;
  border-bottom: 1px solid #333;
  font-weight: normal;
  font-size: 16px; }
.raceMapTable {
  width: 100%;
  margin-bottom: 2em;
 font-size: 13px;
  }
  .raceMapTable tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column-reverse; }
  .raceMapTable td {
    margin-bottom: 1em;
    display: block;
    }
    .raceMapTable iframe {
      width: 100%;
      max-width: 100%;
      height: 250px; }


      /*成績表*/
table.resulut {
  width: 800px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: block;
  border: 1px solid #9f9f9f;
  font-size: 15px; }
  table.result th {
    background: #555;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    border-right: 1px solid #9f9f9f; }
  table.result tr th:last-child {
    border: none; }
  table.result tr td {
    padding: 5px 10px;
    border-right: 1px solid #9f9f9f;
    text-align: center; }
    table.result tr td:nth-child(2) {
      text-align: left; }
  table.result tr:nth-child(2n) {
    background: #f0f0f0; }
  table.result th.a {
    width: 80px; }
  table.result th.b {
    width: 270px; }
  table.result th.c {
    width: 90px; }
  table.result th.d {
    width: 90px; }
  table.result th.e {
    width: 90px; }
  table.result th.f {
    width: 90px; }
  table.result th.g {
    width: 90px; }
  table.result th.h {
    width: 90px; }

  article div.scroll{
    overflow-x: scroll;
    white-space: nowrap;
    margin-bottom: 20px;
    width: 100%;
    
  }

  article div.scroll.record table{
    white-space: nowrap;
    text-align: center;
    
  }
  article div.scroll.record{
    white-space: nowrap;
    text-align: center;
    display: inline-grid;
  }
table.trainer{
  border-right: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
}
div.course_date{
  white-space: nowrap;
  text-align: center;
  display: flex;
}

.PC
{
  display: none;
}


    }