@charset "euc-jp";
/* ------------------------ */
/*  商品一覧・商品検索結果
/* ------------------------ */
/*  ui-box-item
 */
.ui-box-item {
  text-align: center;
  margin-bottom: 30px;
}
.ui-box-item .box-image {
  margin-bottom: 15px;
}
.ui-box-item .box-image img {
  margin: 0 auto;
}
.ui-box-item .box-title .title {
  margin-top: 0;
  margin-bottom: 5px;
  display: inline-block;
  color: #555555;
  font-size: 16px;
  font-weight: normal;
}
.ui-box-item .review .count {
  color: #444;
}

/**
 *	page-list
 */
#page-list .entry-title {
  margin-bottom: 15px;
}
#page-list .category-list {
  margin: 0;
}
#page-list .category-list li {
  margin: 0.5em;
}
#page-list .list-pager {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
#page-list .list-pager ul {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #page-list .list-pager ul .sort {
    width: 100%;
    margin-bottom: 10px;
  }
  #page-list .list-pager ul .sort select {
    width: 100%;
  }
}
#page-list .list-pager.bottom {
  margin-bottom: 30px;
  border-top: 1px solid #ddd;
  border-bottom-color: transparent;
}
