@charset "utf-8";
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,
legend,input,textarea,p,blockquote,table,th,td,figure,figcaption,article,
aside,canvas,details,figcaption,figure,footer,header,menu,nav,section,
summary,address,caption,em,strong {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
}
ol,ul,li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}
fieldset,img,table,th,td {
	border: 0;
}
img,input[type="image"] {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input[type="submit"],button,label,select{
	cursor: pointer;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;
}
