@charset "utf-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
input,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section,
main {
	display: block;
	box-sizing: border-box;
}

html{
	font-size: 62.5%;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

ol,
ul {
	list-style: none;
	list-style-type: none;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

iframe{
	vertical-align: bottom;
}

table{
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	width: 100%;
}

th,td{
	vertical-align:top;
	text-align:left;
}