﻿/* CSS Document */

/**
*鑿滃崟icon鍔ㄧ敾
***/

.phone-nav a.active {
    animation: visible_icon_anim 500ms forwards;
    -webkit-animation: visible_icon_anim 500ms forwards;
    -moz-animation: visible_icon_anim 500ms forwards;
    -o-animation: visible_icon_anim 500ms forwards;
}

.phone-nav a.recovery {
    animation: recovery 500ms forwards;
    -webkit-animation: recovery 500ms forwards;
    -moz-animation: recovery 500ms forwards;
    -o-animation: recovery 500ms forwards;
}

/*
 * 缈昏浆鍔ㄧ敾
 */
@keyframes visible_icon_anim {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(90deg);
    }
}

@-moz-keyframes visible_icon_anim {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(90deg);
    }
}

@-webkit-keyframes visible_icon_anim {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(90deg);
    }
}

@-o-keyframes visible_icon_anim {
    from;

{
    -o-transform: rotate(0deg);
}

to {
    -o-transform: rotate(90deg);
}

}

/*
 * 鎭㈠鍔ㄧ敾
 */
@keyframes recovery {
    from {
        transform: rotate(90deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@-moz-keyframes recovery {
    from {
        -moz-transform: rotate(90deg);
    }

    to {
        -moz-transform: rotate(0deg);
    }
}

@-webkit-keyframes recovery {
    from {
        -webkit-transform: rotate(90deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

@-o-keyframes recovery {
    from;

{
    -o-transform: rotate(90deg);
}

to {
    -o-transform: rotate(0deg);
}

}


/*
 * 鑹轰汉鍑虹幇鍔ㄧ敾
 */

@keyframes actorShow {
    from {
        left: 0px;
        bottom: 0px;
        opacity: 0;
        display: none;
    }

    to {
        left: -20px;
        bottom: 20px;
        opacity: 1;
        display: block;
    }
}

@-moz-keyframes actorShow {
    from {
        left: 0px;
        bottom: 0px;
        opacity: 0;
        display: none;
    }

    to {
        left: -20px;
        bottom: 20px;
        opacity: 1;
        display: block;
    }
}

@-webkit-keyframes actorShow {
    from {
        left: 0px;
        bottom: 0px;
        opacity: 0;
        display: none;
    }

    to {
        left: -20px;
        bottom: 20px;
        opacity: 1;
        display: block;
    }
}

@-o-keyframes actorShow {
    from;

{
    left: 0px;
    bottom: 0px;
    opacity: 0;
    display: none;
}

to {
    left: -20px;
    bottom: 20px;
    opacity: 1;
    display: block;
}

}

/*
 *  鑹轰汉闅愯棌鍔ㄧ敾
 */
@keyframes actorHide {
    from {
        left: -20px;
        bottom: 20px;
        opacity: 1;
        display: block;
    }

    to {
        left: 0px;
        bottom: 0px;
        opacity: 0;
        display: none;
    }
}

@-moz-keyframes actorHide {
    from {
        left: -20px;
        bottom: 20px;
        opacity: 1;
        display: block;
    }

    to {
        left: 0px;
        bottom: 0px;
        opacity: 0;
        display: none;
    }
}

@-webkit-keyframes actorHide {
    from {
        left: -20px;
        bottom: 20px;
        opacity: 1;
        display: block;
    }

    to {
        left: 0px;
        bottom: 0px;
        opacity: 0;
        display: none;
    }
}

@-o-keyframes actorHide {
    from;

{
    left: -20px;
    bottom: 20px;
    opacity: 1;
    display: block;
}

to {
    left: 0px;
    bottom: 0px;
    opacity: 0;
    display: none;
}
#nycontent img {
    width: 780px;
}
