@charset "UTF-8";

html, body, div, p, li, dl, dt, dd, blockquote, td, form {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	border: none;
	line-height: inherit;
}
input, select, textarea {
	font-size: inherit;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
	font-size: 82%;
	line-height: 1;
}
html:not(:target) body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1;
}