@charset "utf-8";

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


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

td,th {
	vertical-align: top;
	text-align: left;
}

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

ol,ul,dl {
	display: block;
}

dt,dd,li {
	display: block;
}

h1,h2,h3,h4,h5,h6,address,th,button,input,select {
	font-size: 1rem;
	font-weight: normal;
	font-style: normal;
}

a img {
	border: none;
}

img {
	vertical-align: bottom;
}