@charset "utf-8";

@font-face
{
font-family: 'ipag';
src: url('../font/ipaexg.ttf');
}
@font-face
{
font-family: 'ipam';
src: url('../font/ipaexm.ttf');
}
@font-face
{
font-family: 'M+ 1c medium';
src: url('../font/mplus-1c-medium.ttf');
}
@font-face
{
font-family: 'M+ 1c regular';
src: url('../font_data/font/mplus-1c-regular.ttf');
}
@font-face
{
font-family: 'M+ 1c bold';
src: url('../font/mplus-1c-bold.ttf');
}
@font-face
{
font-family: 'M+ 1c heavy';
src: url('../font/mplus-1c-heavy.ttf');
}
@font-face
{
font-family: 'aomin1';
src: url('../font/AozoraMinchoBlack.ttf');
}
@font-face
{
font-family: 'aomin2';
src: url('../font/AozoraMincho-bold.ttf');
}
@font-face
{
font-family: 'aomin3';
src: url('../font/AozoraMinchoHeavy.ttf');
}
@font-face
{
font-family: 'aomin4';
src: url('../font/AozoraMinchoLight.ttf');
}
@font-face
{
font-family: 'aomin5';
src: url('../font/AozoraMinchoMedium.ttf');
}
.font01 {
	font-family: 'ipag',
        'ipag', sans-serif;
}
.font02 {
	font-family: 'ipam',
        'ipam', sans-serif;
}
.font03 {
	font-family: 'M+ 1c bold',
 'M+ 1c bold', sans-serif;
}
.font04 {
	font-family:
        'M+ 1c medium',
        'M+ 1c medium', sans-serif;
}
.font05 {
	font-family:
        'M+ 1c light',
        'M+ 1c light', sans-serif;
}
.font06 {
	font-family:
        'M+ 1c regular',
        'M+ 1c regular', sans-serif;
}
.font11 {
	font-family:
        'aomin1',
        'aomin1', sans-serif;
}
.font12 {
	font-family:
        'aomin2',
        'aomin2', sans-serif;
}
.font13 {
	font-family:
        'aomin3',
        'aomin3', sans-serif;
}
.font14 {
	font-family:
        'aomin4',
        'aomin4', sans-serif;
}
.font15 {
	font-family:
        'aomin5',
        'aomin5', sans-serif;
}