.item-list {
  width: 100%;
  margin-bottom: 5px;
}
.item-list li {
  display: inline-block;
  width: 29.5%;
  margin-right: 5%;
  margin-bottom: 25px;
  text-align: center;
  vertical-align: top;
}
.item-list li:nth-child(3n) {
  margin-right: 0;
}
.item-list img {
  display: block;
  margin: 0 auto 5px;
}
.item-list img.img-640 {
  width: 100%;
  max-width: 170px;
}
.item-list img.img-250 {
  width: 100%;
  max-width: 250px;
}
.item-list .item-name {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.item-list .item-name span {
  position: relative;
  top: 3px;
  padding-left: 6px;
  font-size: 18px;
  font-size: 1.8rem;
}
.item-list a {
  color: #049fd7;
  text-align: center;
  text-decoration: none;
}
.item-list a:hover {
  border-bottom: 1px solid;
}
.item-list strong {
  display: block;
}
.item-list a h4 {
  color: #049fd7;
}
.item-list a:hover h4 {
  text-decoration: underline;
}
.item-list .item-description {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: left;
}
.item-list .item-description span {
  margin-bottom: 5px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.item-list .text-c {
  text-align: center;
}
.item-list .recommended {
  display: inline-block;
  margin: 10px 0;
  padding: 0 0.15em;
  border-radius: 2px;
  background: #e2231a;
  color: #fff;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .item-list {
    margin-bottom: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .item-list li {
    width: 47%;
  }
    .item-list li:nth-child(3n) {
    margin-right: 5%;
  }
  .item-list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .item-list li {
    width: 100%;
    margin-right: 0;
  }
}
