@charset "utf-8";
.DIV_InnerBanner > span{ display: inline-block; background: #555; }
#SPA_intPlane{ background: url(../images/intro_plane.png); height: 40px; left: 375px; position: absolute; top: 200px; width: 70px;
    animation: int_Plane 1s linear infinite alternate; -webkit-animation: int_Plane 1s linear infinite alternate; }
@keyframes int_Plane{ from { transform: rotate(-2.5deg); } to { transform: rotate(2.5deg); } }
@-webkit-keyframes int_Plane{ from { -webkit-transform: rotate(-2.5deg); } to { -webkit-transform: rotate(2.5deg); } }