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