@charset "utf-8";
body,div,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,button,textarea,table,tbody,tfoot,thead,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video {
	margin: 0;
	padding: 0;
	outline: 0;
	background: transparent;
}

article,aside,dialog,figure,footer,header,hgroup,nav,section {
	display: block;
}

body,button,input,select,textarea {
	font: 14px/1.5 arial,\5b8b\4f53,sans-serif;
}

h1,h2,h3,h4,h5,h6,button,input,select,textarea {
	font-size: 100%;
}

address,cite,dfn,em,var {
	font-style: normal;
}

code,kbd,pre,samp {
	font-family: courier new,courier,monospace;
}

small {
	font-size: 12px;
}

ul,ol,li {
	list-style: none;
}

img {
	border: none;
}

a {
	outline: thin none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


.clearfix:after {
            content: " ";
            display: block;
            clear: both;
            height: 0;
        }
.clearfix {
   zoom: 1;
}
