@charset "UTF-8";
/*----------------------------------------------------------------------

共通指定

----------------------------------------------------------------------*/
body {
  font-size: 14px;
  line-height: 1.5;
  color: #232323;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: 0.04em;
}

a {
  color: #910c13;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: 0;
}

/*----------------------------------------------------------------------

Layout

----------------------------------------------------------------------*/
footer {
  width: 100%;
  margin: 0 auto;
}

/*----------------------------------------------------------------------

footer

----------------------------------------------------------------------*/
footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 48px 16px;
  height: 620px;
  background: url(../img/top/bg_footer.jpg) center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
footer .ftr-logo {
  margin-bottom: 24px;
}
footer img {
  max-width: 80%;
  height: auto;
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.pagetop a {
  display: block;
}

/*----------------------------
other
----------------------------*/
.hide {
  display: none;
}

/*----------------------------
	[*] CSS Hack
----------------------------*/
/* clearfix */
.clearfix:after,
ul:after,
dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix,
ul,
dl {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix,
* html ul,
* html dl {
  height: 1%;
}

.clearfix,
ul,
dl {
  display: block;
}

/* End hide from IE-mac */
/*----------------------------
[*] CLEAR
----------------------------*/
.clear {
  clear: both;
}/*# sourceMappingURL=common.css.map */