@charset "UTF-8";

/* base.css */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, srticle, aside, footer, figure, figcaption, nav{
  margin:0;
  padding:0;
}
body{
 font-size:12px;
  -webkit-text-size-adjust: none
}

header, hgroup, section, srticle, aside, footer, figure, figcaption, nav{
  display:block;
}
img{
  border:0;
  vertical-align: bottom;
}
ul, ol{
  list-style:none;
}
table{
  border-spacing:0;
  empty-cells:show;
}
      

