
@import url(cssfiles/icss_basics.css);
@import url(cssfiles/icss_contents.css);
@import url(cssfiles/icss_navisub.css);
@import url(cssfiles/icss_csonly.css);
@import url(cssfiles/icss_navimain.css);
@import url(cssfiles/icss_basicstructure.css);
@import url(cssfiles/icss_pagetitles.css);

/* All / basics */
@import url(cssfiles/resp-01-basic.css) all;

/* Smartphone */
@import url(cssfiles/resp-02-smart-port.css) only screen and (min-width : 300px) and (max-width : 599px) and (orientation : portrait);
@import url(cssfiles/resp-03-smart-land.css) only screen and (min-width : 400px) and (max-width : 1000px) and (orientation : landscape);

/* Tablet */
@import url(cssfiles/resp-04-tablet-port.css) only screen and (min-width : 600px) and (max-width : 799px) and (-webkit-max-device-pixel-ratio : 1.5) and (orientation : portrait);
@import url(cssfiles/resp-05-tablet-land.css) only screen and (min-width : 800px) and (max-width : 1280px) and (-webkit-max-device-pixel-ratio : 1.5) and (orientation : landscape);

/* Normal Desktop */
@import url(cssfiles/resp-06-desktop-port.css) only screen and (min-width : 800px) and (-webkit-max-device-pixel-ratio : 1.5) and (orientation : portrait);
@import url(cssfiles/resp-07-desktop-land.css) only screen and (min-width : 1281px) and (-webkit-max-device-pixel-ratio : 1.5) and (orientation : landscape);

/* Large Desktop */
@import url(cssfiles/resp-07-desktop-land-huge.css) only screen and (min-width : 1600px) and (-webkit-max-device-pixel-ratio : 1.5) and (orientation : landscape);
