@charset "utf-8";

/* CSS Information ==============================
clearfix.css
============================================== */
#staff_profile:after,
.anchor_detail_gallery_ul:after,
.anchor_h3_detail_sec:after,
.anchor_h3_sec:after,
#information_ul li:after,
#address:after,
#top_content_inner:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear { clear: both;}
