/* Luxeritas WordPress Theme - free/libre wordpress platform
 *
 * @copyright Copyright (C) 2015 Thought is free.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 * @author LunaNuko
 * @link https://thk.kanzae.net/
 * @translators rakeem( http://rakeem.jp/ )
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
*/

div[class*="sns-"] {
	margin: 0;
	padding: 0;
}
div[class*="sns-"] li {
	margin: 5px 0 ;
	list-style-type: none;
}
div[class*="sns-"] .clearfix {
	padding: 0;
}
div[class*="sns-"] i {
	max-width: 16px;
}
.sns-c ,
.sns-w {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.snsb {
	padding:  0;
	margin: 0;
	letter-spacing: -.4em;
}

.snsb li {
	display: inline-block;
	letter-spacing: normal;
	white-space: nowrap;
	list-style-type: none;
	vertical-align: top;
}
.sns-c .snsb li,
.sns-w .snsb li {
	position: relative;
	max-width: 94px;
	padding: 1px;
	height: 32px;
}
.sns-c .snsb li a,
.sns-w .snsb li a {
	display: block;
	position: relative;
	margin: auto;
	padding: 9px 3px 0 3px;
	height: 32px;
	width: 82px;
	line-height: 1.0;
	font-family: Verdana, Arial, Helvetica, Roboto;
	font-size: 13px; font-size: 1.3rem;
	letter-spacing: -1px;
	text-decoration: none;
	border-radius: 3px;
}
.sns-c .snsb li a {
	color: #fff;
	background: #000;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
}

.sns-c .snsb li a:hover {
	opacity: 0.6;
}
.sns-w .snsb li a:hover {
	background: #f8f8f8;
	opacity: 0.7;
}

.sns-c .snsb li,
.sns-w .snsb li {
	margin: 3px 2px 0 0;
}
.sns-n .snsb li:last-child {
	margin-right: 0;
}

.sns-c .fa-hatena,
.sns-w .fa-hatena {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Roboto;
}

.sns-c .snsb a,
.sns-w .snsb a {
	text-align: center;
}
.sns-c .snsb i,
.sns-w .snsb i {
	margin-right: 2px;
}

.sns-c .snsb .twitter a  { background: #55acee; }
.sns-c .snsb .facebook a { background: #3b5998; }
.sns-c .snsb .google a   { background: #dd4b39; }
.sns-c .snsb .linkedin a { background: #0479b4; }
.sns-c .snsb .hatena a   { background: #3c7dd1; }
.sns-c .snsb .pocket a   { background: #ee4257; }
.sns-c .snsb .line a     { background: #00c300; }
.sns-c .snsb .rss a      { background: #fe9900; }
.sns-c .snsb .feedly a   { background: #87bd33; }

.sns-w .snsb .twitter a  { color: #55acee; }
.sns-w .snsb .facebook a { color: #3b5998; }
.sns-w .snsb .google a   { color: #dd4b39; }
.sns-w .snsb .linkedin a { color: #0479b4; }
.sns-w .snsb .hatena a   { color: #3c7dd1; }
.sns-w .snsb .pocket a   { color: #ee4257; }
.sns-w .snsb .line a     { color: #00c300; }
.sns-w .snsb .rss a      { color: #fe9900; }
.sns-w .snsb .feedly a   { color: #87bd33; }

.snscnt {
	display: block;
	position: absolute;
	right: 0;
	top: -25px;
	width: 82px;
	padding: 3px 0;
	font-size: 11px; font-size: 1.1rem;
	border: 1px solid #bbb;
	border-radius: 3px;
	background: #fdfdfd;
	color: #333;
}
.sns-w .snscnt {
	right: -1px;
}
.snscnt i {
	margin: 0 !important;
}

.snscnt:after,
.snscnt:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}

.snscnt:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 2px;
	margin-left: -2px;
}
.snscnt:before {
	border-color: rgba(153, 153, 153, 0);
	border-top-color: #bbb;
	border-width: 4px;
	margin-left: -4px;
}

@media screen and (max-width: 765px), screen and (min-width: 992px) and (max-width: 1200px) {
	.snscnt {
		max-width: 43px;
	}
	.sns-w .snsb li {
		max-width: 46px;
	}
	.sns-c .snsb li a,
	.sns-w .snsb li a {
		font-size: 14px; font-size: 1.4rem;
		padding: 9px 4px 10px 4px;
		width: 42px;
	}
	.sns-c .snsb i,
	.sns-w .snsb i {
		margin-right: 0;
	}
	div[class*="sns-"] .snsname {
		display: none;
	}
}
@media screen and (min-width: 992px) {
	.snsb li.line-sm {
		display: none !important;
	}
}
@media screen and (max-width: 991px) {
	.snsb li.line-pc {
		display: none !important;
	}
}
/*
@media screen and (max-width: 420px) {
	.snscnt {
		max-width: 32px;
	}
	.sns-w .snsb li {
		max-width: 35px;
	}
	.sns-c .snsb li a,
	.sns-w .snsb li a {
		font-size: 12px; font-size: 1.2rem;
		width: 31px;
	}
}
*/