@charset "utf-8";

body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;/*Chrome,Safari*/
    -ms-text-size-adjust: 100%;/*EgdeMobile*/
    -moz-text-size-adjust: 100%;/*firefox*/
}

.wrap {
    overflow: hidden;
}
.container {
    max-width: 1200px;
}

.header {
    background: #222;
    color: #FFF;
}

.top-logo {
    width: 70px;
}

.header ul li {
    list-style-type: none;
}

.header ul li a {
    color: #FFF;
}

.sns-icon {
    width: 22px;
}

.event-title .event-title-main {
    font-size: 30px;
    font-weight: bolder;
    color: #222;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.event-title .event-title-sub {
    font-size: 16px;
    font-weight: lighter;
}

p.nav-p {
    font-size: 12px;
    color: #222;
}

.nav-link:hover {
    background: #eee;
} 

span.en-menu {
    font-size: 20px;
    font-family: Impact,Charcoal;
}

img.sliderimg {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.main-contents {
    word-wrap: break-word;
    line-height: 1.75;
}

.main-contents h2 {
    margin-top: 40px;
    font-size:24px;
    font-weight: lighter;
    border-left: 8px solid #222;
    padding: 10px 0 10px 15px;
}

.main-contents h2.top {
    margin-top: 0;
}

/* sidebar */
.sidebar {
    background: #eeeeee;
}

.newstable {
    font-size: 16px;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    max-height: 999999px;
    word-break: break-all;
}

  @media (max-width: 650px) {
    .newstable{
      width: 100%;
      border: 1px solid #dee2e6;
      background: #eee;
    }
    .newstable th,
    .newstable td{
        width: 100%;
        display: block;
        border: none;
    }
    .newstable th {
        width: 100%;
        background: #eee;
    }
    .newstable td {
        border-top: 1px solid #dee2e6;
        background: #FFF;
    }
}

.sidewiget {
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
}

.sidewiget img {
    max-width: 100%;
    height: auto;
    width /***/:auto;
    margin: 0 0 15px 0;
}

.sidewiget iframe {
    max-width: 100%;
    height: auto;
    width /***/:auto;
    margin: 0 0 15px 0;
}

.abouttable {
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
}

.racetable {
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
}

.racetable th, .racetable td, .racetable tr {
    border-right: 1px solid #dee2e6;
}


.page-title {
    background: #eee;
}

.page-title-ja {
    font-size: 22px;
    font-weight: lighter;
}

p.page-title-en {
    font-size: 42px;
    font-family: Impact,Charcoal;
    font-weight: bolder;
}

.side-entry {
    color: #FFF;
    background: #FFF;
    border: 4px solid #222;
}

.side-entry p {
    color: #222222;
    font-size: 20px;
}

.side-entry .desc {
    color: #999;
    font-size: 14px;
}

.se {
    color: #FFF;
    font-size: 16px;
    background: #222;
}

.sred {
    color: red;
}

footer {
    background: #222;
    color: #FFF;
}

.pankuzu {
    font-size: 14px;
    color: #999;
}

.ytwrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 55.10%;
    overflow: hidden;
    border: 4px solid #222;
  }
  
  .ytwrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

.ud {
    text-decoration: underline;
}

.responsive_video { 
    position: relative; 
    padding-bottom: 54.215%; 
    border: 4px solid #222;
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}