/* ------------------------------------------------------------------------------------
  (c) 2018 LIFORK
  
  Modified: 2018.10
  Usefor: over IE11, Firefox, Safari and Chrome
------------------------------------------------------------------------------------ */
@import "//fonts.googleapis.com/css?family=Heebo:400,700";
@import "reset.css";
@import "plugin.css";
@import "common.css";

@import "large.css" only screen and (min-width:769px);
@import "pc.css" only screen and (min-width:1081px);
@import "pad.css" only screen and (min-width:769px) and (max-width:1080px);
@import "sp-iphone-yoko.css" only screen and (max-width:768px);
@import "sp-iphone.css" only screen and (max-width:480px);
@import "sp-android.css" only screen and (max-width:360px);

@import "sp-iphone-yoko.css" only print;