
/* ----------------------------
     reset
---------------------------- */

html {
  font-size: 62.5%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
address {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-family: inherit;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

input,
textarea {
  font-family: inherit;
  font-size: inherit;
}

table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
  font-family: inherit;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

object,
embed {
  vertical-align: top;
}

img {
  vertical-align: bottom;
  line-height: 0;
}

hr,
legend {
  display: none;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

textarea {
  resize: none;
  /* for Safari */
}

:focus {
  /* for Safari */
  outline: 0;
}

/* ----------------------------
     ClearFix
---------------------------- */
.clrFix:after,
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0px;
}




