﻿/*normalize*/
html,
body,
form {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #555555;
  font-size: 12px;
}
/*/////トップ画面用/////*/
#top_logo {
  height: 30px;
}

#top_news {
  width: 60%;
  max-width: 500px;
  margin: 10px auto;
  font-size: 14px;
  padding: 10px;
  border: 2px dotted #eeeeee;
}


  #top_news h4 {
    font-size: 15px;
    margin: 0;
  }
  #top_news dl {
    margin: 5px 0;
  }
  #top_news dl dt {
    width: 80px;
    font-size: 11px;
    margin-top: 3px;
  }

  #top_news dl dd {
    margin-left: 85px;
  }
    .top_menu {
    display: block;
    position: relative;
    text-decoration: none;
    width: 60%;
    height: 120px;
    max-width: 500px;
    border-radius: 5px;
    overflow: hidden;
    background: linear-gradient(#f3f3f3 0%, #dddddd 100%);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
    margin: 15px auto;
    padding: 10px;
  }
  .top_menu a {
    text-decoration: none;
    color: #666666;
    display:block;
    width: 100%;
    height: 100%;
  }
  .top_menu:active {
    /*押したとき*/
    -webkit-transform: translateY(2px);
    transform: translateY(2px); /*沈むように*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(#f3f3f3 0%, #ededed 100%); /*グラデーションを明るく*/
  }
  .top_menu img {
    float: left;
    padding: 14px 10px 10px 10px;
  }

  .top_menu p {
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    font-size: 24px;
    margin: 20px 10px 5px 100px;
  line-height: 40px;
  }

  .top_menu span {
    display: block;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    margin: 0px 10px 10px 100px;
    line-height: 22px;
    font-size: 14px;
  }

.top_menu_sports {
  color: #4FADC6;
}
.top_menu_badm {
  color: #f9a9ae;
}

.div_bn table,
.div_bn table th,
.div_bn table td {
  margin: 0 auto;
  border: none;
  vertical-align: top;
  text-align: right;
  padding: 3px 0;
}
  .div_bn table th {
    padding-top: 25px;
    height: 30px !important;
  }

  .p_bn_line {
    width: 100%;
    font-weight: bold;
    padding: 5px 20px;
    border-top: solid 4px #00bb00;
    border-bottom: solid 4px #00bb00;
    color: #00bb00;
    background: #fefff8;
  }

/*.img_sportend {
  position: absolute;
  right: 10px;
  bottom: 5px;
  z-index: 9999;
}*/

/*---twitter---------------*/
.div_bn_twitter {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 10px;
  width: 300px;
  background: #f1f1f1;
}

.p_bn_twitter {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: white;
  background: #70c7ff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
  font-weight: normal;
  font-family: Verdana,Helvetica, "游ゴシック", Meiryo, sans-serif;
}

  .p_bn_twitter:before {
    position: absolute;
    content: '';
    top: 0;
    left: -7px;
    border: none;
    height: 38px;
    width: 7px;
    background: #70c7ff;
    border-radius: 5px 0 0 5px;
  }

  .p_bn_twitter:after {
    position: absolute;
    content: '';
    bottom: -7px;
    left: -5px;
    border: none;
    height: 7px;
    width: 5px;
    background: #4d99ca;
    border-radius: 5px 0 0 5px;
  }




    /*/////△トップ画面用/////*/
    @media only screen and (min-width: 481px) and (max-width: 720px) {
      body {
      font-size: 18px;
    }

  .top_menu,
  #top_news {
    width: 90%;
  }

  .div_bn table {
    font-size: 16px;
  }

  }

  @media only screen and (max-width: 480px) {
    body {
      font-size: 18px;
    }

    .div_bn table {
      font-size: 14px;
    }

      .div_bn table img {
        max-width: 100%;
      }

      .div_bn input {
        width: 90%;
      }

    /*h2 {
      height: 18px;
      padding: 5px 10px 15px 10px !important;
    }*/

    .tbl_menber {
      font-size: 16px;
    }

      .tbl_menber th {
        width: 25%;
      }

    .tbl_entry th {
      font-size: 14px !important;
    }


    h3 {
      font-size: 18px !important;
      color: #555 !important;
    }

    .div_entrybtn {
      display: none !important;
    }


    .div_entrybtn_mobile {
      display: block !important;
      margin: 0 auto;
      width: 300px;
      height: 100px;
      text-align: center;
    }

    .footer {
      font-size: 12px;
    }

    .top_menu,
    #top_news {
      width: 90%;
    }


  }
  /*typography*/
  h1, h2, h3, h4, h5, h6 {
  line-height: normal;
}

h1, h2, h3 {
  font-weight: normal;
  margin: .5em 0;
}

h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-size: 1em;
}

h2 {
  font-size: 1em;
}

h3 {
  font-size: 1em;
}

h4, h5, h6 {
  font-size: 0.8em
}
small {
  font-size: 14px;
}

a.a_enable {
  text-decoration: none;
  color: #666;
}

  a.a_enable:hover {
    color: #000;
    text-decoration: underline;
  }

.img_logotitle {
  vertical-align: middle;
}
/*----*/
.header {
  padding-top: 20px;
  background: url(../images/bg_01.gif) repeat-x center top
}

h1 {
  text-align: center;
}

h2 {
  height: 14px;
  padding: 5px 10px;
  background: url(../images/bg_pattern01.gif) repeat 0 0;
}

  h2 img {
    height: 14px;
    vertical-align: central;
  }

h3 {
  font-size: 12px;
  position: relative;
  font-weight: bold;
  color: #333;
}

  h3:after {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background: rgba(255,243,238,0.5);
    position: absolute;
    bottom: 0;
  }


.align_l {
  text-align: left
}

.align_r {
  text-align: right
}

.align_c {
  text-align: center
}

ul, ol {
  display: block;
  padding-left: 30px;
}

  ul.ul_point {
    border: solid 2px #ffb03f;
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
  }

    ul.ul_point li {
      line-height: 1.5;
      padding: 0.5em 0;
      list-style-type: none !important; /*ポチ消す*/
    }

      ul.ul_point li:before {
        font-family: "Font Awesome 5 Free";
        content: "\f00c";
        position: absolute;
        left: 1em; /*左端からのアイコンまで*/
        color: #ffb03f; /*アイコン色*/
      }


/*dl {
}*/
dt {
  width: 60px;
  float: left;
  padding: 3px;
}

dd {
  margin-left: 70px;
  padding: 3px;
}

table {
  border: solid 1px #dddddd;
  border-collapse: collapse;
}

th {
  border: solid 1px #dddddd;
  text-align: left;
  font-weight: normal;
  padding: 5px;
}

td {
  border: solid 1px #dddddd;
  padding: 5px;
}

.div_entrybtn {
  display: block;
  margin: 0 auto;
  height: 187px;
  width: 430px;
  text-align: center;
  background: url(../images/back_entry.png) no-repeat;
}

.div_entrybtn_mobile {
  display: none;
}

.tbl_entry {
  margin: 10px 0;
  border: none;
}

  .tbl_entry th {
    border: none;
    vertical-align: top;
  }

  .tbl_entry td {
    border: none;
    text-align: left;
  }

.tbl_menber {
  width: calc(100% - 22px);
  margin: 10px 0;
}

  .tbl_menber th {
    background-color: #fff8f6;
  }

.p_small {
  font-size: 0.9em;
}
.span_red {
  color: #ff0000 !important;
}

.span_pink {
  color: #ff3768 !important;
}

.tbl_timetable {
  border-collapse: collapse;
  border: 1px solid #dddddd;
  font-size: 14px;
  margin: 10px 0;
}

  .tbl_timetable th {
    border: 1px solid #dddddd;
    padding: 8px 5px;
    font-weight: normal;
    background-color: #fff8f6;
  }

  .tbl_timetable td {
    border: 1px solid #dddddd;
    padding: 8px 5px;
  }

    .tbl_timetable td.td_backgray {
      background-color: #fefefe;
      text-align: center;
    }

    .tbl_timetable td.td_textpink {
      color: #ff3768;
    }
.tbl_timetable ol {
  padding-left: 20px;
  margin: 0 10px;
}
.t-col {
  padding: 5px !important
}

address {
  font-style: normal;
}