
.btn_member {
	width: 25px;
	height: 25px;
	font-size: 0px;
	border: none;
	cursor: hand;
	display:inline-block;
}

.btn_member_out, .btn_member_logout {
	background: url(/sub/sns/image/sns.png) -80px -120px no-repeat;
}

.btn_member_in, .btn_member_logon {
	background: url(/sub/sns/image/sns.png) -80px -160px no-repeat;
}

.btn_twitter {
	width: 25px;
	height: 25px;
	font-size: 0px;
	border: none;
	cursor: hand;
	display:inline-block;
}

.btn_twitter_out, .btn_twitter_logout {
	background: url(/sub/sns/image/sns.png) -40px -120px no-repeat;
}

.btn_twitter_in, .btn_twitter_logon {
	background: url(/sub/sns/image/sns.png) -40px -160px no-repeat;
}

.btn_facebook {
	width: 25px;
	height: 25px;
	font-size: 0px;
	border: none;
	cursor: hand;
	display:inline-block;
}

.btn_facebook_out, .btn_facebook_logout {
	background: url(/sub/sns/image/sns.png) 0px -120px no-repeat;
}

.btn_facebook_in, .btn_facebook_logon {
	background: url(/sub/sns/image/sns.png) 0px -160px no-repeat;
}

.btn_mem_scrap {
	width: 25px;
	height: 25px;
	background: url(/sub/sns/image/sns.png) -80px -200px no-repeat;
	font-size: 0px;
	border: none;
	cursor: hand;
	display:inline-block;
}

.btn_twitter_scrap {
	width: 25px;
	height: 25px;
	background: url(/sub/sns/image/sns.png) -40px -200px no-repeat;
	font-size: 0px;
	border: none;
	cursor: hand;
	display:inline-block;
}

.btn_facebook_scrap {
	width: 25px;
	height: 25px;
	background: url(/sub/sns/image/sns.png) 0px -200px no-repeat;
	font-size: 0px;
	border: none;
	cursor: hand;
	display:inline-block;
}

.btn_member_link {
	width: 15px;
	height: 15px;
	background: url(/sub/sns/image/sns.png) -80px -240px no-repeat;
	font-size: 0px;
	border: none;
	cursor: hand;
	display:inline-block;
}
a.btn_member_link{
	margin:3px;
}

.btn_twitter_link {
	width: 15px;
	height: 15px;
	background: url(/sub/sns/image/sns.png) -40px -240px no-repeat;
	font-size: 0px;
	border: none;
	cursor: hand;
	display:inline-block;
}
a.btn_twitter_link{
	margin:3px;
}

.btn_facebook_link {
	width: 15px;
	height: 15px;
	background: url(/sub/sns/image/sns.png) 0px -240px no-repeat;
	font-size: 0px;
	border: none;
	cursor: hand;
	display:inline-block;
}
a.btn_facebook_link{
	margin:3px;
}