@charset "UTF-8";

/* style resset */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	border: none;
}

img {
	vertical-align: top;
}
  
h1, h2, h3, h4, h5, p, address {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  line-height: 100%;
}

html {
  overflow-x: scroll;
  overflow-y: scroll;
}
