@charset "utf-8";
/* Roboto-Light */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(/pc/webfont/Roboto-Light.ttf) format('truetype');
}

/* Roboto-Regular */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(/pc/webfont/Roboto-Regular.ttf) format('truetype');
}

/* Roboto-Medium */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(/pc/webfont/Roboto-Medium.ttf) format('truetype');
}

/* Roboto-Bold */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(/pc/webfont/Roboto-Bold.ttf) format('truetype');
}