@charset "utf-8";
/* CSS Document */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


*{
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img{
-webkit-backface-visibility: hidden;
}
