@charset "utf-8";


/* RESET */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

main p,
main table,
main blockquote,
main address,
main pre,
main iframe,
main form,
main figure,
main dl {
  margin: 0;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

main ul,
main ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

main dt {
  font-weight: bold;
}

main dd {
  margin-left: 0;
}

main hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border: 0;
  border-top: 1px solid;
}

main pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

main address {
  font-style: inherit;
}

main a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

main abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}

main b {
  font-weight: bolder;
}

main code,
main kbd,
main samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

main small {
  font-size: 80%;
}

main sub,
main sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

main sub {
  bottom: -0.25em;
}

main sup {
  top: -0.5em;
}

main img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

main embed,
main object,
main iframe {
  vertical-align: bottom;
  border: 0;
}

main button,
main input,
main optgroup,
main select,
main textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  vertical-align: middle;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
}

main [type='checkbox'] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

main [type='radio'] {
  -webkit-appearance: radio;
  appearance: radio;
}

main button,
main input {
  overflow: visible;
}

main button,
main select {
  text-transform: none;
}

main button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

main button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default;
}

main button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

main button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

main fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

main legend {
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

main progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

i,
em {
  font-style: normal;
}

*:focus {
  outline: 0;
}

* {
  padding: 0;
  margin: 0;
}

/* padding,border内側設定 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 */
article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
  display: block;
}