@charset "UTF-8";
/*===================================================
全ページ　PC・SP共通
====================================================*/
/* 汎用
------------------------------------------------------*/
.clearfix:before, .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

html {
  background: #f9f9f9;
  color: #4b4b4b;
  width: 100%;
}

body {
  width: 100%;
  font-family: Avenir , "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: #00a5db;
  text-decoration: none;
}

a:hover {
  color: #45d1ff;
}
