@charset "utf-8";


/* information category style
---------------------------------------------------------- */
#information .categoryTitle {
	height: 90px;
	padding: 0;
	background: #efefef url(/common/images/other_bg01.jpg) no-repeat 0 50%;
}


/* 	Clearfix Property
---------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0; 
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}
