.contents article h2.catch {
  margin: 0;
  padding: 1em 0 1em 0;
  color: crimson;
  line-height: 1.2em;
  font-size: 2em;
  font-weight: bold;
  border: none;
}
.contents p.center-txt {
  text-align: center;
}
.detail-desc {
  padding: 0;
}
.detail-desc h3 {
  clear: both;
  margin: 0 0 20px 0;
}
.detail-desc ul li {
  margin: 0 0 1em 0;
  font-size: 14px;
  text-indent: 0;
}
.detail-desc ul li.indent {
  margin: 0 0 1em 1em;
  text-indent: -1em;
}
.detail-desc .sub-info {
  clear: both;
  margin: 0 0 20px 0;
  padding: 35px 15px 15px 15px;
  font-size: 12px;
  line-height: 150%;
  border-radius: 4px;
  background: #f7f7f7;
}
.detail-desc .sub-info h4 {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px dashed #222;
}
.detail-desc .sub-info dl {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 12px;
}
.detail-desc .sub-info dt {
  font-weight: bold;
}
.detail-desc .sub-info dd {
  padding: 10px 20px;
}
.detail-desc .sub-info p {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.contents article .item-info h3 {
  margin: 0;
  padding: .8em 0 .8em .8em;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  border: 0;
  background: #231916;
}
.contents article .item-info h3:after {
  content: none;
}
.contents article .item-info table th {
  text-indent: .6em;
}
.contents article .item-info a.item-link {
  display: block;
  width: 96%;
  padding: 1.4em 0;
  margin: 20px auto;
  color: #fff;
  font-size: 1.8em;
  text-align: center;
  background-color: #D0021B;
  border-radius: 4px;
}
.item-link {
  display: inline-block;
  margin: 0.75rem;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.1875rem;
  outline: none;
  background-color: #D0021B;
  color: white;
  font-family: inherit;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.5rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.item-link:focus,
.item-link:hover {
  background-color:  #D0021B;
  box-shadow: 0 0 0 0.1875rem white, 0 0 0 0.375rem  #D0021B;
  text-decoration: none;
}
.item-link:active {
  background-color:  #D0021B;
  box-shadow: 0 0 0 0.1875rem #D0021B;, 0 0 0 0.375rem #D0021B;
  -webkit-transition-duration: 75ms;
          transition-duration: 75ms;
}
.img-box {
  max-width: 380px;
  margin: 20px auto;
}
.img-box img {
  width: 100%;
  height: auto;
}
.parent-container {
  max-width: 320px;
  margin: 0 auto;
  overflow: hidden;
}
.parent-container > a {
  display: block;
  float: left;
  width: 32.3%;
  margin: 0 1.5% 10px 0;
}
.parent-container > a:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
.parent-container > a:nth-child(3),
.parent-container > a:nth-child(6) {
  margin: 0 0 10px 0;
}
.parent-container > a img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .parent-container > a {
    display: block;
    float: left;
    width: 49%;
    margin: 0 2% 6px 0;
  }
  .parent-container > a:nth-child(3){
    margin: 0 2% 6px 0;
  }

  .parent-container > a:nth-child(6) {
    margin: 0 0 6px 0;
  }
  .parent-container > a:nth-child(2n) {
    margin: 0 0 6px 0;
  }
}

/*商品固有のスタイル*/
.detail-desc img.gohan1 {
  margin: 20px  auto;
  max-width: 90%;
  display: block;
}
.detail-desc img.gohan2 {
  margin: 0  auto 20px auto;
  max-width: 60%;
  display: block;
}
.mainte {
    margin: 0 0 40px 0;
}
.mainte,
.mainte th,
.mainte  td {
    border: 1px solid #aaa;
}
.mainte th,
.mainte  td {
    padding: 8px;
}
.thCenter th {
    background-color: #f3f3f3;
    font-weight: bold;
    text-align: center !important;
}
.noteFont {
    text-align: right !important;
}
.attnYl {
   background-color: powderblue;
}