/* CSS Document */
.productlist {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.productlist li {
  width: 48%;
  margin: 0 0 5% 0;
  padding: 0 0 0 0;
  float: left;
}
.productlist li:nth-child(2n) {
  width: 48%;
  margin: 0 0 5% 4%;
  padding: 0 0 0 0;
  float: left;
}
.product_back {
  background-color: #f7f7f7;
  margin: -5px 0 0 0;
  padding: 10px 0 20px 0;
}
table.product {
  border-collapse: collapse;
  width: 90%;
  line-height: 19px;
  font-size: 14px;
  margin: 5px auto 0 auto;
}
@media screen and (min-width: 0px) and (max-device-width: 320px) {
  table.product {
    border-collapse: collapse;
    width: 87%;
    line-height: 19px;
    font-size: 12px;
    margin: 5px auto 0 auto;
  }
}
table.product th {
  text-align: justify;
  padding: 5px 0 5px 5px;
  border-bottom: solid 1px #b5b5b5;
  width: 70px;
  vertical-align: top;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
table.product td {
  padding: 5px 0 5px 0;
  border-bottom: solid 1px #b5b5b5;
  font-weight: 600;
}
img.productimg {
  max-width: 100%;
}