﻿
	
/*----- SNS -mob----*/
.sns{
	margin:10px 0;
}
.sns a{
	display:inline-block;
	font-size:20px;
	text-align:center;
	width:40px;
	padding:8px 0;
	font-family: "Font Awesome 5 Brands";
	color:#fff;
	text-decoration:none;
	border-radius: 50%;
}
.sns a:hover{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.sns .tw{background-color:#62B9FB;}
.sns .tw:before{content:"\f099";}
.sns .fb{background-color:#4563B4;}
.sns .fb:before{content:"\f082";}
.sns .google{background-color:#E05D52;}
.sns .google:before{content:"\f0d5";}


.sns .hatena {    
    font-family: Verdana;
    font-weight: bold;
}
.sns .hatena{background-color:#00A4DE;}
.sns .hatena:before{content: "B!";}




@media screen and (max-device-width: 480px) {
	.sns{
		margin:30px 0;
	}
	.sns a{
		font-size:50px;
		width:100px;
		padding:35px 0;
		margin:0 20px;
	}
}
