@charset "utf-8";

/* 明朝体
--------------------*/

@font-face{ 
  font-family: "Mincho";
  src: url("font/notoserifcjkjp-regular.woff2") format("woff2"),url("font/notoserifcjkjp-regular.woff") format("woff"),url("font/notoserifcjkjp-regular.otf") format("opentype");
}
/*@font-face{ 
	font-family: 'Mincho';
	src: url('font/hanamina.eot');
	src: url('font/hanamina.eot?#iefix') format('embedded-opentype'), url('font/hanamina.woff') format('woff'), url('font/hanamina.ttf') format('truetype');
}*/

/* 游ゴシック
--------------------*/

@font-face {
  font-family: "YuGothic M";
  src: local(Yu Gothic Medium);
}

/* 游明朝
--------------------*/

@font-face {
  font-family: "YuMincho M";
  src: local(Yu Mincho Medium);
}

/* 丸ゴシック
--------------------*/

@font-face{
  font-family: 'RoundedFont';
  src: url('font/rounded-x-mplus-1p-regular.eot'),url('font/rounded-x-mplus-1p-regular.woff') format('woff'),url('font/rounded-x-mplus-1p-regular.ttf')  format('truetype');
}