@charset "utf-8";
/* CSS Document */
/*公用部分*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
form,
img,
dl,
dt,
dd,
table,
th,
td,
blockquote,
fieldset,
div,
strong,
label,
em,
a,
span,
input,
textarea {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    font-size: 62.5%;
    color: #434343;
    outline: none;
    width: 100%;
    height: 100%;
}

ul li,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #434343;
    tap-highlight-color: rgba(240, 240, 240, 0);
    -webkit-tap-highlight-color: rgba(240, 240, 240, 0);
}

em,
i {
    font-style: normal;
}

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

input,
textarea {
    outline: none;
}

.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    content: "";
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left
}

.fr {
    float: right;
}

img {
    width: 100%;
}

.container {
    width: 100%;
    height: 100%;
}