@charset "utf-8";

.pap-item-detail h2 {
  font-size: 24px !important;
  font-weight: bold !important;
  color: #0d0d0d !important;
}
.pap-item-detail h5 {
  margin-top: 30px !important;
}
.pap-item-detail p, .pap-item-detail li {
  line-height: 1.8em !important;
  letter-spacing: 0.025em !important;
  color: #0d0d0d !important;
}
.pap-content-quantity {
  margin: 40px 0 20px 0;
  border-top: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
  padding: 15px 10px;
}
.pap-content-quantity:before {
  content: "内容量 :  ";
}
.pap-include-component-list {
  width: 100%;
  margin: 40px 0;
}
.pap-include-component-list li {
  margin:0 7px 7px 0;
  padding: 5px 7px;
  border: solid 1px #e3e3e3;
  display: inline-block;
  border-radius: 4px;
}
@media screen and (min-width: 1280px) {
  .pap-item-description {
    margin: 40px 0;
    padding: 40px;
    border: solid 1px #e3e3e3;
  }
}
@media screen and (max-width: 1279px) {
  .pap-item-description {
    margin: 30px 0;
    padding: 30px;
    border: solid 1px #e3e3e3;
  }
}
@media screen and (max-width: 1279px) {
  .pap-item-description {
    margin: 20px 0;
    padding: 20px;
    border: solid 1px #e3e3e3;
  }
}
.pap-spec-display {
  margin-top: 30px;
  padding: 15px;
  border: solid 1px #e3e3e3;
  border-radius: 4px;
}
.pap-description-headline {
  margin-top: 0 !important;
  font-size: 20px;
  font-weight: bold;
}
.pap-item-description h4, .pap-item-description h5 {
  margin-top: 30px;
  font-size: 16px; 
  font-weight: bold;
}
.pap-item-description h5 {
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #e3e3e3;
}
.pap-item-description p {
  margin:15px 0;
}
.pap-item-description p > img {
  width: 100%;
  height: auto;
}
.pap-spec-display li {
  margin-right: 20px;
  list-style: disc !important;
  display: inline-block;
}
.pap-staff-comment {
  background: #f2f1ed;
  border-radius: 4px;
}
.pap-staff-comment h6 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 1280px) {
  .pap-staff-comment {
    padding: 40px;
  }
}
@media screen and (min-width: 1279px) {
  .pap-staff-comment {
    padding: 30px;
  }
}
@media screen and (min-width: 767px) {
  .pap-staff-comment {
    padding: 20px;
  }
}
.pap-item-detail th {
  width: 20%;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  /*.pap-item-detail {
    padding: 0 20px;
  }*/
  .pap-staff-comment {
    padding: 15px;
  }
  .pap-item-read, .pap-include-component-list, .pap-spec-display, .pap-item-information {
    margin: 20px 0 !important;
  }
  .pap-item-information th, .pap-item-information td {
    padding: 5px;
  }
}
/*-- 勝手に出てくる配送予定日を非表示 --*/
#detailrightbloc .deliv_date {
  display: none !important;
}
#detailarea .deliv_date{
  display: none !important;
}

