/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
/*共通設定*/
/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/

  :root { 
    --black: #000;
    --white: #fff;
  }
  
  * {
    padding: 0px ; 
    margin: 0;
  }

  img{
    vertical-align: top;
  }
  
  .hide {
    display: none;
  }

  #modal, .modal {
    display: none;
  }

  span.attention {
    background: #b40000;
    color: #dcdddd;
  }

/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
/*リンク色*/
/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
  
 
  a:link {
    color: #9f9f9f; /* 未訪問のリンク色 */
  }
  a:visited {
    color: #9f9f9f; /* 訪問済みのリンク色 */
  }
  a:hover {
    color: #3f8851;  /* カーソルが乗った時の色 */
    text-decoration: underline; /* アンダーラインあり */
  }

  .menuMobile a:link {
    color: #FFF; /* 未訪問のリンク色 */
    text-decoration: none;  /* アンダーラインなし */
  }
  .menuMobile a:visited {
    color: #fff; /* 訪問済みのリンク色 */
    text-decoration: none;  /* アンダーラインなし */
  }
  .menuMobile a:hover {
    color: #3f8851;  /* カーソルが乗った時の色 */
  }
  

/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
/*全体レイアウト関連*/
/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/

  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
   
  }

  header {
    height: auto;
  }

  div.main-wrapper {
    background-image:url("../img/background.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
  }

  footer {
    background: #0e0e0e;
    min-width: 320px;
    overflow-wrap:  break-word;
  }

  input, textarea {
    padding: .6em .8em;
    border: 1px solid #dddddd;
    border-radius: 3px;
  }

  .error {
    color: #dc2222;
  }

  .pink {
    background: #fff4f4;
  }

  p {
    transform: rotate(0.03deg);
  }

  @font-face {
    font-family: 'title'; 
    src: url('../font/KohSantepheap-Regular.ttf') format('truetype');
    font-weight: normal;
  }

  @font-face {
    font-family: 'title'; 
    src: url('../font/KohSantepheap-Bold.ttf') format('truetype');
    font-weight: bold;
  }

  @font-face {
    font-family: 'member'; 
    src: url('../font/KiwiMaru-Regular.ttf') format('truetype');
    font-weight: normal;
  }

  @font-face {
    font-family: 'member'; 
    src: url('../font/KiwiMaru-Medium.ttf') format('truetype');
    font-weight: bold;
  }


/*〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●*/
/*全体レイアウト レスポンシブ　※モバイル用 */
/*〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●*/

  @media only screen and (max-width: 1200px) {

    div.main-wrapper {
      grid-template-columns: 300px minmax(auto, 800px);
    }

    aside {
      display: none;
    }

  }

  @media only screen and (max-width: 960px) {
    div.main-wrapper {
      grid-template-columns: minmax(320px, 960px);
    }

    nav {
      display: none;
    }

  }

/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
/* ヘッダー */
/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/

  header {
    background-image:url("../img/top.jpg");
    background-size: 105%;
    background-position: bottom left;
    height: 350px;
    display: grid;
    grid-template-columns: 50% 50%;
    font-size: 25px;
  }

  header div.left {
    background-image:url("../img/top_macine.png");
    background-position: center right;
    background-size: cover;
  }

  header div.right {
    margin-top: 10%;
    padding-left: 3%;
    font-family: 'title', sans-serif;
  }

  header div.right p.link {
    line-height: 170%;
    font-family: 'Hiragino Sans', 'Meiryo', sans-serif;
  }

  header div.right p.link a:link{
    color: #363636;
  }

  header div.right p.link a:visited{
    color: #363636;
  }

  header div.right p.link a:hover{
    color: #3f8851;
  }

  a:hover {
    color: #3f8851;  /* カーソルが乗った時の色 */
    text-decoration: underline; /* アンダーラインあり */
  }





  header hr {
    margin: 5px 0;
    border: 0;
    overflow: visible;
    border-top: 2px solid #000000;
  }

  header img {
    top: -100px;
    left: -20%;
    width: 75%;
  }



  header p.title {
    font-weight: bold;
    font-size: 180%;
  }

  header div p.link {
    margin-top: 15px;
    font-size: 70%;
  }

  header div p {

  }

  /* menuボタン */
  #menu {
    position: absolute;
    width: 60px;
    top:0;
    left: auto;
    right: 0;
    display: none;
  }

  div.menuMobile {
    width: 100%;
    position: absolute;
    z-index: 20;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
  }

  div.menuMobile p {
    padding: 20px 0;
    border-bottom: 2px solid #424242;
    color: #fff;
    text-align: center;
  }

  /* ピックアップ記事 */
  div.menuBox {
    border-bottom: 2px solid #424242;
    color: #fff;
    display: grid;
    grid-template-columns: 33% auto;
  }

  div.menuBox img {
    width: 100%;
  }

  div.menuBox a.text {
    padding: 5px 5px 5px 10px;
    text-align: left;
  }

  div.menuMobile p.Ptitle {

  }



  p.Ptitle .close {
    width: 40px;
  }

  p.pageTop {
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 20;
  }

/*〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●*/
/*ヘッダー レスポンシブ　※モバイル用 */
/*〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●*/

  @media only screen and (max-width: 1200px) {

    header {
      background-size: 150%;
      background-position: bottom left;
      min-width: 320px;
      height: 280px;
      font-size: 22px;
    }
  }

  @media only screen and (max-width: 960px) {

    header {
      grid-template-columns: 40% auto;
      font-size: 20px;
    }

    /* menuボタン */
    #menu {
      display:inline;


    }

    p.pageTop {
      position: fixed;
      bottom: 10px;
      right: 5px;
    }

  }

  @media only screen and (max-width: 680px) {


    header {
      background-size: 200%;
      grid-template-columns: 30% auto;
      font-size: 17px;
    }
    header div.right {
      margin-top: 28%;
    }

    #menu {


    }

  }


/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
/* 左エリア */
/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/

  nav {
    background: #111111;
    text-align: center;
    color: #9f9f9f;
  }

nav a {
    color: #9f9f9f;
    font-size: 1em;
    display:inline-block;
    width: 200px;
    padding: 15px 0;
    text-align: center;
    font-family: 'title', sans-serif;
    text-decoration: none;
  } 

  nav a:hover {
    text-decoration: none;
  } 




  nav .new {
    height: 100px;
    width: calc(100% - 40px);
    margin: 0 auto;
  } 

  nav .new img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #424242;
    margin-bottom: 10px;
  }

  nav .new img:hover {
    border: 1px solid #9f9f9f;
  }

  nav p.title {
    background: #0e0e0e;
    border-top: 1px solid #424242;
    border-bottom: 1px solid #424242;
    margin-bottom: 15px;
    padding: 10px 15px 10px 40px;
    color: #838383;
    font-size: 1.1em;
    background-repeat: no-repeat;
    background-position: 5px 0;
    color: #9f9f9f;
  }

  nav p.date {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 5px 3px;
  }
/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
/* メインエリア */
/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/

  main {

  }

  .kounin {
    width: 100%;
  }

  article {
    width: 100%;
  }

  article section:not(.black) {
    margin-top: 50px;
    padding: 30px 0;
    background: #fff;
    width: 100%;
    margin: 0 auto;
  }

  article section.center {
    text-align: center;
  }

  div.center {
    text-align: center;
  }

  div.center p.left {
    text-align: left;
  }

  article section img, h1 {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
  }

  article section div.w1250 {
    padding: 50px 30px;
    margin: 0 auto;
    max-width: 1250px;
  }

  h1 {
    position: relative;
    font-size: 2em;
    color: #3f8851;
    line-height: 53px;
    border-bottom: 5px solid #000;
    margin-top: 30px;
  }

  h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 200px;
    height: inherit;
    border-bottom: 5px solid #3f8851;
  }

  @media only screen and (max-width: 1250px) {

    h1 {
      padding-left: 10px;
      width: calc(100% - 10px);
    }

  }

  @media only screen and (max-width: 970px) {

    article section:not(.black) {
      margin-top: 0;
      padding: 5px 0;
    }
  }

  @media only screen and (max-width: 500px) {

    article section div.w1250 {
      padding: 20px 5px;
      margin: 0 auto;
      max-width: 1250px;
    }


  }

  /*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
  /* ニュース黒地 と　ボタン*/
  /*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/

  article section.black {
    background: #000;
    color: #fff;
    margin: 300px 0;
  }

  article section.black p.btn {
    display: grid;
    gap: 0 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin: 0 auto 30px auto;
    max-width: 700px;
    border-collapse: separate;
    border-spacing: 15px 0;
  }

  article section.black .btn button {
    background: #fff;
    color: #000;
    font-size: 0.8em;
    border-radius: 6px;
    border: none;
    width: 100%;
    text-align: center;
    line-height: 35px;
    transition: .4s;
  }

  article section.black .btn button:hover {
    background: #5dbd75;
    color: #fff;
    cursor: pointer;
  }

  article section.black .btn button:disabled {
    background: #42704e;
    color: #fff;
    cursor: default;
  }

  article section.black .btn a {
    color: #fff;
    font-size: 0.8em;
    padding-top: 2px;
    width: 100%;
    text-align: center;
    line-height: 35px;
  }

  article section.black .btn a:hover {
    color: #5dbd75;
  }

  #pageMove button {
    background: #3f8851;
    color: #fff;
    font-size: 0.7em;
    border-radius: 999px;
    border: none;
    width: 100px;
    text-align: center;
    line-height: 35px;
    transition: .4s;
  }

  #pageMove {
    display: grid;
    grid-template-columns: 100px 1fr 100px;
    width: 100%;

  }
  #pageMove button[name="PageBack"]{
    grid-column: 1;
  }

  #pageMove button[name="PageNext"]{
    grid-column: 3;
  }




  @media only screen and (max-width: 800px) {

    article section.black p.btn {
      grid-template-columns: 1fr 1fr 1fr;
      gap: 10px 10px;
    }


  }

  /*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
  /* ニュース 本文*/
  /*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/


  article div.newsLine {
    display: grid;
    grid-template-columns: 130px 100px 1fr;
    grid-template-rows: 1fr;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 25px;
    line-height: 24px;
    border-bottom: 1px dashed #b3b3b3;
  }


  article div.newsLine p {
    display: flex;
    font-size: 0.9em;
    align-items: center;
  }

    article div.newsLine p a {
    color: #5dbd75;

  }

  article div.newsLine p a:hover {
    color: #42704e;
  }

  article div.newsLine p.date {
  }

  article div.newsLine p.categoly {
    width: 90px;
    justify-content: center;
    background: #3f8851;
    border-radius: 4px;
    font-size: 0.75em;
    padding: 0 6px;
    margin: 0;
    line-height:0;
  }

  article div.newsLine p.news {
    display: block;
    margin-left: 25px;
  }

  @media only screen and (max-width: 800px) {

    article div.newsLine {
      grid-template-columns: 130px 1fr;
    }

    article div.newsLine p.news {
      margin: 10px 0 0 0;
      grid-column: 1 / 3;
    }
  

  }

  /*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
  /* メンバー*/
  /*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/

  div.member {
    display: grid;
    gap: 25px 25px;
    grid-template-columns: 210px 210px 210px 210px;
    margin: 0 auto;
    width:fit-content
  }

  div.member div {
    width: 100%;
    background-size:cover;
    border-radius: 5px;
    display: flex;
    align-items: flex-end;/*下揃え*/
    justify-content: center;/*中央揃え*/
    position:relative;
  }

  div.member div:hover {
    cursor: pointer;
    opacity: 0.5 ;
  }


  div.member div ul {
    position: absolute;
    list-style-type:none;
    text-align: center;
    font-family: 'member', sans-serif;
    margin-bottom: 13px;
    color: #FFF;
    font-size: 11px;
  }

  div.member div ul .name {
    font-size: 22px;
    margin: 9px 0 4px;
    font-weight: bold;
  }

  div.member div ul .director {
    font-size: 17px;
    font-weight: bold;
  }

  @media only screen and (max-width: 960px) {
    div.member {
      grid-template-columns: 210px 210px 210px;
      gap: 3% 2.5%;
    }
  }

  @media only screen and (max-width: 790px) {
    div.member {
      grid-template-columns: 180px 180px 180px;
      gap: 3% 2.5%;
    }
    div.member div ul {
      margin-bottom: 10px;
      font-size: 10px;
    }
    div.member div ul .name {
      font-size: 21px;
      margin: 4px 0 2px;
    }
  
    div.member div ul .director {
      font-size: 16px;
    }
  }

  @media only screen and (max-width: 640px) {
    div.member {
      grid-template-columns: 160px 160px;
      gap: 3% 2.5%;
    }
    div.member div ul {
      margin-bottom: 8px;
      font-size: 10px;
    }
    div.member div ul .name {
      font-size: 19px;
      margin: 1px 0 0;
    }
  
    div.member div ul .director {
      font-size: 14px;
    }
  }

  /*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
  /* リンクバナー*/
  /*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/

  div.banner {
    display: grid;
    gap: 1.2% 0.7%;
    grid-template-columns: 1fr 1fr 2fr;
  }

  div.banner img:hover {
    cursor: pointer;
    opacity: 0.5 ;
  }

  div.banner a.blog {
    grid-column: 3;
    grid-row: 1/ 3;
  }

  @media only screen and (max-width: 700px) {
    div.banner {
      gap: 1.2% 1%;
      grid-template-columns: 1fr 1fr;
    }
    div.banner a.blog {
      grid-column: 1/ 3;
      grid-row: 1;
    }
  
  }






  /*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
  /* アクセス*/
  /*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/

div.access {
  overflow-wrap: break-word;
}





  /*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
  /* 助教募集*/
  /*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/

  div.bosyu {
    background: #3f8851;
    color: #FFF;
    padding: 50px 30px;
    margin: 0 auto;
    max-width: 1190px;
  }

  div.bosyu a {
    padding: 0 5px;
    color: #FFF;
    text-decoration: none;
    background: linear-gradient(transparent 60%, #af9c30 60%);
  }

  div.bosyu a:hover{
color: #e2cd54;
  }


















  article section.player {
    margin-top: -10px;
  }

  article p {

  }

  h2:not(.player h2) {
    position: relative;
    display: inline-block;
    padding: 16px;
    text-align: center;
    width: calc(100% - 30px);
    margin-bottom: 25px;
    color: #fff;
    background: #3f8851;
    font-size: 1.4em;
    margin: 20px 0 35px;
  }
  h2:not(.player h2)::before {
    content: "";
    position: absolute;
    border: solid 12px transparent;
    border-top: solid 12px #3f8851;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .player h2 {
    margin-bottom: 0;
    background: transparent;
    font-size: 0;
    padding: 0;
    height: 0;
    background: #b40000;
  }
  h3 {
    background: #f9f9f9;
    padding: 15px 18px;
    border-bottom: solid 2px #b40000;
    color: #4b4b4b;
    margin-bottom: 20px;
  }
  div.date {
    background: #111111;
    border-top: 1px solid #424242;
    border-bottom: 1px solid #424242;
    margin-bottom: 20px;
    padding: 10px 15px;
    color: #838383;
    font-size: 1em;
  }
  div.youtube {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    margin-bottom: 20px;
  }
  .YoutubeAdd div.youtube {
    margin-bottom: 0;
  }
  div.youtube iframe {
    position: absolute;
    top: 0px;
    left: 0px;
  }

  /*〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●*/
  /*メインエリア 　※モバイル用 */
  /*〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●*/



  @media only screen and (max-width: 720px) {
    /*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
    /* ニュース黒地 と　ボタン*/
    /*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/

    article section.black {
      margin: 150px 0;
    }

  }

/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
/* オッズ票 */
/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/

table.odds {
  color: #9f9f9f;
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin-bottom: 30px;
}

table.odds th {
  text-align: left;
  padding: 8px 8px;
  background: none;
}

table.odds td {
  text-align: right;
  padding: 8px 8px;
  background: #111111;
  border-right: 1px solid #424242;
}

table.odds tr.blue td {
  padding: 8px;
}

table.odds tr.red td {
  padding: 8px;
  border-color: #424242;
  border-style: solid;
  border-width: 0 1px 1px;
  background: #1a1a1a;
}

table.odds td.name {
  text-align: left;
}

table.odds td.game {
  text-align: center;
}

table.odds tr.tittle td {
  text-align: center;
  background: #424242;
  border-right: 1px solid #111111;
}

table.odds tr.tittle {
  border-left: 1px solid #424242;
}

table.odds td.beebet {
  position:relative;
}

table.odds td.beebet a {
  position: absolute;
  top: -32px;
  left: 0px;
}

table.odds td.beebet a:hover {
  opacity: 0.6; filter: brightness(110%);
}

/*〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●*/
/* オッズ票 */
/*〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●*/
@media only screen and (max-width: 720px) {
  
  table.odds td.beebet a {
    top: -50px;
    left: 30px;
  }

}

/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
/* 試合勝敗票 */
/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/

div.match {
  background: #111111;
  width: 100%;
  display: grid;
  grid-template-columns: 0.9fr 1fr auto auto;
    border-bottom: 1px dashed #424242;
}

div.match div {
  color: #9f9f9f;
  font-size: 0.9em;
}

.match01, .match02, .match03{
  padding: 20px;
}

.match01, .match03 {
  display: flex;
  align-items: center;
}

.match01 img {
  margin-left: 20px;
}

.match01 button {
  background:none;
  background-image: url(../img/movie_start.svg);
  background-repeat: no-repeat;
  border: none;
  min-width: 25px;
  height: 17px;
  right: 0;
}

.match01 button:hover {
  background-image: url(../img/movie_start_hover.svg);
  cursor: pointer;
}

.match01 button:disabled {
  background-image: url(../img/movie_start_disabled.svg);
  cursor: auto;
}

.match01, .match02 {
  background-image: url(../img/table_separater.svg);
  background-repeat: no-repeat;
  background-position: right;
}

.match03 {
  min-width: 58px;
  justify-content: center;
}


div.match p {
  color: #9f9f9f;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 0.9em;
  line-height: 25px;
}

div.match01 p {
  margin-right: 15px;
}



.match.win-off .match02 {
  background-image: none;
}

.match.win-off .match03, .match.win-off .win-off {
  display: none;
}

/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
/* 選手一覧 */
/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/

div.ALLplayer p {
  background: #111111;
  width: 100%;
  border-bottom: 1px dashed #424242;
  margin-bottom: 0;
  padding-left: 10px;
}



/*〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●*/
/*試合勝敗票 　※モバイル用 */
/*〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●*/



@media only screen and (max-width: 720px) {

  div.match {
    grid-template-columns: 1fr auto;
  }

  .match01 {
    grid-column: 1/ 3;
    background: #171717;
    padding: 10px 20px;
  }

  .match03 {
    background-image: none;
  }

  .match04 {
    display: none;
  }

}

table.artical {
  background: #111111;
  color: #9f9f9f;
  margin-bottom: 30px;
  border-collapse:collapse;
  width: 100%;
}

.artical td {
  padding: 20px;
  font-size: 0.9em;
}

.artical td .small {
  font-size: 0.8em;
}

.artical td div {
  display: flex;
  align-items: center;
}

.artical td div img { 

}

.artical td div span { 

}


.artical td:not(.end) {
  background-image: url(../img/table_separater.svg);
  background-repeat: no-repeat;
  background-position: right;
}

.artical tr {
  border-top: 1px dashed #424242;
  border-bottom: 1px dashed #424242;
}

/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
/* 右エリア */
/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/

  aside {
    background: #111111;
  }

/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
/* 目次 table of contents  */
/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/

  .mokuji {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #111111;
    color: #9f9f9f;
    padding: 20px;
    margin-bottom: 20px;
  }
  .mokuji.left {
    display: none;
  }
  .mokuji .icon {
    width: 12px;
    vertical-align: top;
    background-image:url(../img/toc/mokuji_bar_001.svg),url(../img/toc/mokuji_bar_002.svg);
    background-repeat: no-repeat, repeat;
    background-position:bottom, top;
  }
  .mokuji .icon-fin {
    vertical-align: top;
  }
  .mokuji .contents {
    word-wrap: break-word;
    font-size: 1em;
    padding: 0 0 20px 7px;
    line-height: 28px;
  }
  
  .mokuji .contents-fin {
    word-wrap: break-word;
    font-size: 1em;
    padding: 0 0 0 7px;
    vertical-align: top;
  }

/*〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●*/
/* レスポンシブ　※モバイル用 */
/*〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●*/

  @media only screen and (max-width: 1200px) {

    .mokuji.left {
      position: static;
      display: block;
    }


  }

  @media only screen and (max-width: 960px) {


  }

/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
/* フッター
/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/

  footer {
    text-align: center;
  }

  footer p {
    color: #9f9f9f;
    font-size: 1em;
    line-height: 25px;
    margin-bottom: 30px;
  }

/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
/* コメント関連 + 問い合わせ
/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/

.comment, #contact {
  background: #f5f5f5;
  margin: 50px 30px 30px 30px;
  padding: 30px;
  border-radius: 8px;
}

.comment .comment_title1, .comment .comment_title2 {
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 35px;
  font-size: 1em;
}

.comment .comment_title1 {
  background-image: url(../img/comment/icon1.svg);
}

.comment .comment_title2 {
  background-image: url(../img/comment/icon2.svg);
  margin-top: 20px;
}

.comment hr, #contact hr {
  margin: 10px 0 13px; 
  border: 0;
  border-top: 1px dashed #dddddd;
}

.comment input, .comment textarea,#contact input, #contact textarea  {
  width: 100%;
  box-sizing: border-box;
}

.comment input, .comment textarea  {
  margin: 7px 0 10px;
}

#contact input, #contact textarea  {
  margin: 10px 0 5px;
}


.comment textarea, #contact textarea {
  height: 200px;
}

.comment p, #contact p {
  font-size: 1em;
}

#contact p {
  display: flex;
  align-items: center;
}



.comment p.error, #contact p.error, #contact div.error {
  font-size: 0.8em;
  margin-top: 5px;
}

.comment p.error, #contact p.error {
  display: none;
}

.comment p.title {
  color: var( --fontColor-001 );
}

.comment p.text {
  margin-top: 8px;
}

.comment p.text {
  margin-bottom: 25px;
}

#contact .req {
  font-size: 0.8em;
  background: #b40000;
  color: #fff;
  padding: 1px 5px;
  border-radius: 3px;
  margin-right: 7px;
}

#contact .any {
  font-size: 0.8em;
  background: #dcdddd;
  color: #fff;
  padding: 1px 5px;
  border-radius: 3px;
  margin-right: 7px;
}



/*〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●*/
/*コメント関連 + 問い合わせ　※モバイル用 */
/*〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●〇●*/

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 960px) {

}

@media only screen and (max-width: 720px) {
  .comment, #contact {
    margin: 50px 5px 30px 5px;
  }
}

@media only screen and (max-width: 500px) {

}



