﻿@charset "utf-8";


.cover2:after,
dl:after,
ul:after,
.fix:after,
.cover:after{
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0; 
}


.cover2,
dl,
ul,
.fix,
.cover{
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE-mac\*/

*html .cover2,
*html dl,
*html ul,
*html .fix,
*html .cover{
	height: 1%;
}


.cover2,
dl,
ul,
.fix,
.cover{
	display: block;
}
/*End hide from IE-mac */