.jashbloglink{
    position: fixed;
    left:0;
    top: 132px;
    width: 58px;
    height: 48px;
    z-index: 41;
    transition: width ease .3s, height ease .3s, top ease .3s;
    -webkit-transition: width ease .3s, height ease .3s, top ease .3s;
    -moz-transition: width ease .3s, height ease .3s, top ease .3s;
    -o-transition: width ease .3s, height ease .3s, top ease .3s;
}
.jashbloglink:hover{
    top: 120px;
    width: 70px;
    height: 60px;
}
.jashbloglink span{
    text-indent: -9999px;
    display: block;
    margin-left: 10px;
    height: 48px;
    width: 48px;
    background:transparent url('img/ico_blog.png') no-repeat 50% 0;
    background-size:contain;
    transition: width ease .3s, height ease .3s;
    -webkit-transition: width ease .3s, height ease .3s;
    -moz-transition: width ease .3s, height ease .3s;
    -o-transition: width ease .3s, height ease .3s;
}
.jashbloglink:hover span{
    height: 60px;
    width: 60px;
}