@charset "utf-8";
/* ===============================================
	▼リセットCSS
=============================================== */
html{
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}
article, address, caption, nav, cite, code, dfn, em, section, strong, tbody, tfoot, thead, var {
	font-style: normal;
	margin: 0;
	padding: 0;
}
applet, object, iframe, abbr, acronym, big, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, tr, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, output, ruby, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-style:normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style:none;
}
table{
	border-collapse: collapse; 
	border-spacing:0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline:none;
}
