@charset "utf-8";
/* css document */

/* resets */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
blockquote,
pre,
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,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video,
canvas {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	}

input,
textarea {
	margin: 0;
	}

/* consistency fixes */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
	}

html,
body {
	min-height: 100%;
	}

img {
  border: 0;
}

figure {
	position: relative;
	}

	figure img,
	figure object,
	figure embed {
		display: block;
		width: 100%;
		max-width: 100%;
		}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	}

sup {
	top: -0.5em;
	}

sub {
	bottom: -0.25em;
	}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	}

strong {
	font-weight: bold;
	}