/* ---- 一覧 ---- */
.ec-searchnavRole,
.ec-shelfRole,
.ec-searchnavRole .ec-searchnavRole__infos,
.ec-productRole{
  max-width: 1290px;
}
.ec-searchnavRole,
.ec-shelfRole,
.ec-productRole{
  width: 90%;
  margin: auto;
  padding: 0;
}
.ec-shelfGrid{
  margin: 0;
}
.ec-shelfGrid .ec-shelfGrid__item-image{
  height: 250px;
  width: 100%;
  position: relative;
  margin: auto;
  border: 1px solid #000;
}
.ec-shelfGrid .ec-shelfGrid__item-image img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.productName {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  color: 000;
}
.price02-default{
  font-weight: 700;
  font-size: 18px;
  text-align: right;
}
.txtBox{
  margin: 15px 0 5px;
}
.ec-shelfGrid .ec-shelfGrid__item{
}
.ec-shelfGrid .ec-shelfGrid__item .shelfGrid__item_inner {
  margin: 0;
  background: #f5f5f5;
  padding: 10px;
  transition: .3s;
}
.ec-shelfGrid .ec-shelfGrid__item .shelfGrid__item_inner:hover{
  opacity: .7;
}
.ec-shelfGrid .ec-shelfGrid__item .formBox {
  margin-top: auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}
.ec-shelfGrid .ec-shelfGrid__item .formBox .ec-productRole__actions,
.ec-shelfGrid .ec-shelfGrid__item .formBox .ec-productRole__actions select{
  width: 100%;
}
.ec-shelfGrid .ec-shelfGrid__item .formBox .inoutBox{
  margin-bottom: 0;
  height: auto;
  width: 80px;
  padding: 8px 0;
}
.ec-shelfGrid .ec-shelfGrid__item .formBox .ec-numberInput{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ec-shelfGrid .ec-shelfGrid__item .formBox .ec-numberInput span{
  padding-right: 10px;
}
.ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn {
  margin-top: 0;
  margin-bottom: 15px;
}
.ec-select{
  margin-bottom: 8px;
}
@media (max-width:480px) {
  .ec-shelfGrid .ec-shelfGrid__item-image {
    height: 130px;
  }
  .productName {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .price02-default {
    font-size: 13px;
  }
}
