@charset "UTF-8";
.company {
	border-collapse:separate;
	border-spacing:5px;
}
.company th {
	width:90px;
	text-align:center;
	padding:5px 0;
	color:#fff;
	background-color:#4c4d47;
}
.company td {
	padding:5px;
	width:590px;
	background-color:#e0f1ba;
}

#History {
	font-size:12px;
	margin-bottom:40px;
	line-height:1.8em;
}
#History th {
	border-right:solid 1px #333;
	border-bottom:solid 1px #333;
	padding:10px 0;
	width:70px;
	text-align:center;
}
#History td {
	padding:10px;
	width:275px;
	position:relative;
}
#History td span {
	color:#0a7a4a;
	font-weight:bold;
	position:relative;
}
#History td span:before {
	content:"";
	display:block;
	width:12px;
	height:12px;
	border-radius:6px;
	background-color:#8ecb42;
	position:absolute;
	top:2px;
	left:-16px;
}
#History li {
	list-style-type:square;
	margin-left:20px;
	margin-bottom:5px;
}
#History .cell01:after {
	content:"";
	display:block;
	width:285px;
	height:1px;
	background-color:#333;
	position:absolute;
	bottom:-1px;
	left:0;
}

#History .cell02 {
	border-left:dashed 1px #999;
}
#History .cell02:after {
	content:"";
	display:block;
	width:275px;
	height:1px;
	background-color:#333;
	position:absolute;
	bottom:-1px;
	left:10px;
}

#History .cell03 {
	border-left:dashed 1px #999;
}
#History .cell03:after {
	content:"";
	display:block;
	width:275px;
	height:1px;
	background-color:#333;
	position:absolute;
	bottom:-1px;
	left:10px;
}
#History .bbn {
	border-bottom:none;
}
#History .bbn:after {
	content:none;
}