@charset "UTF-8";

/*CSS Document*/
ul,li{
  list-style-type: none;
}

/*clear fixed*/
.group:before,
.group:after{
  content: "";
  display: table;
}
.group:after{
  clear:both;
}
.group{
  zoom:1;
}
