<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@charset "utf-8";

/* CSS Document */



#show-l{

	position: absolute;

	top: 31px;

	right: 0;

	z-index: 999;

}
#show-l.fixed {
	top: 50%;
	position:fixed
}

.customize-l{

	position: absolute;

	top: 0px;

	width: 284px;
	
	right: 0;

	padding: 2px 0px 8px 10px;

	background: url(../like/like-bg.png) no-repeat 0 0;
	font-size:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;

}
/*.customize-l.act{
	right:-140px;
}*/
.customize-b {
	background: url(../like/like-b.png) no-repeat 0 bottom;
	height:8px;
	position:relative;
	float:left;
	margin:0 0 0 40px;
	bottom:-16px;
	width:244px;
}

	.customize-l a.close{

		display: block;

		position: absolute;

		top: 21px;

		left: 6px;
		width:50px;
		height:30px;

		background: url(../like/hide.png) no-repeat 0 0px;
		padding:0 0 0 9px;
		color:#515151;
		text-shadow:none;

	}
	.customize-l.act a.close {
		background-position:0 -30px;
	}
	 #show .customize.act a.close{
		background-position:-40px 0;
	}


	
	.customize-l .action{

		padding: 19px 21px 0 0;

		height: 41px;

		clear: both;

	}


	.social-button {
		width:120px;
		float:left;
		margin:20px 0 0 62px;
		text-shadow:none;
		min-height:30px;
	}</pre></body></html>