@charset "UTF-8";
/*--------------------------------------------
		reset
---------------------------------------------*/
@-ms-viewport {
  width: auto !important;
}

* {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  /*-ms-overflow-style: -ms-autohiding-scrollbar;*/
  /* Edge 12+, Internet Explorer 11- */
  width: 100%;
  min-height: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  width: 100%;
  min-height: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
  /* font-size 1.5rem = 15px */
  line-height: 1.7;
  position: relative;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio, canvas, iframe, svg, video {
  vertical-align: middle;
}

hr {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

button, input, select, textarea {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-align: center;
}

input,
select {
  vertical-align: middle;
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
  resize: vertical;
}

select {
  text-align: left;
}

input {
  -webkit-border-radius: 0;
  /* iOS 8+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 12px;
  font-size: 1.2rem;
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

img, x:-moz-any-link, x:default {
  box-shadow: 0 0 0 #000;
}

img {
  vertical-align: bottom;
}

a,
img {
  border: 0;
  outline: 0;
}

a:link,
a:visited,
a:active,
a:hover {
  overflow: hidden;
  outline: none;
}

ol,
ul {
  list-style: none;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

noscript {
  font-size: 90%;
  line-height: 1.2;
  color: #444;
}
