@charset "UTF-8";
/*設定読み込み
-------------------------------*/
/*共通
-------------------------------*/
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/ /*MAC IE5*/
  height: auto;
  overflow: hidden;
  /**/
}

a {
  text-decoration: none;
  color: #646464;
}

a:hover {
  transition: 0.2s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

/*コンテンツ幅設定*/
/*レスポンシブ設定*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 57%;
  }
}

body {
  padding: 0;
  margin: 0 auto;
  border: 0 none;
  color: #646464;
  font-size: 1.4rem;
}

.right {
  float: right;
}

.left {
  float: left;
}

.pc-zone {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-zone {
    display: none;
  }
}

.sp-zone {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-zone {
    display: block;
  }
}/*# sourceMappingURL=setting.css.map */