/* カスタマイズ用ＣＳＳ　インポート(PC版) */
@import url(layout.css) print, screen and (min-width: 481px);
@import url(image.css)  print, screen and (min-width: 481px);

/* カスタマイズ用ＣＳＳ　インポート(スマホ版) */
@import url(layout_mobile.css) screen and (max-width: 480px);
@import url(image_mobile.css) screen and (max-width: 480px);

