<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";

.youtubeArea{
 position : relative;
 max-width : 640px;
margin : 0 auto;
}

.screen_play{
 position : absolute;
　width : 100%;
  height : 100%;
  top : 0;
  left : 0;
}

@media screen and (max-width:767px) {
.youtubeArea{
 position : relative;
 width : 100%;
}
}

</pre></body></html>