@charset "utf-8";
html { font-size: 62.5%; } /* 10px */
body {
	background: #fff;
	font-size: 1.6rem;
	font-family: Noto Sans JP, メイリオ, Meiryo, verdana, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, Sans-Serif;
	line-height: 1.5;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale*/
}
img { vertical-align: bottom; }
ul li { list-style: none }
input[type="text"],
input[type="submit"],
button,
textarea {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input::-ms-clear { display:none; }
