@charset "utf-8";
/* CSS Document */

#right_tab{
	width:200px;
	height:auto;
	position:fixed;
	top:60px;
	right:0;
	text-align:right;
}


#right_tab a.tb01{
	display:block;
	margin-bottom:10px;
	float:right;
	width:65px;
	height:224px;
	background:url(https://image.rakuten.co.jp/ryouhinhyakka/cabinet/event/20160527_03.jpg) no-repeat scroll 0 0 transparent;
	clear:both;
}

#right_tab a.tb02{
	display:block;
	margin-bottom:10px;
	float:right;
	width:65px;
	height:224px;
	background:url(https://image.rakuten.co.jp/ryouhinhyakka/cabinet/event/20160527_02.jpg) no-repeat scroll 0 0 transparent;
	clear:both;
}

#right_tab a.tb03{
	display:block;
	margin-bottom:10px;
	float:right;
	width:65px;
	height:224px;
	background:url(https://image.rakuten.co.jp/ryouhinhyakka/cabinet/event/20160527_04.jpg) no-repeat scroll 0 0 transparent;
	clear:both;
}

#right_tab a.tb01:hover ,
#right_tab a.tb02:hover ,
#right_tab a.tb03:hover {
	background-position:0px 0px; width:78px;
	-webkit-transition: width ease-in-out 0.5s;
	-moz-transition: width ease-in-out 0.5s;
	-ms-transition: width ease-in-out 0.5s;
	-o-transition: width ease-in-out 0.5s;
	transition: width ease-in-out 0.5s;
}
