@charset "utf-8";

@import "default1.css";
@import "common.css";


/* スマートフォンレイアウト : 640px以下 */
@import url("smart.css") screen and (max-width: 640px);
/* タブレットレイアウト : 768px以下 */
@import url("smart.css") screen and (max-width: 768px);