@charset "utf-8";

/* Webフォント
------------------------------------------------------------*/
@font-face {
font-family: 'smartphone';
src: url(../font/smartphone.woff) format('woff'),
url(../font/smartphone.otf) format('opentype');
}
@font-face {
font-family: 'Dinpro';
src: url(../font/dinpro_medium.woff) format('woff'),
url(../font/dinpro_medium.otf) format('opentype');
}
@font-face {
font-family: 'Futura';
src: url(../font/futura_medium.woff) format('woff'),
url(../font/futura_medium.otf) format('opentype');
}
@font-face {
font-family: 'A1Mincho';
src: url(../font/A1MinchoStd-Bold.woff) format('woff'),
url(../font/A1MinchoStd-Bold.otf) format('opentype');
}

