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