@charset "shift_jis";
@media screen and (max-width: 640px) {
  .News-detail .PeeVee #videocontainer {
    text-align: center;
  }
  /*動画の幅を強制縮小*/
  .News-detail .PeeVee #videocontainer video {
    width: 300px !important;
    height: auto !important;
    margin: 0 10px;
  }
/*ここまで*/
}
