a,
article,
aside,
body,
button,
dd,
details,
div,
dl,
dt,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
img,
input,
li,
menu,
nav,
ol,
p,
section,
select,
span,
table,
tbody,
td,
textarea,
th,
tr,
ul {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
}

a {
  color: #333;
  text-decoration: none;
}

ol,
ul,
li {
  list-style: none;
}

img {
  border: 0;
  display: block;
  height: auto;
}

.clear_fix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
