@charset "utf-8";

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd, span,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        list-style-type: none;
}

textarea { font-size: 100%; }

hr { display: none; }

.clearfix:before,
.clearfix:after {
	content:"";
	display:block;
	overflow:hidden;
}
.clearfix:after {
	clear:both;
}

.clearfix {
	zoom:1;
}
