.cf, .col_4 {
  *zoom: 1;
}
.cf:after, .col_4:after {
  content: "";
  display: table;
  clear: both;
}

.img_frame {
  box-shadow: 0px 0px 2px 0px #1a1a1a;
  box-sizing: border-box;
  border: 5px solid #fff;
}

.col_4 li {
  box-sizing: border-box;
  float: left;
  width: 25%;
}

#top_slider {
  margin: 0 auto 32px;
  width: 100%;
  text-align: center;
}

#area_top_exhibition {
  margin-bottom: 48px;
}
#area_top_exhibition h2 {
  margin-bottom: 8px;
  padding: 8px;
  border-bottom: 1px solid #4D3A2B;
}
#area_top_exhibition a:hover img {
  opacity: 0.7;
}
#area_top_exhibition #exhibition_2 li {
  text-align: right;
}
#area_top_exhibition #exhibition_2 li:first-child {
  text-align: left;
}

#top_bnr_slider {
  margin-bottom: 48px;
}

.flex-control-nav {
  margin-bottom: 16px !important;
}
.flex-control-nav li a {
  background: #fff !important;
}
.flex-control-nav li a.flex-active {
  background: #C91E30 !important;
}

#top_slider .sp-buttons,
#top_bnr_slider .sp-buttons {
  margin-top: 8px;
  text-align: center;
}
#top_slider .sp-button,
#top_bnr_slider .sp-button {
  border: none;
  background: #fff;
}
#top_slider .sp-selected-button,
#top_bnr_slider .sp-selected-button {
  background: #C91E30;
}
#top_slider a:hover img,
#top_bnr_slider a:hover img {
  opacity: 0.7;
}

#information {
  margin-bottom: 48px;
  clear: both;
  float: none;
}
#information #calendar {
  margin-right: 40px;
  float: left;
  width: 320px;
  height: 350px;
  overflow: hidden;
}
#information #calendar #calender_wrap {
  position: relative;
  top: 0;
  left: 0;
}
#information #calendar #calender_iframe_wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 320px;
  height: 350px;
  overflow: hidden;
}
#information #calendar iframe {
  width: 320px;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
}
#information #calendar iframe.thismonth {
  z-index: 2;
}
#information #calendar iframe.anotermonth {
  z-index: 1;
}
#information #calendar #nav_calender {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
}
#information #calendar #nav_calender td {
  padding: 16px 16px;
  vertical-align: middle;
  color: #4D3A2B;
}
#information #calendar #nav_calender td a {
  color: #bc9f88;
  text-decoration: none;
}
#information #calendar #nav_calender td a:hover {
  color: #fff;
}
#information div#info {
  float: left;
  width: 320px;
  height: 350px;
}
#information div#info h3 a {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  width: 320px;
  padding: 16px;
  background: #9f7859;
  text-align: center;
  color: #fff;
}
#information div#info h3 a:hover {
  background: #7e5f46;
}
#information div#info ul {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 16px;
  background: #fff;
  width: 320px;
  height: 302px;
  overflow-y: scroll;
}
#information div#info li {
  padding-bottom: 8px;
  border-bottom: 1px dotted #4D3A2B;
  margin-bottom: 8px;
  line-height: 125%;
}
#information div#info li dd {
  margin-bottom: 4px;
  display: block;
  color: #a2a2a2;
  font-size: 0.75em;
}
#information div.fb-page {
  float: right;
}
