@charset "UTF-8";

@font-face{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
html,body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,table,th,td,form {
  margin : 0;
  padding : 0;
  font-style : normal;
  font-weight : normal;
  line-height : 1.5;
}
/*
html,body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,table,tr,th,td,form{
  padding: 0;
  margin: 0;
  font-size: 1em;
  font-style:normal;
  line-height : 1;
}
*/

/* font size */
html{
}

body {
}

/* border padding 計算しやすいように */
*,*::before,*::after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing   : border-box;
  box-sizing        : border-box;
}

ul {
  list-style-type: none;
}

/*floatの解除ここから*/
.clearfix: after{
  display: block;
  clear: both;
  content: "";
}

.clearfix{
  *zoom   : 1;
}

.clearfix {
  min-height: 1px; /*IE6、7対策*/
}


/*floatの解除ここまで*/
