@charset "UTF-8";
/*ヘッダー高さ分の余白調整*/
#mainContainer {
  padding: 125px 0 5px; }

/*緊急情報*/
.emWrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  background: #fff; }

.emergency {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  background: #e20613;
  border-radius: 3px; }
  .emergency a {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 35px;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    position: relative; }
    .emergency a:hover {
      transition-duration: 0.8s;
      opacity: 0.7; }
    .emergency a:after {
      content: "";
      width: 25px;
      height: 25px;
      padding: 0;
      margin: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      background: url(../img/icon_emergency.png) 0 0 no-repeat;
      background-size: 25px 25px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }

/*告知情報(緊急外)*/
.emWrapper2 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  background: #fff; }

.emergency2 {
  color: #FFFFFF;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  background: #1a74bc;
  border-radius: 3px; }
  .emergency2 a {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 0px;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    position: relative; }
    .emergency2 a:hover {
      transition-duration: 0.8s;
      opacity: 0.7; }
    .emergency2 a:visited {
      color: #FFFFFF; }
    .emergency2 a:after {
      content: "";
      width: 25px;
      height: 25px;
      padding: 0;
      margin: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }

/*スライドショー*/
.slideBlock {
  width: 100%;
  max-width: 640px;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative; }
  .slideBlock .slide {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: block; }
  .slideBlock .slide img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: block; }

.slick-dots {
  width: 100%;
  height: 6px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center; }
  .slick-dots li {
    width: 20px;
    height: 6px;
    margin: 0 3px;
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
    background: #f0f0f0; }
  .slick-dots li.slick-active {
    background: #ffd700;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3); }
  .slick-dots li button {
    width: 20px;
    height: 8px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: block;
    opacity: 0; }

.slick-next {
  width: 25px;
  height: 100%px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  display: block;
  background: url(../img/icon_arr_next.png) 50% 50% no-repeat rgba(0, 0, 0, 0.2);
  background-size: 12.5px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  cursor: pointer; }

.slick-prev {
  width: 25px;
  height: 100%px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  display: block;
  background: url(../img/icon_arr_prev.png) 50% 50% no-repeat rgba(0, 0, 0, 0.1);
  background-size: 12.5px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  cursor: pointer; }

/*各コンテンツ*/
section.content {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block; }

/*見出し*/
h2 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 10px 0 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font-size: 19.5px;
  position: static;
  color: #333;
  text-align: left; }
  h2.raceIcon {
    background: url(../img/icon_gnavi_08.png) 10px 50% no-repeat;
    background-size: 20px auto; }
  h2.dirtIcon {
    background: url(../img/icon_gnavi_03.png) 10px 50% no-repeat;
    background-size: 20px auto; }
  h2.voteIcon {
    background: url(../img/icon_gnavi_09.png) 10px 50% no-repeat;
    background-size: 20px auto; }
  h2.aboutIcon {
    background: url(../img/icon_gnavi_07.png) 10px 50% no-repeat;
    background-size: 20px auto; }
  h2.topicsIcon {
    background: url(../img/icon_gnavi_10.png) 10px 50% no-repeat;
    background-size: 20px auto; }
  h2.mediaIcon {
    background: url(../img/icon_gnavi_11.png) 10px 50% no-repeat;
    background-size: 20px auto; }
  h2:after {
    display: none; }

/*レース情報*/
.raceInfo {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 10px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative; }
  .raceInfo .tabArea {
    width: 100%;
    height: 40px;
    margin: 2px auto 0;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
    .raceInfo .tabArea li {
      width: 33.33%;
      height: 35px;
      margin: 5px 0 0 0;
      padding: 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      float: left;
      background: #949494;
      border-radius: 3px 3px 0 0;
      box-shadow: -2px 0 1px rgba(0, 0, 0, 0.2) inset; }
      .raceInfo .tabArea li:nth-child(3) {
        box-shadow: 2px 0 1px rgba(0, 0, 0, 0.2) inset; }
      .raceInfo .tabArea li a {
        width: 100%;
        height: 30px;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block;
        text-align: center;
        text-decoration: none;
        color: #fff;
        line-height: 30px;
        font-size: 13px; }
      .raceInfo .tabArea li:hover {
        transition-duration: 0.8s;
        opacity: 0.7; }
      .raceInfo .tabArea li.active {
        height: 40px;
        line-height: 40px;
        margin: 0 0 0 0;
        background: #ffd700;
        color: #333;
        box-shadow: none; }
        .raceInfo .tabArea li.active a {
          height: 40px;
          line-height: 40px;
          color: #333; }
        .raceInfo .tabArea li.active:hover {
          opacity: 1.0; }
  .raceInfo .raceArea {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    border-top: 5px solid #ffd700;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    border-left: 1px solid #333; }
    .raceInfo .raceArea a {
      width: 32%;
      height: auto;
      margin: 0 2% 10px 0;
      padding: 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
      border-radius: 3px;
      text-decoration: none;
      text-align: center;
      float: left; }
      .raceInfo .raceArea a:nth-child(3n) {
        margin: 0 0 10px 0; }
      .raceInfo .raceArea a p.name {
        width: auto;
        height: auto;
        margin: 0 auto;
        padding: 7px 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: inline-block;
        font-size: 18px;
        position: relative; }
        .raceInfo .raceArea a p.name.night {
          padding: 7px 25px 7px 0; }
        .raceInfo .raceArea a p.name.night:after {
          content: "";
          width: 20px;
          height: 20px;
          padding: 0;
          margin: auto;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: block;
          background: url(../img/icon_nightrace.png) 50% 50% no-repeat #1a74bc;
          background-size: 15px 15px;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          border-radius: 50%; }
      .raceInfo .raceArea a p.date {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0 0 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block;
        font-size: 12px;
        text-align: center;
        letter-spacing: 0.01em; }
      .raceInfo .raceArea a.disable {
        border: 1px dotted #949494;
        box-shadow: none; }
        .raceInfo .raceArea a.disable p {
          color: #949494; }

.topics {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 10px;
  box-sizing: border-box;
  display: block; }

ul.topicTab {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 10px 0;
  box-sizing: border-box;
  display: block; }
  ul.topicTab li {
    width: 49%;
    height: auto;
    margin: 0 2% 5px 0;
    padding: 10px 0;
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    background: #949494;
    border-radius: 3px; }
    ul.topicTab li:nth-child(2n) {
      margin: 0 0 5px 0; }
  ul.topicTab li p {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: block;
    color: #fff; }
  ul.topicTab li.active {
    background: #ffd700; }
  ul.topicTab li.active p {
    color: #333; }
  ul.topicTab li.listLink {
    width: 49%;
    height: auto;
    margin: 0 auto;
    padding: 5px 5px;
    box-sizing: border-box;
    display: block;
    background: none;
    border-radius: 0; }
    ul.topicTab li.listLink p {
      width: 100%;
      display: inline-block;
      color: #333;
      text-align: center;
      padding: 5px 15px 5px 0;
      position: relative;
      border-top: 1px dashed #9f9f9f;
      border-bottom: 1px dashed #9f9f9f; }
      ul.topicTab li.listLink p:after {
        content: "";
        width: 8px;
        height: 8px;
        padding: 0;
        margin: auto;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block;
        background: url(../img/icon_linkbtn_arr_bk.png) 0 0 no-repeat;
        background-size: 8px 8px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0; }

.topicsTxt {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0;
  box-sizing: border-box;
  display: block;
  border-top: 3px solid #ffd700;
  border-bottom: 3px solid #ffd700; }
  .topicsTxt ul li {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 8px 20px 10px 10px;
    box-sizing: border-box;
    display: block;
    border-bottom: 1px dashed #9f9f9f;
    position: relative; }
    .topicsTxt ul li:last-child {
      border: none; }
    .topicsTxt ul li:nth-child(2n) {
      background: #f0f0f0; }
    .topicsTxt ul li:after {
      content: "";
      width: 12px;
      height: 12px;
      padding: 0;
      margin: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      background: url(../img/icon_linkbtn_arr02_bk.png) 0 0 no-repeat;
      background-size: 12px 12px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 5px; }
    .topicsTxt ul li :hover {
      opacity: 0.7;
      transition-duration: 0.8s; }
  .topicsTxt li a {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: block;
    text-decoration: none; }
  .topicsTxt p.date {
    width: auto;
    height: 25px;
    margin: 0 auto 5px;
    padding: 0 5px 0 0;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    line-height: 25px; }
    
  /*PC用ボタン・一覧非表示*/
  .topics li.clearfix p.pc_date,
  .topics li.clearfix p.pc_txt,	
  a.linkBtn.topicsLink.pc_linkBtn {	
    display: none; }

  .topicsTxt li.topNews p.date:before {
    content: "!";
    width: 26px;
    height: 26px;
    text-align: center;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    background: #ff6235;
    color: #fff;
    font-size: 11.5px;
    border-radius: 100%; 
    position: absolute;
    border: 2px solid #FFFF00;
    top: 0;
    bottom: 0;
    box-shadow: 0 0 2px #999;
    left: 100%; }

  .topicsTxt li.new p.date:after {
    content: "NEW";
    width: auto;
    height: 20px;
    padding: 0 5px;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background: #1a74bc;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%; }
  .topicsTxt p.txt {
    padding: 0 0 0 3px;
    line-height: 1.3;
    font-weight: normal; }



/*ダートグレード情報*/
.dirtInfo {
  width: 100%;
  height: auto;
  margin: 0 auto 25px;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  background: #fff; }
  .dirtInfo ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: block; }
  .dirtInfo li {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background: #fff;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    position: relative; }
    .dirtInfo li:after {
      content: "";
      width: auto;
      min-width: 3.2em;
      height: auto;
      padding: 2px 4px;
      margin: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: inline-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;
      letter-spacing: 0.02rem;
      text-align: center;
      transform: rotate(0.05deg); }
    .dirtInfo li.jpn1:after {
      content: "JpnⅠ";
      background: #1a74bc; }
    .dirtInfo li.jpn2:after {
      content: "JpnⅡ";
      background: #e05552; }
    .dirtInfo li.jpn3:after {
      content: "JpnⅢ";
      background: #4c9f27; }
    .dirtInfo li.jpn4:after {
      content: "重賞";
      background: #525252; }
    .dirtInfo li.jpn5:after {
      content: "準重賞";
      background: #525252; }
    .dirtInfo li.jg1:after {
      content: "J・GⅠ";
      background: #1a74bc; }
    .dirtInfo li.g1:after {
      content: "GⅠ";
      background: #1a74bc; }
    .dirtInfo li.g2:after {
      content: "GⅡ";
      background: #e05552; }
    .dirtInfo li.g3:after {
      content: "GⅢ";
      background: #4c9f27; }
    .dirtInfo li.g1Local:after {
      content: "GⅠ";
      background: #1a74bc; }
    .dirtInfo li.jpn1Central:after {
      content: "JpnⅠ";
      background: #1a74bc; }
    .dirtInfo li.mare:before {
      content: "牝馬";
      width: auto;
      height: auto;
      padding: 2px 5px;
      margin: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      background: #ffbbbb;
      position: absolute;
      bottom: 5px;
      left: 10px;
      color: #333;
      border-radius: 3px;
      letter-spacing: 0.2pt;
      text-align: center; }
    .dirtInfo li p.name {
      width: 100%;
      height: auto;
      margin: 0 auto;
      padding: 3px 10px 3px 13px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      font-size: 14px;
      letter-spacing: normal; }
    .dirtInfo li p.date {
      padding: 5px 0 0 10px;
      box-sizing: border-box;
      font-size: 13px; }
    .dirtInfo li p.date.near {
      padding: 3px 0 3px 10px;
      border-left: 5px solid #ffd700; }
    .dirtInfo li p.date.near .num {
      padding: 0;
      box-sizing: border-box;
      font-size: 16px;
      font-weight: normal; }
    .dirtInfo li p.course {
      width: auto;
      height: auto;
      padding: 3px 5px;
      margin: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: inline-block;
      color: #333;
      border-radius: 3px;
      letter-spacing: 0.02rem;
      text-align: center;
      transform: rotate(0.05deg);
      position: absolute;
      top: 3px;
      left: 7.7em; }
    .dirtInfo li .linkArea {
      width: 100%;
      height: auto;
      margin: 0 auto;
      padding: 5px 5px;
      box-sizing: border-box;
      display: block;
      border-top: 1px dashed #9f9f9f;
      background: #f0f0f0; }
      .dirtInfo li .linkArea a {
        /*width: 23.5%;*/
        height: 30px;
        margin: 0 2% 0 0;
        padding: 0 15px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block;
        font-size: 14px;
        line-height: 30px;
        background: #fff;
        float: left;
        color: #333;
        text-decoration: none;
        border-radius: 3px;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
        text-align: center; }
        .dirtInfo li .linkArea a:last-child {
          margin: 0; }
        .dirtInfo li .linkArea a:hover {
          transition-duration: 0.8s;
          background: #ffd700; }
        .dirtInfo li .linkArea a.disable {
          background: #cacaca;
          box-shadow: none;
          cursor: text;
          color: #fff; }
          .dirtInfo li .linkArea a.disable:hover {
            opacity: 1.0; }
    .dirtInfo li a {
      width: auto;
      height: auto;
      margin: 0 auto;
      padding: 0;
      box-sizing: border-box;
      text-decoration: none;
      display: block; }

/*もっと地方競馬*/
.about {
  width: 100%;
  height: auto;
  margin: 0 auto 25px;
  padding: 10px 0 0;
  box-sizing: border-box;
  display: block;
  background: #fff; }
  .about ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: block;
    border-bottom: 1px dashed #9f9f9f; }
    .about ul li {
      width: 100%;
      height: 50px;
      margin: 0 auto;
      padding: 0 20px 0 10px;
      box-sizing: border-box;
      display: block;
      border-top: 1px dashed #9f9f9f;
      background: url(../img/icon_linkbtn_arr02_bk.png) no-repeat;
      background-size: 12px 12px;
      background-position: right 5px top 50%; }
      .about ul li:nth-child(2n-1) {
        background-color: #f0f0f0; }
    .about ul li a {
      width: 100%;
      height: 50px;
      margin: 0 auto;
      padding: 10px 0;
      box-sizing: border-box;
      display: block;
      text-decoration: none; }
    .about ul li img.icon {
      width: 30px;
      height: auto;
      margin: 0 10px 0 0;
      padding: 0;
      box-sizing: border-box;
      display: block;
      float: left;
      box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3); }
    .about ul li p {
      width: auto;
      height: 30px;
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      display: block;
      float: left;
      line-height: 30px; }


/* SNS */
.snsArea {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
    font-size: 11px;
}
  .snsArea .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 10px;
  }
  .snsArea iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    width: 100%;
    box-sizing: border-box
  }
  .snsArea li{
    width: calc( 33.33% - 3px);
    display: inline-block;
    /*margin-right: 5px;*/
  }
  .snsArea li:last-child{
    margin-right: 0;
  }
  .snsArea .snsButton{
    /*width: calc( 33.33% - 10px);*/
    /*margin-right: 9px;*/
    display: inline-block;
    background: #999;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 8px #BBB;
  }
  .snsArea .snsButton:hover{
    opacity: 0.75;
  }

  .snsArea .snsButton.snsTwitter{
    background: #000000;
  }
  .snsButton.snsTwitter span.icon:after{
    background: url(../img/icon_X.png);
    content: "";
    display: inline-block;
    width: 29px;
    height: 29px;
    background-size: 29px;
    margin-right: 0px;
  }
  .snsArea .snsButton.snsFacebook{
    background: #3B5998;
  }
  .snsButton.snsFacebook span.icon:after{
    background: url(../img/icon_facebook.png);
    content: "";
    display: inline-block;
    width: 29px;
    height: 29px;
    background-size: 29px;
    margin-right: 10px;
  }
  .snsArea .snsButton.snsInstagram{
    background: #D93177;
  }
  .snsButton.snsInstagram span.icon:after{
    background: url(../img/icon_instagram.png);
    content: "";
    display: inline-block;
    width: 29px;
    height: 29px;
    background-size: 29px;
    margin-right: 10px;
  }
  .snsArea li:last-child .snsButton{
    margin-right: 0;
  }

/*クイックメニュー*/
.quickNavi {
  width: 100%;
  height: 65px;
  margin: 0 auto;
  padding: 7px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #ddd;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 100;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3); }
  .quickNavi .scrollBox {
    width: 100%;
    height: 65px;
    margin: 0 auto;
    padding: 0 0 80px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background: #ddd;
    overflow-y: hidden;
    overflow-x: scroll;
    text-align: center; }
  .quickNavi .sNaviWrapper {
    width: auto;
    height: 65px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    text-align: center;
    letter-spacing: 0;
    white-space: nowrap;
    text-align: center; }
  .quickNavi a.quickCell {
    width: auto;
    min-width: 80px;
    height: 50px;
    margin: 0 5px;
    padding: 5px 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    border-radius: 3px;
    font-size: 1.0em;
    position: relative;
    color: #333;
    background: #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    text-decoration: none; }
    .quickNavi a.quickCell.active {
      background: #ffd700; }
    .quickNavi a.quickCell img.subIcon {
      width: 20px;
      height: auto;
      margin: 0 auto 3px;
      padding: 0;
      box-sizing: border-box;
      display: block; }
    .quickNavi a.quickCell img.subIcona {
      width: 23px;
      height: auto;
      margin: 0 auto 0px;
      padding: 0;
      box-sizing: border-box;
      display: block; }

.nextBtn {
  width: 45px;
  height: 45px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(../img/icon_topsnavi_arr_right.png) 30% 50% no-repeat #949494;
  background-size: 12px auto;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 110;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3); }
  .nextBtn.disable {
    opacity: 0.3; }

.prevBtn {
  width: 45px;
  height: 45px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(../img/icon_topsnavi_arr_left.png) 70% 50% no-repeat #949494;
  background-size: 12px auto;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 110;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3); }
  .prevBtn.disable {
    opacity: 0.3; }




section.content.enjoyArea{
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}
  a.linkBtn {
    width: auto;
    height: 35px;
    min-height: 35px;
    margin: 0;
    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;
    border-radius: 3px;
    color: #fff;
    line-height: 35px;
    font-size: 14px;
    vertical-align: top;
    text-decoration: none;
    text-align: left; }
    a.linkBtn:hover {
      transition-duration: 0.8s;
      opacity: 0.7; }
    a.linkBtn.topicsLink {
      position: absolute;
      top: 0;
      right: 0; }

  .enjoyArea .linkBtn{
    position: absolute;
    top: 8px;
    right: 8px;
    margin-top: 220px;
  }

  ul.linkListWrapper{
    clear: both;
    width: 100%;
    box-sizing: border-box;
    margin: 15px 0 15px;
  }
  ul.linkListWrapper:last-child{
    margin-bottom: 0;
  }
  ul.linkListWrapper li{
    width: calc(50% - 3px);
    height: 80px;
    height: 80px;
    float:left;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    box-shadow: 1px 1px 4px #CCC;
    background: #FFF;
    border: 3px solid rgba(255,255,255,0);
    box-sizing: border-box;
  }

  ul.linkListWrapper li.low{
    height: 60px;
  }

  ul.linkListWrapper li:nth-child(2n){
    margin-right: 0;
  }



  ul.linkListWrapper li a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;
    color: black;
    text-decoration: none;
    
  }

  ul.linkListWrapper li.low a img{
    height: 40px;
  }
  ul.linkListWrapper li a img{
    height: 60px;
  }


/*もっと！地方競馬*/
.aboutSlide {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
  box-sizing: border-box;
  display: block;
  position: relative; }
  .aboutSlide .slide {
    width: 40%;
    height: auto;
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;
    display: block;
    background: #f0f0f0; }
    .aboutSlide .slide img {
      width: 100%;
      height: auto;
      margin: 0 auto;
      padding: 0;
      box-sizing: border-box;
      display: block; }

    .aboutSlide .slick-list {
    padding: 0 20% 0 0!important;
    }


    header.header_top.active{
      top: 0px;
      position: fixed;
    }
    header.header_top.open{
      top: 0px;
      position: fixed;
    }

    header.header_top{
      top: auto;
      position: relative;
    }  
   .quickNavi{
    top: 0px;
   }
   .quickNavi.active{
    top: 60px;
   }
   #mainContainer.active{
    padding: 125px 0 5px;
   }
   #mainContainer{
    padding: 65px 0 5px;
   }


    .goto_pc {
    box-sizing: 90%;
    display: block;
    margin:  10px; 
    text-decoration: none;
    text-align: center;
    background: #dfdfdf;
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 7px;
    padding-right: 7px;
    border-bottom: solid 5px #313131;
    border-right: solid 5px #313131;
    border-radius: 10px
    
    }
    a.goto_pc:visited{
      color: #000000;;
    }