@charset "utf-8";

/*---------------------------------------------

---------------------------------------------*/

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

/*Hides from IE-mac\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/*End hide from IE-mac*/


/*	#navi
---------------------------------------------*/
#navi:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#navi {
	display: inline-block;
}

/*Hides from IE-mac\*/
* html #navi { height: 1%; }
#navi { display: block; }
/*End hide from IE-mac*/


/*	#content_profile
---------------------------------------------*/
#content_profile:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content_profile {
	display: inline-block;
}

/*Hides from IE-mac\*/
* html #content_profile { height: 1%; }
#content_profile { display: block; }
/*End hide from IE-mac*/


/*	#content_gallery .galleryBox
---------------------------------------------*/
#content_gallery .galleryBox:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content_gallery .galleryBox {
	display: inline-block;
}

/*Hides from IE-mac\*/
* html #content_gallery .galleryBox { height: 1%; }
#content_gallery .galleryBox { display: block; }
/*End hide from IE-mac*/



