@charset "shift_jis";


/*▽追加CSS　動画*/
.movie {/*親div*/
  position: relative;/*相対配置*/
  }

.movie iframe {
	position: absolute;/*絶対配置*/
	top: 151px;
	left: 343px;
	width: 560px;
	margin-left: -245.5px; /* MUST be half the width */
  }
  
