/**********************************************************************/
/* font.css */
/**********************************************************************/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body{
font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size:16px;
line-height:2;
font-weight:500;
word-wrap: break-word;
word-break: break-all;
overflow-wrap: break-word;
}

select,input,button,textarea{
}

table{
font-size:inherit;
font:100%;
}


/* Noto Sans JP ------------------------------------------------------ */
.noto100 {
font-weight:100;
}

.noto200 {
font-weight:200;
}

.noto300 {
font-weight:300;
}

.noto400 {
font-weight:400;/* it's default level. */
}

.noto500 {
font-weight:500;
}

.noto600 {
font-weight:600;
}

.noto700 {
font-weight:700;
}

.noto800 {
font-weight:800;
}

.noto900 {
font-weight:900;
}
