/* SNS
/*---------------------------------------*/
@charset "UTF-8";
ul,li,div{
	margin: 0;
	padding: 0;
}
li{
	list-style-type: none;
}
#share {
	width: 320px;
	margin: 0 auto;
	display: block;
	position: relative;
}
#share ul {
	overflow: hidden;
	_zoom: 1;
	margin: 0 15px;
}
#share li {
	width: 50px;
	float: left;
	margin-left: 10px;
	position: relative;
	height: 90px;
}
#share li:first-child {
	margin-left: 0;
}
#share li a {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0;
}

.arrowBox {
	position: relative;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	text-align: center;
}
.arrowBox:after, .arrowBox:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrowBox:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}
.arrowBox:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #cccccc;
	border-width: 6px;
	margin-left: -6px;
}

.arrowBox span{
	font-size: 13px;
	padding:5px;
}
