@charset "utf-8";
html { font-size: 62.5%; } /* 10px */
body {
	background: #fff;
	font-size: 1.6rem;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	line-height: 1.5;
}
img { vertical-align: bottom; }
ul li { list-style: none }
/* cf ====================*/
.cf:after,
.cf:before {
	content: " ";
	display: table
}
.cf:after {
	clear: both
}
.cf {
	*zoom: 1
}
input[type="text"],
input[type="submit"],
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input::-ms-clear { display:none; }
select::-ms-expand { display: none; }
