@charset "utf-8";
/* CSS Document */

/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);*/

/* =================================================
 * reset
 * ================================================*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img,
dl, dt, dd, ol, ul, li, form, label, table, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  outline: none;
}

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

ul, ol {
	list-style: none;
}

/* =================================================
 * common
 * ================================================*/

body {
  /*font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;*/
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #111;
  background-color: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  /*text-decoration: none;*/
  transition:all ease-in-out 0.15s;
  color: #1a0dab;
  }
a:hover, a:hover img {
  opacity: 0.8;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
p{
  color: #111;
  padding: 0.25em 0 1em 0;
}
h1{
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0 10px;
}
h3,h4,h5,h6{
  letter-spacing: 0.05em;
}
code, pre {
  white-space: pre-wrap;
}
