@charset "utf-8";

@import "default.css";
@import "common.css";

/* for tablet 1110px以下 */
@import url("tablet.css") screen and (max-width:1110px);

/* for smartphone 768px以下 */
@import url("smart.css") screen and (max-width:767px);
