@charset "UTF-8";

/**
 * Css Library v1.0.0
 * 
 * Date: 2018-05-06
 */

 /*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

.clearfix:after {
	display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: '.';
}

/*.scrollbar::-webkit-scrollbar {
	width: 5px;
	height: 0px;
	background-color: #CCC;
}

.scrollbar::-moz-scrollbar {
	width: 5px;
	height: 0px;
	background-color: #CCC;
}

.scrollbar::scrollbar {
	width: 5px;
	height: 0px;
	background-color: #CCC;
}

.scrollbar::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background-color: #333;
}

.scrollbar::-moz-scrollbar-thumb {
	border-radius: 2px;
	background-color: #333;
}

.scrollbar::scrollbar-thumb {
	border-radius: 2px;
	background-color: #333;
}

.scrollbar::-webkit-scrollbar-button {
	display: none;
}

.scrollbar::-moz-scrollbar-button {
	display: none;
}

.scrollbar::scrollbar-button {
	display: none;
}*/
