/* ===========================================
 * history use css
=========================================== */
#history{
	padding: 60px 0;
}
#historyInner{
}
#historyInner_table{
	width: 1100px;
}
#historyInner_table table{
	width: 1100px;
	border-collapse: collapse;
}
#historyInner_table table tr{
	border-bottom: 1px solid #a2a2a2;
}
#historyInner_table table th{
	font-weight: 700;
	text-align: left;
	width: 180px;
	padding: 30px 20px;
	box-sizing: border-box;
	letter-spacing: normal;
	vertical-align: top;
}
#historyInner_table table td{
	width: 930px;
	padding: 30px 20px; 
	box-sizing: border-box;
	letter-spacing: normal;
}
#historyInner_table table td a{
	color: #004ea2;
	text-decoration: underline;
}

@media screen and (max-width:640px){
	
	#history{
		padding: 60px 0;
	}
	#historyInner{
		display: block;
		justify-content: space-between;
	}
	#historyInner_table{
		width: 580px;
	}
	#historyInner_table table{
		width: 580px;
		border-collapse: collapse;
	}
	#historyInner_table table tr{
		border-bottom: 1px solid #a2a2a2;
	}
	#historyInner_table table th{
		font-weight: 700;
		text-align: left;
		width: 160px;
		padding: 30px 0;
		box-sizing: border-box;
		letter-spacing: normal;
		vertical-align: top;
	}
	#historyInner_table table td{
		width: 420px;
		padding: 30px 0 30px 20px; 
		box-sizing: border-box;
		letter-spacing: normal;
	}
	#historyInner_table table td a{
		color: #004ea2;
		text-decoration: underline;
	}

	
}

