@charset "utf-8";

/*
**************************************************************************
*	nitto 100th fonts.css
**************************************************************************/

/* Noto Sans Japanese */
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 400;
   src: local('Noto Sans CJK JP Regular'),
        local('Noto Sans JP Regular'),
        url(../fonts/NotoSansCJKjp-Regular_w.woff) format('woff'),
        url(../fonts/NotoSansCJKjp-Regular.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 700;
   src: local('Noto Sans CJK JP Bold'),
        local('Noto Sans JP Bold'),
        url(../fonts/NotoSansCJKjp-Bold_w.woff) format('woff'),
        url(../fonts/NotoSansCJKjp-Bold.otf) format('opentype');
}

/* Open Sans */
@font-face {
   font-family: 'Open Sans';
   font-style: normal;
   font-weight: 400;
   src: local('Open Sans Regular'),
        local('OpenSans-Regular'),
        url(../fonts/OpenSans-Regular.ttf) format('truetype'),
        url(../fonts/OpenSans-Regular.otf) format('opentype');
}
@font-face {
   font-family: 'Open Sans';
   font-style: normal;
   font-weight: 700;
   src: local('Open Sans Bold'),
        local('OpenSans-Bold'),
        url(../fonts/OpenSans-Bold.ttf) format('truetype'),
        url(../fonts/OpenSans-Bold.otf) format('opentype');
}
