@charset "UTF-8";
　
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/****************************************

    common

*****************************************/
html:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-right: 15px solid #fff;
  box-sizing: border-box;
  z-index: 1;
}
html:after {
  content: "";
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-left: 15px solid #fff;
  box-sizing: border-box;
  z-index: 1;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "YuGothic", "Yu Gothic", "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
  line-height: 1;
  width: 100%;
}
body:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  border-bottom: 15px solid #fff;
  box-sizing: border-box;
  z-index: 1;
}
body:after {
  content: "";
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-top: 15px solid #fff;
  box-sizing: border-box;
  z-index: 1;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: top;
}

li {
  list-style: none;
}

/****************************************

    header

*****************************************/
/****************************************

    content

*****************************************/
#scrollTop {
  text-align: center;
  width: 100%;
  background-color: #ccc;
}
#scrollTop span {
  line-height:1;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}

/****************************************

    footer

*****************************************/
.footer {
  width: 100%;
  height: 32px;
  padding-bottom: 15px;
  overflow: hidden;
  background: #fff;
}

.footer .foot-inr {
  position: relative;
}

.footer .foot-inr {
  *zoom: 1;
}

.footer .foot-inr:before, .footer .foot-inr:after {
  content: "";
  display: table;
}

.footer .foot-inr:after {
  clear: both;
}

.footer .logo-footer {
  float: left;
  position: relative;
  top: 6px;
  width: 93px;
  height: 20px;
  margin-left: 40px;
  margin-right: 40px;
}

.footer .logo-footer img {
  width: 93px;
  height: 20px;
}

.footer .foot-nav {
  line-height: 32px;
}

.footer .foot-nav .list {
  *zoom: 1;
}

.footer .foot-nav .list:before, .footer .foot-nav .list:after {
  content: "";
  display: table;
}

.footer .foot-nav .list:after {
  clear: both;
}

.footer .foot-nav .list__item {
  float: left;
  margin-right: 20px;
  font-size: 10px;
}

.footer .foot-nav .list__item a {
  color: #333;
  text-decoration: none;
}

.footer .foot-copy {
  position: absolute;
  right: 120px;
  top: 0;
  color: #333;
  font-size: 10px;
  line-height: 32px;
}

.footer .foot-sns {
  position: absolute;
  right: 40px;
  top: 0;
}

.footer .foot-sns .list__item {
  display: inline-block;
  margin-left: 10px;
  padding-top: 8px;
}

.footer .foot-sns .list__item img {
  width: 15px;
  height: 15px;
}
