* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
body {
	/*設置する親要素ページ全体ならbodyなど*/
	position: relative;
	height: 100vh;
	margin: 0;
	padding: 0;
	margin-bottom: 20;
}
.contents {
	/*サンプルはfixedの確認のためにheight指定しています。*/
	height: 2000px;
}
.cp_snslink08 {
	position: fixed;
	bottom: 0;
	left: 50%;
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 0px auto;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	text-align: center;
}
.cp_snslink08 .cp_link_list {
	overflow: hidden;
	height: 50px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 5px solid #CCCCCC;
}
.cp_snslink08 .cp_link_list .cp_link {
	display: inline-block;
}
.cp_snslink08 .cp_link i {
	font-size: 2em;
	position: relative;
	top: 20px;
	width: 2em;
	height: 2em;
	margin: 0;
	padding: 10px;
	-webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
	        transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
	border-radius: 50%;
	background: #CCCCCC;
}
.cp_snslink08 .cp_link i:hover {
	top: 5px;
	background: #108040;
}
.cp_snslink08 .cp_link a {
	color: #ffffff;
}

.w3-sidebar a{
	color:black;
	text-decoration: none
}
