.matchselect{
    /* height: 100vh; */
    background-color: #FAFAFA;
  }
  
  .matchselect-container{
    /* height: 100%; */
    margin: 50px;
    text-align: center;
  }
  
  /* .matchselect-box{
    display: flex;
    justify-content: center;
  } */
  
  .freematch{
    display: inline-block;
    margin: 30px 30px 0px 30px;
  }
  
  .freematch img{
    /* width: 400px;
    height: 300px; */
    width: 100%;
    max-width: 450px;
  }
  
  .friendmatch{
    display: inline-block;
    margin: 30px;
  }
  
  .friendmatch img{
    display: inline-block;
    width: 100%;
    max-width: 450px;
    /* width: 400px;
    height: 300px; */
  }
  
  /* .matchselect-img{
    padding-top: 50px;
  } */
  
  .matchselect-img img{
    /* width: 200px;
    height: 100px; */
    width: 100%;
    max-width: 200px;
  }
  
  .freematch-title{
    font-family:'メイリオ', 'Meiryo', sans-serif;
    font-weight: 1000;
    border-bottom:  5px solid #F05907;
    margin-right: 70px;
    margin-left: 70px;
  }
  
  .friendmatch-title{
    font-family:'メイリオ', 'Meiryo', sans-serif;
    font-weight: 1000;
    border-bottom: 5px solid #F05907;
    margin-right: 70px;
    margin-left: 70px;
  }
  
  .friendmatch h5{
    margin-top: 30px;
  }
  
  .freematch h5{
    margin-top: 30px;
    
  }
  
  .addsence{
    margin: 10px;
    text-align: center;
  }
  
  .matchselect-titleContainer{
    display: flex;
    justify-content: center;
  }
  
  .matchselect-Tcgtitle{
    height: 80px;
    width: 220px;
    background-color: #4A4A4A;
    border: 6px double #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
  }
  
  #rash_font,#wei_font,#mtg_font,#precious_font,#dm_font{
    font-size: 14px;
  }

  .topMiddleContainer{
    margin-top: 30px;
  }

  .tcgTitleContainer{
    display: grid;
    grid-auto-rows: 55px;
    /* grid-template-columns:  minmax(170px, 350px) minmax(170px, 350px) minmax(170px, 350px); */
    grid-template-columns: repeat(auto-fill, 222px);
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 820px;
    min-width: 485px;
  }

  .tcgTitleContainer span {
    font-family: "ヒラギノ角ゴ Std W8	","メイリオ";
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    color: #6C6C6C;
  }

  .tcgTitleBox{
    width: 98%;
    height: 55px;
    background: #fff;
    list-style: none;
    border: solid 1px #D5D5D5;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .tcgTitleBox:hover{
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
    cursor: pointer;
    text-decoration: none;
  }
  
  #buddy_link,#chaos_link,#ange_link,#crusade_link,#cipher_link,#shironeko_link,#aquarian_link,#luck_link,#fftcg_link{
    text-decoration: none;
  }

  #buddy_font{
    font-size: 11px;
  }

  #crusade_font{
    font-size: 12px;
  }

  #cipher_font{
    font-size: 11px;
  }