@charset "utf-8";
 article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
display: block;
} html {
font-size: 62.5%;
font: 10px;
}
body {
line-height: 1.6;
color: #000;
-webkit-text-size-adjust: 100%;
}
body,
input,
textarea,
select,
button { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", "Meiryo UI", "新ゴ Pro", "Avenir", "Helvetica Neue", "Verdana", "Helvetica", "Arial", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
button,
figure,
figcaption {
margin: 0;
padding: 0;
}
input,
textarea {
margin: 0;
font-size: 100%;
}
input,
textarea,
select { }
textarea {
resize: none;
}
button {
border: none;
overflow: visible;
background: none;
vertical-align: top;
font-size: 100%;
color: inherit;
cursor: pointer;
-webkit-appearance: none;
}
label {
cursor: pointer;
}
table {
border-collapse: collapse;
border-spacing: 0;
font-size: 100%;
}
fieldset,
img {
border: 0;
}
img {
width: 100%;
height: auto;
vertical-align: top;
}
address,
caption,
code,
em,
th {
font-style: normal;
font-weight: normal;
}
ol,
ul {
list-style: none;
}
caption,
th {
text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
em {
font-size: 100%;
font-weight: normal;
}
a,
input { }
sup,
sub {
font-size: 63%;
}
sup {
vertical-align: top;
}
sub {
vertical-align: baseline;
}
* {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
} a {
color: #0051A4;
text-decoration: none;
}
a:visited {}
a:hover,
a:active,
a:focus {
text-decoration: none;
} .clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
display: inline-block;
}