<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.c-item-list__ttl &gt; a {
  color: #000000;
}
.c-item-list__ttl &gt; a:hover {
  color: #ffc400;
}
.nowprinting {
  width: 70%;
  margin: auto;
}
.list-item--img {
  max-width: 100px !important;
}
/***** 商品件数・ソート *****/
.p-item-list-head {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  border-top: 1px solid #7d7d7d;
}
@media screen and (max-width: 767px) {
  .p-item-list-head {
    padding: 30px 0;
  }
}
.p-item-list-num {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-item-list-num {
    font-size: 14px;
  }
}
.p-item-sort-list {
  display: flex;
  flex-wrap: wrap;
}
.p-item-sort-list__item {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-item-sort-list__item {
    margin-left: 25px;
  }
}
.p-item-sort-list__item:first-child {
  margin-left: 0;
}
.p-item-sort-list__item span {
  text-decoration: underline;
}



.c-btn-request {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    padding: 15px;
    border: none;
    border-radius: 3px;
    width: 60%;
    font-weight: bold;
    letter-spacing: .2em;
    background: #2c7258;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.c-btn-request:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
</pre></body></html>