@charset "utf-8";



footer{
	padding: 80px 4px;
	font-size: 13px;
	color: #606060;
	background: #e6e6e6;
}

footer p{
	text-align: center;
	font-size: 12px;
}

#snsBox{
	display: flex;
	flex-flow: row wrap;/*並びの方向　折り返しのありなし*/
	-webkit-justify-content: center;/*並び方の配置規則*/
	justify-content: center;/*並び方の配置規則*/
	margin-bottom: 12px;
}

footer #snsBox a{
	display: table;
	margin-right: 8px;
	width: 28px;
	height: 28px;
	color: #fff;
	border-radius: 50%;
}

footer #snsBox a i{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

footer #snsBox a i.fa-2x{
	font-size: 1rem;
}

footer #snsBox a:last-child{
	margin-right: 0;
}

/* LINE +++++++++++++++++++++++++++++++++++++++ */


footer #snsBox a{
	position: relative;
	z-index: 11;
	display: table;
	width: 28px;
	height: 28px;
	background: #8d8d8d;
	border-radius: 50%;
}

footer #snsBox a.line i{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 14;
	display: table-cell;
	margin-left: -10px;
	margin-top: -11px;
	color: #8d8d8d;
	vertical-align: middle;
	text-align: center;
}

footer #snsBox a.line:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 12;
	display: table-cell;
	margin-left: -9px;
	margin-top: -9px;
	width: 18px;
	height: 17px;
	background: #fff;
	border-radius: 4px;
}

footer #snsBox a.line i.fa-2x{
	font-size: 1.4rem;
}

footer p{
	font-size: 0.7rem;
}






