
@import url("font-old.css");

/* フォント(標準) */
@font-face {
 font-family: 'text-regular';
 src:/* local("Rounded M+ 1c regular"), */
       url('../../font/rounded-mplus-1c-regular/rounded-mplus-1c-regular-webfont.eot') format('eot'),
       url('../../font/rounded-mplus-1c-regular/rounded-mplus-1c-regular-webfont.woff')  format('woff'),
       url('../../font/rounded-mplus-1c-regular/rounded-mplus-1c-regular-webfont.woff2')  format('woff2'),
       url('../../font/rounded-mplus-1c-regular/rounded-mplus-1c-regular-webfont.ttf')  format('truetype'),
       url('../../font/rounded-mplus-1c-regular/rounded-mplus-1c-regular-webfont.svg#webfontjSpbZQRv')  format('svg');
font-weight: 400; /*  normal */
}

/* フォント(太字) */
@font-face {
 font-family: 'text-regular';
 src:/* local("Rounded M+ 1c bold"), */
       url('../../font/rounded-mplus-1c-bold/rounded-mplus-1c-bold-webfont.eot') format('eot'),
       url('../../font/rounded-mplus-1c-bold/rounded-mplus-1c-bold-webfont.woff')  format('woff'),
       url('../../font/rounded-mplus-1c-bold/rounded-mplus-1c-bold-webfont.woff2')  format('woff2'),
       url('../../font/rounded-mplus-1c-bold/rounded-mplus-1c-bold-webfont.ttf')  format('truetype'),
       url('../../font/rounded-mplus-1c-bold/rounded-mplus-1c-bold-webfont.svg#webfontjSpbZQRv')  format('svg');
font-weight: 700; /*  bold */
}

/* フォント(特太) */
@font-face {
 font-family: 'text-regular';
 src:/* local("Rounded M+ 1c heavy"), */
       url('../../font/rounded-mplus-1c-heavy/rounded-mplus-1c-heavy-webfont.eot') format('eot'),
       url('../../font/rounded-mplus-1c-heavy/rounded-mplus-1c-heavy-webfont.woff')  format('woff'),
       url('../../font/rounded-mplus-1c-heavy/rounded-mplus-1c-heavy-webfont.woff2')  format('woff2'),
       url('../../font/rounded-mplus-1c-heavy/rounded-mplus-1c-heavy-webfont.ttf')  format('truetype'),
       url('../../font/rounded-mplus-1c-heavy/rounded-mplus-1c-heavy-webfont.svg#webfontjSpbZQRv')  format('svg');
font-weight: 800;
}

/* フォント(極太) */
@font-face {
 font-family: 'text-regular';
 src:/* local("Rounded M+ 1c black"), */
       url('../../font/rounded-mplus-1c-black/rounded-mplus-1c-black-webfont.eot') format('eot'),
       url('../../font/rounded-mplus-1c-black/rounded-mplus-1c-black-webfont.woff')  format('woff'),
       url('../../font/rounded-mplus-1c-black/rounded-mplus-1c-black-webfont.woff2')  format('woff2'),
       url('../../font/rounded-mplus-1c-black/rounded-mplus-1c-black-webfont.ttf')  format('truetype'),
       url('../../font/rounded-mplus-1c-black/rounded-mplus-1c-black-webfont.svg#webfontjSpbZQRv')  format('svg');
font-weight: 900;
}

/* フォント(コード) */
@font-face {
 font-family: 'text-html';
 src:/* local("Rounded M+ 1mn regular"), */
       url('../../font/rounded-mplus-1mn-regular/rounded-mplus-1mn-regular-webfont.eot') format('eot'),
       url('../../font/rounded-mplus-1mn-regular/rounded-mplus-1mn-regular-webfont.woff')  format('woff'),
       url('../../font/rounded-mplus-1mn-regular/rounded-mplus-1mn-regular-webfont.woff2')  format('woff2'),
       url('../../font/rounded-mplus-1mn-regular/rounded-mplus-1mn-regular-webfont.ttf')  format('truetype'),
       url('../../font/rounded-mplus-1mn-regular/rounded-mplus-1mn-regular-webfont.svg#webfontjSpbZQRv')  format('svg');
font-weight: 400; /*  normal */
}

/* フォント(コード太字) */
@font-face {
 font-family: 'text-html';
 src:/* local("Rounded M+ 1mn bold"), */
       url('../../font/rounded-mplus-1mn-bold/rounded-mplus-1mn-bold-webfont.eot') format('eot'),
       url('../../font/rounded-mplus-1mn-bold/rounded-mplus-1mn-bold-webfont.woff')  format('woff'),
       url('../../font/rounded-mplus-1mn-bold/rounded-mplus-1mn-bold-webfont.woff2')  format('woff2'),
       url('../../font/rounded-mplus-1mn-bold/rounded-mplus-1mn-bold-webfont.ttf')  format('truetype'),
       url('../../font/rounded-mplus-1mn-bold/rounded-mplus-1mn-bold-webfont.svg#webfontjSpbZQRv')  format('svg');
font-weight: 700; /*  bold */
}

/* フォント(等幅英数フォント) */
@font-face {
 font-family: 'text-html-abc';
 src:/* local("Rounded M+ 1m regular"), */
       url('../../font/rounded-mplus-1m-regular-abc/rounded-mplus-1m-regular-webfont.eot') format('eot'),
       url('../../font/rounded-mplus-1m-regular-abc/rounded-mplus-1m-regular-webfont.woff')  format('woff'),
       url('../../font/rounded-mplus-1m-regular-abc/rounded-mplus-1m-regular-webfont.woff2')  format('woff2'),
       url('../../font/rounded-mplus-1m-regular-abc/rounded-mplus-1m-regular-webfont.ttf')  format('truetype'),
       url('../../font/rounded-mplus-1m-regular-abc/rounded-mplus-1m-regular-webfont.svg#webfontjSpbZQRv')  format('svg');
}





/* 通常 */
span.text_normal {
 font-weight: 400;
}

/* 大小 */
span.text_small-1 {
 font-size: 25%;
}

span.text_small-2 {
 font-size: 50%;
}

span.text_small-3 {
 font-size: 75%;
}

span.text_large-1 {
 font-size: 125%;
}

span.text_large-2 {
 font-size: 150%;
}

span.text_large-3 {
 font-size: 175%;
}

/* 太字 */
span.text_bold {
 font-weight: 800;
}

span.text_boldE {
 font-weight: 900;
}

/* イタリック */
span.text_italic {
 font-style: italic;
}
