﻿@charset "UTF-8";

/* --------------------------------------------------------------------
  common　共通エレメント
-------------------------------------------------------------------- */
body {
  margin: 0;
  color: #404040;
  text-align: center;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 150%;
  background: #fff;
}

ol li {
  margin-left: 2em;
  list-style: decimal;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}

label {
  margin: 0 20px 0 5px;
}

a:link {
  color: #4cae8d;
  text-decoration: none;
}

a:visited {
  color: #4cae8d;
  text-decoration: none;
}

a:active {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
