@charset "utf-8";
a,
input,
button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
p {
    padding: 0;
    margin: 0;
}
input,
button {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
}
body {
    margin: 0;
}
body * {

    font-family: Helvetica;
}

html,
body {

    width: 100%;
    height: 100%;
}

body {
    -webkit-text-size-adjust: 100%;
}
h1, h2{
    margin: 0;
}
a {
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
li {
  list-style: none;
}
img {
    border: none;
    vertical-align: top;
}


table ,table td, table th {
    border: 1px solid #ededed;
    border-collapse: collapse
}

table td {
    padding: .1rem;
}

table th {
    padding: .1rem;
}

button{
    padding: 0;
    outline:none;
}

.clearfix::before {


}
.clearfix:after {
    display: block;
    content: '';
    clear: both;
}
