@charset "utf-8";
/* CSS Document */

@import url(./font.css);

/*---------------PC用CSS--------------*/
@import url(./pc_top.css) screen and (min-width: 641px);
@import url(./pc_under_base.css) screen and (min-width: 641px);
@import url(./pc_common.css) screen and (min-width: 641px);
@import url(./pc_add.css) screen and (min-width: 641px);

/*---------------スマホ用CSS--------------*/
@import url(./sp_top.css) screen and (max-width: 640px);
@import url(./sp_under.css) screen and (max-width: 640px);
@import url(./sp_common.css) screen and (max-width: 640px);
@import url(./sp_add.css) screen and (max-width: 640px);
