@charset "UTF-8";
@import url("module.css");
/* ----------------------------------------------------------------------------
 * Style Import
 * Time-stamp: <2009-05-29T15:46:30+09:00>
 * ------------------------------------------------------------------------- */

/* Page TOP ボタン */
.GoToTop {
	position:fixed;
	bottom:10px;
	right:18px;
}

/* 写真にシャドウを付ける */
img.shadow013 {
	box-shadow:5px 5px 10px 5px #aaa;
}

/* YouTube動画 をフレキシブルにする */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 上から本来の表示要素を覆い隠す要素 */

#cover {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  top: 0px;
  left: 0px;
  z-index: 10000;
}

/* Now Loadingのアイコンなどの要素 */

#loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px; /* Now Loadingのアイコンサイズに合わせる */
  height: 50px; /* Now Loadingのアイコンサイズに合わせる */
}

