@charset "utf-8";
* {
  word-break: break-all;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body {
  font-family: 'メイリオ',Meiryo,Osaka,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',MS PGothic,sans-serif;
  font-size: 16px;
  font-size: 1.6rem;  
  /* sets the default sizing to make sure nothing is actually 10px */
  line-height:120%;
}
img{
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

/* clear
---------------------------------------------------- */
.clear{
  clear: both;
}

.cfix {width:100%;}
.cfix:after{
  content: "";
  clear: both;
  display: block;
}
