#send-btn {
	margin: 40px auto;
	text-align: center;
}
#send-btn ul li {
	display: inline-block;
	padding: 19px 0;
	margin: 0 30px;
	width: 300px;
	position: relative;
	background-color: #000;
}
#send-btn ul li:hover {
	opacity: 0.8;
}
#send-btn img {
	margin: 0 auto;
	display: block;
	height: 16px;
}
#send-btn input {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	overflow: hidden;
	text-indent: 150%;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
@media only screen and ( max-width: 768px ) {
	#send-btn {
		margin: 0 auto;
	}
	#send-btn ul li {
		width: 56.2686%;
		padding: 3.1343% 0;
		margin: 0 4.4776%;
	}
	#send-btn img {
		margin: 0 auto;
		display: block;
		width: 62.3607%;
		height: auto;
	}
	#send-btn input {
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
		border: none;
		overflow: hidden;
		text-indent: 150%;
		background-color: transparent;
		position: absolute;
		top: 0;
		left: 0;
	}
}