#sns_wrap{
	width:960px;
	margin:10px auto;
}

#sns_social_box{
	text-align:center;
	right:0;
	position:fixed;
	top:120px;
	list-style-type:none;
	z-index:100;
}

#sns_main{
	width:660px;
	float:left;
}

#sns_side{
	width:300px;
	float:left;
}

.sns_side_tab{
	width:60px;
	height:60px;
	margin-bottom:15px;
}

.sns_sp_icon{
	width:40px;
	height:40px;
	display:inline-block;
	margin-right:10px;
}

.sns_pc_icon{
	display:inline-block;
	width:35px;
	height:35px;
	margin-right:15px;
	margin-top:10px;
}

@media only screen and (max-width: 750px) {
	#sns_wrap{
		display: none !important;
	}
	
	#sns_pc_icons{
		text-align: center;
		margin-top:15px;
	}
}
