@charset "utf-8";
/* CSS Document */

::-webkit-scrollbar {
	background: #999;
	width:12px;
	height:12px;
}
::-webkit-scrollbar-thumb {
	background-color: #666;
	border-radius: 50px;
	min-width: 10px;
	min-height: 10px;
	border:1px solid #999;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #444;
}
::-webkit-scrollbar {
	background: #999;
	width:12px;
	height:12px;
}
html::-webkit-scrollbar-thumb {
	background-color: #666;
	border-radius: 50px;
	min-width: 10px;
	min-height: 10px;
	border:1px solid #999;
}
html::-webkit-scrollbar-thumb:hover {
	background-color: #444;
}
html{
	scrollbar-color: #666 #000;
}