@charset "UTF-8";
/* CSS Document */
/* -----------------------------------------------
 link module
-------------------------------------------------- */
a:link {
  color: #E10916;
  text-decoration: none; }

a:visited {
  color: #E10916;
  text-decoration: none; }

a:hover {
  color: #E10916;
  text-decoration: underline; }

a:active {
  color: #E10916;
  text-decoration: underline; }

/* -----------------------------------------------
 font style 13px
--------------------------------------------------
10px｜77%
11px｜84.6%
12px｜92.3%
13px｜100%
14px｜107.7%
15px｜115.4%
16px｜123%
17px｜130.7%
18px｜138.5%
19px｜146.2%
20px｜154%
21px｜161.5%
22px｜169.2%
23px｜177%
24px｜184.6%
25px｜192.3%
26px｜200%
-------------------------------------------------- */
body {
  font-size: 81.25%;
  font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5; }

/* for WinIE6 */
* html body {
  font-size: 81.25%;
  text-autospace: ideograph-alpha;
  text-autospace: ideograph-numeric; }

* html td, * html th {
  font-size: 81.25%;
  line-height: 1.5; }

/* for WinIE7 */
*:first-child + html body {
  font-size: 81.25%; }

/* for WinIE8 */
html > body {
  font-size: 81.25%; }

/* -----------------------------------------------
 structure module
-------------------------------------------------- */
html {
  color: #333; }

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

/* -----------------------------------------------
 text module
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, address {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

address, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

del, ins {
  text-decoration: none; }

hr {
  display: none; }

/* -----------------------------------------------
 list module
-------------------------------------------------- */
ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

/* -----------------------------------------------
 image module
-------------------------------------------------- */
img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom; }

/* -----------------------------------------------
 table module
-------------------------------------------------- */
table {
  border-spacing: 0; }

th, td {
  margin: 0;
  padding: 0; }

th {
  font-style: normal; }

caption {
  text-align: left; }

/* -----------------------------------------------
 form module
-------------------------------------------------- */
form, fieldset, legend, input, textarea {
  margin: 0;
  padding: 0; }

fieldset {
  border: 0; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

legend {
  color: #000; }

/* -----------------------------------------------
 container
-------------------------------------------------- */
#container {
  min-width: 980px;
  background: url(../images/bcg_content.png); }

/* -----------------------------------------------
 header
-------------------------------------------------- */
header {
  clear: both;
  position: relative;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  min-width: 980px;
  width: 100%;
  height: 140px;
  background-color: #FFF;
  border-bottom: 5px solid #e10916; }
  header .wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative; }
    header .wrapper #logo {
      padding-top: 30px;
      margin-bottom: 30px;
      margin-right: 100px;
      float: left;
      width: 340px;
      height: 80px; }
    header .wrapper #searchbox {
      width: 400px;
      float: left; }
    header .wrapper #homeBtn {
      position: absolute;
      top: 18px;
      right: 46px; }
      header .wrapper #homeBtn a {
        color: #333;
        font-size: 154%; }
      header .wrapper #homeBtn a:hover {
        color: #e10916;
        text-decoration: none; }
    header .wrapper #fbBtn {
      position: absolute;
      top: 18px;
      right: 18px; }
      header .wrapper #fbBtn a {
        color: #333;
        font-size: 154%; }
      header .wrapper #fbBtn a:hover {
        color: #e10916;
        text-decoration: none; }
    header .wrapper #global {
      position: absolute;
      top: 60px;
      right: 0;
      width: 577px;
      height: 48px; }
      header .wrapper #global ul {
        position: relative; }
        header .wrapper #global ul li {
          list-style: none;
          float: left;
          position: relative; }
          header .wrapper #global ul li ul {
            display: none;
            position: absolute;
            top: 48px;
            left: 0; }
            header .wrapper #global ul li ul li {
              width: 140px; }
              header .wrapper #global ul li ul li a {
                display: block;
                text-indent: -9999px;
                background: #FFF;
                color: #FFF;
                zoom: 1;
                line-height: 1; }
                header .wrapper #global ul li ul li a.hover {
                  background: #444; }
        header .wrapper #global ul li.school {
          width: 150px;
          margin-left: -13px; }
          header .wrapper #global ul li.school li.nth-child-1 a {
            height: 37px;
            margin-left: -13px;
            background: url(../images/global_02_01.png) no-repeat left top; }
            header .wrapper #global ul li.school li.nth-child-1 a:hover {
              background: url(../images/global_02_01_on.png) no-repeat left top; }
        header .wrapper #global ul li.camp {
          width: 150px;
          margin-left: -13px; }
          header .wrapper #global ul li.camp li.nth-child-1 a {
            height: 26px;
            margin-left: -9px;
            background: url(../images/global_03_01.png) no-repeat left top; }
            header .wrapper #global ul li.camp li.nth-child-1 a:hover {
              background: url(../images/global_03_01_on.png) no-repeat left top; }
          header .wrapper #global ul li.camp li.nth-child-2 a {
            height: 26px;
            margin-left: -17px;
            margin-right: 0px;
            background: url(../images/global_03_02.png) no-repeat left top; }
            header .wrapper #global ul li.camp li.nth-child-2 a:hover {
              background: url(../images/global_03_02_on.png) no-repeat left top; }
          header .wrapper #global ul li.camp li.nth-child-3 a {
            height: 26px;
            margin-left: -25px;
            margin-right: 0px;
            margin-bottom: 0px;
            background: url(../images/global_03_03.png) no-repeat left top; }
            header .wrapper #global ul li.camp li.nth-child-3 a:hover {
              background: url(../images/global_03_03_on.png) no-repeat left top; }
        header .wrapper #global ul li.volunteer {
          margin-left: -13px; }
    header .wrapper #global-sp {
      display: none; }

/* -----------------------------------------------
 mainImage
-------------------------------------------------- */
#mainImage {
  min-width: 980px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  height: 370px;
  display: block;
  border-bottom: 5px solid #e10916;
  margin-bottom: 60px;
  background: #e10916;
  position: relative;
  padding-right: 2.5%;
  left: -2.5%; }
  #mainImage .slide {
    position: absolute;
    top: 0; }
    #mainImage .slide img {
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      opacity: 0; }
    #mainImage .slide.slide01 {
      left: 0%;
      width: 100%;
      height: 370px;
      z-index: 0;
      background: url(../images/bcg_top_01.png) no-repeat top left; }
    #mainImage .slide.slide02 {
      left: 20%;
      z-index: 1;
      width: 100%;
      height: 370px;
      background: url(../images/bcg_top_02.png) no-repeat top left; }
    #mainImage .slide.slide03 {
      left: 40%;
      z-index: 2;
      width: 100%;
      height: 370px;
      background: url(../images/bcg_top_03.png) no-repeat top left; }
    #mainImage .slide.slide04 {
      left: 60%;
      z-index: 3;
      width: 100%;
      height: 370px;
      background: url(../images/bcg_top_04.png) no-repeat top left; }
    #mainImage .slide.slide05 {
      left: 80%;
      z-index: 4;
      width: 100%;
      height: 370px;
      background: url(../images/bcg_top_05.png) no-repeat top left; }
    #mainImage .slide .slideBtn {
      position: absolute;
      bottom: 0; }

/* -----------------------------------------------
 content
-------------------------------------------------- */
#content {
  clear: both;
  position: relative;
  min-width: 980px;
  width: 100%;
  margin-bottom: 30px; }
  #content .wrapper {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 30px; }
    #content .wrapper #main {
      width: 670px;
      float: left;
      margin-bottom: 100px; }
    #content .wrapper #side {
      width: 240px;
      float: right;
      margin-bottom: 100px; }
      #content .wrapper #side ul {
        margin-bottom: 30px; }
        #content .wrapper #side ul li {
          margin-bottom: 5px;
          background: #FFF; }
        #content .wrapper #side ul#bannerArea02 {
          clear: both;
          position: relative;
          overflow: hidden; }
          #content .wrapper #side ul#bannerArea02 li {
            float: left;
            margin-right: 3px;
            margin-bottom: 3px; }
          #content .wrapper #side ul#bannerArea02 li.nth-child-3 {
            margin-right: 0px; }
      #content .wrapper #side dl.sportscenter {
        margin-bottom: 2em; }
        #content .wrapper #side dl.sportscenter dt {
          padding-left: 15px;
          font-weight: bold;
          border-bottom: 2px solid #e10916;
          padding-bottom: 5px;
          margin-bottom: 15px;
          color: #e10916; }
        #content .wrapper #side dl.sportscenter dd {
          padding-left: 15px;
          margin-bottom: 10px;
          background: url(../images/ico_arr_03.png) no-repeat 3px 6px; }
  #content #sns {
    clear: both;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 0; }
    #content #sns .wrapper #facebook {
      text-align: center;
      margin: 0 auto; }

/* -----------------------------------------------
 footer
-------------------------------------------------- */
footer {
  clear: both;
  position: relative;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  min-width: 980px;
  width: 100%; }
  footer .wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 960px;
    position: relative;
    overflow: hidden; }
    footer .wrapper #ftLogo {
      position: relative;
      float: left;
      width: 220px;
      height: 40px; }
    footer .wrapper #ftAdd {
      position: relative;
      float: left;
      margin-left: 40px;
      width: 300px; }
    footer .wrapper #ftBnr {
      position: relative;
      float: right;
      width: 240px;
      height: 60px;
      margin-bottom: 30px; }
      footer .wrapper #ftBnr ul li {
        background-color: #FFF; }
    footer .wrapper #ftNav {
      clear: both;
      position: relative;
      float: left;
      width: 460px; }
      footer .wrapper #ftNav ul li {
        float: left;
        margin-right: 0px;
        padding-left: 0px;
        margin-right: 20px; }
        footer .wrapper #ftNav ul li span {
          padding-right: 5px; }
      footer .wrapper #ftNav ul li.last-child {
        margin-right: 0; }
    footer .wrapper #copyright {
      float: right; }
  footer #pagetop {
    clear: both;
    position: relative;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    min-width: 980px;
    width: 100%;
    background-color: #E10916;
    text-align: center; }
    footer #pagetop a {
      position: relative;
      display: block;
      padding: 25px; }
    footer #pagetop a::after {
      position: absolute;
      top: 50%;
      right: 50%;
      display: block;
      content: '';
      width: 12px;
      height: 12px;
      margin-top: -4px;
      border-top: 3px solid #FFF;
      border-right: 3px solid #FFF;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    footer #pagetop:hover {
      filter: alpha(opacity=90);
      -moz-opacity: 0.9;
      opacity: 0.9; }

/* -----------------------------------------------
 mixin
-------------------------------------------------- */
/* -----------------------------------------------
 home
-------------------------------------------------- */
.home #topics h2 {
  margin-bottom: 30px; }

.home #topics .tabs {
  height: 60px; }
  .home #topics .tabs li {
    width: 165px;
    background-color: #FFF;
    color: #E10916;
    font-weight: bold;
    float: left;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border-right: 2px solid #E10916;
    border-top: 2px solid #E10916;
    border-bottom: 2px solid #E10916; }
    .home #topics .tabs li span {
      padding-right: 3px; }
    .home #topics .tabs li.first-child {
      border-radius: 5px 0px 0px 5px;
      -moz-border-radius: 5px 0px 0px 5px;
      -ms-border-radius: 5px 0px 0px 5px;
      -webkit-border-radius: 5px 0px 0px 5px;
      -o-border-radius: 5px 0px 0px 5px;
      behavior: url("/PIE.htc");
      border-left: 2px solid #E10916; }
    .home #topics .tabs li.active {
      color: #FFF;
      background: #E10916; }
      .home #topics .tabs li.active p {
        z-index: 1000;
        border-radius: 6px;
        position: relative;
        display: inline-block;
        text-align: center; }
      .home #topics .tabs li.active p::before,
      .home #topics .tabs li.active p::after {
        left: 50%;
        margin-left: -8px;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        content: '';
        position: absolute; }
      .home #topics .tabs li.active p::before {
        bottom: -10px;
        border-top: 10px solid #E10916; }
      .home #topics .tabs li.active p::after {
        bottom: -10px;
        border-top: 10px solid #E10916; }
    .home #topics .tabs li.hover {
      background: #E10916;
      color: #FFF; }
    .home #topics .tabs li.last-child {
      border-radius: 0px 5px 5px 0px;
      -moz-border-radius: 0px 5px 5px 0px;
      -ms-border-radius: 0px 5px 5px 0px;
      -webkit-border-radius: 0px 5px 5px 0px;
      -o-border-radius: 0px 5px 5px 0px;
      behavior: url("/PIE.htc");
      border-right: 2px solid #E10916; }

.home #topics .contBox {
  clear: both;
  position: relative;
  width: 670px; }
  .home #topics .contBox .boxLink ul {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    align-items: stretch; }
    .home #topics .contBox .boxLink ul li {
      position: relative;
      background: #FFF;
      width: 330px;
      margin-right: 10px;
      margin-bottom: 10px; }
      .home #topics .contBox .boxLink ul li .volunteermark {
        position: absolute;
        width: 32px;
        height: 32px;
        top: 10px;
        right: 10px;
        z-index: 1000;
        font-size: 177%;
        color: #E10916; }
      .home #topics .contBox .boxLink ul li .pict {
        position: relative;
        overflow: hidden; }
        .home #topics .contBox .boxLink ul li .pict img {
          width: 330px;
          height: 180px;
          -o-object-fit: cover;
          object-fit: cover; }
      .home #topics .contBox .boxLink ul li div {
        padding: 15px; }
        .home #topics .contBox .boxLink ul li div .ttl {
          font-weight: bold;
          font-size: 123%;
          margin-bottom: 5px; }
        .home #topics .contBox .boxLink ul li div .txt {
          margin-bottom: 5px; }
        .home #topics .contBox .boxLink ul li div .date {
          color: #949494;
          font-size: 77%; }
      .home #topics .contBox .boxLink ul li.nth-child-2n {
        margin-right: 0; }
  .home #topics .contBox .boxLink .bl-hot {
    cursor: pointer; }
    .home #topics .contBox .boxLink .bl-hot a {
      color: #000;
      text-decoration: none; }
    .home #topics .contBox .boxLink .bl-hot .pict img {
      -moz-transition: -moz-transform 0.5s linear;
      -webkit-transition: -webkit-transform 0.5s linear;
      -o-transition: -o-transform 0.5s linear;
      -ms-transition: -ms-transform 0.5s linear;
      transition: -webkit-transform 0.5s linear;
      -o-transition: transform 0.5s linear;
      transition: transform 0.5s linear;
      transition: transform 0.5s linear, -webkit-transform 0.5s linear; }
  .home #topics .contBox .boxLink .bl-hover {
    background-color: #e10916;
    color: #FFF; }
    .home #topics .contBox .boxLink .bl-hover a {
      color: #FFF; }
    .home #topics .contBox .boxLink .bl-hover .date {
      color: #FFF; }
    .home #topics .contBox .boxLink .bl-hover .pict img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }

/* -----------------------------------------------
 newsList
-------------------------------------------------- */
.panel {
  background: #FFF;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  behavior: url("/PIE.htc");
  overflow: hidden;
  border: 5px solid #dfdfdf;
  padding: 15px;
  margin-bottom: 50px; }
  .panel .select {
    margin: 0px auto;
    padding-top: 0px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    overflow: hidden; }
    .panel .select li {
      float: left;
      width: 49%;
      margin-right: 2%;
      margin-bottom: 10px;
      border-bottom: 1px dotted #CCC; }
      .panel .select li label {
        margin-right: 10px; }
      .panel .select li dl {
        padding: 5px 10px;
        overflow: hidden; }
        .panel .select li dl dt {
          clear: both;
          padding-bottom: 5px;
          padding-top: 2px;
          float: left;
          width: 50%; }
        .panel .select li dl dd {
          padding-bottom: 5px;
          float: left;
          width: 50%; }
          .panel .select li dl dd select {
            width: 100%;
            border: 1px solid #CCC; }
      .panel .select li.nth-child-2n {
        margin-right: 0; }
      .panel .select li.last-child {
        margin-right: 0; }
  .panel .select2 {
    margin: 0px auto;
    padding-top: 0px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    overflow: hidden; }
    .panel .select2 li {
      width: 100%;
      margin-bottom: 10px;
      border-bottom: 1px dotted #CCC; }
      .panel .select2 li dl {
        padding: 5px 10px;
        overflow: hidden; }
        .panel .select2 li dl dt {
          padding-bottom: 10px;
          padding-top: 2px;
          float: left;
          width: 15%; }
        .panel .select2 li dl dd {
          padding-bottom: 10px;
          float: left;
          width: 85%; }
          .panel .select2 li dl dd select {
            border: 1px solid #CCC; }
  .panel .btnArea {
    clear: both;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    width: 160px; }
    .panel .btnArea ul {
      margin-right: auto;
      margin-left: auto;
      text-align: center; }
      .panel .btnArea ul li {
        text-align: center;
        position: relative; }
        .panel .btnArea ul li input {
          cursor: pointer;
          width: 150px;
          display: block;
          padding: 5px;
          border: 0;
          background-color: #e10916;
          color: #FFF;
          font-size: 123%;
          font-weight: bold;
          text-align: center;
          position: relative;
          border-radius: 5px 5px 5px 5px;
          -moz-border-radius: 5px 5px 5px 5px;
          -ms-border-radius: 5px 5px 5px 5px;
          -webkit-border-radius: 5px 5px 5px 5px;
          -o-border-radius: 5px 5px 5px 5px;
          behavior: url("/PIE.htc");
          overflow: hidden; }
        .panel .btnArea ul li input:hover {
          filter: alpha(opacity=70);
          -moz-opacity: 0.7;
          opacity: 0.7; }
      .panel .btnArea ul span {
        position: absolute;
        top: 10px;
        left: 45px;
        color: #FFF; }

#main #newsList li {
  width: 330px;
  margin-right: 10px;
  margin-bottom: 10px; }
  #main #newsList li.even {
    margin-right: 0; }

#newsList ul {
  display: -ms-flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch; }
  #newsList ul li {
    position: relative;
    background: #FFF;
    width: 300px;
    height: auto;
    margin-right: 30px;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top; }
    #newsList ul li .pict {
      position: relative;
      overflow: hidden; }
      #newsList ul li .pict img {
        width: 330px;
        height: 180px;
        -o-object-fit: cover;
        object-fit: cover; }
    #newsList ul li div {
      padding: 15px; }
      #newsList ul li div .meta {
        font-size: 84.6%;
        margin-bottom: 5px; }
      #newsList ul li div .ttl {
        font-weight: bold;
        font-size: 123%;
        margin-bottom: 5px; }
      #newsList ul li div .txt {
        margin-bottom: 5px; }
      #newsList ul li div .date {
        color: #949494;
        font-size: 77%; }
    #newsList ul li.nth-child-3n {
      margin-right: 0; }

#newsList .bl-hot {
  cursor: pointer; }
  #newsList .bl-hot a {
    color: #000;
    text-decoration: none; }
  #newsList .bl-hot .pict img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: -webkit-transform 0.5s linear;
    -o-transition: transform 0.5s linear;
    transition: transform 0.5s linear;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear; }

#newsList .bl-hover {
  background-color: #e10916;
  color: #FFF; }
  #newsList .bl-hover a {
    color: #FFF; }
  #newsList .bl-hover .date {
    color: #FFF; }
  #newsList .bl-hover .pict img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.wp-pagenavi {
  clear: both;
  overflow: hidden;
  padding-top: 30px;
  margin-bottom: 30px; }
  .wp-pagenavi span {
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 10px;
    background: #FFF;
    color: #e10916;
    text-decoration: none;
    vertical-align: middle; }
  .wp-pagenavi span.current {
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 10px;
    background: #e10916;
    color: #FFF;
    text-decoration: none;
    vertical-align: middle; }
  .wp-pagenavi a {
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 10px;
    background: #FFF;
    text-decoration: none;
    vertical-align: middle;
    color: #e10916; }
    .wp-pagenavi a:hover {
      background: #e10916;
      color: #FFF; }

/* -----------------------------------------------
 news-more
-------------------------------------------------- */
#news-more .moreBox {
  padding: 40px !important; }
  #news-more .moreBox h2 {
    font-size: 138.5% !important; }
  #news-more .moreBox .dataTable {
    clear: both;
    float: left;
    overflow: hidden;
    width: 600px; }
    #news-more .moreBox .dataTable li {
      clear: both;
      zoom: 100%;
      border-bottom: 1px dotted #CCC; }
      #news-more .moreBox .dataTable li dl {
        overflow: hidden; }
        #news-more .moreBox .dataTable li dl dt {
          float: left;
          width: 130px;
          padding-top: 0px;
          padding-left: 10px;
          padding-bottom: 0px;
          font-weight: bold;
          border-left: 2px solid #e10916;
          margin-top: 10px;
          margin-bottom: 10px; }
        #news-more .moreBox .dataTable li dl dd {
          float: left;
          width: 450px;
          padding-top: 10px;
          padding-bottom: 10px; }
          #news-more .moreBox .dataTable li dl dd ul li {
            border-bottom: 0px; }
      #news-more .moreBox .dataTable li.last-child {
        border-bottom: none; }
  #news-more .moreBox .subImage {
    float: right;
    overflow: hidden;
    width: 240px; }
    #news-more .moreBox .subImage li {
      float: left;
      margin-bottom: 15px; }
      #news-more .moreBox .subImage li.last-child {
        margin-right: 0; }

/* -----------------------------------------------
 sportsclub,volunteer
-------------------------------------------------- */
.volunteer #newsList ul li.nth-child-3n, .sportsclub #newsList ul li.nth-child-3n {
  margin-right: 0; }

.volunteer #newsList ul li.nth-child-4, .volunteer #newsList ul li.nth-child-7, .sportsclub #newsList ul li.nth-child-4, .sportsclub #newsList ul li.nth-child-7 {
  clear: both; }

/* -----------------------------------------------
 camp
-------------------------------------------------- */
#camp #athl img, #camp #lodg img {
  margin-bottom: 10px; }

/* -----------------------------------------------
 athletic
-------------------------------------------------- */
.athletic .moreBox .subImage li, .lodging .moreBox .subImage li {
  margin-right: 30px !important; }
  .athletic .moreBox .subImage li.last-child, .lodging .moreBox .subImage li.last-child {
    margin-right: 0 !important; }

/* -----------------------------------------------
 support
-------------------------------------------------- */
.support #main h3 {
  background-color: #FFF;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-size: 123%; }

.support #main li {
  margin-left: 0px;
  margin-bottom: 5px; }
  .support #main li span {
    padding-right: 5px;
    color: #e10916; }

.support #main .section {
  margin-bottom: 30px !important; }

/* -----------------------------------------------
 joc
-------------------------------------------------- */
.joc #menuList ul li {
  width: 30%;
  float: left;
  padding-left: 10px;
  margin-bottom: 5px;
  background: url(../images/ico_arr_01.png) no-repeat left 6px; }

/* -----------------------------------------------
 guideline
-------------------------------------------------- */
.guideline .section h2, .privacy .section h2 {
  margin-bottom: 30px; }

.guideline .section h3, .privacy .section h3 {
  margin-bottom: 15px;
  font-size: 123%;
  border-left: 3px solid #e10916;
  padding-left: 10px; }

.guideline .section ul, .privacy .section ul {
  margin-bottom: 15px; }

/* -----------------------------------------------
 sportsakita
-------------------------------------------------- */
.sportsakita .contBox {
  background: #FFF;
  overflow: hidden;
  clear: both;
  padding: 60px 60px 0px 60px;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  behavior: url("/PIE.htc");
  overflow: hidden; }
  .sportsakita .contBox #declaration {
    margin-bottom: 60px;
    text-align: center; }
  .sportsakita .contBox h3 {
    margin-bottom: 30px;
    text-align: center; }
  .sportsakita .contBox .section {
    padding: 0px;
    clear: both;
    overflow: visible;
    line-height: 1.7; }
    .sportsakita .contBox .section ul {
      margin-bottom: 15px; }
    .sportsakita .contBox .section ol li {
      margin-bottom: 15px; }
    .sportsakita .contBox .section#preamble {
      overflow: hidden; }
    .sportsakita .contBox .section#determination {
      border: 2px solid #CCC;
      border-radius: 5px 5px 5px 5px;
      -moz-border-radius: 5px 5px 5px 5px;
      -ms-border-radius: 5px 5px 5px 5px;
      -webkit-border-radius: 5px 5px 5px 5px;
      -o-border-radius: 5px 5px 5px 5px;
      behavior: url("/PIE.htc");
      overflow: hidden;
      padding: 20px;
      position: relative; }

/* -----------------------------------------------
 #content
-------------------------------------------------- */
#content #siteTitle {
  position: relative;
  margin-top: 65px;
  margin-bottom: 65px; }

#content h2.ttl-01 {
  border-left: 5px solid #e10916;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  font-size: 177%;
  color: #e00916;
  margin-bottom: 30px; }

#content p.txt-01 {
  margin-bottom: 30px; }

#content .section {
  clear: both;
  overflow: hidden;
  margin-bottom: 60px; }
  #content .section .section {
    margin-bottom: 30px; }
  #content .section .ttl {
    margin-bottom: 30px; }

#content .moreBox {
  background-color: #FFF;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 20px; }
  #content .moreBox h2 {
    background: url(../images/bcg_ttl_h2.png) no-repeat left bottom;
    font-weight: bold;
    font-size: 123%;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  #content .moreBox .ttl {
    background: url(../images/bcg_ttl_h2.png) no-repeat left bottom;
    font-weight: bold;
    font-size: 123%;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  #content .moreBox .category ul li {
    color: #acacac; }
  #content .moreBox div {
    margin-bottom: 2em; }
    #content .moreBox div .addTable li {
      clear: both;
      zoom: 100%;
      border-bottom: 1px solid #CCC; }
      #content .moreBox div .addTable li dl {
        overflow: hidden; }
        #content .moreBox div .addTable li dl dt {
          float: left;
          width: 70px;
          padding-top: 10px;
          padding-bottom: 10px;
          font-weight: bold; }
        #content .moreBox div .addTable li dl dd {
          float: left;
          width: 280px;
          padding-top: 10px;
          padding-bottom: 10px; }
          #content .moreBox div .addTable li dl dd ul li {
            border-bottom: 0px; }
      #content .moreBox div .addTable li.last-child {
        border-bottom: none; }
    #content .moreBox div .dataTable li {
      clear: both;
      zoom: 100%;
      border-bottom: 1px dotted #CCC; }
      #content .moreBox div .dataTable li dl {
        overflow: hidden; }
        #content .moreBox div .dataTable li dl dt {
          float: left;
          width: 130px;
          padding-top: 0px;
          padding-left: 10px;
          padding-bottom: 0px;
          font-weight: bold;
          border-left: 2px solid #e10916;
          margin-top: 10px;
          margin-bottom: 10px; }
        #content .moreBox div .dataTable li dl dd {
          float: left;
          width: 450px;
          padding-top: 10px;
          padding-bottom: 10px; }
          #content .moreBox div .dataTable li dl dd ul li {
            border-bottom: 0px; }
      #content .moreBox div .dataTable li.last-child {
        border-bottom: none; }
  #content .moreBox .subImage {
    overflow: hidden; }
    #content .moreBox .subImage li {
      float: left;
      margin-right: 15px; }
      #content .moreBox .subImage li.last-child {
        margin-right: 0; }
  #content .moreBox .freespace {
    clear: both; }
  #content .moreBox .date {
    clear: both;
    color: #acacac; }
  #content .moreBox .btnArea {
    overflow: hidden;
    margin-bottom: 20px; }
    #content .moreBox .btnArea ul {
      margin-right: auto;
      margin-left: auto; }
      #content .moreBox .btnArea ul li a {
        display: block;
        padding: 10px;
        background-color: #e10916;
        color: #FFF;
        font-size: 123%;
        font-weight: bold;
        text-align: center;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -ms-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        -o-border-radius: 5px 5px 5px 5px;
        behavior: url("/PIE.htc");
        overflow: hidden; }
        #content .moreBox .btnArea ul li a:hover {
          background-color: #e10916;
          text-decoration: none;
          filter: alpha(opacity=70);
          -moz-opacity: 0.7;
          opacity: 0.7; }
      #content .moreBox .btnArea ul li.last-child {
        margin-right: 0 !important; }
      #content .moreBox .btnArea ul.list02 li {
        float: left;
        margin-right: 20px; }
        #content .moreBox .btnArea ul.list02 li a {
          width: 240px; }
      #content .moreBox .btnArea ul.list03 li {
        float: left;
        margin-right: 10px; }

#content #breadcrumb {
  clear: both;
  position: relative;
  overflow: hidden; }
  #content #breadcrumb ul {
    overflow: hidden; }
    #content #breadcrumb ul li {
      float: left;
      padding-left: 10px;
      margin-right: 0px; }
      #content #breadcrumb ul li span {
        padding-right: 10px; }
      #content #breadcrumb ul li.home {
        padding-left: 0px;
        color: #e10916; }
      #content #breadcrumb ul li.current span {
        font-size: 77%;
        color: #AAA; }

/* -----------------------------------------------
 column
-------------------------------------------------- */
.column-2 {
  clear: both;
  position: relative;
  overflow: hidden; }
  .column-2 .leftBox {
    float: left; }
  .column-2 .rightBox {
    float: right; }

div.leftBox {
  float: left; }

div.rightBox {
  float: right; }

/* -----------------------------------------------
 text-align
-------------------------------------------------- */
.align-center {
  text-align: center; }

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

.align-left {
  text-align: left; }

/* -----------------------------------------------
 img module
-------------------------------------------------- */
img.alignnone {
  padding-bottom: 0em;
  clear: both;
  margin: 0px; }

img.alignleft {
  padding-bottom: 0em;
  display: inline;
  float: left;
  padding-right: 20px; }

img.alignright {
  padding-bottom: 0em;
  display: inline;
  float: right;
  padding-left: 20px; }

img.aligncenter {
  padding-bottom: 0em;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

/* -----------------------------------------------
 list module
-------------------------------------------------- */
ul.listDisc li {
  margin-left: 20px;
  list-style-type: disc; }

ol.listDecimal {
  margin-bottom: 1em; }
  ol.listDecimal li {
    margin-left: 23px;
    list-style-type: decimal; }

/* -----------------------------------------------
 box-width
-------------------------------------------------- */
.box-10 {
  width: 10px; }

.box-20 {
  width: 20px; }

.box-30 {
  width: 30px; }

.box-40 {
  width: 40px; }

.box-50 {
  width: 50px; }

.box-60 {
  width: 60px; }

.box-70 {
  width: 70px; }

.box-80 {
  width: 80px; }

.box-90 {
  width: 90px; }

.box-100 {
  width: 100px; }

.box-110 {
  width: 110px; }

.box-120 {
  width: 120px; }

.box-130 {
  width: 130px; }

.box-140 {
  width: 140px; }

.box-150 {
  width: 150px; }

.box-160 {
  width: 160px; }

.box-170 {
  width: 170px; }

.box-180 {
  width: 180px; }

.box-190 {
  width: 190px; }

.box-200 {
  width: 200px; }

.box-210 {
  width: 210px; }

.box-220 {
  width: 220px; }

.box-230 {
  width: 230px; }

.box-240 {
  width: 240px; }

.box-250 {
  width: 250px; }

.box-260 {
  width: 260px; }

.box-270 {
  width: 270px; }

.box-280 {
  width: 280px; }

.box-290 {
  width: 290px; }

.box-300 {
  width: 300px; }

.box-310 {
  width: 310px; }

.box-320 {
  width: 320px; }

.box-330 {
  width: 330px; }

.box-340 {
  width: 340px; }

.box-350 {
  width: 350px; }

.box-360 {
  width: 360px; }

.box-370 {
  width: 370px; }

.box-380 {
  width: 380px; }

.box-390 {
  width: 390px; }

.box-400 {
  width: 400px; }

.box-410 {
  width: 410px; }

.box-420 {
  width: 420px; }

.box-430 {
  width: 430px; }

.box-440 {
  width: 440px; }

.box-450 {
  width: 450px; }

.box-460 {
  width: 460px; }

.box-470 {
  width: 470px; }

.box-480 {
  width: 480px; }

.box-490 {
  width: 490px; }

.box-500 {
  width: 500px; }

.box-510 {
  width: 510px; }

.box-520 {
  width: 520px; }

.box-530 {
  width: 530px; }

.box-540 {
  width: 540px; }

.box-550 {
  width: 550px; }

.box-560 {
  width: 560px; }

.box-570 {
  width: 570px; }

.box-580 {
  width: 580px; }

.box-590 {
  width: 590px; }

.box-600 {
  width: 600px; }

.box-610 {
  width: 610px; }

.box-620 {
  width: 620px; }

.box-630 {
  width: 630px; }

.box-640 {
  width: 640px; }

.box-650 {
  width: 650px; }

.box-660 {
  width: 660px; }

.box-670 {
  width: 670px; }

.box-680 {
  width: 680px; }

.box-690 {
  width: 690px; }

.box-700 {
  width: 700px; }

/* -----------------------------------------------
 font-face
-------------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?zibycj");
  src: url("../fonts/icomoon.eot?#iefixzibycj") format("embedded-opentype"), url("../fonts/icomoon.woff?zibycj") format("woff"), url("../fonts/icomoon.ttf?zibycj") format("truetype"), url("../fonts/icomoon.svg?zibycj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-ico_page:before {
  content: "\e60a"; }

.icon-arrow_04_bottom:before {
  content: "\e600"; }

.icon-arrow_04_left:before {
  content: "\e601"; }

.icon-arrow_04_right:before {
  content: "\e602"; }

.icon-arrow_04_top:before {
  content: "\e603"; }

.icon-facebook:before {
  content: "\e604"; }

.icon-home:before {
  content: "\e605"; }

.icon-search:before {
  content: "\e606"; }

.icon-taplist:before {
  content: "\e607"; }

.icon-twitter:before {
  content: "\e608"; }

.icon-volunteer:before {
  content: "\e609"; }

.icon-arrow-right:before {
  content: "\ea34"; }

.icon-arrow-right2:before {
  content: "\ea3c"; }

/* -----------------------------------------------
 clearfix
-------------------------------------------------- */
.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

@media screen and (max-width: 640px) {
  img {
    max-width: 100%;
    height: auto;
    width: auto; }
  #container {
    width: 100%;
    min-width: 100%; }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  /* -----------------------------------------------
	 header
	-------------------------------------------------- */
  header {
    width: 100%;
    height: auto;
    min-width: 100%;
    border-bottom: 4px solid #e10916; }
    header .wrapper {
      width: 100%; }
      header .wrapper #logo {
        padding-top: 15px;
        margin-bottom: 15px;
        width: 60%;
        height: 60%;
        margin-right: 15px;
        margin-left: 15px;
        position: relative;
        float: none; }
      header .wrapper #searchbox {
        display: none; }
      header .wrapper #homeBtn {
        position: absolute;
        right: 60px; }
        header .wrapper #homeBtn a {
          font-size: 200%; }
      header .wrapper #fbBtn {
        position: absolute;
        right: 20px; }
        header .wrapper #fbBtn a {
          font-size: 200%; }
      header .wrapper #global {
        display: none; }
      header .wrapper #global-sp {
        display: block;
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: auto;
        z-index: 100;
        margin-bottom: 0px;
        /* -----------------------------------------------
				 dl-menu
				-------------------------------------------------- */ }
        header .wrapper #global-sp ul {
          margin-left: auto;
          margin-right: auto;
          width: 100%; }
          header .wrapper #global-sp ul li {
            float: none; }
            header .wrapper #global-sp ul li a:before {
              content: attr(data-label); }
        header .wrapper #global-sp.dl-menuwrapper {
          width: 100%;
          position: relative;
          -webkit-perspective: 1000px;
          -moz-perspective: 1000px;
          perspective: 1000px;
          -webkit-perspective-origin: 50% 200%;
          -moz-perspective-origin: 50% 200%;
          perspective-origin: 50% 200%;
          z-index: 2000; }
          header .wrapper #global-sp.dl-menuwrapper:first-child {
            margin-right: 100px; }
          header .wrapper #global-sp.dl-menuwrapper .dl-trigger {
            font-size: 138.5%;
            font-weight: bold;
            color: #E10916; }
            header .wrapper #global-sp.dl-menuwrapper .dl-trigger span {
              padding-right: 10px; }
          header .wrapper #global-sp.dl-menuwrapper button {
            background: #FFF;
            border: none;
            width: 100%;
            height: 50px;
            /*text-indent: -900em;*/
            overflow: hidden;
            position: relative;
            cursor: pointer;
            outline: none;
            border-top: solid 4px #E10916;
            text-align: left;
            display: block; }
            header .wrapper #global-sp.dl-menuwrapper button::after {
              position: absolute;
              top: 50%;
              right: 5%;
              display: block;
              content: '';
              width: 6px;
              height: 6px;
              margin-top: -6px;
              border-top: 3px solid #E10916;
              border-right: 3px solid #E10916;
              -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
              transform: rotate(135deg); }
          header .wrapper #global-sp.dl-menuwrapper ul {
            background: #FFF;
            padding: 0;
            list-style: none;
            -webkit-transform-style: preserve-3d;
            -moz-transform-style: preserve-3d;
            transform-style: preserve-3d; }
            header .wrapper #global-sp.dl-menuwrapper ul li {
              position: relative;
              background-position: 10px center;
              background-repeat: no-repeat;
              background-size: 23px 20px;
              -webkit-background-size: 23px 20px;
              -moz-background-size: 23px 20px;
              background-color: #E10916;
              margin-bottom: 1px; }
              header .wrapper #global-sp.dl-menuwrapper ul li img {
                display: none; }
              header .wrapper #global-sp.dl-menuwrapper ul li a {
                display: block;
                position: relative;
                padding: 10px 10px 10px 30px;
                color: #FFF;
                outline: none;
                text-decoration: none; }
                header .wrapper #global-sp.dl-menuwrapper ul li a::after {
                  position: absolute;
                  top: 50%;
                  left: 10px;
                  display: block;
                  content: '';
                  width: 6px;
                  height: 6px;
                  margin-top: -4px;
                  border-top: 2px solid #FFF;
                  border-right: 2px solid #FFF;
                  -webkit-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
          header .wrapper #global-sp.dl-menuwrapper .dl-menu {
            margin: 1px 0 0 0;
            position: absolute;
            width: 100%;
            opacity: 0;
            pointer-events: none;
            -webkit-transform: translateY(10px);
            -moz-transform: translateY(10px);
            -ms-transform: translateY(10px);
            transform: translateY(10px);
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            backface-visibility: hidden; }
            header .wrapper #global-sp.dl-menuwrapper .dl-menu.dl-menu-toggle {
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
            header .wrapper #global-sp.dl-menuwrapper .dl-menu.dl-menuopen {
              opacity: 1;
              pointer-events: auto;
              -webkit-transform: translateY(0px);
              -moz-transform: translateY(0px);
              -ms-transform: translateY(0px);
              transform: translateY(0px); }
        header .wrapper #global-sp .no-touch .dl-menuwrapper li a:hover {
          background: rgba(255, 248, 213, 0.1); }
  /* -----------------------------------------------
	 mainImage
	-------------------------------------------------- */
  #mainImage {
    display: none; }
  /* -----------------------------------------------
	 content
	-------------------------------------------------- */
  #content {
    clear: both;
    position: relative;
    min-width: 0px;
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
    margin-bottom: 30px; }
    #content .wrapper {
      width: 95%; }
      #content .wrapper #siteTitle {
        margin-top: 25px;
        margin-bottom: 40px; }
        #content .wrapper #siteTitle::after {
          display: inline-block;
          content: attr(data-label);
          color: #000;
          font-size: 177%;
          font-weight: bold; }
        #content .wrapper #siteTitle img {
          display: none; }
      #content .wrapper #main {
        clear: both;
        width: 100%;
        float: none;
        margin-bottom: 30px; }
        #content .wrapper #main .panel .select {
          padding-top: 0px;
          padding-bottom: 0px;
          margin-bottom: 0px; }
          #content .wrapper #main .panel .select li {
            float: none; }
        #content .wrapper #main .panel .btnArea ul {
          width: 100%; }
        #content .wrapper #main #newsList li {
          width: 100%; }
      #content .wrapper #side {
        clear: both;
        float: none;
        width: 100%;
        margin-bottom: 30px; }
        #content .wrapper #side ul {
          margin-bottom: 5px; }
          #content .wrapper #side ul li {
            margin-bottom: 5px;
            background: none; }
          #content .wrapper #side ul#bannerArea01 {
            clear: both;
            position: relative;
            overflow: hidden; }
            #content .wrapper #side ul#bannerArea01 li {
              float: left;
              width: 49%;
              margin-right: 2%;
              margin-bottom: 10px; }
              #content .wrapper #side ul#bannerArea01 li img {
                width: 100%;
                height: auto; }
              #content .wrapper #side ul#bannerArea01 li.even {
                margin-right: 0;
                width: 49%; }
          #content .wrapper #side ul#bannerArea02 {
            clear: both;
            position: relative;
            overflow: hidden; }
            #content .wrapper #side ul#bannerArea02 li {
              float: left;
              width: 19%;
              margin-right: 1%;
              margin-bottom: 10px; }
              #content .wrapper #side ul#bannerArea02 li img {
                width: 100%;
                height: auto; }
            #content .wrapper #side ul#bannerArea02 li.nth-child-3 {
              margin-right: 1% !important; }
            #content .wrapper #side ul#bannerArea02 li.nth-child-5 {
              margin-right: 0px; }
          #content .wrapper #side ul#bannerArea03 {
            clear: both;
            margin-left: auto;
            margin-right: auto;
            width: 50%;
            height: auto;
            margin-bottom: 30px; }
        #content .wrapper #side ul.contCamp {
          clear: both;
          overflow: hidden;
          margin-bottom: 30px; }
        #content .wrapper #side dl.sportscenter {
          margin-bottom: 2em; }
          #content .wrapper #side dl.sportscenter dt {
            padding-left: 15px;
            font-weight: bold;
            border-bottom: 2px solid #e10916;
            padding-bottom: 5px;
            margin-bottom: 15px;
            color: #e10916; }
          #content .wrapper #side dl.sportscenter dd {
            padding-left: 0px;
            position: relative;
            background-image: none;
            background-position: 10px center;
            background-repeat: no-repeat;
            background-size: 23px 10px;
            -webkit-background-size: 23px 10px;
            -moz-background-size: 23px 10px;
            background-color: #FFF;
            margin-bottom: 1px; }
            #content .wrapper #side dl.sportscenter dd img {
              display: none; }
            #content .wrapper #side dl.sportscenter dd a {
              display: block;
              position: relative;
              padding: 10px 10px 10px 30px;
              outline: none;
              text-decoration: none; }
              #content .wrapper #side dl.sportscenter dd a::after {
                position: absolute;
                top: 50%;
                left: 10px;
                display: block;
                content: '';
                width: 6px;
                height: 6px;
                margin-top: -4px;
                border-top: 2px solid #e10916;
                border-right: 2px solid #e10916;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      #content .wrapper .wp-pagenavi {
        float: none;
        text-align: center;
        width: 100%; }
        #content .wrapper .wp-pagenavi span {
          padding: 5px 10px; }
        #content .wrapper .wp-pagenavi span.current {
          padding: 5px 10px; }
        #content .wrapper .wp-pagenavi a {
          padding: 5px 10px; }
  /* -----------------------------------------------
	 home
	-------------------------------------------------- */
  .home #topics h2 {
    margin-bottom: 30px; }
  .home #topics .tabs {
    height: 60px;
    margin-bottom: 30px; }
    .home #topics .tabs li {
      width: 50%;
      border-right: 2px solid #E10916;
      border-left: 2px solid #E10916;
      border-top: 2px solid #E10916;
      border-bottom: 2px solid #E10916; }
      .home #topics .tabs li.first-child {
        border-radius: 5px 0px 0px 0px;
        -moz-border-radius: 5px 0px 0px 0px;
        -ms-border-radius: 5px 0px 0px 0px;
        -webkit-border-radius: 5px 0px 0px 0px;
        -o-border-radius: 5px 0px 0px 0px;
        border-right: 0px solid #E10916;
        border-bottom: 0px solid #E10916; }
      .home #topics .tabs li.active p::before,
      .home #topics .tabs li.active p::after {
        left: 50%;
        margin-left: 0px;
        border-right: 0px solid transparent;
        border-left: 0px solid transparent;
        content: '';
        position: absolute; }
      .home #topics .tabs li.last-child {
        border-radius: 0px 0px 5px 0px;
        -moz-border-radius: 0px 0px 5px 0px;
        -ms-border-radius: 0px 0px 5px 0px;
        -webkit-border-radius: 0px 0px 5px 0px;
        -o-border-radius: 0px 0px 5px 0px;
        behavior: url("/PIE.htc");
        border-right: 2px solid #E10916; }
      .home #topics .tabs li#cate02-tab {
        border-radius: 0px 5px 0px 0px;
        -moz-border-radius: 0px 5px 0px 0px;
        -ms-border-radius: 0px 5px 0px 0px;
        -webkit-border-radius: 0px 5px 0px 0px;
        -o-border-radius: 0px 5px 0px 0px;
        border-bottom: 0px solid #E10916; }
      .home #topics .tabs li#cate03-tab {
        border-right: 0px solid #E10916;
        border-radius: 0px 0px 0px 5px;
        -moz-border-radius: 0px 0px 0px 5px;
        -ms-border-radius: 0px 0px 0px 5px;
        -webkit-border-radius: 0px 0px 0px 5px;
        -o-border-radius: 0px 0px 0px 5px; }
      .home #topics .tabs li#cate04-tab {
        width: 50%;
        text-align: center;
        padding-right: 0; }
  .home #topics .contBox {
    width: 100%; }
    .home #topics .contBox .boxLink ul li {
      position: relative;
      background: #FFF;
      width: 100%;
      float: none;
      margin-right: 0px;
      margin-bottom: 10px; }
      .home #topics .contBox .boxLink ul li .volunteermark {
        position: absolute;
        width: 32px;
        height: 32px;
        top: 10px;
        right: 10px;
        z-index: 1000; }
      .home #topics .contBox .boxLink ul li .pict {
        overflow: hidden; }
        .home #topics .contBox .boxLink ul li .pict img {
          width: 100%; }
      .home #topics .contBox .boxLink ul li div {
        padding: 10px; }
        .home #topics .contBox .boxLink ul li div .ttl {
          font-weight: bold;
          margin-bottom: 10px; }
        .home #topics .contBox .boxLink ul li div .txt {
          margin-bottom: 10px; }
        .home #topics .contBox .boxLink ul li div .date {
          color: #949494; }
      .home #topics .contBox .boxLink ul li.nth-child-2n {
        margin-right: 0; }
    .home #topics .contBox .boxLink .bl-hot {
      cursor: pointer; }
      .home #topics .contBox .boxLink .bl-hot a {
        color: #000;
        text-decoration: none; }
      .home #topics .contBox .boxLink .bl-hot .pict img {
        -moz-transition: -moz-transform 0.5s linear;
        -webkit-transition: -webkit-transform 0.5s linear;
        -o-transition: -o-transform 0.5s linear;
        -ms-transition: -ms-transform 0.5s linear;
        transition: -webkit-transform 0.5s linear;
        -o-transition: transform 0.5s linear;
        transition: transform 0.5s linear;
        transition: transform 0.5s linear, -webkit-transform 0.5s linear; }
    .home #topics .contBox .boxLink .bl-hover {
      background-color: #e10916;
      color: #FFF; }
      .home #topics .contBox .boxLink .bl-hover a {
        color: #FFF; }
      .home #topics .contBox .boxLink .bl-hover .date {
        color: #FFF; }
      .home #topics .contBox .boxLink .bl-hover .pict img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
  /* -----------------------------------------------
	 camp
	-------------------------------------------------- */
  .camp #content .section {
    margin-bottom: 0; }
  .camp #athl {
    width: 100%;
    margin-bottom: 15px; }
    .camp #athl img {
      width: 100%; }
  .camp #lodg {
    width: 100%;
    margin-bottom: 15px; }
    .camp #lodg img {
      width: 100%; }
  .camp #supp {
    width: 100%;
    margin-bottom: 0px; }
    .camp #supp img {
      width: 100%; }
  /* -----------------------------------------------
	 athletic
	-------------------------------------------------- */
  .athletic #main .moreBox #mainPict, .lodging #main .moreBox #mainPict {
    width: 100%; }
    .athletic #main .moreBox #mainPict img, .lodging #main .moreBox #mainPict img {
      width: 100%; }
  .athletic #main .moreBox #mainTxt, .lodging #main .moreBox #mainTxt {
    width: 100%; }
  .athletic #main .moreBox .subImage li, .lodging #main .moreBox .subImage li {
    margin-right: 0px !important;
    margin-bottom: 10px; }
    .athletic #main .moreBox .subImage li img, .lodging #main .moreBox .subImage li img {
      width: 100%; }
    .athletic #main .moreBox .subImage li.last-child, .lodging #main .moreBox .subImage li.last-child {
      margin-right: 0 !important; }
  .athletic #main .moreBox .map iframe, .lodging #main .moreBox .map iframe {
    width: 100%; }
  .athletic #main .moreBox .dataTable, .lodging #main .moreBox .dataTable {
    width: 100%; }
    .athletic #main .moreBox .dataTable li, .lodging #main .moreBox .dataTable li {
      border-bottom: 1px solid #CCC;
      margin-bottom: 1em;
      padding-bottom: 1em; }
      .athletic #main .moreBox .dataTable li dl dt, .lodging #main .moreBox .dataTable li dl dt {
        float: none;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px; }
      .athletic #main .moreBox .dataTable li dl dd, .lodging #main .moreBox .dataTable li dl dd {
        float: none;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 0px;
        margin-bottom: 0px; }
  .athletic #main .moreBox .btnArea, .lodging #main .moreBox .btnArea {
    overflow: hidden;
    margin-bottom: 20px; }
    .athletic #main .moreBox .btnArea ul, .lodging #main .moreBox .btnArea ul {
      width: 100%; }
      .athletic #main .moreBox .btnArea ul.list02, .lodging #main .moreBox .btnArea ul.list02 {
        width: 100%; }
        .athletic #main .moreBox .btnArea ul.list02 li, .lodging #main .moreBox .btnArea ul.list02 li {
          float: none;
          margin-right: 0px;
          margin-bottom: 10px; }
          .athletic #main .moreBox .btnArea ul.list02 li a, .lodging #main .moreBox .btnArea ul.list02 li a {
            width: 100%; }
      .athletic #main .moreBox .btnArea ul.list03 li, .lodging #main .moreBox .btnArea ul.list03 li {
        float: none;
        margin-right: 0px;
        margin-bottom: 10px; }
  /* -----------------------------------------------
	 joc
	-------------------------------------------------- */
  .joc #menuList ul li {
    width: 100%;
    float: none; }
  .joc .leftBox {
    float: none;
    width: 100%; }
    .joc .leftBox img {
      width: 100%; }
  .joc .rightBox {
    float: none;
    width: 100%; }
  .joc .subImage {
    overflow: hidden; }
    .joc .subImage li {
      float: none;
      margin-right: 0px; }
      .joc .subImage li.last-child {
        margin-right: 0; }
      .joc .subImage li img {
        width: 100%; }
  /* -----------------------------------------------
	 sportsakita
	-------------------------------------------------- */
  .sportsakita .contBox {
    padding: 20px 20px 0px 20px; }
  /* -----------------------------------------------
	 newsList
	-------------------------------------------------- */
  .panel .select li {
    float: none;
    width: 100%;
    margin-right: 0%; }
    .panel .select li dl {
      padding: 5px 0px; }
  #main #newsList li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px; }
    #main #newsList li.even {
      margin-right: 0; }
  #newsList ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
    #newsList ul li .pict img {
      width: 100%; }
  /* -----------------------------------------------
	 contact
	-------------------------------------------------- */
  .contact form#mailformpro dl dt {
    float: none;
    width: auto;
    padding: 0px 0px 5px 0px;
    text-align: left;
    clear: both;
    overflow: hidden;
    border: none;
    font-weight: bold; }
    .contact form#mailformpro dl dt .must {
      margin: 0px 10px 0px 0px;
      float: right;
      color: #e10916;
      background: none; }
  .contact form#mailformpro dl dd {
    padding: 0px 0px 10px 0px;
    clear: both;
    overflow: hidden;
    border: none; }
    .contact form#mailformpro dl dd input {
      width: 100%;
      padding: 5px; }
    .contact form#mailformpro dl dd textarea {
      width: 100%;
      padding: 5px; }
  /* -----------------------------------------------
	 news-more
	-------------------------------------------------- */
  #news-more .moreBox {
    padding: 20px !important; }
    #news-more .moreBox #mainPict {
      width: 100%; }
      #news-more .moreBox #mainPict img {
        width: 100%; }
    #news-more .moreBox #mainTxt {
      width: 100%; }
    #news-more .moreBox .dataTable {
      width: 100%; }
      #news-more .moreBox .dataTable li {
        border-bottom: 1px solid #CCC;
        margin-bottom: 1em;
        padding-bottom: 1em; }
        #news-more .moreBox .dataTable li dl dt {
          float: none;
          width: 100%;
          padding-top: 0px;
          padding-bottom: 0px; }
        #news-more .moreBox .dataTable li dl dd {
          float: none;
          width: 100%;
          padding-top: 5px;
          padding-bottom: 0px;
          margin-bottom: 0px; }
    #news-more .moreBox .subImage {
      float: none;
      overflow: hidden;
      width: 100%; }
      #news-more .moreBox .subImage li {
        float: left;
        margin-right: 0px;
        margin-bottom: 15px; }
        #news-more .moreBox .subImage li img {
          width: 100% !important; }
    #news-more .moreBox .btnArea {
      overflow: hidden;
      margin-bottom: 20px; }
      #news-more .moreBox .btnArea ul {
        width: 100%; }
        #news-more .moreBox .btnArea ul.list02 {
          width: 100%; }
          #news-more .moreBox .btnArea ul.list02 li {
            float: none;
            margin-right: 0px;
            margin-bottom: 10px; }
            #news-more .moreBox .btnArea ul.list02 li a {
              width: 100%; }
        #news-more .moreBox .btnArea ul.list03 li {
          float: none;
          margin-right: 0px; }
  /* -----------------------------------------------
	 #content
	-------------------------------------------------- */
  #content .moreBox div {
    margin-bottom: 2em; }
    #content .moreBox div .addTable li {
      clear: both;
      zoom: 100%;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #CCC; }
      #content .moreBox div .addTable li dl {
        overflow: hidden; }
        #content .moreBox div .addTable li dl dt {
          float: none;
          width: 100%;
          padding-top: 0px;
          padding-bottom: 0px;
          font-weight: bold; }
        #content .moreBox div .addTable li dl dd {
          float: none;
          width: 100%;
          padding-top: 0px;
          padding-bottom: 0px; }
          #content .moreBox div .addTable li dl dd ul li {
            border-bottom: 0px; }
      #content .moreBox div .addTable li.last-child {
        border-bottom: none; }
    #content .moreBox div .dataTable li {
      clear: both;
      zoom: 100%;
      border-bottom: 1px dotted #CCC; }
      #content .moreBox div .dataTable li dl {
        overflow: hidden; }
        #content .moreBox div .dataTable li dl dt {
          float: none;
          width: 100%;
          padding-top: 0px;
          padding-left: 10px;
          padding-bottom: 0px;
          font-weight: bold;
          border-left: 2px solid #e10916;
          margin-top: 10px;
          margin-bottom: 10px; }
        #content .moreBox div .dataTable li dl dd {
          float: none;
          width: 100%;
          padding-top: 10px;
          padding-bottom: 10px; }
          #content .moreBox div .dataTable li dl dd ul li {
            border-bottom: 0px; }
          #content .moreBox div .dataTable li dl dd h3 {
            margin-bottom: 5px; }
      #content .moreBox div .dataTable li.last-child {
        border-bottom: none; }
  #content .moreBox .subImage {
    overflow: hidden; }
    #content .moreBox .subImage li {
      float: none;
      margin-right: 0px;
      margin-bottom: 5px; }
      #content .moreBox .subImage li.last-child {
        margin-right: 0; }
      #content .moreBox .subImage li img {
        width: 100%; }
  /* -----------------------------------------------
	 footer
	-------------------------------------------------- */
  footer {
    width: 100%;
    min-width: 100%; }
    footer .wrapper {
      width: 95%; }
      footer .wrapper #ftLogo {
        text-align: center;
        position: relative;
        float: none;
        width: 100%;
        height: 100%; }
        footer .wrapper #ftLogo::after {
          display: inline-block;
          content: attr(data-label);
          color: #000;
          font-size: 115.4%;
          font-weight: bold;
          margin-bottom: 5px; }
        footer .wrapper #ftLogo img {
          display: none; }
      footer .wrapper #ftAdd {
        float: none;
        margin-left: 0px;
        width: 100%;
        text-align: center;
        margin-bottom: 10px; }
      footer .wrapper #ftBnr {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        height: auto;
        margin-bottom: 10px; }
        footer .wrapper #ftBnr ul li {
          background-color: none; }
      footer .wrapper #ftNav {
        float: none;
        text-align: center;
        width: 100%; }
        footer .wrapper #ftNav ul {
          text-align: center; }
          footer .wrapper #ftNav ul li {
            float: none;
            display: inline-block;
            font-size: 84.6%; }
      footer .wrapper #copyright {
        position: relative;
        margin-top: 10px;
        width: 100%;
        text-align: center;
        font-size: 77%; }
    footer #pagetop {
      min-width: 100%; } }
