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

*{
	margin: 0;
	padding: 0;
	}
a{
	text-decoration: none;
	color: #000;
	}
	
ul, li{
	list-style-type: none;
	}

img{border: 0;}


.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
	clear: both;
	}


