@charset 'utf-8';

/* リセット
=========================================================
========================================================= */
html,body,h1,h2,h3,h4,h5,h6,
section,article,menu,pre,code,figure,ul,li,dd,dt,button,
div,p,span,a,small,img{
  margin:0;padding:0;border:0;outline: 0;
}
a:link{
  text-decoration: none;
  color:#449;
}
a:visited{
  color:#449;
}
li{
  list-style-type:none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  appearance: textfield !important;
  margin: 0 !important;
}


