@charset "utf-8";

@import "default.css";
@import "common.css";
@import "animate.css";
@import "animate_add.css";
@import "print.css";

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

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