@import url('noto-sans.css');
@import url('icon.css');
@import url('default.css');
html{
	font-size:0.625em;
}
body{
	font-family:'Noto Sans Japanese','游ゴシック体', YuGothic,メイリオ, Meiryo, Osaka,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height:1.7;
	color:#353535;
	min-width:1080px;
	position:relative;
	font-size:1.6rem;
}
.nolink{
    opacity:0.4;
}