@charset "UTF-8";

/* リセット */
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,pre,dl,dt,dd,div,table,th,td,noscript,blockquote,form,hr,fieldset,address {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

img {
	border-style: none;
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address {
	font-style: normal;
}

ul,dl,ol {
	list-style: none;
}

br {
letter-spacing : normal;
}

* {
	-webkit-appearance: none;
}
