@charset "UTF-8";
html, body, h1, h2, h3, h4, p, ul, li, dl, dd {
	margin: 0;
	padding: 0;
	line-height: 1.0;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
}

html {
	font-size: 62.5%;
}

body {
	background: #fff;
	color: #333;
	font-size: 1.6rem;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
button,
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}