@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none
}

p {
	word-wrap: break-word
}

p:not(:last-of-type) {
	margin-bottom: 1em
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

address,
b,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var {
	font-style: normal;
}

caption,
th {
	text-align: left
}

area {
	border: none;
	outline: none
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom
}