@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------------

////////////////　BASE

--------------------------------------------------------------------*/
* {
  border: none;
  font: inherit;
  outline: none;
  vertical-align: bottom;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
em,
img,
a,
table,
tr,
th,
td,
article,
header,
footer,
aside,
figure,
figcaption,
nav,
section,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section,
picture {
  display: block;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}
