@charset "utf-8";
/* CSS Document */

/* mail */

#contact .mail {
	display: inline-block;
	width: 100%;
	background: #99902e;
	color: #fff;
	border-radius: 7px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
}
#contact .mail:hover {
	text-decoration: none;
	background: #b3900d;
}
#contact .mail.btn:before {
	color: #fff !important;
}

@media screen and (max-width:767px) {
	#contact .mail {
		font-size: 1.8rem;
	}
}

@media screen and (min-width:768px) {
	#contact .mail {
		font-size: 2.5rem;
	}
}
