html{
	font-size:100%; /* 16px*/
	/*font-size: 62.5%;*/ /*10px*/
}
 
body{
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
	font-size: 20px; font-size: 1.25rem;
}
 
h1 {
	font-size: 26px; font-size: 1.625rem;
}
h2 {
	font-size: 24px; font-size: 1.5rem;
}
h3 {
	font-size: 22px; font-size: 1.375rem;
}
h4 {
	font-size: 20px; font-size: 1.25rem;
}
h5 {
	font-size: 18px; font-size: 1.125rem;
}
		