  ﻿@charset "utf-8";


/* common tools */

/*br.clear {
	font-size: 1px;
	line-height: 100%;
	clear: both;
}*/

br.clear { content: ".";  
     clear: both;  
     display: block;  
     height: 0;  
     visibility: hidden;
	 line-height:0;
	 font-size:1px;
}