/* ! reset.css */
@charset "utf-8";

html,body{width: 100%; height: 100%;}
html,body, h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
p,div,pre,form,fieldset,legend, input,button,
hr{margin: 0; padding: 0; border: 0;}



ul,ol,li{list-style: none;}
a{text-decoration: none; color: inherit;}
a:hover{color:#a00;}

button,input{background-color: #transparent; border: 0;}
/* html5 reset */
header,nav,aside,article,section,footer,main,figure{
  display: block; margin: 0; padding: 0;}

input[type="text"], input[type="password"]{text-indent:5px;}
button,input[type="submit"], input[type="reset"], input[type="button"]{
  background-color:transparent; cursor: pointer;}

