@charset "utf-8";

@import url("reset.css");
@import url("base.css");

@import url("header-s.css") only screen and (max-width: 767px);

@import url("common-s.css") only screen and (max-width: 767px);
@import url("common.css") only screen and (min-width: 768px);

@import url("parts-s.css") only screen and (max-width: 767px);
@import url("parts.css") only screen and (min-width: 768px);

@import url("footer-s.css") only screen and (max-width: 767px);
@import url("footer.css") only screen and (min-width: 768px);





