@charset "UTF-8";
/* リセット処理 */
hr {
  border: none; }

body, header, footer {
  margin: 0;
  padding: 0; }

ul, ol {
  margin: 0;
  padding: 0 0 0 1.5em; }

li {
  margin: 0;
  padding: 0 0 0.4em 0; }

body {
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.7em;
  font-family: Yu Gothic,YuGothic,sans-serif; }

a {
  text-decoration: none;
  color: #0552aa; }
  a:hover {
    color: #337ab7;
    text-decoration: underline; }

h1 {
  font-size: 1.5em;
  line-height: 1.5em; }

h2 {
  border-top: 1px solid #ccc;
  padding: 1em 0 0.5em 0;
  font-size: 1.2em; }

/* サイトヘッダーのスタイル */
header.siteHeader {
  text-align: center; }

/* サイトフッターのスタイル */
footer.siteFooter {
  margin-top: 80px;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  color: #888;
  border-top: 1px solid #ccc; }
  footer.siteFooter .siteMap {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin: 0 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    footer.siteFooter .siteMap li {
      margin: 0;
      padding: 8px 10px 8px 0; }
      footer.siteFooter .siteMap li a {
        color: #888;
        font-weight: bold; }
        footer.siteFooter .siteMap li a:hover {
          color: #aaa; }
  footer.siteFooter .copyright {
    font-size: 12px; }

#contents {
  padding: 0 16px; }

/* contents内のデザイン */
@media screen and (min-width: 700px) {
  #contents {
    max-width: 620px;
    margin: 0 auto; } }

/*# sourceMappingURL=main.css.map */
