@charset "utf-8";
/*
IGS Webteam Reset CSS
Based on YUI and Eric Meyer and Normalize
create: 20141009 | update: 201401027
*/
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, button, p, blockquote, th, td, hr {margin:0;padding:0}
a{background: transparent;}
a:active, a:hover { outline: 0;}
table {	border-collapse:collapse;border-spacing:0}
fieldset, img {border:0}
address, cite, code, dfn, em, var {	font-weight:normal}
li{	list-style:none}
h1, h2, h3, h4, h5, h6 {font-size:100%;}
q:before, q:after {	content:''}
abbr[title] {border-bottom: 1px dotted;	cursor: pointer;}
input, textarea, select {*font-size:100%}
legend {color:#000}
hr{border:none;height:1px;}
.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}