@charset "UTF-8";

html{
	overflow-y: scroll;
}
* {
	margin: 0;
	padding: 0;
}

body {
	line-height: 1.5;
	color: #666666;
}
ul,
li {
	list-style: none;
}
a {
	color: #666666;
}
img {
	border: none;
}
/* ------------------------------------------------------------ */
/* clearFix */
.clearfix:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

