/* ------------------------------------------------------------------------------------
  (c) 2017 vortis
  
  Modified: 2017,08
  Usefor: over IE11, Firefox, Safari and Chrome
------------------------------------------------------------------------------------ */

@import "reset.css?171016";
@import "style.css";
@import "search.css?171016";
@import "common.css?171023";
@import "glnavi.css";

@import "local.css?171016" only screen and (min-width:641px);
@import "pad.css?171023" only screen and (min-width:641px) and (max-width:768px);
@import "sp-iphone-yoko.css?171023" only screen and (max-width:640px);
@import "sp-iphone.css" only screen and (min-width:321px) and (max-width:480px);
@import "sp-android.css" only screen and (max-width:320px);


/* 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;
