@charset "shift_jis";
/* CSS Document */
.movie_wrap {
	width:100%;
}

.youtube {
    position: relative;
    width: 100%;
	
}
.youtube iframe{
    position: absolute;
    bottom: 155px;
    left: 95px;
	/*z-index:5;*/
}