@charset "UTF-8";

body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd { margin: 0; padding: 0;}
ul,ol { list-style: none}
img { border: none; vertical-align: middle;}
a { text-decoration: none;}
em,i { font-style: normal;}
a,input,button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    outline: none;
}
input[type="button"],input[type="submit"] {border: none;}



.clearfix:after { content: ""; display: block; clear: both;}
.clearfix { zoom: 1;}
.fl { float: left;}
.fr { float: right;}