@charset "euc-jp";
/* CSS Document */

/*スマートフォン用CSS*/
@import url("stylesp.css") screen and (min-width:0px) and (max-width: 639px);

/*タブレット用CSS*/
@import url("styletb.css") screen and (min-width:640px) and (max-width: 979px);

/*PC用CSS*/
@import url("style.css") screen and (min-width:980px);