/* SNS */			
.product_sharebox 
			{
			 display: none;
				margin:0;
			 padding:0;
				width:690px;
				height:20px;
				text-align:left;
				background:#fff;
			}
.product_sharebox p
			{
			 float:left;
				font-size:80%;
				color:#333;
				font-weight:bold;
}
.product_sharebox ul
			{
				float:right;
			 width: 228px;
			 height: 26px;
			}
.product_sharebox ul li
			{
			 float: left;
			 padding-left: 4px;
				list-style:none;
			}
.product_sharebox ul li a
			{
			 display: block;
			 height: 26px;
			 text-indent: -10000px;
			 overflow: hidden;
			}
.product_sharebox ul li.sharebox_twitter a
			{
			 width: 75px;
			 background: url(../../../shop/common/image/product/sharebox_twitter.gif) no-repeat 0 0;
			}
.product_sharebox ul li.sharebox_mixi a
			{
			 width: 76px;
			 background: url(../../../shop/common/image/product/sharebox_mixi.gif) no-repeat 0 0;
			}
.product_sharebox ul li.sharebox_facebook a
			{
			 width: 65px;
			 background: url(../../../shop/common/image/product/sharebox_facebook.gif) no-repeat 0 0;
			}
.product_sharebox ul li a:hover 
			{
			 background-position: 0 -26px;
			}
