@charset "utf-8";
/* CSS Document */
.e_shop_Bt{
	display: block;
	position: relative;
	/*margin: 0 auto;*/
	max-width: 256px;
	transition: all 200ms 0s ease-out;
	transform: scale(1);
}
.e_shop_Bt:hover{
	transform: scale(1.1);
}


@media screen and (max-width:767px){
	.e_shop_Bt{
		/*margin: 0 auto;*/
	}
}