@charset "UTF-8";
/* ---------- font --------- */
/* ---------- common --------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  color: #323232;
  font-size: 14px;
  line-height: 1.8;
  font-family: Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
}

a {
  color: #323232;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  /*-webkit-transition:all .7s;
  -moz-transition:all .7s;
  -ms-transition:all .7s;
  transition:all .7s;*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
a:focus {
  outline: none;
}

:focus {
  outline: none;
}

.red {
  color: #cc3300;
}

.pure-menu-heading {
  text-transform: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c8c8c8;
  margin: 40px 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1.0;
}

ul, li, div, p, table, tr, td {
  margin: 0;
  padding: 0;
  list-style: none;
}

strong {
  font-weight: bold;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.inner {
  position: relative;
  overflow: hidden;
  *zoom: 1;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.hidden-sp {
  display: none !important;
}

@media screen and (min-width: 568px) {
  .visible-sp {
    display: none !important;
  }

  .hidden-sp {
    display: block !important;
  }

  .inner {
    width: 1024px;
    margin: 0 auto;
  }

  .f-left {
    float: left;
  }

  .f-right {
    float: right;
  }
}
/* ----------- header + footer ----------- */
header {
  background: #FFF;
  -moz-box-shadow: 0 2px 4px 1px #8a8a8a;
  -webkit-box-shadow: 0 2px 4px 1px #8a8a8a;
  box-shadow: 0 2px 4px 1px #8a8a8a;
  position: relative;
  z-index: 99999;
  display: block;
  height: 60px;
}
header .logo img {
  margin: 1em 0 0 1em;
  width: 60%;
}

.h-menu, .sns-menu {
  text-align: center;
}
.h-menu .sns-ttl, .sns-menu .sns-ttl {
  display: block;
  margin: 20px 0 10px;
  text-transform: capitalize;
}
.h-menu a, .sns-menu a {
  line-height: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
}
.h-menu a.sns-icon, .sns-menu a.sns-icon {
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  margin: 0 5px;
}
.h-menu a.tw, .sns-menu a.tw {
  background: url(../../img/icon-tw.png) no-repeat 0 0;
  background-size: contain;
}
.h-menu a.fb, .sns-menu a.fb {
  background: url(../../img/icon-fb.png) no-repeat 0 0;
  background-size: contain;
}
.h-menu a.insta, .sns-menu a.insta {
  background: url(../../img/icon-insta.png) no-repeat 0 0;
  background-size: contain;
}
.h-menu a.ytb, .sns-menu a.ytb {
  background: url(../../img/icon-youtube.png) no-repeat 0 0;
  background-size: contain;
}

.h-navi-sp {
  padding: 30px 30px 100px;
}
.h-navi-sp ul {
  border-top: #dcdcdc solid 1px;
}
.h-navi-sp ul li {
  border-bottom: #dcdcdc solid 1px;
  padding: 10px 0;
  overflow: hidden;
  *zoom: 1;
}
.h-navi-sp ul li a {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  padding: 0;
}
.h-navi-sp ul li ul {
  border-top: none;
  padding: 5px 0;
}
.h-navi-sp ul li ul li {
  border-bottom: none;
  padding: 5px 0 5px 10px;
}
.h-navi-sp ul li ul li a {
  color: #787878;
  font-weight: normal;
}
.h-navi-sp .h-menu .sns-ttl {
  font-size: 14px;
  display: block;
  padding: 0;
  margin: 20px 0 10px;
}

footer {
  background: url(../../img/bk-f-sp.png) no-repeat bottom center;
  background-size: 100% auto;
  text-align: center;
  min-height: 360px;
  padding: 30px 0 0;
}
footer .copy {
  color: #000;
  font-size: 10px;
}
footer .f-menu-sp {
  display: block;
  padding-bottom: 20px;
}
footer .f-menu-sp a {
  padding: 0 6px;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  display: none;
}
#page-top img {
  width: 100%;
}

#banner-box section {
  border-top: #dcdcdc solid 1px;
  text-align: center;
  padding: 30px 0 0;
}
#banner-box section h1 {
  font-size: 16px;
  color: #787878;
  margin-bottom: 20px;
}
#banner-box section h1.grande {
  font-size: 24px;
  color: #787878;
  margin-bottom: 20px;
}
#banner-box ul li {
  display: inline-block;
  width: 42%;
  padding: 0 4% 8%;
}
#banner-box ul li img {
  width: 100%;
}

#google_translate_element {
  margin: 20px auto 40px;
}

@media screen and (min-width: 568px) {
  header {
    height: auto;
  }
  header .logo {
    float: left;
  }
  header .logo img {
    margin: 0;
    width: auto;
  }
  header .h-menu {
    float: right;
  }
  header #google_translate_element {
    display: inline-block;
    margin: 0 0 0 5px;
  }
  header .h-navi-1, header .h-navi-2, header .h-navi-3 {
    overflow: hidden;
    *zoom: 1;
  }
  header .h-navi-1 a:hover, header .h-navi-2 a:hover, header .h-navi-3 a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  header .h-navi-1 {
    text-align: center;
    padding: 10px 0 15px;
  }
  header .h-navi-1 a {
    padding: 0 15px;
    display: inline-block;
    border-right: #000 solid 1px;
    line-height: 1.0;
  }
  header .h-navi-1 a:hover {
    background: transparent;
    color: #33b5e6;
  }
  header .h-navi-1 li:last-child a {
    border-right: none;
  }
  header .h-navi-2 {
    border-top: #dcdcdc solid 1px;
    border-bottom: #dcdcdc solid 1px;
  }
  header .h-navi-2 ul.pure-menu-list {
    display: table;
    width: 100%;
  }
  header .h-navi-2 ul.pure-menu-list li {
    display: table-cell;
  }
  header .h-navi-2 a {
    text-align: center;
    display: block;
    width: 100%;
    border-left: #dcdcdc solid 1px;
    line-height: 46px;
    font-size: 14px;
    font-weight: bold;
  }
  header .h-navi-2 li:last-child a {
    border-right: #dcdcdc solid 1px;
  }
  header .h-navi-2 li:nth-child(1) a:hover {
    color: #66cc33;
    background: #eaeaea;
  }
  header .h-navi-2 li:nth-child(2) a:hover {
    color: #33b5e6;
    background: #eaeaea;
  }
  header .h-navi-2 li:nth-child(3) a:hover {
    color: #ff9900;
    background: #eaeaea;
  }
  header .h-navi-3 {
    text-align: center;
  }
  header .h-navi-3 li {
    display: inline-block;
    padding: 6px 15px;
  }
  header .h-navi-3 a {
    padding: 10px 20px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
  }
  header .h-navi-3 a span {
    font-size: 8px;
    display: block;
  }
  header .h-navi-3 a:hover {
    background: #33b5e6;
    color: #FFF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }

  .page-generals .h-navi-2 li:nth-child(1) a,
  .page-generals-child .h-navi-2 li:nth-child(1) a,
  .single-general .h-navi-2 li:nth-child(1) a {
    color: #66cc33;
    background: #eaeaea;
  }

  .page-games .h-navi-2 li:nth-child(2) a,
  .page-games-child .h-navi-2 li:nth-child(2) a,
  .single-game .h-navi-2 li:nth-child(2) a,
  .page-camp-child .h-navi-2 li:nth-child(2) a,
  .single-championlist .h-navi-2 li:nth-child(2) a,
  .single-nationalteam .h-navi-2 li:nth-child(2) a {
    color: #33b5e6;
    background: #eaeaea;
  }

  .page-educations .h-navi-2 li:nth-child(3) a,
  .page-educations-child .h-navi-2 li:nth-child(3) a,
  .single-education .h-navi-2 li:nth-child(3) a {
    color: #ff9900;
    background: #eaeaea;
  }

  .tax_alpine .h-navi-3 li:nth-child(4) a,
  .tax_jump .h-navi-3 li:nth-child(1) a,
  .tax_crosscountry .h-navi-3 li:nth-child(3) a,
  .tax_combined .h-navi-3 li:nth-child(2) a,
  .tax_freestyle .h-navi-3 li:nth-child(5) a,
  .tax_snowboard .h-navi-3 li:nth-child(6) a,
  .page-alpine .h-navi-3 li:nth-child(4) a,
  .page-jump .h-navi-3 li:nth-child(1) a,
  .page-crosscountry .h-navi-3 li:nth-child(3) a,
  .page-combined .h-navi-3 li:nth-child(2) a,
  .page-freestyle .h-navi-3 li:nth-child(5) a,
  .page-snowboard .h-navi-3 li:nth-child(6) a,
  .single-game .h-navi-3 li.active a {
    background: #33b5e6;
    color: #FFF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }

  .h-menu, .sns-menu {
    text-align: left;
  }
  .h-menu .sns-ttl, .sns-menu .sns-ttl {
    font-size: 11px;
    display: inline-block;
    padding: 0 10px 0 20px;
    line-height: 24px;
  }
  .h-menu p, .sns-menu p {
    text-align: right;
    padding-bottom: 10px;
  }
  .h-menu a, .sns-menu a {
    line-height: 24px;
    height: 24px;
  }
  .h-menu a.txt-link, .sns-menu a.txt-link {
    padding-left: 10px;
 /*   text-decoration: underline;*/
  }
  .h-menu a.txt-link2, .sns-menu a.txt-link2 {
    padding-left: 10px;
    /*text-decoration: underline;*/
    font-size: 10px;
  }
  .h-menu a.sns-icon, .sns-menu a.sns-icon {
    width: 24px;
    height: 24px;
    background-size: contain;
    margin: 0 0 0 5px;
  }

  footer {
    background: url(../../img/bk-f.png) no-repeat bottom center;
    background-size: 100% auto;
    min-height: 450px;
    text-align: left;
    padding: 50px 0;
    margin: 0;
    border-top: #dcdcdc solid 1px;
  }
  footer .copy {
    font-size: 11px;
  }
  footer .pure-menu-heading {
    color: #33b5e6;
    font-weight: bold;
    padding: 0 0 10px;
    font-size: 13px;
  }
  footer .sns-menu {
    margin-left: -15px;
  }
  footer .f-navi-3 {
    padding: 30px 0 50px;
  }
  footer .f-navi-3 li {
    line-height: 1.0;
    border-right: #787878 solid 1px;
    padding-right: 16px;
    margin-right: 16px;
  }
  footer .f-navi-3 li a {
    font-weight: bold;
    font-size: 13px;
    text-decoration: none !important;
  }
  footer .f-navi-3 li:last-child {
    border-right: none;
  }
  footer .logo a {
    width: 320px;
    height: 60px;
    background: url(../../img/logo.png) no-repeat 0 0;
    background-size: contain;
    text-indent: -9999px;
    display: block;
  }
  footer .copy {
    color: #000;
    font-size: 11px;
  }
  footer ul.pure-menu-list li.pure-menu-item a {
    padding: 0;
    /*text-decoration: underline;*/
  }
  footer ul.pure-menu-list li.pure-menu-item a:hover {
    background: transparent;
  }
  footer .f-menu-blue {
    padding-left: 20px;
  }
  footer .f-menu-blue li.pure-menu-item a {
    font-size: 13px;
    font-weight: bold;
    color: #33b5e6;
    text-decoration: none !important;
    margin: 0 0 5px;
  }

  #banner-box {
    padding: 0 0 50px;
  }
  #banner-box section {
    padding: 50px 0;
  }
  #banner-box section h1 {
    margin-bottom: 30px;
  }
  #banner-box ul li {
    width: 154px;
    height: 70px;
/*    margin: 0 15px 30px;*/
    margin: 25px;
    padding: 0;
    vertical-align: middle;
  }
  #banner-box ul li img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
/* ----------- contents | main + sub ----------- */
#contents {
  padding: 0;
  background: #f5f5f5;
}

#btn-layout {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#btn-layout .top-navi-sp-1 {
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
  margin: 10px 0;
}
#btn-layout nav ul {
  padding: 0;
  margin: -.5em;
  min-width: 100%;
  /* fix for old Firefox */
  display: -webkit-flex;
  display: flex;
}
#btn-layout nav li {
  margin: .5em;
  display: inline-block;
  /* non-flexbox browsers */
  -webkit-flex: 1 1 30%;
  flex: 1 1 30%;
}
#btn-layout nav li a {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 46px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#btn-layout nav li:nth-child(1) a {
  background: #66cc33;
}
#btn-layout nav li:nth-child(2) a {
  background: #33b5e6;
}
#btn-layout nav li:nth-child(3) a {
  background: #ff9900;
}

/* .top-navi-sp-2 */
#flexible {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /*
  padding: 0;
  margin: 0 -.5em;
  text-align: center;
  @include display-flex;
  @include flex-wrap(wrap);

  li {
    min-width: 10em;
    margin: 0 .5em .5em;
    display: inline-block;
    @include flex(1 0);
    a {
      display: block;
      width: 100%;
      background: #FFF;
      border: #dcdcdc solid 1px;
      @include border-radius(5px);
      color: #000;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.2;
      text-align: center;
      padding: 10px 0;
      span {
        font-size: 10px;
        font-weight: normal;
        display: block;
      }
    }
  }*/
}
#flexible .top-navi-sp-2 {
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
  margin: 10px 0;
}
#flexible nav ul {
  padding: 0;
  margin: -.5em;
  min-width: 100%;
  /* fix for old Firefox */
  display: -webkit-flex;
  display: flex;
}
#flexible nav li {
  margin: .5em;
  display: inline-block;
  /* non-flexbox browsers */
  -webkit-flex: 1 1 30%;
  flex: 1 1 30%;
}
#flexible nav li a {
  display: block;
  width: 100%;
  background: #FFF;
  border: #dcdcdc solid 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 10px 0;
}
#flexible nav li a span {
  font-size: 10px;
  font-weight: normal;
  display: block;
}

@media screen and (min-width: 568px) {
  #contents {
    padding: 40px 0 100px;
    background: #FFFFFF url(../../img/bk1.jpg) no-repeat top center;
    background-size: 100% auto;
    margin: -10px 0 0;
  }

  .page-jump #contents,
  .tax_jump #contents {
    background: #FFFFFF url(../../img/bk-jump.jpg) no-repeat top center;
    background-size: 100% auto;
  }

  .page-combined #contents,
  .tax_combined #contents {
    background: #FFFFFF url(../../img/bk-combined.jpg) no-repeat top center;
    background-size: 100% auto;
  }

  .page-freestyle #contents,
  .tax_freestyle #contents {
    background: #FFFFFF url(../../img/bk-free.jpg) no-repeat top center;
    background-size: 100% auto;
  }

  .page-crosscountry #contents,
  .tax_crosscountry #contents {
    background: #FFFFFF url(../../img/bk-cross.jpg) no-repeat top center;
    background-size: 100% auto;
  }

  .page-snowboard #contents,
  .tax_snowboard #contents {
    background: #FFFFFF url(../../img/bk-snowboad.jpg) no-repeat top center;
    background-size: 100% auto;
  }

  .page-alpine #contents,
  .tax_alpine #contents {
    background: #FFFFFF url(../../img/bk-alpine.jpg) no-repeat top center;
    background-size: 100% auto;
  }
}
/***  base  ***/
.main-box,
.main-box-w {
  width: 100%;
}
.main-box section,
.main-box-w section {
  background: #FFF;
  border: #dcdcdc solid 1px;
  padding: 15px;
  position: relative;
  margin: 10px;
}
.main-box section a.more,
.main-box-w section a.more {
  margin: 10px 0;
}
.main-box section h1,
.main-box-w section h1 {
  font-size: 18px;
  line-height: 1.6;
  padding-left: 10px;
  margin-bottom: 15px;
}
.main-box section h1.blue,
.main-box-w section h1.blue {
  border-left: 10px solid #33b5e6;
}
.main-box section h1.green,
.main-box-w section h1.green {
  border-left: 10px solid #66cc33;
}
.main-box section h1.orange,
.main-box-w section h1.orange {
  border-left: 10px solid #ff9900;
}
.main-box section h2,
.main-box-w section h2 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
}
.main-box section h2.bk-ttl,
.main-box-w section h2.bk-ttl {
  margin: 30px 0 15px;
  padding-bottom: 10px;
  border-bottom: #dcdcdc solid 1px;
}
.main-box section p,
.main-box-w section p {
  font-size: 14px;
}

.home .main-box section {
  margin: 0 0 10px;
  border: none;
}

.sub-box {
  padding: 0 10px;
}
.sub-box section {
  background: #FFF;
  border: #dcdcdc solid 1px;
  padding: 15px;
  margin-bottom: 20px;
}
.sub-box section h1 {
  font-size: 18px;
  border-left: 10px solid #33b5e6;
  line-height: 1.6;
  padding-left: 10px;
  margin-bottom: 15px;
  margin-bottom: 20px;
}
.sub-box section ul.co {
  border-top: #dcdcdc solid 1px;
  margin: 0 20px;
  padding: 20px 0 15px;
}

.side-navi-sp ul {
  text-align: center;
}
.side-navi-sp ul li {
  display: inline-block;
  width: 30%;
  padding: 0 4% 4%;
}
.side-navi-sp ul li img {
  width: 100%;
}

section.youtube {
  padding: 0;
  background: #323232;
  border: none;
}
section.youtube ul.video-list {
  padding: 15px;
}
section.youtube ul.video-list li {
  display: table;
  margin-bottom: 15px;
}
section.youtube ul.video-list li:last-child {
  margin-bottom: 0;
}
section.youtube ul.video-list .thum, section.youtube ul.video-list p {
  display: table-cell;
}
section.youtube ul.video-list .thum {
  width: 30%;
}
section.youtube ul.video-list .thum img {
  width: 100%;
}
section.youtube ul.video-list p {
  width: 70%;
  vertical-align: top;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 15px;
}
section.youtube ul.video-list p span {
  font-size: 10px;
  color: #787878;
  font-weight: normal;
  display: block;
}

.video-box {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 568px) {
  .main-box section,
  .main-box-w section {
    background: #FFF;
    border: #dcdcdc solid 1px;
    margin: 0 0 25px 0;
    padding: 30px;
    position: relative;
  }
  .main-box section .btn-right,
  .main-box-w section .btn-right {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .home .main-box section {
    border: #dcdcdc solid 1px;
    margin: 0 0 25px 0;
  }

  .main-box {
    width: 680px;
  }

  .page .main-box,
  .page .main-box-w {
    margin: 0;
  }

  .sub-box {
    width: 324px;
    margin-left: 20px;
    padding: 0;
  }
  .sub-box section {
    padding: 20px;
    margin-bottom: 20px;
  }

  section.youtube ul.video-list {
    padding: 15px 0 0;
  }
}
/* ----------- parts ----------- */
section.page-header {
  background: #FFFFFF;
  border: #dcdcdc solid 1px;
  margin: 15px 10px 0;
  padding: 20px;
  position: relative;
}
section.page-header h1 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 10px;
}
section.page-header h1.large {
  line-height: 40px;
  margin-bottom: 0;
  word-wrap: break-word;
  white-space:pre-wrap;
  width: auto;
}
section.page-header .sns-menu {
  display: block;
  text-align: center;
}
section.page-header .page-navi {
  padding: 0;
}
section.page-header .page-navi .menu-list-btn {
  color: #323232;
  font-weight: bold;
  padding: 0 0 10px;
  text-transform: capitalize;
  display: block;
  position: relative;
  border-bottom: #dcdcdc solid 1px;
}
section.page-header .page-navi .menu-list-btn:after {
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
}
section.page-header .page-navi .menu-list-btn.open:after {
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
}
section.page-header .page-navi ul.menu-list li {
  border-bottom: #dcdcdc solid 1px;
}
section.page-header .page-navi ul.menu-list li a {
  display: block;
  width: 100%;
  line-height: 42px;
  font-weight: bold;
  color: #787878;
  padding: 0;
}

section.page-footer {
  background: transparent;
  border: none;
  padding: 0;
  margin: 10px 10px 0;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
section.page-footer .box-gray {
  background: #787878;
  color: #FFF;
  padding: 20px;
  width: 100%;
  margin-bottom: 10px;
}
section.page-footer .box-gray a.more {
  display: block;
  margin-top: 20px;
}
section.page-footer .box-wt {
  background: #FFF;
  border: #dcdcdc solid 1px;
  padding: 20px;
  width: 100%;
}
section.page-footer .box-wt:first-child {
  margin-bottom: 10px;
}

@media screen and (min-width: 568px) {
  section.page-header {
    background: rgba(255, 255, 255, 0.8);
    margin: 0 0 25px;
    padding: 20px 0 0;
    position: relative;
  }
  section.page-header h1 {
    font-size: 32px;
    font-weight: normal;
    margin-left: 20px;
    margin-bottom: 0;
    padding-left: 0;
  }
  section.page-header h1.large {
    line-height: 75px;
    margin-bottom: 20px;
  }
  section.page-header .sns-menu {
    text-align: left;
    position: absolute;
    top: 0;
    right: 20px;
  }
  section.page-header .page-navi {
/*    padding: 15px 20px;*/
      padding: 5px 10px;
  }
  section.page-header .page-navi .pure-menu-heading {
    display: inline-block;
  }
  section.page-header .page-navi .pure-menu-heading:after {
    display: none;
  }
  section.page-header .page-navi ul.pure-menu-list li.pure-menu-item a {
    width: auto;
    display: inline-block;
    padding: 0 0 0 10px;
    margin-left: 10px;
    font-weight: bold;
    background: url(../../img/arrow-bl.png) no-repeat left center;
    color: #323232;
  }

  .post-type-archive-library ul.pure-menu-list.roww,
  .tax-library_cat ul.pure-menu-list.roww {
    display: block;
    padding-left: 170px;
  }

  .post-type-archive-license ul.pure-menu-list.roww,
  .tax-license_cat ul.pure-menu-list.roww {
    display: block;
    padding-left: 141px;
  }

  section.page-footer {
    margin: 0 0 25px;
    padding: 0;
    position: relative;
    overflow: hidden;
    *zoom: 1;
  }
  section.page-footer .box-gray {
    padding: 30px;
    width: 330px;
    min-height: 180px;
  }
  section.page-footer .box-gray a.more {
    display: block;
    margin-top: 20px;
  }
  section.page-footer .box-wt {
    padding: 30px;
    width: 330px;
    min-height: 180px;
    margin-bottom: 10px;
  }
}
section.banner {
  padding: 0;
}
section.banner img {
  width: 100%;
}
section.banner .btn {
  padding: 20px;
  cursor: pointer;
}
section.banner .btn h2 {
  font-size: 14px;
  line-height: 1.4;
}
section.banner .btn span {
  display: block;
  font-size: 11px;
}
section.banner.blue {
  background: #33b5e6;
  border: none;
  color: #FFF;
}
section.banner.blue h2 {
  margin-bottom: 5px;
}
section.banner.blue .btn {
  background: url(../../img/arrow-wt.png) no-repeat 95% center;
}
section.banner.blue .btn a {
  color: #FFF;
}
section.banner.red {
  background: #ff2800;
  border: none;
  color: #FFF;
}
section.banner.red .btn {
  background: url(../../img/arrow-wtd.png) no-repeat 95% center;
}
section.banner.red .btn a {
  color: #FFF;
}
section.banner.red .btn.open {
  background: url(../../img/btn-closew.png) no-repeat 95% center;
}
section.banner.red ul li {
  position: relative;
}
section.banner.red ul li a {
  color: #FFF;
  padding-left: 15px;
}
section.banner.red ul li:before {
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
}
section.banner.orange {
  background: #ff9900;
  border: none;
}
section.banner.orange a {
  line-height: 66px;
  padding-left: 20px;
  color: #FFF;
  font-size: 16px;
}
section.banner.gray {
  background: #e3e3e3;
  border: none;
}
section.banner.gray a {
  width: 100%;
  background: url(../../img/arrow-bk.png) no-repeat 95% center;
  display: block;
  padding: 0 20px;
}
section.banner.gray a h2 {
  line-height: 66px;
}
section.banner.gray.sss a {
  padding: 20px;
}
section.banner.gray.sss a h2 {
  line-height: 1.4;
}
section.banner.accordion {
  color: #33b5e6;
  background: url(../../img/bk-dots.png) repeat 0 0;
  padding: 10px;
}
section.banner.accordion .wt {
  background: #FFF;
}
section.banner.accordion .btn {
  padding: 15px;
  background: url(../../img/btn-open.png) no-repeat 95% center;
}
section.banner.accordion .btn.open {
  background: url(../../img/btn-close.png) no-repeat 95% center;
}

.pan {
  border-top: #c8c8c8 solid 1px;
  line-height: 40px;
  font-size: 11px;
  padding-left: 12px;
}
.pan span {
  color: #787878;
  padding: 8px;
}
.pan a span {
  color: #787878;
}
.pan br {
  display: none;
}

a.more {
  line-height: 42px;
  width: 100%;
  display: block;
  padding-left: 20px;
  font-size: 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
a.more.blue {
  background: #33b5e6;
  color: #FFF;
}
a.more.green {
  background: #66cc33;
  color: #FFF;
}
a.more.orange {
  background: #ff9900;
  color: #FFF;
}
a.more.wt-green {
  background: #FFFFFF;
  color: #66cc33;
}
a.more.w200 {
  width: 100%;
  line-height: 46px;
}
a.more:after {
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
}

@media screen and (min-width: 568px) {
  a.more {
    line-height: 28px;
    width: 120px;
    padding-left: 10px;
  }
  a.more.w200 {
    width: 220px;
  }
}
.post-list li {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 10px;
}
.post-list .cat {
  float: left;
  margin-right: 10px;
}
.post-list .txt {
  float: left;
  width: 78%;
}

@media screen and (min-width: 568px) {
  .post-list .txt {
    width: 90%;
  }
}
.page-photomovs .post-list li {
  border-bottom: #ccc solid 1px;
  padding: 20px 0;
}
.page-photomovs .post-list li:last-child {
  border-bottom: none;
}
.page-photomovs .post-list li h2 {
  font-weight: bold;
  line-height: 1.6;
}
.page-photomovs .post-list li span.date {
  display: block;
  margin-bottom: 10px;
}
.page-photomovs .post-list li img {
  width: 100%;
  margin: 10px 0;
  display: block;
}

div.cat {
  height: 44px;
  width: 44px;
  display: block;
  background: url(../../img/icon7.png) no-repeat left bottom;
}
div.cat.alpine {
  background: url(../../img/icon1.png) no-repeat left bottom;
}
div.cat.jump {
  background: url(../../img/icon2.png) no-repeat left bottom;
}
div.cat.crosscountry {
  background: url(../../img/icon3.png) no-repeat left bottom;
}
div.cat.combined {
  background: url(../../img/icon4.png) no-repeat left bottom;
}
div.cat.freestyle {
  background: url(../../img/icon5.png) no-repeat left bottom;
}
div.cat.snowboard {
  background: url(../../img/icon6.png) no-repeat left bottom;
}
div.cat.general-flg {
  background: url(../../img/icon8.png) no-repeat left bottom;
}
div.cat.education-flg {
  background: url(../../img/icon9.png) no-repeat left bottom;
}

.date {
  margin-right: 6px;
}

.new-icon {
  padding: 0 12px;
  font-size: 10px;
  color: #FFFFFF;
  line-height: 1.6;
  height: 16px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background: #ff3d6b;
  margin-right: 10px;
}

.cat2 {
  padding: 0 12px;
  font-size: 10px;
  color: #FFFFFF;
  line-height: 1.6;
  height: 16px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.cat2.blue, .cat2.game {
  background: #33b5e6;
}
.cat2.green, .cat2.general {
  background: #66cc33;
}
.cat2.orange, .cat2.education {
  background: #ff9900;
}

ul.co li {
  margin-bottom: 5px;
}
ul.co li a {
  padding-left: 10px;
  text-decoration: underline;
}
ul.co.blue li a {
  background: url(../../img/arrow-bl.png) no-repeat left center;
}
ul.co.green li a {
  background: url(../../img/arrow-gr.png) no-repeat left center;
}
ul.co.orange li a {
  background: url(../../img/arrow-or.png) no-repeat left center;
}
ul.co.white li a {
  background: url(../../img/arrow-wts.png) no-repeat left center;
}
section .bl {
background:#33b5e6;
}
.sub-box section ul.co.white {
border-top: none;
}
.sub-box section ul.co.white li a{
color:#FFF;
}
.btn-s a {
  line-height: 44px;
  width: 100%;
  background: url(../../img/arrow-wt.png) no-repeat 95% center;
  color: #FFF;
  display: block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
  padding-left: 20px;
}
.btn-s.blue a {
  background-color: #33b5e6;
}

.side-navi-1 li a {
  display: block;
  text-indent: -9999px;
  width: 44px;
  height: 44px;
}
.side-navi-1 li:nth-child(1) a {
  background: url(../../img/icon2.png) no-repeat bottom left;
}
.side-navi-1 li:nth-child(2) a {
  background: url(../../img/icon4.png) no-repeat bottom left;
}
.side-navi-1 li:nth-child(3) a {
  background: url(../../img/icon3.png) no-repeat bottom left;
}
.side-navi-1 li:nth-child(4) a {
  background: url(../../img/icon1.png) no-repeat bottom left;
}
.side-navi-1 li:nth-child(5) a {
  background: url(../../img/icon5.png) no-repeat bottom left;
}
.side-navi-1 li:nth-child(6) a {
  background: url(../../img/icon6.png) no-repeat bottom left;
}
.side-navi-1 li a:hover {
  background-position: top left;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.page-box {
  overflow: hidden;
}
.page-box .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 35px;
}
.page-box h2 {
  font-size: 18px;
  line-height: 1.6;
  padding-left: 10px;
  margin-bottom: 15px;
  font-weight: bold !important;
}
.page-box h2.blue {
  border-left: 10px solid #33b5e6;
}
.page-box h2.green {
  border-left: 10px solid #66cc33;
}
.page-box h2.orange {
  border-left: 10px solid #ff9900;
}
.page-box h2.mb30 {
  margin-top: 30px;
}
.page-box h2.noline {
  padding-left: 0;
}
.page-box h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
.page-box .txt p {
  padding-bottom: 20px;
}
.page-box .txt p strong {
  font-size: 14px;
}
.page-box .txt img {
  width: 100%;
}
.page-box .txt table {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  border-collapse: collapse;
  border-top: #d2d2d2 solid 1px;
  border-left: #d2d2d2 solid 1px;
  text-align: left;
  margin-bottom: 10px;
}
.page-box .txt table th {
  background: #f5f5f5;
  border-right: #d2d2d2 solid 1px;
  border-bottom: #d2d2d2 solid 1px;
  padding: 10px;
  text-align: center;
}
.page-box .txt table td {
  border-right: #d2d2d2 solid 1px;
  border-bottom: #d2d2d2 solid 1px;
  vertical-align: top;
  padding: 10px;
}
.page-box ol {
  padding: 0;
}
.page-box ol li {
  list-style: decimal;
  list-style-position: inside;
}
.page-box .line {
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: #ccc dotted 1px;
  margin: 0 0 40px;
}
.page-box .line2 {
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: #ccc dotted 1px;
  margin: 40px 0;
}
.page-box .line3 {
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: #ccc dotted 1px;
  margin: 20px 0 40px;
}
.page-box a.pdf-left {
  background: url(../../img/icon-pdf2.png) no-repeat left center;
  line-height: 20px;
  padding-left: 22px;
  display: inline-block;
}
.page-box a.xls-left {
  background: url(../../img/icon-xls.png) no-repeat left center;
  line-height: 20px;
  padding-left: 22px;
  display: inline-block;
}
.page-box a.doc-left {
  background: url(../../img/icon-doc.png) no-repeat left center;
  line-height: 20px;
  padding-left: 22px;
  display: inline-block;
}


ul.pdf-list {
  padding-bottom: 10px;
}
ul.pdf-list li {
  margin-bottom: 5px;
}
ul.pdf-list li a {
  display: inline-block;
  padding-right: 22px;
  line-height: 20px;
}
ul.pdf-list li a.pdf {
  background: url(../../img/icon-pdf2.png) no-repeat right center;
}

.btnn {
  margin-bottom: 10px;
}

.table-ttl {
  border-top: #d2d2d2 solid 1px;
  border-left: #d2d2d2 solid 1px;
  border-right: #d2d2d2 solid 1px;
  background: #f5f5f5;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  display: block;
}

.table-box {
  overflow: hidden;
  *zoom: 1;
  border: #d2d2d2 solid 1px;
  padding: 20px;
  margin-bottom: 40px;
}
.table-box .left, .table-box .right {
  width: 100%;
}
.table-box .left img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.table-box table {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  border-collapse: collapse;
  border-top: #d2d2d2 solid 1px;
  border-left: #d2d2d2 solid 1px;
  text-align: left;
}
.table-box table td {
  border-right: #d2d2d2 solid 1px;
  border-bottom: #d2d2d2 solid 1px;
  vertical-align: top;
  padding: 10px;
  display: block;
}
.table-box table td:first-child {
  background: #f5f5f5;
}

.page-schedule .pdf-list-box {
  border-top: #ccc dotted 1px;
  border-bottom: #ccc solid 1px;
  padding: 20px 0 0;
  margin-bottom: 40px;
}
.page-schedule .pdf-btn {
  display: block;
}
.page-schedule .pdf-btn h3 {
  color: #33b5e6;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  font-size: 12px;
  padding-right: 20px;
  width: 90%;
}
.page-schedule .pdf-btn h3 div.ccc {
  position: absolute;
  right: -36px;
  top: -4px;
}
.page-schedule .pdf-btn h3 div.ccc .css-cancel {
  display: inline-block;
  position: relative;
  margin: 0 20px 0 7px;
  padding: 0;
  width: 4px;
  height: 20px;
}
.page-schedule .pdf-btn h3 div.ccc .css-cancel:before {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #33b5e6;
  border-right: 3px solid #33b5e6;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
  position: absolute;
  top: 3px;
  left: -3px;
}
.page-schedule .pdf-btn.open div.ccc {
  position: absolute;
  right: -36px;
  top: -1px;
}
.page-schedule .pdf-btn.open div.ccc .css-cancel {
  display: inline-block;
  position: relative;
  margin: 0 20px 0 7px;
  padding: 0;
  width: 3px;
  height: 17px;
  background: #33b5e6;
  transform: rotate(45deg);
}
.page-schedule .pdf-btn.open div.ccc .css-cancel:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  width: 17px;
  height: 3px;
  margin-top: -2px;
  background: #33b5e6;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.page-schedule ul.pdf-list2 {
  margin: -5px 0 0;
  padding-bottom: 20px;
}
.page-schedule ul.pdf-list2 li {
  display: block;
  margin-bottom: 0;
}
.page-schedule ul.pdf-list2 li a {
  display: inline-block;
  padding-right: 22px;
  line-height: 30px;
  text-decoration: underline;
  font-size: 14px;
}
.page-schedule ul.pdf-list2 li a.pdf {
  background: url(../../img/icon-pdf2.png) no-repeat right center;
}

@media screen and (min-width: 568px) {
  .page-schedule .pdf-btn h3 {
    font-size: 14px;
    width: auto;
    padding-right: 0;
  }
}
section.archive-index {
  border: none;
  overflow: hidden;
  padding: 20px 0;
  background: transparent;
  overflow: hidden;
  *zoom: 1;
}
section.archive-index .index-list-box {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  background: #FFF;
  border: #dcdcdc solid 1px;
  padding: 20px;
  position: relative;
}
section.archive-index .index-list-box h2 {
  font-size: 18px;
  line-height: 1.6;
  padding-left: 10px;
  margin-bottom: 15px;
}
section.archive-index .index-list-box h2.blue {
  border-left: 10px solid #33b5e6;
}
section.archive-index .index-list-box .more {
  margin: 10px 0;
}

ul.tax-list {
  padding-bottom: 10px;
}
ul.tax-list li {
  margin-bottom: 10px;
}
ul.tax-list li span {
  display: block;
  font-size: 10px;
}
ul.tax-list li a {
  text-decoration: underline;
}

section.page-w-box {
  overflow: hidden;
}
section.page-w-box h1.large {
  font-size: 24px;
  font-weight: normal;
  padding-left: 0;
  margin-bottom: 15px;
}
section.page-w-box h1.mb30 {
  margin-top: 30px;
}
section.page-w-box .txt p {
  padding-bottom: 20px;
}
section.page-w-box .line {
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: #ccc dotted 1px;
  margin: 20px 0 40px;
}
section.page-w-box span.small {
  display: block;
  font-size: 12px;
  margin-top: -20px;
  padding-bottom: 10px;
}
section.page-w-box h2 {
  font-size: 18px;
  line-height: 1.6;
  padding-left: 10px;
  margin-bottom: 15px;
}
section.page-w-box h2.blue {
  border-left: 10px solid #33b5e6;
}
section.page-w-box h2.green {
  border-left: 10px solid #66cc33;
}
section.page-w-box h2.orange {
  border-left: 10px solid #ff9900;
}
section.page-w-box h2.noline {
  padding-left: 0;
}
section.page-w-box h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
section.page-w-box a.more {
  position: relative;
}

.archive-navi .pure-menu-heading {
  color: #323232;
  font-weight: bold;
  padding: 0;
}
.archive-navi ul.pure-menu-list {
  padding-bottom: 2px;
}
.archive-navi ul.pure-menu-list li.pure-menu-item a {
  line-height: 1.0;
  margin: 0;
  padding: 0 10px;
  border-right: #323232 solid 1px;
  color: #323232;
}
.archive-navi ul.pure-menu-list li.pure-menu-item:last-child a {
  border-right: 0;
}
.archive-navi ul.pure-menu-list li.pure-menu-item a:hover {
  background: transparent;
}

.table-zebra-box {
  width: 100%;
  border-collapse: collapse;
  border-top: #d2d2d2 solid 1px;
  border-bottom: #d2d2d2 solid 1px;
  text-align: left;
  margin-bottom: 30px;
}
.table-zebra-box thead th {
  background: #8cc832;
  color: #FFF;
  padding: 6px;
}
.table-zebra-box.blue thead th {
  background: #33b5e6;
}
.table-zebra-box.gray thead th {
  background: #ebebeb;
  color: #323232;
  border-bottom: #d2d2d2 solid 2px;
}
.table-zebra-box tbody tr {
  border-bottom: #d2d2d2 dotted 1px;
}
.table-zebra-box tbody tr:last-child {
  border-bottom: none;
}
.table-zebra-box tbody tr:nth-child(2n-1) {
  background: #f9f9f9;
}
.table-zebra-box tbody th {
  font-weight: normal;
  padding: 10px;
}
.table-zebra-box tbody td {
  padding: 10px;
}
.table-zebra-box.linknav tbody th {
  display: block;
  padding: 10px 10px 0;
  font-weight: bold;
}
.table-zebra-box.linknav tbody td {
  display: block;
  padding: 5px 10px 10px;
}
.table-zebra-box.kifu tbody th {
  width: 22%;
}

.page-nav {
  margin: 30px 0 20px;
  overflow: hidden;
  *zoom: 1;
}
.page-nav p {
  overflow: hidden;
  *zoom: 1;
}
.page-nav span {
  float: left;
  width: 50%;
  padding: 1%;
}
.page-nav span a {
  text-align: center;
  line-height: 36px;
  width: 100%;
  border: #323232 solid 1px;
  font-size: 12px;
  font-weight: bold;
  display: block;
}

.page-nav .nordic span:nth-child(1) a,
.page-nav .freestyle span:nth-child(2) a,
.page-nav .snowboard span:nth-child(3) a,
.page-nav .alpine span:nth-child(4) a {
  color: #33b5e6;
}

.page-nav.nn .jump span:nth-child(1) a,
.page-nav.nn .combined span:nth-child(2) a,
.page-nav.nn .crosscountry span:nth-child(3) a,
.page-nav.nn .alpine span:nth-child(4) a,
.page-nav.nn .freestyle span:nth-child(5) a,
.page-nav.nn .snowboard span:nth-child(6) a {
  color: #33b5e6;
}

.page-nav.nn .freestyle span:nth-child(2) a,
.page-nav.nn .snowboard span:nth-child(3) a {
  color: #323232;
}

.single-nationalteam .page-nav {
  margin: 0 0 20px;
}

.page-nav-archive {
  margin: 20px 0;
  overflow: hidden;
  *zoom: 1;
}
.page-nav-archive p {
  color: #33b5e6;
  padding-left: 16px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.0;
  position: relative;
  margin-bottom: 10px;
  text-decoration: underline;
}
.page-nav-archive p:after {
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
}
.page-nav-archive p.open:after {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  left: 2px;
}
.page-nav-archive ul li {
  margin-bottom: 10px;
}
.page-nav-archive ul span a {
  padding: 0 10px;
  line-height: 1.4;
  border-left: #323232 solid 1px;
  text-decoration: underline;
  font-size: 12px;
}
.page-nav-archive ul span:first-child {
  display: block;
  font-weight: bold;
}
.page-nav-archive ul span:last-child {
  border-right: #323232 solid 1px;
}

.ntm-ttl {
  color: #FFF;
  font-weight: bold;
  padding: 10px;
  background: #33b5e6;
}

ul.related-post-list li {
  display: block;
}
ul.related-post-list li a {
  padding-left: 16px;
  line-height: 2.2;
  position: relative;
}
ul.related-post-list li a:after {
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
}

.back {
  padding: 10px 10px 40px;
}
.back a {
  background: #e6e6e6;
  color: #323232;
  padding-left: 12%;
  width: 100%;
  line-height: 46px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  margin: 0;
  position: relative;
}
.back a:after {
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 7%;
}

ul.demonstrator {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 20px;
}
ul.demonstrator li {
  float: left;
  width: 48%;
  margin-bottom: 10px;
}
ul.demonstrator li:nth-child(2n) {
  float: right;
}
ul.demonstrator li img {
  width: 100%;
  margin-bottom: 5px;
}

@media screen and (min-width: 568px) {
  .back {
    padding: 0;
  }
  .back a {
    background: #323232;
    color: #FFF;
    padding-left: 40px;
    width: 120px;
    line-height: 32px;
    margin: 0 0 70px;
  }
  .back a:after {
    left: 10%;
  }

  .table-zebra-box tbody th {
    width: 16%;
  }
  .table-zebra-box.linknav tbody th {
    display: inline-block;
    width: 22%;
    font-weight: normal;
    padding: 10px;
  }
  .table-zebra-box.linknav tbody td {
    display: inline-block;
    padding: 10px;
  }
  .table-zebra-box.kifu tbody th {
    width: 10%;
  }

  ul.demonstrator {
    padding-bottom: 50px;
  }
  ul.demonstrator li {
    width: auto;
    margin-right: 6px;
    margin-bottom: 15px;
  }
  ul.demonstrator li:nth-child(2n) {
    float: left;
  }
  ul.demonstrator li:nth-child(8) {
    /*margin-right: 0;*/
  }
  ul.demonstrator li img {
    width: auto;
    margin-bottom: 5px;
  }

  .btnn a.more {
    width: 200px;
    line-height: 46px;
  }

  .table-ttl {
    font-size: 16px;
  }

  .table-box .left, .table-box .right {
    width: 48%;
  }
  .table-box .left {
    float: left;
  }
  .table-box .right {
    float: right;
  }
  .table-box table {
    display: table;
  }
  .table-box table td {
    display: table-cell;
    width: auto;
  }
  .table-box table td:first-child {
    background: transparent;
  }

  .page-nav {
    border-left: #323232 solid 1px;
  }
  .page-nav span {
    width: auto;
    padding: 0;
  }
  .page-nav span a {
    padding: 0 10px;
    line-height: 24px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: #323232 solid 1px;
    font-size: 14px;
    font-weight: bold;
    width: auto;
  }

  .page-nav-archive p {
    font-size: 14px !important;
  }
  .page-nav-archive ul li {
    margin-bottom: 0;
  }
  .page-nav-archive ul span:first-child {
    padding-right: 15px;
    font-weight: bold;
    display: inline-block;
  }

  section.archive-index .index-list-box {
    float: left;
    width: 324px;
    margin-right: 25px;
    margin-bottom: 25px;
  }
  section.archive-index .index-list-box:nth-child(3n) {
    margin-right: 0;
  }
  section.archive-index .index-list-box .more {
    position: absolute;
    bottom: 30px;
    left: 20px;
    margin: 0;
  }

  .post-type-archive ul.tax-list {
    padding-bottom: 60px;
  }

  .tax-library_cat ul.tax-list,
  .tax-license_cat ul.tax-list {
    padding-bottom: 20px;
  }
}
ul.team {
  overflow: hidden;
  *zoom: 1;
}
ul.team li {
  width: 100%;
  margin-bottom: 20px;
  display: table;
}
ul.team li .thum {
  display: table-cell;
  width: 45%;
}
ul.team li .thum img {
  width: 100%;
  border: #ccc solid 1px;
}
ul.team li p {
  display: table-cell;
  vertical-align: top;
  font-size: 10px;
  padding-left: 4px;
  line-height: 17px;
}
ul.team li p strong {
  font-size: 12px;
}

.player .photo {
  width: 100%;
  margin-bottom: 10px;
}
.player .photo img {
  width: 100%;
  border: #ccc solid 1px
}
.dat_player_name {
  font-size: 22px;
  font-weight: normal;
}
.dat_player_name span {
  font-size: 12px;
  vertical-align: middle;
  padding-left: 6px;
}
h7.d_cate {
    font-size: 14px;
}
.player .prof a.more {
  width: 100%;
  margin-bottom: 20px;
}

table.table-info-box {
  width: 100%;
  border-top: #dcdcdc solid 1px;
/*  border: #dcdcdc solid 1px;*/
  font-size: 12px;
  margin-bottom: 40px;
}
table.table-info-box tr {
  border-bottom: #dcdcdc solid 1px;
}
table.table-info-box thead th {
  background: #d6f0fa;
  line-height: 40px;
  font-weight: bold;
  text-align: left;
  padding-left: 6px;
}
table.table-info-box thead th:nth-child(1) {
  width: 6%;
}
table.table-info-box thead th:nth-child(2) {
  width: 40%;
}
table.table-info-box thead th:nth-child(3) {
  width: 6%;
}
table.table-info-box thead th:nth-child(4) {
  width: 10%;
}
table.table-info-box thead th:nth-child(5) {
  width: 28%;
}
table.table-info-box thead th:nth-child(6) {
  width: 6%;
}
table.table-info-box tbody td {
  padding: 8px 6px;
  text-align: left;
}
table.table-info-box tbody td:nth-child(1) {
  width: 6%;
}
table.table-info-box tbody td:nth-child(2) {
  width: 40%;
}
table.table-info-box tbody td:nth-child(3) {
  width: 7%;
}
table.table-info-box tbody td:nth-child(4) {
  width: 10%;
}
table.table-info-box tbody td:nth-child(5) {
  width: 28%;
}
table.table-info-box tbody td:nth-child(6) {
  width: 6%;
}

table.table-info-box.noborder tr {
  border-bottom: none;
}
table.table-info-box.noborder tr:first-child th, table.table-info-box.noborder tr:first-child td {
  padding-top: 17px;
}
table.table-info-box.noborder tbody th {
  width: 12%;
  text-align: left;
  vertical-align: top;
  padding: 3px 0;
}
table.table-info-box.noborder tbody td {
  vertical-align: top;
  padding: 3px 0;
}
table.table-info-box.no-noborder {
  border-top: none;
}
table.table-info-box.no-noborder tr {
  border-bottom: none;
}
table.table-info-box.no-noborder th {
  text-align: left;
  vertical-align: top;
  padding: 3px 0;
}
table.table-info-box.no-noborder td {
  vertical-align: top;
  padding: 3px 0 3px 20px;
}
table.table-info-box.six-col thead th {
  line-height: 40px;
  font-weight: bold;
  text-align: left;
}
table.table-info-box.six-col thead th:nth-child(1) {
  width: 20%;
  padding-left: 2%;
}
table.table-info-box.six-col thead th:nth-child(2) {
  width: 18%;
}
table.table-info-box.six-col thead th:nth-child(3) {
  width: 10%;
  text-align: center;
}
table.table-info-box.six-col thead th:nth-child(4) {
  width: auto;
}
table.table-info-box.six-col thead th:nth-child(5) {
  width: auto;
  text-align: center;
}
table.table-info-box.six-col tbody td {
  padding: 8px 0;
  text-align: left;
}
table.table-info-box.six-col tbody td:nth-child(1) {
  width: 20%;
  padding-left: 2%;
}
table.table-info-box.six-col tbody td:nth-child(2){
  width: 18%;
}
table.table-info-box.six-col tbody td:nth-child(3) {
  width: 10%;
  text-align: center;
}
table.table-info-box.six-col tbody td:nth-child(4) {
  width: auto;
}
table.table-info-box.six-col tbody td:nth-child(5) {
  width: auto;
  text-align: center;
}
table.table-info-box a {
  text-decoration: underline;
}
table.table-info-box a.result-pdf {
  width: 23px;
  height: 27px;
  display: block;
  background: url(../../img/icon-pdf.png) no-repeat 0 0;
  /*margin: 0 auto;*/
}

td.dat_result_summary_pdf a.result-pdf {
  width: 23px;
  height: 27px;
  display: block;
  background: url(../../img/icon-pdf.png) no-repeat 0 0;
}


table span.red{
  color:#FF0000;
}
@media screen and (min-width: 568px) {
  ul.team li {
    float: left;
    width: 230px;
    min-height: 180px;
    margin-right: 10px;
    margin-bottom: 30px;
  }
  ul.team li:nth-child(4n) {
    margin-right: 0;
  }
  ul.team li .thum {
    width: 110px;
  }

  .player {
    display: table;
  }
  .player .photo, .player .prof {
    display: table-cell;
    vertical-align: top;
  }
  .player .photo {
    width: 280px;
    margin-bottom: 0;
  }
  .player .photo img {
    width: 100%;
  }
  .player .prof {
    padding-left: 15px;
  }
  .player .prof h3 {
    font-size: 20px;
  }
  .dat_player_name span {
    font-size: 14px;
    vertical-align: middle;
    padding-left: 6px;
  }
  .player .prof a.more {
    width: 140px;
    margin-bottom: 20px;
  }

  table.table-info-box.no-noborder td {
    width: 400px;
  }
}
/* ----------- slider ----------- */
.slider {
  overflow: hidden;
  *zoom: 1;
}

#head {
  background: #FFF;
}

.home #head {
  background: #F5F5F5;
}

.slick-slider {
  position: relative;
  width: 100%;
}

.top-slider .slick-prev, .top-slider .slick-next {
  position: absolute;
  top: 30%;
  width: 35px;
  height: 35px;
  display: block;
  -webkit-appearance: none;
  z-index: 9999;
  border: none;
  text-indent: -9999px;
}

.top-slider .slick-prev {
  left: 0;
  background: url(../../img/slider-arrow-l1.png) no-repeat 0 0;
  background-size: contain;
}

.top-slider .slick-next {
  right: 0;
  background: url(../../img/slider-arrow-r1.png) no-repeat 0 0;
  background-size: contain;
}

.top-slider .slick-slide img {
  width: 100%;
  border: #ccc solid 1px;
}

.thumb-item li {
  width: 100%;
  position: relative;
}
.thumb-item li p {
  background: #FFFFFF;
  padding: 10px 0;
  width: 100%;
  display: block;
}
.thumb-item li p a {
  font-size: 12px;
  font-weight: bold;
}

.home .thumb-item li p {
  border: #dcdcdc solid 1px;
  padding: 10px 15px;
}

section.photo-library,
section.photo-library-side {
  overflow: hidden;
  *zoom: 1;
  background: #323232;
  padding: 20px;
}
section.photo-library h2,
section.photo-library-side h2 {
  font-size: 14px;
  text-align: center;
  line-height: 46px;
  background: #FFF;
  margin: 0;
}
section.photo-library h2.blue,
section.photo-library-side h2.blue {
  color: #33b5e6;
}
section.photo-library h2.green,
section.photo-library-side h2.green {
  color: #00d476;
}
section.photo-library div,
section.photo-library-side div {
  width: 308px;
  background: #FFF;
}
section.photo-library ul,
section.photo-library-side ul {
  height: 230px;
}
section.photo-library li p,
section.photo-library-side li p {
  text-align: center;
  padding: 14px 0 0;
  font-size: 16px;
  line-height: 1.4;
}
section.photo-library li p span,
section.photo-library-side li p span {
  display: block;
  font-size: 10px;
}

section.photo-library-side div {
  width: 100%;
}

.photog .slick-slide:not(.slick-center),
.photog2 .slick-slide:not(.slick-center) {
  background: #000;
}

.photog .slick-slide:not(.slick-center) img,
.photog2 .slick-slide:not(.slick-center) img {
  -webkit-filter: opacity(50%);
  -moz-filter: opacity(50%);
  -o-filter: opacity(50%);
  -ms-filter: opacity(50%);
  filter: opacity(50%);
  transition: 0.2s linear;
}

.photog .slick-slide:not(.slick-center) p,
.photog2 .slick-slide:not(.slick-center) p {
  display: none;
}

.photog .slick-prev, .photog .slick-next,
.photog2 .slick-prev, .photog2 .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 10px;
  height: 16px;
  display: block;
  -webkit-appearance: none;
  z-index: 9999;
  border: none;
  text-indent: -9999px;
}

.photog .slick-prev,
.photog2 .slick-prev {
  left: 6px;
  background: url(../../img/slider-arrow-l2.png) no-repeat 0 0;
}

.photog .slick-next,
.photog2 .slick-next {
  right: 6px;
  background: url(../../img/slider-arrow-r2.png) no-repeat 0 0;
}
@media screen and (min-width: 567px) {
.top-slider .slick-slide .photo img {
    width: 620px;
    height: 415px;
    object-fit: cover;
    vertical-align: top;
}
ul.top-slider.thumb-item-nav.slick-slider img {
    width: 146px;
    height: 98px;
    object-fit: cover;
    vertical-align: top;
}
}
@media screen and (min-width: 568px) {
  #head {
    background: #FFFFFF;
    margin-bottom: 25px;
  }
  #head .top-slider.thumb-item {
    width: 620px;
    margin: 0 auto 12px;
    display: block;
  }

  .home #head {
    background: #FFF;
    margin-bottom: 25px;
  }

  .top-slider .slick-prev, .top-slider .slick-next {
    top: 50%;
    margin-top: -20px;
    width: 41px;
    height: 41px;
  }

  .thumb-item li p {
    border: #dcdcdc solid 1px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
  }
  .thumb-item li a {
    font-size: 14px;
  }

  .thumb-item-nav {
    width: 630px;
    padding: 0 0 20px;
    margin-left: -5px;
  }
  .thumb-item-nav li {
    padding: 0 5px;
  }
  .thumb-item-nav li img {
    width: 100%;
    height: auto;
  }
  .thumb-item-nav li img:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }

}

/* -- youtube -----*/

@media screen and (min-width: 568px){
.sub-box .bnryt {
  position: relative;
  width: 100%;
/*  height:8%;*/  height:182px;
  /*padding-top: 56.25%;*/
}

.sub-box .bnryt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
section.post iframe {
   width: 100%;
}
}


@media screen and (max-width: 567px){
/*
.sub-box .bnryt{
  position:relative;
  width:100%;
  height:8%;
  padding-top:56.25%;
}
.sub-box .bnryt iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
*/
.sub-box .bnryt iframe,
section.post iframe{
	width:320px;
	height:180px;
	margin-left:auto;
	margin-right:auto;
    display:block;
}
}


section.post {
  overflow: hidden;
}
section.post .cat-box {
  margin-bottom: 15px;
}
section.post .cat-box .cat2 {
  font-size: 11px;
}
section.post h1 {
  /*padding: 0;*/
  margin: 0 0 20px;
}
section.post .post-body .wp-caption {
  width: 100% !important;
}
section.post .post-body img {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 10px;
}
section.post .post-body table {
  border-collapse: collapse;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  width: 100% !important;
  margin-bottom: 15px;
}
section.post .post-body table td, section.post .post-body table th {
  width: auto !important;
  padding: 5px;
  border-right: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
}
section.post .post-body table p {
  padding: 0;
}

table.result_table th,
table.prof_table th {
  background-color: #ececec;
  font-weight: bold;
}

table.no-outline {
  border: none;
}

.single-post table.outline th {
  width: 25%;
  padding: 5px;
  background-color: #ececec;
  vertical-align: top;
  font-weight: bold;
}

.single-post table.outline td {
  padding: 5px;
  vertical-align: top;
}

.single-post table.players {
  border: none !important;
  border-spacing: 0 !important;
}

.single-post table.players th {
  background-color: #FFF !important;
  min-width: 20% !important;
  padding: 2px 0 !important;
}

.single-post table.players td {
  border-bottom: #666 dotted 1px !important;
  padding: 2px 0 !important;
}

.single-post p.pdf a {
  background: url(images/common/ic_pdf.png) no-repeat left center;
  width: auto;
  display: block;
  padding-left: 24px;
}

.single-post p.excel a {
  background: url(images/common/ic_excel.png) no-repeat left center;
  width: auto;
  display: block;
  padding-left: 24px;
}

.single-post .outline-box {
  border: 1px solid #CCC;
  padding: 10px;
  margin: 0 0 20px;
}



/* ----------- wp-pagenavi ----------- */
.wp-pagenavi {
  padding: 40px 0;
  text-align: center;
}
.wp-pagenavi span.pages, .wp-pagenavi a.first, .wp-pagenavi a.last, .wp-pagenavi span.extend {
  display: none;
}
.wp-pagenavi span.current, .wp-pagenavi a.page {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0 5px;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px;
}
.wp-pagenavi span.current, .wp-pagenavi a.page:hover {
  background: #33b5e6;
  border: #33b5e6 solid 1px !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  text-align: center;
  font-weight: normal !important;
}
.wp-pagenavi a.page {
  border: #c8c8c8 solid 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.wp-pagenavi a.previouspostslink {
  text-align: left;
  border: none;
  padding: 0 14px;
}
.wp-pagenavi a.nextpostslink {
  text-align: right;
  border: none;
  padding: 0 14px;
}

/*pub-popup*/
@media screen and (max-width: 1100px){
	#itro_popup{
  background-image: url("http://saj-wp.appmlj.com/wp-content/uploads/snowjapan20172018.png");	background-repeat: no-repeat !important;
  top: 20px !important;
  background-size: 940px !important;
	max-width: 940px !important;
	height: 699px !important;
  position: fixed !important;
  }
  #ipp_mobile_close_tab {
      display: block !important;
  }
  #ipp_mobile_close_tab {
  border: none !important;
  position: absolute !important;
  padding: 5px !important;
  width: 80px !important;
  text-align: center !important;
  left:1px !important;
  right:1px !important;
  margin: auto !important;
  background-color: #FFFFFF !important;
 }
  #close_cross {
  display: none !important;
 }
}
@media screen and (max-width:640px){
	#itro_popup{
  background-image: url("http://saj-wp.appmlj.com/wp-content/uploads/snowjapan20172018.png");	background-repeat: no-repeat !important;
  top: 120px !important;
  background-size: 360px !important;
	max-width: 360px !important;
	height: 268px !important;　
  position: fixed !important;
	}
}






/*
.googlemap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    display: block;
    margin: 0 0 15px;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}









.wpcf7 {
    .wpcf7-not-valid-tip {
        width: 100%;
    }
    .form-box {
        font-size: 14px;
    }
    p.caution {
        border-bottom: #d2d2d2 solid 1px;
        padding: 0 0 15px;
    }
    dl {
        width: 100%;
        @include box-sizing(border-box);
        @include clearfix;
        padding: 15px 0;
        margin: 0;
        display: block;
        border-bottom: #282828 dotted 1px;
        &.end {
            border-bottom: #d2d2d2 solid 1px;
        }
    }
    dt {
        display: block;
    }
    dd {
        display: block;
        margin: 0;
    }
    input[type=text],input[type=tel],input[type=email] {
        @include box-sizing(border-box);
        background: #f7f7f7;
        border: #d2d2d2 solid 1px;
        @include border-radius(5px);
        padding: 1px 5px;
        width: 100%;
        line-height: 32px;
    }
    input[type=radio] {
        background: #f7f7f7;
        border: #d2d2d2 solid 1px;
        @include border-radius(10px);
    }
    .line {
        width: 100%;
        height: 1px;
        display: block;
        border-bottom: #c8c8c8 dotted 1px;
        margin: 15px 0;
    }
    .wpcf7c-conf {
        background: #c8c8c8 !important;
    }
    textarea {
        @include box-sizing(border-box);
        background: #f9f9f9;
        border: #c8c8c8 solid 1px;
        @include border-radius(5px);
        padding: 5px;
        width: 100%;
        overflow: scroll;
    }
    #btns-conf1 {
        margin: 40px auto 0;
        display: block;
    }
    #btns-conf2 {
        margin: 40px auto 0;
        display: block;
        @include clearfix;
    }
    input.confirm_button,
    input.back_button,
    input.submit_button {
        background: #323232;
        @include border-radius(5px);
        border: none;
        line-height: 54px;
        text-align: center;
        font-size: 14px;
        color : #FFF;
        width: 100%;
    }
    input.back_button {
        margin: 10px 0 0;
    }
    input.submit_button {
    }
    .wpcf7-response-output {
        display: none !important;
    }
    .wpcf7-validation-errors {
        display: none !important;
    }
}


@media screen and (min-width: 568px) {
  .wpcf7 {
    .wpcf7-not-valid-tip {
      float: right;
    }
    dt {
      width: 25%;
      float: left;
    }
    dd {
      width: 70%;
      float: right;
    }
    .line {
      display: block;
    }
    textarea {
      height: 170px;
    }
    #btns-conf1 {
      margin: 40px auto 0;
      width: 260px;
    }
    #btns-conf2 {
      margin: 40px auto 0;
      width: 260px;
    }
    input.confirm_button,
    input.back_button,
    input.submit_button {
      width: 260px;
      cursor: pointer;
      &:hover {
        text-decoration: none;
        @include opacity(0.7);
        -webkit-transition:all .7s;
        -moz-transition:all .7s;
        -ms-transition:all .7s;
        transition:all .7s;
        //-webkit-transform:translate3d(0,0,0);
      }
    }
  }
}


*/

/*
@media screen and (min-width: 568px){
	.page-id-12539 #contents .inner,
	.page-id-297 #contents .inner,
	footer .inner {
	    width: 1200px;
	    margin: 0 auto;
	}
}

*/

.page-id-12539 #contents table.table-info-box {
  width: 100%;
/*  border-top: #dcdcdc solid 1px;*/
  border: #dcdcdc solid 1px;
  font-size: 12px;
  margin-bottom: 40px;
}




/*
@media screen and (min-width: 568px){
	.result_table,
		table {
	width: 100% !important;
	}
}*/
/*
@media screen and (max-width: 567px){
	.result_table,
		table {
	white-space: nowrap;
	display: block;
	overflow-x:auto;
	width: initial !important;
	}
}
*/
/*
@media screen and (max-width: 567px){
	.result_table
		table {
		overflow-x: auto;
	}
	.result_table::-webkit-scrollbar,
	table::-webkit-scrollbar{
		width: 5px;
		background: #dcdcdc;
	}
	.result_table::-webkit-scrollbar:horizontal,
	table::-webkit-scrollbar:horizontal{
		height: 5px;
		background: #dcdcdc;
	}
	.result_table::-webkit-scrollbar-thumb,
	table::-webkit-scrollbar-thumb{
		background: #acacac;
		border-radius: 2px;
	}
	.result_table::-webkit-scrollbar-thumb:horizontal,
	table::-webkit-scrollbar-thumb:horizontal{
		background: #acacac;
		border-radius: 2px;
	}
}
*/
@media screen and (max-width: 567px){
	.prof_table{
	display: table !important;
	width: 100% !important;
	}
	.prof_table th{
	background-color: #ececec;
	}
	.player .prof h3 span {
	font-size: 14px;
	vertical-align: middle;
	padding-left: 8px;
	}
	ul.team li p strong {
	font-size: 18px;
	}
	ul.team li p {
	display: table-cell;
	vertical-align: top;
	font-size: 13px;
	padding-left: 8px;
	line-height: 20px;
	}
}





@media screen and (max-width: 567px){
	.x-scroll {
	/*white-space: nowrap;*/
	overflow: auto;
	}
	.x-scroll table::-webkit-scrollbar {
	  height: 5px;
	}
	.x-scroll table::-webkit-scrollbar-track {
	  background: #F1F1F1;
	}
	.x-scroll table::-webkit-scrollbar-thumb {
	  background: #BCBCBC;
	}
	.x-scroll > table/*section.post .post-body table*/ {
	white-space: nowrap;
	display:block;
	overflow: auto;
	width: initial !important;
	}
	section.page-header h1.large {
	line-height: 40px;
	margin-bottom: 0;
	word-wrap: break-word;
	white-space:pre-wrap;
	width: 220px !important;
	}
}

p.pdf a{
background: url(../../img/icon-pdf2.png) no-repeat right center;
}
p.pdf a{
display: inline-block;
padding-right: 22px;
line-height: 20px;
}



.snsorg {
margin: -4px 0 16px;
width:100%;
}
.snsorg ul {
padding: 3px 0;
list-style: none;
display: flex;
-ms-flex-pack:justify;
}
.snsorg li {
width:100%;
margin: 0 2px;
font-size:18px;
}

.btn-facebook,.btn-instagram {
width:100%;
}

footer .pure-menu-list{
 font-size: 12px;
}






/*division top****************/
@media screen and (max-width: 567px){
	.tabcontent {
	    padding: 20px!;
	}
	.tabnav{
	border-bottom: 1px solid #FF0000;
	}
	.tabnav li a{
	padding: 8px 5px!important;
	}
	.tabnav li a.active{
	background: #FFF!important;
	color: #FF0000!important;
	}
	.snlistcomp {
	    line-height: 3!important;
	}
}


#snjbox {
margin-bottom:20px;
padding: 2px 0 0 0;
background:#FFFFFF;
}
#sntitle {
width:100%;
background:#FF0000;
line-height:1.6;
padding:10px;
}
#sntitle .sntitletxt {
font-size:18px;
border-left:10px solid #FFF;
color:#fff;
font-weight:bold;
padding-left:10px;
margin-left:10px;
}
.tabnav{
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
border-bottom: 1px solid #FF0000;
}
.tabnav li{
-webkit-flex-grow: 1;
flex-grow: 1;
border-right: 2px solid #FFF;
}
.tabnav li:last-child{
margin-right: -2px;
}

.tabnav li a{
display: block;
text-align: center;
background: #FF0000;
color: #fff;
padding: 3px 5px;
border-top: 1px solid #FF0000;
border-right: 1px solid #FF0000;
border-left: 1px solid #FF0000;
margin-bottom: -1px;
text-decoration: none;
}
.tabnav li a.active{
background: #FFF;
color: #FF0000;
opacity:1;
}
.tabnav li a:hover{
background: #FF0000;
color: #FFF;
opacity:1;
}
.tabcontent{
padding: 10px 20px;
border-right: 1px solid #FF0000;
border-left: 1px solid #FF0000;
border-bottom: 1px solid #FF0000;
}
.snlistcomp {
position: relative;
padding-left: 10px;
line-height: 2;
}
.snlistcomp:before {
content: '';
display: inline-block;
position: absolute;
top: 50%;
left: 0;
width: 0;
height: 0;
margin-top: -5px;
border-top: 5px solid transparent;
border-right: 6px solid transparent;
border-bottom: 5px solid transparent;
border-left: 6px solid #FF0000;
}
.snlistcomp a{
text-decoration: underline;
word-break: break-all;
}



/*division game header*****************/
.sntopheader{
/*background: rgba(255, 255, 255, 0.8);*/
/*margin: 0 0 10px;*/
padding: auto 2px;
/*height:104px;*/
width: 100%;
/*background:#FFF;*/
display: inline-block;
/*border:1px solid #ccc;*/
}
@media screen and (max-width: 567px){
	.sntopheader{
	display:none;
	}
}

@media screen and (min-width: 566px){
	.sninimg{
	margin:4px;
	float:left;
	padding-right: 2px;
	}
	.sninimg img{
	width:127px;
	height:90px;
	}
}
.sndivmenu{
display: table;
margin-top:4px;
}

#sndivnav li:first-child{
padding: 0 2px;
font-size: 12px;
color: #FFFFFF;
text-align: center;
display: inline-block;
vertical-align: middle;
background:#FF0000;
margin-bottom:2px;
}


#sndivnav {
list-style: none;
/*display: inline-block;*/
margin: -2px;
}

#sndivnav li {
/*  min-width: 100px;*/
/*  text-align: center;*/
display: inline-block;
/*margin-right:2px;*/
}
/*
#sndivnav li a {
  color: #fff;
}
*/
.snlisttri {
position: relative;
padding-left: 6px;
/*line-height: 2;*/
}
.snlisttri:before {
content: '';
display: inline-block;
position: absolute;
top: 50%;
left: 0;
width: 0;
height: 0;
margin-top: -5px;
border-top: 5px solid transparent;
border-right: 6px solid transparent;
border-bottom: 5px solid transparent;
border-left: 6px solid #FF0000;
}
.snlisttri a{
text-decoration: underline;
word-break: break-all;
}


tfoot{display:none;}
span.waittxt {
font-size: 14px;
padding: 10px;
line-height: 100px;
}





/*******terms_and_agreements icon**********/
a.fileicon[href $='.pdf']    {
    background:url(http://dev.www.ski-japan.or.jp/wp-content/themes/ski-japan/img/icon-pdf2.png) no-repeat center left;
    margin:0;
    padding:2px 0 2px 20px;
    color:#323232;
    text-decoration:underline;
}
a.fileicon[href $='.pdf']:hover  {
    text-decoration:none;
}

a.fileicon[href $='.xlsx']    {
    background:url(http://dev.www.ski-japan.or.jp/wp-content/themes/ski-japan/img/icon-xl.png) no-repeat center left;
    margin:0;
    padding:2px 0 2px 20px;
    color:#323232;
    text-decoration:underline;
}
a.fileicon[href $='.xlsx']:hover  {
    text-decoration:none;
}

a.fileicon[href $='.xls']    {
    background:url(http://dev.www.ski-japan.or.jp/wp-content/themes/ski-japan/img/icon-xl.png) no-repeat center left;
    margin:0;
    padding:2px 0 2px 20px;
    color:#323232;
    text-decoration:underline;
}
a.fileicon[href $='.xls']:hover  {
    text-decoration:none;
}

a.fileicon[href $='.docx']    {
    background:url(http://dev.www.ski-japan.or.jp/wp-content/themes/ski-japan/img/icon-do.png) no-repeat center left;
    margin:0;
    padding:2px 0 2px 20px;
    color:#323232;
    text-decoration:underline;
}
a.fileicon[href $='.docx']:hover  {
    text-decoration:none;
}

a.fileicon[href $='.doc']    {
    background:url(http://dev.www.ski-japan.or.jp/wp-content/themes/ski-japan/img/icon-do.png) no-repeat center left;
    margin:0;
    padding:2px 0 2px 20px;
    color:#323232;
    text-decoration:underline;
}
a.fileicon[href $='.doc']:hover  {
    text-decoration:none;
}

a.fileicon[href $='.pptx']    {
    background:url(http://dev.www.ski-japan.or.jp/wp-content/themes/ski-japan/img/icon-pp.png) no-repeat center left;
    margin:0;
    padding:2px 0 2px 20px;
    color:#323232;
    text-decoration:underline;
}
a.fileicon[href $='.pptx']:hover  {
    text-decoration:none;
}

a.fileicon[href $='.ppt']    {
    background:url(http://dev.www.ski-japan.or.jp/wp-content/themes/ski-japan/img/icon-pp.png) no-repeat center left;
    margin:0;
    padding:2px 0 2px 20px;
    color:#323232;
    text-decoration:underline;
}
a.fileicon[href $='.ppt']:hover  {
    text-decoration:none;
}

.filenoicon{
    background:url(http://dev.www.ski-japan.or.jp/wp-content/themes/ski-japan/img/icon-nofile.png) no-repeat center left;
    margin:0;
    padding:2px 0 2px 20px;
    color:#777777;
}
.filenoicon:hover{
    text-decoration:none;
}


table.result_table a.result-pdf {
text-decoration: underline;
}




.banner:hover,.linkbox:hover{
opacity: 0.8;
background-color: #EEE;
display:block;
}

.linkbox {
margin-bottom: 20px;
}

.lsj_relative{
width: 100%;
height: 60px;
line-height: 50px;
padding: 20px 0 0 0;
position: relative;
text-align: center;
color: #323232;
border:2px solid #ccc;
background: #f2f6f8;
background: -moz-linear-gradient(top,  #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%);
background: -webkit-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%);
background: linear-gradient(to bottom,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 );
text-shadow: 1px 2px 2px #eee;
box-shadow: 0 0 3px #eee;
}
.lsj_absolute{
width: 50px;
position: absolute;
top: 4px;
left: 0px;
}

.page-id-27371 .page-box .txt p {
    padding-bottom: 0px;
}