@charset "utf-8";
/* 2018.04.06 font */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	src: url('../font/Roboto-Regular.eot');
	src:
		url('../font/Roboto-Regular.woff2') format('woff2'),
		url('../font/Roboto-Regular.woff') format('woff'),
		url('../font/Roboto-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'RobotoMedium';
    font-style: normal;
    font-weight: 500;
    src: url('../font/Roboto-Medium.eot');
    src:
         url('../font/Roboto-Medium.woff2') format('woff2'),
         url('../font/Roboto-Medium.woff') format('woff'),
         url('../font/Roboto-Medium.otf') format('opentype');
}
