@charset "UTF-8";

/* --------------------------------
	overlay
-------------------------------- */
#overlayMovie {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: auto;
  min-width: 960px;
  height: 100%;
  z-index: 1000;
}

.overlayMovie-bg {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  min-width: 960px;
  height: 100%;
  background: #000;
}

#overlayMovie_inner {
  position: fixed;
  width: 640px;
  height: 360px;
  z-index: 1001;
}

/* Iframe */
#overlayMovie-iframeContainer iframe {
  width: 640px;
  height: 360px;
  border: none;
  overflow: auto;
}

.overlayMovie-close {
  position: absolute;
  top: -40px;
  right: 0;
}
.overlayMovie-close a {
  display: block;
  overflow: hidden;
  width: 70px;
  height: 22px;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/index/overlay_btn_close.png) no-repeat 0 0;
}
.overlayMovie-close a:hover {
  background: url(../images/index/overlay_btn_close_ov.png) no-repeat 0 0;
}

