@charset "UTF-8";

/* CSS*/
@import url("reset.css");
@import url("pc-base.css") print,screen and (min-width: 1080px);
@import url("pc-top.css") print,screen and (min-width: 1080px);
@import url("pc-next.css") print,screen and (min-width: 1080px);

@import url("smt-base.css") print,screen and (min-width:0px) and (max-width: 1079px);
@import url("smt-top.css") print,screen and (min-width:0px) and (max-width: 1079px);
@import url("smt-next.css") print,screen and (min-width:0px) and (max-width: 1079px);