@charset "utf-8";
/*@import "reset.css";*/

@import "/wp/wp-content/themes/JBCS/default.css";

@import "/wp/wp-content/themes/JBCS/base.css";


@import url("/wp/wp-content/themes/JBCS/t_base.css") screen and (min-width: 480px) and (max-width: 1015px);
@import url("/wp/wp-content/themes/JBCS/s_base.css") screen and (max-width: 479px);

/*
@import "menu.css";
@import "base2.css";
@import "top_main.css";
*/


/*
@import url("default.css") screen and (min-width: 1016px);
@import url("base.css") screen and (min-width: 1016px);
@import url("menu.css") screen and (min-width: 1016px);
@import url("base2.css") screen and (min-width: 1016px);
@import url("top_main.css") screen and (min-width: 1016px);
@import url("t_base.css") screen and (min-width: 480px) and (max-width: 1015px);
@import url("s_base.css") screen and (max-width: 479px);
@import "base_list.css";

@import "html5.css";
*/