@charset "UTF-8";

/*============================
	採用情報トップページ
============================*/
a.lnkArea {
	display: block;
	position: relative;
}
a.lnkArea .ImgOnlyStyle {
	border: 1px solid #777;
	padding: 10px 4px 24px 20px;
	overflow: hidden;
}
a.lnkArea .btn {
	position: absolute;
	bottom: -23px;
	right: 0;
	left: 0;
	margin: 0 auto;
	color: #fff;
	display: inline-block;
	width: 310px;
	height: 38px;
	line-height: 38px;
	border-radius: 19px;
	font-weight: bold;
	text-align: center;
	background: #111 url(/image/jp/r1/icon/icon_link_right_l_white.gif) center right 10px no-repeat;
	background-size: 15px;
	z-index: 1;
	font-size: 90%;
}
a.lnkArea:hover .btn {
	text-decoration: underline;
	}
	@media screen and (min-width:768px) {
	a.lnkArea .ImgOnlyStyle {
		padding: 20px 6px 50px 40px;
	}
	a.lnkArea .ImgOnlyStyle img {
		transform: scale(1);
		transition: .2s ease-in-out;
	}
	a.lnkArea:hover .ImgOnlyStyle img {
		transform: scale(1.05);
		transition: .2s ease-in-out;
	}
	a.lnkArea .btn {
		bottom: -23px;
		width: 426px;
		height: 46px;
		line-height: 46px;
		border-radius: 23px;
		background: #111 url(/image/jp/r1/icon/icon_link_right_l_white.gif) center right 20px no-repeat;
		background-size: 15px;
		font-size: 100%;
	}
	}
	@media screen and (min-width:1305px) {
	a.lnkArea .ImgOnlyStyle {
		padding: 20px 40px 50px 80px;
	}
}
