@charset "utf-8";
 body, div, h1,
h2,
h3,
h4,
h5,
h6, dl,
dt,
dd,
ul,
ol,
li, p,
blockquote,
pre,
cite,
code,
caption,
hr, form,
fieldset,
legend,
input,
textarea,
select,
option,
label
{
margin: 0;
padding: 0;
}
img { border: 0px;
margin: 0;
padding: 0; vertical-align: bottom;
line-height: 0;
}
html {
overflow-y: scroll;
margin-bottom: 1px;
height: 100%;
}
html * {
box-sizing: border-box;
font-feature-settings: "palt";
font-style: normal;
text-align: left;
}
div {
text-align: left;
} h1,
h2,
h3,
h4,
h5,
h6 {
text-align: left;
font-weight: normal;
}
ul,
ol {
list-style: none;
}
li {
list-style-position: outside;
}
li {
list-style-position: outside;
}
table {
border-collapse: collapse;
}  th,
td {
padding: 0;
text-align: left;
vertical-align: top;
font-weight: normal;
} object,
embed {
vertical-align: top;
}
img {
width: 100%; -webkit-backface-visibility: hidden;
image-rendering: -webkit-optimize-contrast;
} input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="submit"],
input[type="password"],
select,
textarea {
-webkit-appearance: none;
}
textarea {
resize: vertical;
} a[href*="tel:"] {
cursor: default;
pointer-events: none;
text-decoration: none;
}
@media only screen and (max-width:640px) {
a[href*="tel:"] {
pointer-events: auto;
}
} .clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix {
zoom: 1;
} *:first-child + html .clearfix {
zoom: 1;
} article,
main,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
body {
-webkit-text-size-adjust: none; }