@charset "shift_jis";

/**********************************************************************
/business/css/bcp.css

create 12/02/24
**********************************************************************/

/* ------------------------------------------------
bcparea
------------------------------------------------ */
.bcpArea {
	margin-top: 20px;
}
	.bcpArea ul {
		margin-top: 8px;
	}
		.bcpArea ul li {
			float: left;
		}


/* ------------------------------------------------
clearfix
------------------------------------------------ */
.bcpArea ul {
	/zoom:1;
}
.bcpArea ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}