*,::before,::after
	{
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
	}

html
	{
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	}

body
	{
	margin: 0;
	}

p,table,blockquote,address,pre,iframe,form,figure,dl
	{
	margin: 0;
	}

h1,h2,h3,h4,h5,h6
	{
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
	}

ul,ol
	{
	margin: 0;
	padding: 0;
	list-style: none;
	}

dd
	{
	margin-left: 0;
	}

table
	{
	border-color: inherit;
	border-collapse: collapse;
	}

td,th
	{
	vertical-align: top;
	padding: 0;
	}

th
	{
	text-align: left;
	font-weight: bold;
	}