@charset "UTF-8";
/* Reset */
* {
  box-sizing: border-box;
  margin: 0;
}

body {
  min-width: initial;
  color: #222222;
  font-size: 13px;
  font-family: "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  line-height: 1;
}

a {
  color: inherit;
  cursor: pointer;
  line-height: inherit;
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.8;
}

/* BLOCKTAG */
h1, h2, h3, h4, h5 {
  line-height: 1.25;
}

dt, dd, li, th, td, p {
  line-height: 1.75;
}

ol {
  padding: 0;
}

ul {
  padding: 0;
}
ul li {
  list-style-type: none;
  list-style-position: inside;
}

table {
  width: 100%;
}
table td {
  word-break: break-all;
}

address {
  font-style: normal;
}

/* INLINETAG */
img {
  max-width: 100%;
  vertical-align: bottom;
}

strong, em, i {
  font-style: normal;
}

/* for IE10,11 */
a, img {
  border: none;
}

main, article, section, nav, aside, header, footer {
  display: block;
}
