@charset "utf-8";
/* CSS Document */


@media (min-width: 640px) {
.mov640 { width:640px;
margin:0 auto;
}

.mov60-30{ height:60px;
}

}


@media (max-width: 639px) {
.mov640 {
	position: relative;
width: 100%;
padding-top: 56.25%;
margin:0 auto;
}

.mov640 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.mov60-30{ height:30px;
}
}






@media (min-width: 768px) {
.smp-none {display:none}

}

@media (max-width: 767px) {
.pc-none {display:none}

}

