@charset "utf-8";

/*font-family*/
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../font/NotoSansCJKjp-Regular.eot');
    src: url('../font/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansCJKjp-Regular.woff') format('woff'),
    url('../font/NotoSansCJKjp-Regular.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../font/NotoSansCJKjp-Bold.eot');
    src: url('../font/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansCJKjp-Bold.woff') format('woff'),
    url('../font/NotoSansCJKjp-Bold.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 700;
    src: url('../font/NotoSerifCJKjp-Regular.eot');
    src: url('../font/NotoSerifCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSerifCJKjp-Regular.woff') format('woff'),
    url('../font/NotoSerifCJKjp-Regular.ttf')  format('truetype');
}

body *{font-family: 'Noto Sans',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";}

/*default*/
h1, h2, h3 {
	font-weight: bold;
	line-height: 1.4em;
}
h1{font-size:225%;}
h2{font-size:187.5%;}
h3{font-size:162.5%;}

