/* CSS Document */

header nav ul li.nav a{
	border-bottom: 1px solid #E9C014;
}


#History .subInner{
	display: flex;
	flex-wrap: wrap;
}
#History .subInner .block {
	margin: 10px 21px 20px;
	text-align: center;
	width: 170px;
	position: relative;
}
#History .subInner .block a {
	text-decoration: none;
	display: block;
}
#History .subInner .block a:hover {
    opacity: .75;
}
#History .subInner .block .img {
	height: 115px;
	width: 170px;
	overflow: hidden;
	position: relative;
}
#History .subInner .block .img img {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
#History .subInner .block h3 {
	font-size: 1.2rem;
	line-height: 1.4em;
	color: #666;
	font-weight: 400;
	padding: 5px 0;
}
#History .subInner .block h4 {
	font-size: 1.1rem;
	line-height: 1em;
	font-weight: 400;
	background: #000;
	color: #fff;
	display: block;
	padding: 3px 4px;
	position: absolute;
	top: -3px;left: -3px;
}



@media screen and (max-width: 480px) {
	
	#History .subInner .block {
		margin: 10px 2% 20px;
		width: 46%;
	}
	#History .subInner .block .img {
    height: 115px;
    width: auto;
	}	



}
