﻿/*--------------------------------*/
/* webフォント指定                */
/*--------------------------------*/

@font-face
{
    font-family: 'hannari';
    src: url(hannari.eot);
    src: url(hannari.eot?iefix) format('eot'),
         url(hannari.woff) format('woff'),
         url(hannari.otf) format('opentype');
}