@charset "UTF-8";


.top_button .contact:hover {
background-color: #C1E9A0;
color: #333;
}

.top_button a {
	position: relative;
	display: block;
	text-align: center;
	box-sizing: border-box;
	text-transform: uppercase;
	-webkit-tap-highlight-color: transparent;
	transition: 0s ease-out;
}

.top_button a .inner {
	display: table;
	width: 100%;
	height: 100%;
}

.top_button a .inner .title {
	display: table-cell;
	vertical-align: middle;
}