@charset "utf-8";
/* CSS Document */

#game-container {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

#game-container {
	width: 100%;
}

#cate-topbox {
  width: 100%;
  background-color: #fff;
}

#cate-topbox p {
  font-weight: bold;
  border-bottom: 3px solid #000;
  margin: 10px 0;
  font-size: 14px;
  padding-left: 5px;
}

.camp102 {
  width: 99%;
}

.camp102 table {
  width: 100%;
}

.camp102 table td  {
  width: 30%;
}

.camp102 table td img {
  width: 100%;
}

.categorysetsumei {
 margin-bottom: 20px;
}

/* 各ディレクトリへボタン */
#cate-top01 {
  margin: 0 5px;
}

#cate-top01 ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

#cate-top01 ul li {
  flex-basis: 50%;
}

#cate-top01 li img {
  width: 90%;
  border: 1px solid #ccc;
  margin: 5px 0 5px;
}

/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 920px) {
  /* #cate-topbox {
    width: 1000px;
    margin: 20px auto 30px;
    background-color: #fff;
  } */

  #cate-topbox {
    width: 100%;
    margin: 1rem auto 30px;
    background-color: #fff;
  }

  #cate-topbox p {
    font-weight: bold;
    border-bottom: 3px solid #000;
    margin: 10px 0;
    font-size: 14px;
  }

  /* 各ディレクトリへボタン */
  #cate-top01 {
    margin: 0 auto 20px;
  }

  #cate-top01 ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
  }

  #cate-top01 ul li {
    flex-basis: 200px;
  }

  #cate-top01 li img {
    width: 95%;
    border: 1px solid #ccc;
    margin: 5px 0 5px;
  }