/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */
html {
  line-height: 1.15; /* すべてのブラウザで行の高さを修正 */
  -webkit-text-size-adjust: 100%; /* iOSの向き変更後のフォントサイズの調整を防止 */
  -ms-text-size-adjust:100%;
  -webkit-tap-highlight-color:rgba(0,0,0,0); /* tap highlight colorが親要素を含んでしまう問題を修正(Android,iOS) */
}


/* Sections
   ========================================================================== */
hgroup,details,figcaption,figure,
header,nav,main,article,section,aside,footer { display:block; } /*  width: 100%; */


/* Grouping content
   ========================================================================== */
hr { overflow: visible; }
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  white-space:pre;
  white-space:pre-wrap;
  word-wrap:break-word;
}

/* Text-level semantics
   ========================================================================== */
/* IE10のアクティブなリンクの灰色の背景を削除 */
a { background-color: transparent; }
/* outlineの表示不具合修正(Chrome) */
a:focus { outline:thin dotted; }
/* フォーカス時、マウスホバー時の読みやすさを改善 */
a:hover,a:active { outline:0; }

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* line-heightに影響する問題を防ぐ */
sub,sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline; }
sup { top:-0.5em; }
sub { bottom:-0.25em; }


/* Forms
   ========================================================================== */
button,input,select,textarea {
  font:inherit; /* font-sizeが継承されない問題を修正 */
  margin:0; /* marginの差異を修正 */
  vertical-align:baseline; /* 外観と一貫性を改善 */
}

textarea {
  overflow: auto;
  vertical-align: top;
}

[type="checkbox"],
[type="radio"] { padding: 0; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button { height: auto; }

button,input { overflow: visible; }

button,
select { text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* padding及びborderの表示問題を修正 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

legend {
  color: inherit; /* IEの色継承を修正 */
  display: table; /* EdgeとIEのテキストの折り返しを修正 */
  max-width: 100%; /* EdgeとIEのテキストの折り返しを修正 */
  white-space: normal; /* EdgeとIEのテキストの折り返しを修正 */
}
progress { vertical-align: baseline; }


/* Interactive
   ========================================================================== */
details { display: block; }
summary { display: list-item; }


/* Misc
   ========================================================================== */
template { display: none; }
[hidden] { display: none; }


/* =============================================================================
  add
============================================================================= */
*,
*::before,
*::after { box-sizing: border-box; }

img { vertical-align: bottom; }

html,body,article,aside,details,figcaption,figure,legend,
header,hgroup,nav,article,section,footer,
h1,h2,h3,h4,h5,h6,p,img {
  margin:0; padding:0; border:0;
}

h1,h2,h3,h4,h5,h6 { font-size: 100%; }
