@charset "utf-8";

/* ==========================
	reset css
============================= */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, label, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,em,strong {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul,ol,li {
	list-style-type: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
a img {
	vertical-align: middle;
}
area {
	border: none;
	outline: none;
}

/* font reset */
body {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
}
select,input,button,textarea {
	font-size: 99%;
}
table {
	font-size: inherit;
}


/* HTML5 */
article, aside, details, dialog, figure, figcaption, footer, header, main, hgroup, nav, section {
	display:block;
}
