*{
  padding:0;
  margin:0;
}

body{
 font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  font-size:16px;
  line-height: 1.6em;
}

.container{
  max-width: 900px;
  margin-bottom: 0;
}

.mt-100{
  margin-top:100px;
  display: block;
}

main {
  background: url('../../img/game/bg.jpg') #fdf49c repeat top left;
  background-attachment: fixed;
}

.img-responsive{
  margin:0 auto;
  display: block;
}

.item h1{
  margin:50px 0 20px;
  font-weight:bold;
}

table{
  border:1px solid rgba(0,0,0,.1);
  background: #fff;
  
}

table thead th{
  background:silver;
  text-align: center;
  color:#000;
}



.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
  vertical-align: inherit !important;
  border:1px solid rgba(0,0,0,.1);
  position: relative;
}

table td small {
  display: block;
  text-align: center;
  font-size: 80%;

}

/*minecraft-itemsminecraft-items*/
.minecraft-items  .title{
    display:flex;
    padding:16px;
    justify-content:space-between;
    align-items:center;
    background:#fff;
    
}

.title h2 {
    color: #222;
    margin: 0;
    font-size: 22px;
}

.minecraft-items table thead th:first-child{
  width: 10%;
}

.minecraft-items table thead th:nth-child(2){
  width: 30%;
}


.minecraft-items table thead th:nth-child(3){
  width: 30%;
}

.minecraft-items table thead th:last-child{
  width: 30%;
}



.search{
  display:flex;
  justify-content:flex-end;
  gap:16px
}

.search button {
    background: #f97f0e;
    border: none;
    padding: 0 8px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
}

/*media*/
@media only screen and (max-width: 600px) {
  .input-form .item {
    width: 100%;
  }
  
  .title h2{
    font-size: 18px;
  }
  
   .minecraft-items table thead tr th, .minecraft-items table tbody tr td{
    font-size: 14px;
    padding: 5px;
   }
   
   .minecraft-items table tbody tr td img{
    width: 45px;
   }
   
      .minecraft-items table tbody th:first-child{
      width:0;
    }

    .minecraft-items table tbody th:nth-child(2){
      width: 20%;
    }


    .minecraft-items table tbody th:nth-child(3){
      width: 38%;
    }

    .minecraft-items table tbody th:last-child{
      width:  38%;
    }
}
