/*売切れ処理*/
.rmcaraaa22199n {
  display: none;
}

#main h2 {
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 1em 50px 1em;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background: #fa4141;
}

#main h2:before,
#main h2:after {
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 30px solid #fa4141;
}

#main h2:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

#main h2:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

#main h2 span {
  position: relative;
  display: block;
}


#main h3.title {
  position: relative;
  margin-bottom: 1em;
  padding: 1.5rem 1rem;
}

#main h3.title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #ccc, #ccc 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #ccc, #ccc 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


/*=========================
サイドバー
=========================*/
#side {
}

#side h2 {
padding: 0.2em 0.5em;
background-color: #000;
color: #fff;
border-left: 5px solid #c00;
}


#side h3 {
margin-bottom: 0.5em;
padding: 0.5em 0;
border-bottom: 1px dotted #ccc;
}