@charset "euc-jp";

@import url("default.css") print, screen and (min-width: 481px);
@import url("module.css") print, screen and (min-width: 481px);
@import url("style.css") print, screen and (min-width: 481px);
@import url("print.css") print, screen and (min-width: 481px);
@import url("contents.css") print, screen and (min-width: 481px);
@import url("contents2.css") print, screen and (min-width: 481px);
@import url("test.css") print, screen and (min-width: 481px);
@import url("land.css") print, screen and (min-width: 481px);
@import url("concept.css") print, screen and (min-width: 481px);
@import url("dekiru.css") print, screen and (min-width: 481px);
@import url("slideshow.css") print, screen and (min-width: 481px);
@import url("responsive.css") print, screen and (min-width: 481px);


@import url("/base/sp/css/reset.css") screen and (max-width: 480px);
@import url("/base/sp/css/style.css") screen and (max-width: 480px);
@import url("/base/sp/css/pushy.css") screen and (max-width: 480px);


@media print, screen and (max-width: 480px) {
  .sp_screen { display: block !important; }
  .pc_screen { display: none !important; }
}

@media print, screen and (min-width: 481px) {
  .sp_screen { display: none !important; }
  .pc_screen { display: block !important; }
}