@charset "UTF-8";

body{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.0rem;
	line-height:1.75em;
	font-weight:300;
	
	/*background-color:#fff;*/
	color:#000;
}

a{
	color:#09f;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	max-width: 100%;
	max-height: 100%;
}

.noto-sans-jp {
	font-family: 'Noto Sans JP', sans-serif;
}

.noto-serif-jp {
	font-family: 'Noto Serif JP', serif;
}