@charset "utf-8";

*{
  padding: 0;
  margin: 0;
  font-style: normal;
  box-sizing: border-box;
}
input,select,textarea{
  font-family: inherit;
}
h1,h2,h3,h4,h5,h6,th,input,select,textarea{
  font-size: inherit;
  font-weight: normal;
}
input[type=checkbox],input[type=radio],input[type=button],input[type=submit],label{
  cursor: pointer;
}
li{
  /* list-style-type: none; */
}
a{
  outline: none;
  text-decoration: none;
}