/* Clearfix
=================================*/
.tab:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.tab {
	display: inline-block;
}

/* Hide from Mac IE \*/
.tab {
	display: block;
}
* html .tab {
	height: 1%;
}
/* Hide from Mac IE */

/* =========================================
*  COMMON
* ========================================= */
div.sctble_mat {
	font-size: 93%;
}