#main_vs .main_hd:after {
  background-image: url(../img/event/main_bg.jpg);
}

#other_area {
  padding: 0;
}

#other_area .event_list_area {
  width: 100%;
}

#other_area .event_list_area ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#other_area .event_list_area li {
  width: 48%;
}

/* 20210720_flexbox */

#news_detail_wrap article  .sectionFrame .fBox {
	display: flex;
	flex-wrap: wrap;
}
#news_detail_wrap article  .sectionFrame .fBox img {
	width: 50%;
	margin-bottom: 10px;
}

@media only screen and (max-width:640px) {
#news_detail_wrap article  .sectionFrame .fBox img {
	width: 100%;
}

}


/*# sourceMappingURL=../../maps/shop/css/event.css.map */
