@charset "UTF-8";
/* リセット */
body, div, p, form, input, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, address {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

img {
  border: 0;
}

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

body {
  font-family: 'Helvetica Neue',Arial,Noto Sans Japanese, 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN W3', '游ゴシック Medium' , '游ゴシック体', 'Yu Gothic', YuGothic, Meiryo, メイリオ, sans-serif;
  font-size: 62.5%;
}

input[type="text"], input[type="password"],
textarea, select {
  outline: none;
}

a {
  color: #000000;
}

/*a:visited{color: #000000;}*/
/*a:hover{color: #000000;}*/
/*a:active{color: #000000;}*/
i {
  font-style: normal;
}

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clear {
  height: 1%;
}

.clear {
  display: block;
}

/* End hide from IE-mac */
input[type="text"] {
  line-height: 1.5\9;
}

/*# sourceMappingURL=reset.css.map */
