@charset "UTF-8";

@import url("reset.css");
@import url("base.css");
@import url("main.css");
@import url("naka.css");
@import url("smart.css") screen and (max-width: 768px);
/* media query view change */
/*@import url("style.css") screen and (min-width: ***px);*/
/*@import url("style.css") screen and (min-width: ***px) and (max-width: ***px);*/
/*@import url("style.css") screen and (max-width: ***px);*/
