@charset "UTF-8";

/* portrait */
@import url("../css/smartphone.css") screen and (min-width: 0px) and (max-width: 1039px);

/* landscape
@import url("../css/general.css") screen and (min-width: 569px) and (max-width: 800px); */


/* pc */
@import url("../css/general.css") screen and (min-width: 1040px);

@import url("../css/general.css") print;
