.noto_banner { 
    position:fixed;
    top:30px;
    right:90px;
    width:100px;
    margin: 0;
    padding: 0px;
    z-index: 999999;
}
.noto_banner a:hover{ 
	display:block;
	opacity: 0.7;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition: .8s;
	width:auto;
}

@media screen and (max-width: 480px) {
.noto_banner { 
    position:fixed;
    top:15px;
    right:65px;
    width:60px;
    margin: 0;
    padding: 0px;
    z-index: 999999;
}
}