/* Font M+丸ゴシック */
/* Light 細 */
@font-face {
	font-family:Rounded Mplus Light;
	src: url('./fonts/rounded-mplusX-1c-light.woff') format('woff'), url('./fonts/rounded-mplusX-1c-light.ttf') format('truetype');
}
/* Regular 普 */
@font-face {
	font-family:Rounded Mplus Regular;
	src: url('./fonts/rounded-mplusX-1c-regular.woff') format('woff'), url('./fonts/rounded-mplusX-1c-regular.ttf') format('truetype');
}
/* Medium 太1 */
@font-face {
	font-family:Rounded Mplus Medium;
	src: url('./fonts/rounded-mplusX-1c-medium.woff') format('woff'), url('./fonts/rounded-mplusX-1c-medium.ttf') format('truetype');
}
/* Bold 太2 */
@font-face {
	font-family:Rounded Mplus Bold;
	src: url('./fonts/rounded-mplusX-1c-bold.woff') format('woff'), url('./fonts/rounded-mplusX-1c-bold.ttf') format('truetype');
}
/* Heavy 太3 */
@font-face {
	font-family:Rounded Mplus Heavy;
	src: url('./fonts/rounded-mplusX-1c-heavy.woff') format('woff'), url('./fonts/rounded-mplusX-1c-heavy.ttf') format('truetype');
}
/* Black 太4 */
@font-face {
	font-family:Rounded Mplus Bk;
	src: url('./fonts/rounded-mplusX-1c-black.woff') format('woff'), url('./fonts/rounded-mplusX-1c-black.ttf') format('truetype');
}
.m-light {
    font-family:Rounded Mplus Light;
}
.m-regular {
    font-family:Rounded Mplus Regular;
}
.m-medium {
    font-family:Rounded Mplus Medium;
}
.m-bold {
    font-family:Rounded Mplus Bold;
}
.m-heavy {
    font-family:Rounded Mplus Heavy;
}
.m-black {
    font-family:Rounded Mplus Bk;
}