@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	vertical-align: baseline;
	background: transparent;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 1px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
}

li {
	list-style-type: none;
}

a {
	text-decoration:none;
}
a:link,
a:visited {
	color:#262626;
}
a:hover,
a:active {
	color:#262626;
}

img {
	max-width: 100%;
	height: auto;
	display:block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
table caption,
th,td {
	text-align:left;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
