html {
/*	scrollbar-width: thin;
	scrollbar-color: #999999 #EEEEEE;*/
}
html::-webkit-scrollbar {
	width: 8px;
	background: transparent;
}
html::-webkit-scrollbar-thumb {
	background: #999999;
	border-radius: 4px;
}
html::-webkit-scrollbar-button {
	display: none;
}

body {
	overflow-y: scroll;
	margin: 0px;
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

/*::-webkit-scrollbar {
    width: 8px;
    background: #EEEEEE;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #999999;
}*/

h1, h2 {
	display: inline;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	line-height: 28px;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
}

form {
	margin: 0;
}

img, iframe {
	display: block;
	outline: 0;
}

a {
	text-decoration: none;
	outline: none;
}

div.content {
	position: relative;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	vertical-align: top;
}

div.header {
	height: 28px;
	padding: 6px 20px 6px 20px;
}

div.header-2 {
	padding: 0 20px 10px 20px;
}

div.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 4;
}

div.overlay.for-menu {
	z-index: 1;
}

div.update-date {
	padding: 0 20px 5px 20px;
	font-size: 12px;
	line-height: 16px;
	color: #555555;
}

@media (min-width: 940px) {
	div.content {
		width: 940px;
		min-height: 700px;
	}
}
@media (min-width: 0px) and (max-width: 939px) {
	div.content {
		width: 100%;
		min-height: 450px;
	}
}