@charset "UTF-8";

/*
ul.pagination {
  display: block;
  margin: 20px 0 60px;
  text-align: center;
}
ul.pagination li:first-child a, ul.pagination li:last-child a {
  width: 80px;
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  ul.pagination li:first-child a, ul.pagination li:last-child a {
    /* スマホのみ */
    /*width: 50px;
  }
}
ul.pagination li a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 42px;
  margin: 0 2px;
  padding: 0;
  color: #ffffff;
  background-color: #cccccc;
  text-align: center;
  border-radius: 0;
  font-size: 1.5rem;
  line-height: 40px;
  font-weight: bold;
  -moz-text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  ul.pagination li a {
    /* スマホのみ */
    /*width: 35px;
    font-size: 1.2rem;
  }
}
ul.pagination li a:hover {
  color: #ffffff;
  background-color: #999999;
}
*/
.sort-area {
  margin: 20px 0 20px;
}
.sort-area .btn {
  margin-bottom: 5px;
}

.item-list {
  display: flex;
  flex-wrap: wrap;
  margin: 36px 0 50px;
}
.item-list .header {
  font-size: 1.5rem;
}

.item-list .item-detail {
  padding-top: 16px;
  padding-bottom: 20px;
}
.item-list .item-Caption h1,
.item-list .item-Caption h2,
.item-list .item-Caption h3,
.item-list .item-Caption h4,
.item-list .item-Caption h5,
.item-list .item-Caption h6{
    font-size:13px;
    color:#404040;
}
