.button_icon {
  background-repeat: no-repeat;
  background-position: center center;
  width: 1.25em;
  height: 1.25em;
  cursor: pointer;
  background-size: 71%;
  background-color: #c8c8c87d;
  border-radius: 2px;
}
.button_icon:active {
  opacity: 0.5;
}
.button_icon:hover {
  opacity: 1;
}
.button_icon_simple {
  background-repeat: no-repeat;
  background-position: center center;
  width: 1em;
  height: 1em;
  cursor: pointer;
  background-size: contain;
  opacity: 0.7;
}
.button_icon_simple:active {
  opacity: 0.5;
}
.button_icon_simple:hover {
  opacity: 1;
}
section,
article {
  margin: 0;
}
#footer {
  margin: 0;
}
body > #page-wrapper > .wrapper {
  padding: 0;
}
.panel_wrapper.exhibition_detail {
  display: block;
  padding-top: 3em;
}
.panel_wrapper.exhibition_detail .id_number {
  width: 100%;
  text-align: right;
  font-size: 1.5em;
  font-weight: 200;
  color: #707070;
}
.panel_wrapper.exhibition_detail > .image_wrap {
  width: 100%;
  flex: 1 1 100%;
  min-height: 500px;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.panel_wrapper.exhibition_detail .body {
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: 200;
}
.panel_wrapper.exhibition_detail .items_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 850px) {
  .panel_wrapper.exhibition_detail .items_list {
    grid-template-columns: 1fr;
  }
}
.panel_wrapper.exhibition_detail .items_list > * {
  position: relative;
  text-align: center;
  vertical-align: middle;
  border: none;
  outline: 1px solid #e6e6e6;
  height: 10em;
}
.panel_wrapper.exhibition_detail .items_list .image_wrap.document img {
  height: 80%;
}
/*# sourceMappingURL=exhibition_detail.css.map */