@charset "UTF-8";
/* CSS Document */
/* スマートフォン 580px以下 */
@import url("value_sp.css") only screen and (max-width: 580px);
/* デスクトップ 581px以上*/
@import url("value_pc.css") print, screen and (min-width: 581px);
#movie {
  padding-top: 10px;
}
