@charset 'utf-8';

/* CSS Document */
/* Reset */
html {
	overflow-y: scroll;
	font-size: 62.5%;
	box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #333;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {
	display:block;
}

i, em {
	font-style: normal;
}
iframe {
    width: 100%;
    border: none;
    display: block;
}