.product-list-page {
  margin: 30px auto;
  padding: 10px 25px 30px;
  background-color: #fff;
  font-size: 16px;
}
.product-list-page #topicpath {
  padding: 24px 16px;
  border: 0 none;
}
.product-list-page #topicpath ol {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #ccc;
}
.product-list-page #topicpath ol {
  list-style: none;
  overflow: hidden;
}

.product-list-page #topicpath li {
  float: left;
  margin-right: 0.5em;
  font-size: 1.6rem;
}

.product-list-page #topicpath li:after {
  content: "｜";
}

.product-list-page dl,
dt,
dd,
li {
  margin: 0;
  padding: 0;
}
.product-list-page #topicpath li a {
  display: inline-block;
}
.product-list-page a {
  color: #0092c4;
  text-decoration: none;
  cursor: pointer;
}

.product-list-page #topicpath li:last-child {
  font-weight: bold;
}
.product-list-page #topicpath li:last-child:after {
  content: "";
}
.product-list-page .intro {
  margin: 0;
  padding-top: 0.5em;
  padding-bottom: 28px;
}
.product-list-page .no-padding {
  padding: 0 !important;
}

.product-list-page .pagenumberarea {
  text-align: right;
  margin: 0;
  padding-right: 16px;
  padding-bottom: 20px;
}

.product-list-page ul,
ol {
  list-style: none;
  padding: 0;
}

.product-list-page .pagenumberarea > li {
  float: none;
  display: inline-block;
  margin-left: 3px;
  width: auto;
}

.product-list-page .form-control {
  border: 1px solid #c4ccce;
  border-radius: 3px !important;
  box-shadow: none;
  font-size: 16px;
  font-size: 1.6rem;
  height: 40px;
  padding: 6px 12px;
  width: auto;
  line-height: 1.5;
}

.product-list-page .product_page .product_item a {
  padding-bottom: 16px;
}
.product-list-page .product_item a {
  display: block;
}

.product-list-page .product_item a:hover img {
  opacity: 0.8;
}
.product-list-page .item_photo img {
  width: 75%;
  height: 200px;
}
.product-list-page img {
  max-width: 75%;
}

.product-list-page .item_name {
  min-height: 40px !important;
  color: #525263;
  margin: 0 0 8px;
}

.product-list-page .item_price {
  font-size: 130% !important;
  color: #dc3d00 !important;
  font-weight: bold;
}
