@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi .company a {
	color: #00A943;
}

#gNavi .company > a:before {
	margin-left: -60px;
	width: 120px;
	height: 3px;
	position: absolute;
	background-color: #00A943;
	bottom: 0;
	left: 50%;
	content: " ";
}

#gNavi .company .comNavBox {
	display: block;
}

#gNavi .comNavBox .subNavi .history a {
	color: #40ae5d;
}

#main .company .comNavBox {
	background-color: #1E1E1E;
}

#main .comNavBox .subNavi .history a {
	color: #40ae5d;
}

#main .historyBox {
	padding-bottom: 181px;
}

#main .historyBox .content .mainBox {
	background-color: #FFF;
}

#main .historyBox dl {
	margin: 0 auto;
	width: 840px;
	font-size: 14px;
	line-height: 3.65;
}

#main .historyBox dt {
	color: #00a943;
	float: left;
}

#main .historyBox dd {
	padding-left: 10.75em;
	border-bottom: 1px solid #E6E6E6;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi .company a {
		color: #171a1d;
	}
	
	#gNavi .company > a:before {
		display: none;
	}
	
	#main .comNavBox .subNavi .history a:hover {
		color: #40ae5d;
	}
	
	#main .historyBox {
		padding-bottom: 30px;
	}
	
	#main .historyBox .headLine01 {
		margin-bottom: 18px;
	}
		
	#main .historyBox dl {
		margin: 0 20px;
		width: auto;
		font-size: 10px;
		line-height: 1.7;
	}
	
	#main .historyBox dt {
		float: none;
	}
	
	#main .historyBox dd {
		margin-bottom: 8px;
		padding: 0 0 9px;
	}
	
	#main .historyBox dd:last-child {
		margin-bottom: 0;
		border-bottom: none;
	}
}