@charset "utf-8";

/*
***************************************************************************************************
	事業部構成リスト
***************************************************************************************************
*/
.compositionList
{
	padding				: 0 0 0 15px;
}

.compositionList li
{
	min-height			: 40px;
	height				: auto !important;
	height				: 40px;
}

.compositionList li .jobBox
{
	background-image	: url(../../image/icon/iconLine00.gif);
	background-repeat	: no-repeat;
	background-position	: left center;
	margin-left			: 22px;
	padding				: 5px;
	/padding-left		: 28px;
	border-left			: 2px solid #656664;
}

.compositionList li .jobBox ul
{
	width				: 473px;
	margin				: 0 0 15px 25px;
	/margin-bottom		: 0px;
	padding				: 10px;
	border				: 1px solid #ccc;
}

.compositionList li .jobBox ul li
{
	min-height			: 1em;
	height				: auto !important;
	height				: 1em;
	font-size			: 0.9em;
	margin-bottom		: 5px;
}

#eighthSystem .jobBox
{
	margin-bottom		: 20px;
}




