﻿@charset "utf-8";

/* Zbg */

html {
	overflow-y: scroll;
	}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote {
	margin: 0;
	padding: 0;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	font-style: normal;
	}
fieldset,img,abbr {
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
	}
th,td {
	margin: 0;
	padding: 0;
	text-align: left;
	}
caption,th {
	text-align: left;
	margin: auto;
	}
object,embed {
	vertical-align: top;
	}
img {
	vertical-align: bottom;
	}
.left {
	float: left;
	display: inline;
	}
.right {
	float: right;
	display: inline;
	}
ul, ol, li {
	list-style: none;
	}

/* ---------------------------------------------------------------------------
    clearfix
--------------------------------------------------------------------------- */
.clearfix:after {
  content: ".";  /* Vvf */
  display: block;  /* ubNxvf */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
