@charset "utf-8";

/* ================================================================================
sec_download
================================================================================= */
#sec_download {
  padding:40px;
}
.bg_box_white { background:#fff; }
.bg_box_white  ul { width:600px; margin:auto; }
#sec_download a:hover img { opacity:0.7; }


/* スマホサイズ調整----------------------------　*/
@media only screen and (max-width:750px) {
.bg_box_white ul { width:100%; }
.bg_box_white ul li img { width:100%; height:auto; }
}

/* ================================================================================
clearfix
================================================================================= */
.exhibition_list:after {
  content: "";
  clear: both;
  display: block;
}