@charset "utf-8";

@import "reset.css";
@import "base.css";

@import "style.css";

/* フォント */
@font-face {
    font-family: 'DFKingGothic';
    src: url(../font/DFKingGothicJP13N-Regular.otf) format('opentype');
    font-weight: normal;
}
@font-face {
    font-family: 'DFKingGothic';
    src: url(../font/DFKingGothicJP13N-Bold.otf) format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: 'Zen Old Mincho';
    src: url(../font/ZenOldMincho-Regular.ttf) format('truetype');
	font-weight: normal;
}
@font-face {
    font-family: 'Zen Old Mincho';
    src: url(../font/ZenOldMincho-Bold.ttf) format('truetype');
	font-weight: bold;
}
@font-face {
    font-family: 'Zen Antique';
    src: url(../font/ZenAntique-Regular.ttf) format('truetype');
	font-weight: normal;
}

