/* CSS Document */
#mainVisual_company{
	height: 274px;
	background: url("../img/mainVisual.jpg") no-repeat bottom center;
	background-size: cover;
}

#company_cont{
	font-size: 1.8rem;
}

#company_cont table{
	margin: 0 auto 80px;
}

	#company_cont th,
	#company_cont td{
		text-align: left;
		padding: 20px;
	}

	#company_cont th{
		width: 19%;
	}
	#company_cont td{
		width: 82%;
	}

#company_cont .bnr_area{
	text-align: center;
}
	#company_cont .bnr_area a{
		display: inline-block;
		box-shadow: 0 0 10px 0 #ccc;
		transition: .3s ease-in-out;
		border: solid 1px transparent;
	}

	#company_cont .bnr_area a img{
		width: 100%;
	}

#company_cont .bnr_area a:hover{
	/*opacity: .8;*/
	box-shadow: none;
	border: solid 1px #ccc;
}

@media screen and (max-width: 767px){
	#mainVisual_company{
		height: 39.371vw;
		background: url("../img/mainVisual_sp.jpg") no-repeat bottom center;
		background-size: cover;
	}
	#company_cont{
		font-size: 1.6rem;
	}
	#company_cont table {
		margin: 0 auto 40px;
	}
	#company_cont th,
	#company_cont td{
		display: block;
		width: 100%;
	}
	
	#company_cont th{
		padding: 10px 20px 5px;
	}
	#company_cont td{
		padding: 0 20px 10px;
	}
	#company_cont .bnr_area{
		padding: 0 50px;
	}
}
