@charset "utf-8";


/* ========================== */ 
/* 　　フォルダのフォントを使う 　 */ 
/* ========================== */ 

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url('../font/NotoSansCJKjp-Regular.eot');
    src: url('../NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansCJKjp-Regular.woff') format('woff'),
    url('../font/NotoSansCJKjp-Regular.ttf')  format('truetype');
}

/* ========================== */ 

