/* ------------------------------------------------------------------------------------
  (c) 2018.04 LIFORK
  
  Modified: 2018,2
  Usefor: over IE11, Firefox, Safari and Chrome
------------------------------------------------------------------------------------ */

@import "//fonts.googleapis.com/css?family=Heebo:400,700";
@import "style.css";
@import "reset.css";
@import "common.css";
@import "glnavi.css";

@import "local.css" only screen and (min-width:641px);
@import "pad.css" only screen and (min-width:641px) and (max-width:768px);
@import "sp-iphone-yoko.css" only screen and (max-width:640px);
@import "sp-iphone.css" only screen and (max-width:480px);
@import "sp-android.css" only screen and (max-width:360px);


/* print */
@import url("reset.css") print;
@import url("style.css") print;
@import url("common.css") print;
@import url("glnavi.css") print;
@import url("local.css") print;
