@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* reset.css
--------------------------------------------------------- */
html {
  min-height: 100%;
}

body {
  font-size: 13px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}

* {
  outline: none;
}

/* 見出しタグ */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  text-align: left;
}

/* リストタグ */
dl, dt, dd, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  text-align: left;
}

/* テーブルタグ */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}

th, td {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

/* イメージタグ */
img {
  border: 0;
  display: block;
}

/* フォームタグ */
form, input, textarea {
  margin: 0;
  padding: 0;
  text-align: left;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

/* ストロングタグ */
strong {
  font-style: normal;
  font-weight: bold;
}

/* 上付け、下付け */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

/* よく使うタグ */
body, div, p {
  margin: 0;
  padding: 0;
  text-align: left;
}

p {
  font-weight: normal;
}

/* アンカータグ */
a {
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link {
  color: inherit;
  text-decoration: underline;
}

a:visited {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:active {
  color: inherit;
  text-decoration: none;
}

abbr, article, aside, audio, bb, canvas, datagrid, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video {
  display: block;
}

/**************************************************/
