
@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 (max-device-width : 600px) and (orientation : portrait);
@import url(cssfiles/resp-03-smart-land.css) only screen and (min-width : 600px) and (max-width : 1000px) and (max-device-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 (max-device-width : 800px)  and (orientation : portrait);
@import url(cssfiles/resp-05-tablet-land.css) only screen and (min-width : 800px) and (max-width : 1199px) and (max-device-width : 1200px)  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 : 1200px) 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);*/




/* iPhone retina */
/* @import url(cssfiles/resp-08-iphoneretina-port.css) only screen and (min-width : 300px) and (max-width : 1000px) and (-webkit-min-device-pixel-ratio : 2.0) and (orientation : portrait); */
/*@import url(cssfiles/resp-09-iphoneretina-land.css) only screen and (min-width : 400px) and (max-width : 1200px) and (-webkit-min-device-pixel-ratio : 2.0) and (orientation : landscape); */

/* iPad retina */
/* @import url(cssfiles/resp-10-ipadretina-port.css) only screen and (min-width : 1500px) and (max-width : 2000px) and (-webkit-min-device-pixel-ratio : 2.0) and (orientation : portrait); */
/* @import url(cssfiles/resp-11-ipadretina-land.css) only screen and (min-width : 2000px) and (max-width : 2500px) and (-webkit-min-device-pixel-ratio : 2.0) and (orientation : landscape); */

/* Laptop retina */
/* @import url(cssfiles/resp-12-laptopretina-port.css) only screen and (min-device-width : 1600px) and (-webkit-min-device-pixel-ratio : 2.0) and (orientation : portrait);*/ 
/*@import url(cssfiles/resp-13-laptopretina-land.css) only screen and (min-device-width : 1600px) and (-webkit-min-device-pixel-ratio : 2.0) and (orientation : landscape);*/