@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

body {
	line-height: 1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	overflow: hidden;
}

q:before, q:after {
	content: '';
}

img, input, select {
	vertical-align: middle;
}

label {
	cursor: pointer;
}

option {
	padding-right: 1em;
}

.b {
	font-weight: bold !important;
}

.i {
	font-style: italic !important;
}

.u {
	text-decoration: underline !important;
}

.absolute {
	position: absolute !important;
}

.relative {
	position: relative !important;
}

.fixed {
	position: fixed !important;
}

.none {
	display: none !important;
}

.block {
	display: block !important;
}

.hidden {
	visibility: hidden !important;
}

.visible {
	visibility: visible !important;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.padding-none {
	padding: none !important;
}

.margin-none {
	margin: none !important;
}

.pointer {
	cursor: pointer !important;
}

.clearfix {
	min-height: 1%;
}

.clearfix:after {
	clear: both;
	height: 0.1px;
	visibility: hidden;
	line-height: 0.1em;
	display: block;
	content: ".";
}