@charset "UTF-8";

* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

html, body {

}

a img {
	border: 0;
}

a {
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

/*cleaffix*/
.clearfix:before,.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}
