@charset "utf-8";
/* CSS Document */
section.mv{
	background-size: cover;
	height: 280px;
}
section#company .tablecontainer{
	margin-top:80px; 
}
section#company .tblStyle01 a{
	position: relative;
}
section#company .tblStyle01 a::after{
	position: absolute;
	content: url("../img/icon_link_01.jpg");
	margin-top: 2px;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
}
section#company .tblStyle01 a span{
	border-bottom: 1px solid #333333;
	
}

section#company .tblStyle01 a:hover span{
	opacity: .8;
	border-bottom: none;
}
footer{
	margin-top: 100px;
}
@media screen and (max-width: 750px) {
	section.mv{
	height: 170px;
}
	footer{
		margin-top: 85px;
}
}