@charset "UTF-8";
/* line 3, ../scss/base.scss */
* {
  font-size: 100%;
  line-height: 1;
  list-style: none;
  background-repeat: no-repeat;
  max-height: 999999px;
  margin: 0;
  padding: 0;
}

/* line 14, ../scss/base.scss */
a {
  border: none;
  outline: none;
}

/* line 18, ../scss/base.scss */
img {
  vertical-align: bottom;
  border: none;
  outline: none;
}

/* line 24, ../scss/base.scss */
body {
  font-family: "メイリオ" , Meiryo , "游ゴシック" , "Yu Gothic" , "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  text-align: center;
  background-color: #FFF;
  -webkit-font-smoothing: subpixel-antialiased;
}

/****** Shanon_add ******/
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
