@charset "utf-8";

/* ****************************************************
  Unique styles
***************************************************** */

/* Company category
=========================================*/
#company .bcp-layout {
	clear: both;
	width: 476px;
	margin: 15px auto 0;
	padding-bottom: 55px;
	background: url(../../../company/images/bcp_il01.gif) no-repeat bottom;
}
#company .bcp-layout ul li {
	float: left;
	position: relative;
}
#company .bcp-layout ul li .detail {
	position: absolute;
	top: 66px;
	left: 14px;
}

/* Clear fix
=========================================*/
#company .bcp-layout ul:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

#company .bcp-layout ul {
	min-height: 1px;
}

/* for IE6 */
* html #company .bcp-layout ul {
	height: 1px;
}

/* for IE7 */
*:first-child+html #company .bcp-layout ul {
	zoom: 1;
}