@charset "UTF-8";

@import "reset.css";
@import "main.css";


/*PC用*/
@import "pc/style.css" screen and (min-width:768px);
@import "pc/index.css" screen and (min-width:768px);


/*タブレット用
@import "tb/style_tb.css" screen and (min-width:768px) and (max-width:949px);
@import "tb/index_tb.css" screen and (min-width:768px) and (max-width:949px);
@import "tb/second_tb.css" screen and (min-width:768px) and (max-width:949px);
*/

/*スマートフォン用*/
@import "sp/style_sp.css" screen and (max-width:767px);
@import "sp/index_sp.css" screen and (max-width:767px);
