
#items li{
  display: block;
  border: 2px solid #000;

  padding:20px 8px 8px 8px;
  margin-top:-2px;
}
#items li h4{
  /*margin:30px 0 40px 0;*/
  width:858px;
  height:135px;
  display:table-cell;
  vertical-align: middle;
  text-align:center;
}
#items li h4 img{
  display:inline-block;
  width:auto;
}
#items li h5{
  margin:10px 0 8px;
}
#items li.goods{
  background-color: #f37200;
}

#items li .link a#btn_jarasta{
  background-image: url(../images/btn_jarasta.png);
  width:425px;
  height:233px;
  display:block;
  text-indent:-999px;
  overflow:hidden;
  float: left;
}
#items li .link a#btn_pokemon{
  background-image: url(../images/btn_pokemon.png);
  width:425px;
  height:233px;
  display:block;
  text-indent:-999px;
  overflow:hidden;
  float: right;
}
#items li .link #btn_pokemon_comingsoon{
  width:425px;
  height:233px;
  float: right;
}
#items li .link a:hover{
  background-position: 0 -233px;
}
