@charset "utf-8";

/* CSS Document */
html,
body,
div,
p,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
code,
del,
em,
img,
ins,
q,
s,
small,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
canvas,
footer,
header,
menu,
nav,
section,
audio,
video,
select,
input,
textarea,
input {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

input,
select,
textarea {
  outline: none;
  resize: none;
}

a,
area {
  blr: expression(this.onFocus=this.blur());
}

textarea {
  resize: none;
}

em,
i {
  font-style: normal;
}

img {
  vertical-align: top;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

input::-moz-focus-inner {
  border: none;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
  line-height: 0;
}

.auto {
  margin-left: auto;
  margin-right: auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hide {
  display: none;
}

.show {
  display: block;
}