@charset "utf-8";


.application-btn {
	text-align: center;
	margin: 20px 0 40px;
}
.application-btn a:last-child {
	margin-left: 7px;
}
.lineheight0 {
	line-height: 0;
}

@media screen and (max-width: 640px) {
.application-btn a:last-child {
	display: block;
	margin-top: 10px;
	margin-left: 0;
}	
}