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


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

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

/* IE10,11 */
@import url("ie_main_lec.css") screen and (-ms-high-contrast: none), (-ms-high-contrast: active);

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

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

html {
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
}