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


/* RESET */
@import "../../os/reset/reset.css";

/* FONTS */
@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:700,300";

/* ALL */
@import url("main_lec.css") screen and (orientation:landscape);

/* MOBILE */
@import url("mobile_lec.css") screen and (orientation:portrait);

/* PRINT */
/*@import url("print_lec.css") print;*/