@charset "UTF-8";
/* CSS Document */

/* desktop */
@import url("desktop.css") only screen and (min-device-width : 769px) and (max-device-width : 1024px);

/*desktop+ */
@import url("desktop+.css") only screen and (min-width:1025px) and (max-width:1280px);

/*desktop+ */
@import url("desktop++.css") only screen and (min-width:1281px);

/*iPad */
@import url("tablet.css") only screen and (min-width:481px) and (max-width:768px);

/* mobile */
@import url("mobile.css") only screen and (max-width:480px);

/* iPhone 4 Landscape */
@import url("iPhone4landscape.css") only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) ;
/* iPhone 4 Portrait */
@import url("iPhone4portrait.css") only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2);

/* iPhone 5 Landscape */
@import url("iPhone5landscape.css") only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2);
/* iPhone 5 Portrait */
@import url("iPhone5portrait.css") only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2);

/* iPhone 6 Landscape */
@import url("iPhone6landscape.css") only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2);
/* iPhone 6 Portrait */
@import url("iPhone6portrait.css") only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2);

/* Samsung S3 Landscape */
@import url("samsungS3landscape.css") only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2);
/* Samsung S3 Portrait */
@import url("samsungS3portrait.css") only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2);

/* Samsung S4 Landscape */
@import url("samsungS4landscape.css") only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3);
/* Samsung S4 Portrait */
@import url("samsungS4portrait.css") only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3);

/* Samsung S5 Landscape */
@import url("samsungS5landscape.css") only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3);
/* Samsung S5 Portrait */
@import url("samsungS5portrait.css") only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3);