/* 背景イメージ（コスパcontents、ジーストアcontainer）*/
#contents,
#container,
#contents_center{
  background: url("http://www.geestore.com/event/campaign/valentine2019/bg.jpg") fixed;
}


#eventbody h2{
  text-align: center;
  background: #e1889f;
  color: #fff;
  margin-bottom: 10px;
}

#eventbody h3{
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 2em auto 1em;
}

#eventbody h3:before {
  content: "";
  position: absolute;
  left: 25%;
  bottom: 8px;
  width: 50%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #e1889f, #e1889f 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #e1889f, #e1889f 2px, #fff 2px, #fff 4px);
  z-index: -1;
}

ul.c-img_list{
  justify-content: center;
}
