@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;
}
a:hover {
  transition: 0.3s ease-in-out;
}
.clear {
  clear: both;
}

/*コンテンツ幅設定*/
/*レスポンシブ設定*/
body {
  padding: 0;
  margin: 0 auto;
  border: 0 none;
}
.floatright {
  float: right;
}

.floatleft {
  float: left;
}

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

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


h1,h2,h3,h4,strong,div,span,p,ul,li {
  margin: 0;
  padding: 0;
  line-height: 1em;
}