@charset "UTF-8";

html, body, p, li, dl, dt, dd, blockquote, td, form {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
ul, ol {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
address, em, code, cite, dfn, var, optgroup {
	font-style: normal;
}
caption, th {
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}
img {
	border: none;
  vertical-align: bottom;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	line-height: inherit;
}
input, select, textarea {
	font-size: inherit;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
a:focus, *:focus { outline:none; }
a{
  text-decoration: none;
}
i {
  font-style: normal;
}
html{
  font-size: 62.5%;
}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1;
}