﻿@charset "utf-8";  .soc ul li{	width: 70px;	height: 32px;	margin-top: 6px;	background: url('../images/soc-bg.png') no-repeat -54px center;		-webkit-transition: 0.25s ease background;	-moz-transition: 0.25s ease background;	-o-transition: 0.25s ease background;}.soc ul li:first-child{	margin-top: 0px;}.soc ul li a{	display: block;	height: 32px;	-webkit-transition: 0.25s ease background;	-moz-transition: 0.25s ease background;	-o-transition: 0.25s ease background;}.soc ul li.calndr{	background: url('../images/img003/cal-bg.png') no-repeat -19px center;		width: 70px !important;	height: 145px !important;}.soc ul li.calndr a{	background: url('../images/img003/calendar.png') no-repeat left center;		height: 145px !important;}.soc ul li:hover{	background-position: left center;}.soc ul li:hover a{	background-position: right center;}