@charset "UTF-8";
html { font-size: 62.5%; } 
body {
	background: #fff;
	color: #000000;
	font-family: 'M PLUS 1p', sans-serif, メイリオ, 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="tel"],
input[type="checkbox"],
input[type="submit"],
button,
select,
textarea {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
input::-ms-clear { display:none; }
input:focus::placeholder { color: transparent; }
textarea:focus::placeholder { color: transparent; }