@charset "utf-8";

html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,strong,em,th,var {
	font-style: inherit;
	font-weight: inherit;
}
ol,ul {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}
input,textarea,select {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
}
a {
	color: inherit;
	text-decoration: none;
}

/* micro clearfix */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}

button {
	margin: 0; /* iOS */
	padding: 0;
	border: none;
	background: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	cursor: pointer;
	outline: none;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button:disabled {
	cursor: default;
}