@charset "utf-8";
/* CSS Document */

html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

/*h1,h2,h3,h5,h6,div,p,ld,dt,dd,ul,li,span{
	margin: 0;
	padding: 0;
}*/

*{
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}