@charset "utf-8";
/* CSS Document */

/* 新聞中心 */
.main-content { background-image:none; }
.paper_news { padding:100px 0;}

/* 新聞用 lightbox */
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.1);
}

.lightbox iframe {
  margin: 0 auto;
  background: #fff;
  width: 800px;
  height: 100vh;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
}

.lightbox:target {
  outline: none;
  display: block;
}
@media screen and (max-width: 1024px) {
.lightbox iframe { width:70%;}
}
@media screen and (max-width: 768px) {
.lightbox iframe { width:90%;}
}