body {
    margin: 0;
    line-height: 1;
    font-family: "メイリオ", sans-serif;
    font-size: 12.8px;
}

p,
dl,
dd {
    margin: 0;
}

ul,
ol,
button {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333;
}

em,
i {
    font-style: normal;
}

strong,
b {
    font-weight: bold;
}

img {
    vertical-align: middle;
    border: none;
}

table {
    border-collapse: collapse;
}

th,
td {
    padding: 0;
}

th {
    font-weight: normal;
}

td {
    vertical-align: top;
}

input {
    margin: 0;
    padding: 0;
    border: 1px;
    outline: none;
}

input,
textarea,
select,
button {
    font-size: inherit;
}

textarea {
    resize: none;
    overflow: auto;
}

.clearflx {
    *zoom: 1;
}

.clearflx:after {
    content: "";
    display: block;
    clear: both;
}
