	
/* 
 *  SNS MENU Team Pioneer !!!DO NOT REMOVE!!!----------------------
 */  
 
.sns ul {
	position: relative;
	margin-bottom: 25px;
}

.sns li {
	margin: 0;
	padding: 0;
	float: left;
	width: 150px;
	height: 85px;
}

.sns a:link,
.sns a:active,
.sns a:visited
{
	text-decoration: none;
	color: #333;
}
.sns a:hover,
.sns a:hover span
{
	text-decoration: underline;
	color: #333;
}

.sns span {
	display: block;
	position: relative;
	top: -1em;
	text-align: center;
}
.sns img {
	width: 150px;
	height: 85px;
}	