@charset "utf-8";
/* CSS Document */




a {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-decoration: inherit;
	outline: none;	
	}

a img {
	border: none;
	outline: none;
}

ul, ol {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	}
