@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

body {
  font-family: Meiryo, メイリオ, 'ＭＳ Ｐゴシック', sans-serif;
  height: 100%; }

html, body, .wrap {
  height: 100%; }

.wrap {
  height: auto;
  min-height: 100%; }

/*.main { padding-bottom:92px; }*/
img {
  border: none; }

ul, li {
  list-style: none; }

body, ul, li, div {
  margin: 0;
  padding: 0; }

a {
  list-style: none; }

a:link {
  text-decoration: none;
  /* 指正常的未被访问过的链接*/ }

a:visited {
  text-decoration: none;
  /*指已经访问过的链接*/ }

a:hover {
  text-decoration: none;
  /*指鼠标在链接*/ }

a:active {
  text-decoration: none;
  /* 指正在点的链接*/ }

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden; }

.clearfix {
  zoom: 1; }

.hide {
  display: none; }

/*# sourceMappingURL=base.css.map */
