@charset "shift_jis";

/*▽基本CSS*/
#wrap_smp{ width:100%; text-align:center;}

/*▽追加CSS　動画*/
.movie {/*親div*/
  position: relative;/*相対配置*/
  }

.movie iframe {
  position: absolute;/*絶対配置*/
  top: 165px;
  left: 47.4%;
  width: 600px;
  margin-left: -280px; /* MUST be half the width */
  }
