@charset "UTF-8";
/* CSS Document */
* {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html,body{
	-webkit-text-size-adjust: 100%;
	max-width: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}
@media screen and (max-width: 800px){
	html {
		font-size: 50%;/*8px*/
	}
}

*{
	box-sizing: border-box;
}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-size: 1.4rem; /* sets the default sizing to make sure nothing is actually 10px */
	color: #333;
	background: #fff;
}