@charset "UTF-8";
/* CSS Document */


/* all  
---------------------------------------------------------------------------- */	
.clear {	clear: both;	}
.hidden {	display: none;	}
.left {	float: left;	}
.right {	float: right;	}
.txt-center	{	text-align:center;	}
.txt-left	{	text-align:left;	}
.txt-right	{	text-align:right;	}

/*space*/
.space5	{	clear:both; height:5px; font-size:5px;	}
	
/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    clear: both; 
    visibility: hidden;
	height: 0;
	line-height: 0;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
