@charset "utf-8";

/*== reset =========================================================================*/
html,body{ height: 100%; }
body, div,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, ol, li,
table, thead, tbody, tfoot, caption, th, td,
p, blockquote, pre, form, fieldset, legend {
	margin:0;
	padding:0;
	font-size:100%;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
	display:block;margin:0;padding:0;
}
a, input[type="submit"] {
	cursor:pointer;
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight:bold;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}
caption, th {
	text-align:left;
}
img, input {
	vertical-align:middle;
}
abbr, acronym, fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
select, input, textarea {
	font-size:100%;
}
textarea {
	overflow:auto;
}
code, kbd, code, samp {
	font-family:monospace;
}
ins, del {
	display:block;
}
p ins, p del,
ol ins, ol del,
ul ins, ul del,
dl ins, dl del,
table ins, table del {
	display:inline;
}