/* FONTS */
/*@import url(../../default/css/fonts.css);*/

 /* MAIN RESET */
@import url(../../default/css/reset.css);

/* COMMON ELEMENTS */
body{margin: 0; font-family: Arial, Verdana;}
a{color: inherit; text-decoration: none; cursor: pointer;}
a:hover{text-decoration: underline;}

/* COMMON CLASS */


/* LAYOUT */

/* RESPONSIVE */
@media only screen and (min-device-width: 580px) and (max-device-width: 1280px), (max-width: 985px){

}

@media only screen and (min-device-width : 320px) and (max-device-width: 580px), (max-width: 580px){

}