@charset "UTF-8";

/* 共通css */
@import url("tv_shared.css?20190904");

/* スマートフォン 480px以下 */
@import url("tv_sp.css?20190904") only screen and (max-width:480px);
/* タブレット 481px以上、768px以下*/
@import url("tv_tab.css?20190904") only screen and (min-width:481px) and (max-width:768px);
/* デスクトップ 769px以上*/
@import url("tv_pc.css?20190904") print, screen and (min-width:769px);

