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

@import url("/wp/wp-content/themes/FreewayJam/default.css") screen and (min-width: 1200px);
@import url("/wp/wp-content/themes/FreewayJam/base2.css") screen and (min-width: 1200px);
@import url("/wp/wp-content/themes/FreewayJam/t_base.css") screen and (min-width: 480px) and (max-width: 1199px);
@import url("/wp/wp-content/themes/FreewayJam/s_base.css") screen and (max-width: 479px);
/*
@import "default.css";
@import "base.css";
@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 "html5.css";