@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
body {
	background-color: #e1e1e1;
}

.sosyal {
	margin: 50px auto;
	display: flex;
	flex-direction: row;
	/*追記*/
}

.facebook {
	background-color: #2e4a88;
	box-shadow: 0 4px 0 #1B3D82;
	text-shadow: 0 -1px -1px #1B3D82;
	display: inline;
	position: relative;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: white;
	border-radius: 5px;
	padding: 14px 20px;
	margin: 5px;
	/*追記*/
}

.facebook:hover {
	background-color: #354F84;
	text-decoration: none;
}

.facebook:active {
	top: 2px;
	box-shadow: 0 2px 0 #1B3D82;
}

.twitter {
	background-color: #008DDE;
	box-shadow: 0 4px 0 #0078BD;
	display: inline;
	position: relative;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: white;
	border-radius: 5px;
	padding: 14px 20px;
	margin: 5px;
	/*追記*/
}

.twitter:active {
	top: 2px;
	box-shadow: 0 2px 0 #0078BD;
}

.twitter:hover {
	background-color: #1397D8;
	text-decoration: none;
}

.google {
	background-color: #CC3622;
	box-shadow: 0 4px 0 #BA2714;
	display: inline;
	position: relative;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: white;
	border-radius: 5px;
	padding: 14px 20px;
	margin: 5px;
	/*追記*/
}

.google:active {
	top: 2px;
	box-shadow: 0 2px 0 #BA2714;
}

.google:hover {
	background-color: #D04829;
	text-decoration: none;
}