@charset "UTF-8";

/* 共通css */
@import url("style_shared.css");

/* スマートフォン 480px以下 */
@import url("style_sp.css") only screen and (max-width:480px);
/* タブレット 481px以上、960px以下*/
@import url("style_tab.css") only screen and (min-width:481px) and (max-width:960px);
/* デスクトップ 961px以上*/
@import url("style_pc.css") print, screen and (min-width:961px);