* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul{
  padding: 0 !important;
  margin: 0 !important;
}
/*Edgeハック*/
ul { list-style-image: url(data:0); }
ul { list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }
ul { list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=); }
/**/
li {
  list-style-type: none;
}
h1,h2,h3,h4,h5,h6,p,.h1,.h2,.h3,.h4,.h5{
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 400 !important;
}
h1,h2,h3,h4,h5,h6,p,.h1,.h2,.h3,.h4,.h5,li,td,th{
	line-height: 1.6em !important;
}
p{
    line-height: 1.7em !important;
    margin:0 !important;
    padding:0 !important;
}
img{
  border:0;
}
figure{
  margin:0;
  padding:0;
}
