@charset "UTF-8";

/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, p, pre, form, fieldset, input, textarea, blockquote, th, td {
	margin:0;
	padding:0;
}

img, a img {
	vertical-align:bottom;
	border:none;
}

a {
	outline:none;
	text-decoration:none;
}

a:link{
	color:#FFF;
}

a:visited{
	color:#FFF;
}

a:hover {
	text-decoration: none;
}


:focus { outline: 0;
}

ol, ul {
	list-style: none;
}

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

caption, th, td {
	font-weight: normal;
	text-align: left;
}


h1,h2,h3,h4,h5,h6,em,strong,pre,address {
	font-style: normal;
	font-weight: normal;
}


.fl {
	float:left;
}

.fr {
	float:right;
}

.cl{clear:both;}

/* ------------clearfix------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;/*¥*//*/
height: auto;
overflow: hidden;
/**/
}

