@charset "utf-8";

/**********************************************************/
/* エントリー CSS normalize */
/**********************************************************/
#entry .entry html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

#entry .entry body {
  margin: 0;
}

#entry .entry main {
  display: block;
}

#entry .entry h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

#entry .entry hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

#entry .entry pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

#entry .entry a {
  background-color: transparent;
}

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

#entry .entry b,
#entry .entry strong {
  font-weight: bolder;
}

#entry .entry code,
#entry .entry kbd,
#entry .entry samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

#entry .entry small {
  font-size: 80%;
}

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

#entry .entry sub {
  bottom: -0.25em;
}

#entry .entry sup {
  top: -0.5em;
}

#entry .entry img {
  border-style: none;
}

#entry .entry button,
#entry .entry input,
#entry .entry optgroup,
#entry .entry select,
#entry .entry textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

#entry .entry button,
#entry .entry input {
  overflow: visible;
}

#entry .entry button,
#entry .entry select {
  text-transform: none;
}

#entry .entry button,
#entry .entry [type=button],
#entry .entry [type=reset],
#entry .entry [type=submit] {
  -webkit-appearance: button;
}

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

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

#entry .entry fieldset {
  padding: 0.35em 0.75em 0.625em;
}

#entry .entry legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal;
}

#entry .entry progress {
  vertical-align: baseline;
}

#entry .entry textarea {
  overflow: auto;
}

#entry .entry [type=checkbox],
#entry .entry [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

#entry .entry [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

#entry .entry [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

#entry .entry details {
  display: block;
}

#entry .entry summary {
  display: list-item;
}

#entry .entry template {
  display: none;
}

#entry .entry [hidden] {
  display: none;
}

#entry .entry p {
  margin-top: 1em;
  margin-bottom: 1em;
}

#entry .entry td {
  padding: 1em;
}
