@charset "UTF-8";

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

/* スマートフォン 480px以下 */
/*@import url("style_sp.css") only screen and (max-width:768px);*/
/* デスクトップ 769px以上*/
/*@import url("style_pc.css") print, screen and (min-width:769px);*/


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


/* スマートフォン 1024px以下 */
/*@import url("style_sp.css") only screen and (max-width:1024px);*/
/* デスクトップ 1025px以上*/
/*@import url("style_pc.css") print, screen and (min-width:1025px);*/

