/*---------------------------------------------
 reset
---------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  font-variant: normal;
  border: 0;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  border: none;
  background: transparent;
}

a img,
a:hover img,
a:active img {
  border: none;
  background: transparent;
}

li {
  list-style: none;
}

img {
  vertical-align: middle;
  border: none;
  background: transparent;
}

/*---------------------------------------------
 custom
---------------------------------------------*/
html,
body {
  font-size: 16px;
  width: 100%;
  height: 100%;
  color: #404040;
}

a {
  text-decoration: none;
  color: #3f6974;
}

a:hover,
a:active {
  opacity: .5;

  filter: alpha(opacity=50);
}
