@charset "utf-8";

/* ===============================================================
	RESET
=============================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}

body{
	line-height:1.0;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
}
ol, ul{
	list-style: none;
}
img{
	vertical-align:top;
	line-height:1em;
}
:focus{
	outline: 0;
}
a,a:hover{
	color: #0054a7;
	text-decoration: none;
}
table tr th{
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

/* -----------------------------
	GENERAL
----------------------------- */
.clearFix{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clear{
	zoom:1;
}
.clear:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}