@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%;
}
