@charset "UTF-8";
#applicationCnt .box-btn-login{
	margin-bottom: 5%;
}
#applicationCnt .box-btn-login .btn{
	position: relative;
	border-radius: 2px;
	margin: 2% auto 0;
	padding: 10px 0;
	width: 280px;
	background-color: #0077c0;
	text-align: center;
	box-sizing: border-box;
}
#applicationCnt .box-btn-login .btn:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 11px;
	transform: translateY(-50%);
	width: 11px;
	height: 12px;
	background: url(/volunteer/common/images/extnl_link_white.gif) no-repeat;
	background-size: contain;
}
#applicationCnt .box-btn-login .btn a{
	display: block;
	height: 100%;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	box-sizing: border-box;
}