@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
thead,
aside,
canvas,
details,
figcaption,
figure,
hgroup,
menu,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: lighter;
  vertical-align: bottom;
  /*background:transparent;*/
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}


/*--clearfix--*/

.clearfix {
  zoom: 100%;
}

.clearfix:after {
  display: block;
  clear: both;
  content: ".";
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}


/*\*/

*html .clearfix {
  height: 1px;
}

.clearfix {
  display: block;
}

/**/

