/**
 *  @charset       utf-8
 *  @modified      February 15, 2011
 *  @description   Counting Sheep2
 *  @author        Tohl SMALLFIELD
 */
/*------------------------------------------------
                リセット
------------------------------------------------*/
*{
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    border-style: none;
    text-decoration: none;
}
*:before,
*:after{
    position: absolute;
    display: block;
    content: "";
}
script,
style{
    display: none;
}
/*------------------------------------------------
                    body
------------------------------------------------*/
body{
    overflow: hidden;
}
#wrapper{
    width: 465px;
    height: 465px;
    background-color: #690;
    overflow: hidden;
}
#sky{
    width: 100%;
    height: 70px;
    padding: 30px 0;
    background-color: #6cf;
    background: -moz-linear-gradient(top, #6cf, #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(#6cf), to(#fff));
    border-top: 5px solid #36c;
}
#ground{
    top: 135px;
    width: 100%;
    height: 325px;
    background-color: #690;
    background: -moz-linear-gradient(top, #9c3, #690);
    background: -webkit-gradient(linear, left top, left bottom, from(#9c3), to(#690));
    border-bottom: 5px solid #360;
}
#zoo{
    top: 135px;
    right: 60px;
    bottom: 20px;
    left: 30px;
}
/*------------------------------------------------
                    C.L.O.U.D.S.
------------------------------------------------*/
c.clouds l,
c.clouds o,
c.clouds d,
c.clouds s,
c.clouds:before,
c.clouds:after,
c.clouds *:before,
c.clouds *:after{
    width: 30px;
    height: 30px;
    background-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius:    15px;
    border-radius:         15px;
}
c.clouds,
c.clouds u{
    top: 25px;
    width: 120px;
    height: 30px;
    background-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius:    15px;
    border-radius:         15px;
    z-index: 5;
}
/*----- 中 -----*/
c.clouds:nth-of-type(1){
    top: 15px;
    left: -40px;
}
c.clouds:nth-of-type(2){
    top: 10px;
    right: 70px;
}
c.clouds:nth-of-type(1),
c.clouds:nth-of-type(2){
    -webkit-transform: scale(.5, .5);
    -moz-transform:    scale(.5, .5);
    transform:         scale(.5, .5);
}
/*----- 大 -----*/
c.clouds:nth-of-type(3){
    top: 65px;
    left: -10px;
}
c.clouds:nth-of-type(4){
    top: 55px;
    right: 75px;
}
c.clouds:nth-of-type(3),
c.clouds:nth-of-type(4){
    -webkit-transform: scale(.25, .25);
    -moz-transform:    scale(.25, .25);
    transform:         scale(.25, .25);
}
/*----- 1個目(上側：時計回り) -----*/
c.clouds:before{
    top: -6px;
    left: 13px;
}
c.clouds:after{
    top: -10px;
    left: 35px;
}
c.clouds l{
    top: -10px;
    left: 57px;
}
c.clouds l:before{
    top: 4px;
    left: 21px;
}
/*----- 1個目(下側：時計回り)-----*/
c.clouds l:after{
    top: 16px;
    left: 21px;
}
c.clouds o{
    top: 10px;
    left: 57px;
}
c.clouds o:before{
    left: -22px;
}
c.clouds o:after{
    top: -4px;
    left: -44px;
}
/*----- 2個目(本体) -----*/
c.clouds u,
c.clouds d,
c.clouds s{
    margin-top: 0;
    margin-left: 220px;
}
/*----- 2個目(上側：時計回り) -----*/
c.clouds u:before{
    top: -6px;
    left: 13px;
}
c.clouds u:after{
    top: -10px;
    left: 35px;
}
c.clouds d{
    top: 15px;
    left: 59px;
}
c.clouds d:before{
    top: 4px;
    left: 22px;
}
/*----- 2個目(下側：時計回り) -----*/
c.clouds d:after{
    top: 16px;
    left: 22px;
}
c.clouds s{
    top: 36px;
    left: 59px;
}
c.clouds s:before{
    left: -22px;
}
c.clouds s:after{
    top: -4px;
    left: -42px;
}
/*------------------------------------------------
                    T.R.E.E.
------------------------------------------------*/
/*----- trunk -----*/
t.tree{
    top: 10px;
    width: 3px;
    height: 20px;
    margin-left: -3px;
    background-color: #c93;
    border-right: 3px solid #960;
    border-left: 1px solid #960;
    -webkit-transform: scale(.5, .5);
    -moz-transform:    scale(.5, .5);
    transform:         scale(.5, .5);
}
/*----- position -----*/
t.tree:nth-of-type(1) { top: 10px; left:  1%; }
t.tree:nth-of-type(2) { top: 15px; left:  5%; }
t.tree:nth-of-type(3) { top: 10px; left:  9%; }
t.tree:nth-of-type(4) { top: 15px; left: 13%; }
t.tree:nth-of-type(5) { top: 10px; left: 17%; }
t.tree:nth-of-type(6) { top: 15px; left: 21%; }
t.tree:nth-of-type(7) { top: 10px; left: 25%; }
t.tree:nth-of-type(8) { top: 10px; left: 75%; }
t.tree:nth-of-type(9) { top: 15px; left: 79%; }
t.tree:nth-of-type(10){ top: 10px; left: 83%; }
t.tree:nth-of-type(11){ top: 15px; left: 87%; }
t.tree:nth-of-type(12){ top: 10px; left: 91%; }
t.tree:nth-of-type(13){ top: 15px; left: 95%; }
t.tree:nth-of-type(14){ top: 10px; left: 99%; }
/*----- leaves -----*/
t.tree:before,
t.tree:after,
t.tree r,
t.tree r:before,
t.tree r:after,
t.tree e,
t.tree e:before,
t.tree e:after{
    width: 10px;
    height: 10px;
    background-color: #81b41c;
    border-right:  1px solid #5c8f0f;
    border-bottom: 1px solid #5c8f0f;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
}
t.tree:before{
    bottom: 30px;
    left: -3px;
}
t.tree:after{
    bottom: 20px;
    left: -13px;
}
t.tree r{
    top: -10px;
    left: 8px;
}
t.tree r:before{
    top: -7px;
    left: -3px;
}
t.tree r:after{
    top: -7px;
    left: -18px;
}
t.tree e:nth-of-type(1){
    top: -5px;
    left: -10px;
}
t.tree e:nth-of-type(1):before{
    top: -7px;
    left: 13px;
}
t.tree e:nth-of-type(1):after{
    left: 15px;
}
t.tree e:nth-of-type(2){
    top: -15px;
    left: -5px;
}
t.tree e:nth-of-type(2):before{
    top: 12px;
}
t.tree e:nth-of-type(2):after{
    top: 7px;
    left: 3px;
}
/*------------------------------------------------
                    S.U.N.
------------------------------------------------*/
s.sun,
s.sun:before,
s.sun:after,
s.sun u,
s.sun u:before,
s.sun u:after,
s.sun n,
s.sun n:before{
    width: 30px;
    height: 30px;
    background-color: #f90;
    z-index: 1;
}
s.sun{
    top: 40px;
    left: 85%;
    margin-left: -15px;
    -webkit-transform: rotate(-90deg);
    -moz-transform:    rotate(-90deg);
    transform:         rotate(-90deg);
}
s.sun:before{
    -webkit-transform: rotate(15deg);
    -moz-transform:    rotate(15deg);
    transform:         rotate(15deg);
}
s.sun:after{
    -webkit-transform: rotate(30deg);
    -moz-transform:    rotate(30deg);
    transform:         rotate(30deg);
}
s.sun u{
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    transform:         rotate(45deg);
}
s.sun u:before{
    -webkit-transform: rotate(15deg);
    -moz-transform:    rotate(15deg);
    transform:         rotate(15deg);
}
s.sun u:after{
    -webkit-transform: rotate(15deg);
    -moz-transform:    rotate(15deg);
    transform:         rotate(15deg);
}
s.sun n{
    -webkit-transform: rotate(75deg);
    -moz-transform:    rotate(75deg);
    transform:         rotate(75deg);
    z-index: 2;
}
s.sun n:before{
    top: -1px;
    left: -1px;
    width: 32px;
    height: 32px;
    background-color: #fc0;
    background: -moz-linear-gradient(top, #ff9, #fc0);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9), to(#fc0));
    -webkit-border-radius: 16px;
    -moz-border-radius:    16px;
    border-radius:         16px;
    -webkit-box-shadow: 0 0 20px #fff;
    -moz-box-shadow:    0 0 20px #fff;
    box-shadow:         0 0 20px #fff;
    z-index: 2;
}
s.sun n:after{
    top: 2px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
    opacity: .75;
    z-index: 2;
}
/*------------------------------------------------
                R.A.I.N.B.O.W.
------------------------------------------------*/
r.rainbow,
r.rainbow a,
r.rainbow i,
r.rainbow n,
r.rainbow b,
r.rainbow o,
r.rainbow w{
    -webkit-border-radius: 999px 999px 0 0;
    -moz-border-radius:    999px 999px 0 0;
    border-radius:         999px 999px 0 0;
    border-width: 3px;
    border-style: solid;
    border-bottom-style: none;
}
r.rainbow{
    top: 40px;
    left: -140px;
    width: 200px;
    height: 100px;
    border-color: #f00;
    opacity: .75;
}
r.rainbow a{
    width: 194px;
    height: 94px;
    border-color: #f90;
}
r.rainbow i{
    top: 3px;
    left: 3px;
    width: 188px;
    height: 88px;
    border-color: #ff0;
}
r.rainbow n{
    top: 6px;
    left: 6px;
    width: 182px;
    height: 82px;
    border-color: #0f0;
}
r.rainbow b{
    top: 9px;
    left: 9px;
    width: 176px;
    height: 76px;
    border-color: #0ff;
}
r.rainbow o{
    top: 12px;
    left: 12px;
    width: 170px;
    height: 70px;
    border-color: #00f;
}
r.rainbow w{
    top: 15px;
    left: 15px;
    width: 164px;
    height: 64px;
    border-color: #f0f;
}
/*------------------------------------------------
                    F.E.N.C.E.
------------------------------------------------*/
f.fence{
    bottom: 20px;
    width: 145px;
    height: 2px;
    background-color: #c93;
    border-top:    1px solid #fc6;
    border-bottom: 1px solid #960;
}
f.fence:after,
f.fence:before,
f.fence e,
f.fence e:before,
f.fence e:after,
f.fence n,
f.fence n:before,
f.fence n:after,
f.fence c,
f.fence c:before,
f.fence c:after{
    width: 2px;
    height: 20px;
    background-color: #c93;
    border-right: 1px solid #960;
    border-bottom: 1px solid #690;
    border-left:  1px solid #fc6;
}
f.fence:after{
    top: -5px;
    left: 5px;
}
f.fence:before{
    top: -5px;
    left: 15px;
}
f.fence e{
    top: -5px;
    left: 25px;
}
f.fence e:before{
    left: 9px;
}
f.fence e:after{
    left: 19px;
}
f.fence n{
    top: -5px;
    left: 54px;
}
f.fence n:before{
    left: 10px;
}
f.fence n:after{
    left: 20px;
}
f.fence c{
    top: -5px;
    left: 85px;
}
f.fence c:before{
    left: 10px;
}
f.fence c:after{
    left: 20px;
}
f.fence e:last-child{
    left: 116px;
}
f.fence:last-child{
    left: auto;
    right: 0;
}
/*------------------------------------------------
                M.O.U.N.T.A.I.N.
------------------------------------------------*/
m.mountain{
    top: -40px;
    width: 465px;
    height: 40px;
    background-color: transparent;
    overflow: hidden;
}

m.mountain *,
m.mountain *:before,
m.mountain *:after{
    width:  100px;
    height: 100px;
    background-color: #693;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
}

m.mountain *:before,
m.mountain *:after{
    background-color: #9c3;
}

/*----- 中 -----*/
m.mountain *{
    margin-top: 20px;
    margin-left: -70px;/* 100 * 1.41 / 2 = 70 */
    -webkit-transform: rotate(-45deg);
    -moz-transform:    rotate(-45deg);
    transform:         rotate(-45deg);
}
/*----- 左 -----*/
m.mountain *:before{
    margin-top: -10px;
    margin-left: -10px;
}
/*----- 右 -----*/
m.mountain *:after{
    margin-top: 10px;
    margin-left: 10px;
}
/*----- o -----*/
m.mountain o{
    left: 35px;
}
m.mountain o:before{
    left: -5px;
}
m.mountain o:after{
    top: 10px;
}
/*----- u -----*/
m.mountain u{
    top: 15px;
    left: 100px;
}
m.mountain u:before{
    left: -5px;
}
m.mountain u:after{
    left: 5px;
}
/*----- n -----*/
m.mountain n:nth-of-type(1){
    top: 5px;
    left: 170px;
}
m.mountain n:nth-of-type(1):before{
    left: -10px;
}
m.mountain n:nth-of-type(1):after{
    left: 5px;
}
/*----- t -----*/
m.mountain t{
    top: 23px;
    left: 51%;
}
m.mountain t:before{
    left: 5px;
}
m.mountain t:after{
    left: -5px;
}
/*----- a -----*/
m.mountain a{
    top: 5px;
    right: 110px;
}
m.mountain a:before{
    top: 5px;
    left: -5px;
}
m.mountain a:after{
    top: 10px;
}
/*----- i -----*/
m.mountain i{
    top: 10px;
    right: 40px;
}
m.mountain i:before{
    top: 5px;
    left: -5px;
}
m.mountain i:after{
    left: 10px;
}
/*----- n -----*/
m.mountain n:nth-of-type(2){
    right: -30px;
}
m.mountain n:nth-of-type(2):before{
    left: -10px;
}
/*------------------------------------------------
                    L.I.O.N.
------------------------------------------------*/
/*----- body -----*/
l.lion{
    width: 34px;
    height: 13px;
    background-color: #fc0;
    -webkit-border-radius: 5px 10px 6px 2px;
    -moz-border-radius:    5px 10px 6px 2px;
    border-radius:         5px 10px 6px 2px;
    -webkit-box-shadow: 0 10px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow:    0 10px 3px rgba(0, 0, 0, .2);
    box-shadow:         0 10px 3px rgba(0, 0, 0, .2);
    cursor: move;
    z-index: 1;
}
/*----- right foreleg -----*/
l.lion:before{
    top: 10px;
    width: 4px;
    height: 6px;
    background-color: #fc0;
    border-bottom: 2px solid #630;
    z-index: 1;
}
/*----- left foreleg -----*/
l.lion:after{
    top: 10px;
    left: 7px;
    width: 4px;
    height: 6px;
    background-color: #fc0;
    border-bottom: 2px solid #630;
    z-index: 1;
}
/*----- right hindleg -----*/
l.lion i{
    top: 10px;
    left: 21px;
    width: 4px;
    height: 6px;
    background-color: #fc0;
    border-bottom: 2px solid #630;
    z-index: 1;
}
/*----- left hindleg -----*/
l.lion i:before{
    left: 7px;
    width: 4px;
    height: 6px;
    background-color: #fc0;
    border-bottom: 2px solid #630;
    z-index: 1;
}
/*----- tail -----*/
l.lion i:after{
    top: -8px;
    left: 10px;
    width: 5px;
    height: 2px;
    background-color: #fc0;
    border-right: 3px solid #630;
    -webkit-transform: rotate(-30deg);
    -moz-transform:    rotate(-30deg);
    transform:         rotate(-30deg);
    z-index: 1;
}
/*----- mane -----*/
l.lion o{
    top: -8px;
    left: -5px;
    width: 16px;
    height: 19px;
    background-color: #960;
    -webkit-border-radius: 4px 4px 7px 7px;
    -moz-border-radius:    4px 4px 7px 7px;
    border-radius:         4px 4px 7px 7px;
    border: 1px dashed #c93;
    z-index: 2;
}
/*----- head -----*/
l.lion o:before{
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #fc0;
    -webkit-border-radius: 3px 3px 5px 5px;
    -moz-border-radius:    3px 3px 5px 5px;
    border-radius:         3px 3px 5px 5px;
    border-bottom: 3px solid #fff;
    z-index: 3;
}
/*----- right ear -----*/
l.lion o:after{
    top: 2px;
    left: 2px;
    width: 3px;
    height: 3px;
    background-color: #fc0;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
    border-radius:         3px;
    z-index: 3;
}
/*----- left ear -----*/
l.lion n{
    top: -5px;
    left: 7px;
    width: 3px;
    height: 3px;
    background-color: #fc0;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
    border-radius:         3px;
    z-index: 3;
}
/*----- left eye -----*/
l.lion n:before{
    top: 5px;
    left: -2px;
    width: 3px;
    height: 1px;
    background-color: #960;
    border-bottom: 1px solid #fc9;
    z-index: 4;
}
/*----- right eye -----*/
l.lion n:after{
    top: 5px;
    left: -7px;
    width: 3px;
    height: 1px;
    background-color: #960;
    border-bottom: 1px solid #fc9;
    z-index: 4;
}
/*------------------------------------------------
                E.L.E.P.H.A.N.T.
------------------------------------------------*/
/*----- body -----*/
e.elephant{
    width: 34px;
    height: 23px;
    background-color: #aaa;
    background: -moz-linear-gradient(top, #999, #aaa);
    background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#aaa));
    -webkit-border-radius: 5px 10px 6px 2px;
    -moz-border-radius:    5px 10px 6px 2px;
    border-radius:         5px 10px 6px 2px;
    -webkit-box-shadow: 0 10px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow:    0 10px 3px rgba(0, 0, 0, .2);
    box-shadow:         0 10px 3px rgba(0, 0, 0, .2);
    cursor: move;
    z-index: 1;
}
/*----- right foreleg -----*/
e.elephant:before{
    top: 20px;
    width: 4px;
    height: 6px;
    background-color: #aaa;
    border-bottom: 2px solid #333;
    z-index: 1;
}
/*----- left foreleg -----*/
e.elephant:after{
    top: 20px;
    left: 7px;
    width: 4px;
    height: 6px;
    background-color: #aaa;
    border-bottom: 2px solid #333;
    z-index: 1;
}
/*----- right hindleg -----*/
e.elephant l{
    top: 20px;
    left: 21px;
    width: 4px;
    height: 6px;
    background-color: #aaa;
    border-bottom: 2px solid #333;
    z-index: 1;
}
/*----- left hindleg -----*/
e.elephant l:before{
    left: 7px;
    width: 4px;
    height: 6px;
    background-color: #aaa;
    border-bottom: 2px solid #333;
    z-index: 1;
}
/*----- head -----*/
e.elephant p{
    top: -2px;
    left: -7px;
    width: 17px;
    height: 20px;
    background-color: #aaa;
    -webkit-border-radius: 10px 5px 2px 6px;
    -moz-border-radius:    10px 5px 2px 6px;
    border-radius:         10px 5px 2px 6px;
    z-index: 1;
}
/*----- ear -----*/
e.elephant p:before{
    top: 1px;
    left: 8px;
    width: 10px;
    height: 15px;
    background-color: #aaa;
    background: -moz-linear-gradient(left, #aaa, #999);
    background: -webkit-gradient(linear, left top, right top, from(#aaa), to(#999));
    -webkit-border-radius: 10px 5px 10px 6px;
    -moz-border-radius:    10px 5px 10px 6px;
    border-radius:         10px 5px 10px 6px;
    border-top:    1px solid #777;
    border-right:  1px solid #777;
    border-bottom: 1px solid #777;
    -webkit-box-shadow: 2px 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 2px 1px 2px rgba(0,0,0,.2);
    box-shadow: 2px 1px 2px rgba(0,0,0,.2);
    z-index: 1;
}
/*----- noze1 -----*/
e.elephant p:after{
    top: 15px;
    left: 0;
    width: 4px;
    height: 8px;
    background-color: #aaa;
    -webkit-border-radius: 2px;
    -moz-border-radius:    2px;
    border-radius:         2px;
    z-index: 1;
}
/*----- noze2 -----*/
e.elephant h{
    top: 19px;
    left: -8px;
    width: 4px;
    height: 7px;
    background-color: #aaa;
    -webkit-border-radius: 2px;
    -moz-border-radius:    2px;
    border-radius:         2px;
    -webkit-transform: rotate(30deg);
    -moz-transform:    rotate(30deg);
    transform:         rotate(30deg);
    z-index: 1;
}
/*----- noze3 -----*/
e.elephant h:before{
    top: 4px;
    left: -1px;
    width: 4px;
    height: 5px;
    background-color: #aaa;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius:    2px 2px 0 0;
    border-radius:         2px 2px 0 0;
    -webkit-transform: rotate(60deg);
    -moz-transform:    rotate(60deg);
    transform:         rotate(60deg);
    border-bottom: 2px solid #333;
    z-index: 1;
}
/*----- eye -----*/
e.elephant h:after{
    top: -10px;
    left: -3px;
    width: 2px;
    height: 1px;
    background-color: #333;
    border-bottom: 1px solid #aaa;
    z-index: 2;
}
/*----- tail -----*/
e.elephant a{
    top: 9px;
    left: 32px;
    width: 5px;
    height: 2px;
    background-color: #aaa;
    border-right: 2px solid #aaa;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    transform:         rotate(45deg);
    z-index: 1;
}
/*------------------------------------------------
                    K.I.R.I.N.
------------------------------------------------*/
/*----- body -----*/
k.kirin{
    width: 27px;
    height: 13px;
    background-color: #fc0;
    -webkit-border-radius: 5px 15px 6px 2px;
    -moz-border-radius:    5px 15px 6px 2px;
    border-radius:         5px 15px 6px 2px;
    -webkit-transform: rotate(10deg);
    -moz-transform:    rotate(10deg);
    transform:         rotate(10deg);
    -webkit-box-shadow: 0 10px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow:    0 10px 3px rgba(0, 0, 0, .2);
    box-shadow:         0 10px 3px rgba(0, 0, 0, .2);
    cursor: move;
    z-index: 1;
}
/*----- body pattern -----*/
k.kirin:before{
    width: 27px;
    height: 13px;
    -webkit-border-radius: 5px 15px 6px 5px;
    -moz-border-radius:    5px 15px 6px 5px;
    border-radius:         5px 15px 6px 5px;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: #c90;
    content: ":':':':':':':':':':':";
    font-weight: bold;
    line-height: 1;
    overflow: hidden;
    z-index: 1;
}
/*----- right foreleg -----*/
k.kirin:after{
    top: 12px;
    left: 2px;
    width: 2px;
    height: 15px;
    background-color: #fc0;
    border-right: 1px dashed #c90;
    border-bottom: 2px solid #630;
    -webkit-transform: rotate(-10deg);
    -moz-transform:    rotate(-10deg);
    transform:         rotate(-10deg);
    z-index: 1;
}
/*----- left foreleg -----*/
k.kirin i:nth-of-type(1){
    top: 11px;
    left: 8px;
    width: 2px;
    height: 15px;
    background-color: #fc0;
    border-right: 1px dashed #c90;
    border-bottom: 2px solid #630;
    -webkit-transform: rotate(-10deg);
    -moz-transform:    rotate(-10deg);
    transform:         rotate(-10deg);
    z-index: 1;
}
/*----- right hindleg -----*/
k.kirin i:nth-of-type(1):before{
    left: 10px;
    width: 2px;
    height: 15px;
    background-color: #fc0;
    border-right: 1px dashed #c90;
    border-bottom: 2px solid #630;
    z-index: 1;
}
/*----- left hindleg -----*/
k.kirin i:nth-of-type(1):after{
    left: 16px;
    width: 2px;
    height: 15px;
    background-color: #fc0;
    border-right: 1px dashed #c90;
    border-bottom: 2px solid #630;
    z-index: 1;
}
/*----- tail -----*/
k.kirin r{
    top: 2px;
    left: 25px;
    width: 5px;
    height: 2px;
    background-color: #fc0;
    border-right: 3px solid #630;
    -webkit-transform: rotate(-30deg);
    -moz-transform:    rotate(-30deg);
    transform:         rotate(-30deg);
    z-index: 1;
}
/*----- neck -----*/
k.kirin r:before{
    bottom: 13px;
    left: -25px;
    width: 4px;
    height: 40px;
    background-color: #fc0;
    border-right: 1px dashed #c90;
    -webkit-transform: rotate(-5deg);
    -moz-transform:    rotate(-5deg);
    transform:         rotate(-5deg);
    z-index: 1;
}
/*----- head -----*/
k.kirin r:after{
    bottom: 52px;
    left: -33px;
    width: 10px;
    height: 6px;
    background-color: #fc0;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
    border-radius:         3px;
    border-right: 1px dashed #c90;
    border-left: 1px dashed #c90;
    -webkit-transform: rotate(-5deg);
    -moz-transform:    rotate(-5deg);
    transform:         rotate(-5deg);
    z-index: 1;
}
/*----- head2 -----*/
k.kirin i:nth-of-type(2){
    bottom: 42px;
    left: -28px;
    width: 9px;
    height: 3px;
    background-color: #fc0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius:    3px 3px 0 0;
    border-radius:         3px 3px 0 0;
    z-index: 1;
}
/*----- left horn -----*/
k.kirin i:nth-of-type(2):before{
    bottom: 2px;
    left: 5px;
    width: 2px;
    height: 4px;
    background-color: #fc0;
    border-top: 2px solid #c90;
    -webkit-transform: rotate(0deg);
    -moz-transform:    rotate(0deg);
    transform:         rotate(0deg);
    z-index: 1;
}
/*----- right horn -----*/
k.kirin i:nth-of-type(2):after{
    bottom: 2px;
    left: 1px;
    width: 2px;
    height: 3px;
    background-color: #fc0;
    border-top: 2px solid #c90;
    -webkit-transform: rotate(-5deg);
    -moz-transform:    rotate(-5deg);
    transform:         rotate(-5deg);
    z-index: 1;
}
/*------------------------------------------------
                    H.O.R.S.E.
------------------------------------------------*/
/*----- body -----*/
h.horse{
    width: 33px;
    height: 13px;
    background-color: #960;
    -webkit-border-radius: 5px 10px 6px 2px;
    -moz-border-radius:    5px 10px 6px 2px;
    border-radius:         5px 10px 6px 2px;
    -webkit-box-shadow: 0 10px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow:    0 10px 3px rgba(0, 0, 0, .2);
    box-shadow:         0 10px 3px rgba(0, 0, 0, .2);
    cursor: move;
    z-index: 2;
}
/*----- body1 -----*/
h.horse:before{
    right: -2px;
    width: 16px;
    height: 15px;
    background-color: #960;
    -webkit-border-radius: 7px;
    -moz-border-radius:    7px;
    border-radius:         7px;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    transform:         rotate(45deg);
    z-index: 2;
}
/*----- body2 -----*/
h.horse:after{
    left: -2px;
    width: 16px;
    height: 15px;
    background-color: #960;
    -webkit-border-radius: 7px;
    -moz-border-radius:    7px;
    border-radius:         7px;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    transform:         rotate(45deg);
    z-index: 2;
}
/*----- right foreleg -----*/
h.horse o{
    top: 10px;
    left: 1px;
    width: 3px;
    height: 14px;
    background-color: #960;
    border-bottom: 2px solid #300;
    z-index: 2;
}
/*----- left forleg -----*/
h.horse o:before{
    left: 6px;
    width: 3px;
    height: 14px;
    background-color: #960;
    border-bottom: 2px solid #300;
    z-index: 2;
}
/*----- right hindleg -----*/
h.horse o:after{
    left: 21px;
    width: 3px;
    height: 14px;
    background-color: #960;
    border-bottom: 2px solid #300;
    z-index: 2;
}
/*----- left hindleg -----*/
h.horse r{
    top: 10px;
    left: 28px;
    width: 3px;
    height: 14px;
    background-color: #960;
    border-bottom: 2px solid #300;
    z-index: 2;
}
/*----- neck -----*/
h.horse r:before{
    bottom: 14px;
    left: -30px;
    width: 8px;
    height: 16px;
    background-color: #960;
    -webkit-transform: rotate(-40deg);
    -moz-transform:    rotate(-40deg);
    transform:         rotate(-40deg);
    z-index: 2;
}
/*----- neck2 -----*/
h.horse r:after{
    bottom: 14px;
    left: -32px;
    width: 6px;
    height: 16px;
    background-color: #960;
    -webkit-transform: rotate(-20deg);
    -moz-transform:    rotate(-20deg);
    transform:         rotate(-20deg);
    z-index: 2;
}
/*----- tail clip -----*/
h.horse s{
    top: 4px;
    left: 28px;
    width: 25px;
    height: 5px;
    -webkit-transform: rotate(40deg);
    -moz-transform:    rotate(40deg);
    transform:         rotate(40deg);
    overflow: hidden;
    z-index: 1;
}
/*----- tail -----*/
h.horse s:before{
    top: 1px;
    width: 20px;
    height: 40px;
    background-color: #300;
    -webkit-border-radius: 10px 25px 0 0;
    -moz-border-radius:    10px 25px 0 0;
    border-radius:         10px 25px 0 0;
    z-index: 1;
}
/*----- head -----*/
h.horse e{
    top: -11px;
    left: -16px;
    width: 15px;
    height: 5px;
    background-color: #960;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
    -webkit-transform: rotate(-25deg);
    -moz-transform:    rotate(-25deg);
    transform:         rotate(-25deg);
    z-index: 1;
}
/*----- head2 -----*/
h.horse e:before{
    top: 2px;
    left: -2px;
    width: 13px;
    height: 5px;
    background-color: #960;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
    border-left: 4px solid #300;
    -webkit-transform: rotate(15deg);
    -moz-transform:    rotate(15deg);
    transform:         rotate(15deg);
    z-index: 1;
}
/*----- ear -----*/
h.horse e:after{
    top: -2px;
    left: 11px;
    width: 3px;
    height: 6px;
    background-color: #960;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
    border-radius:         3px;
    -webkit-transform: rotate(25deg);
    -moz-transform:    rotate(25deg);
    transform:         rotate(25deg);
    z-index: 1;
}
/*------------------------------------------------
                    S.H.E.E.P.
------------------------------------------------*/
/*----- body -----*/
s.sheep{
    width: 36px;
    height: 20px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
    -webkit-box-shadow: 0 10px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow:    0 10px 3px rgba(0, 0, 0, .2);
    box-shadow:         0 10px 3px rgba(0, 0, 0, .2);
    cursor: move;
    z-index: 2;
}
/*----- hair1 -----*/
s.sheep:before{
    top: -4px;
    left: 18px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius:    12px;
    border-radius:         12px;
    z-index: 2;
}
/*----- hair2 -----*/
s.sheep h{
    top: -2px;
    left: 4px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
    z-index: 2;
}
/*----- hair3 -----*/
s.sheep h:before{
    top: 5px;
    left: -6px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
    z-index: 2;
}
/*----- hair4 -----*/
s.sheep h:after{
    top: -1px;
    left: 1px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius:    12px;
    border-radius:         12px;
    z-index: 2;
}
/*----- hair2 -----*/
s.sheep e{
    top: 15px;
    left: -1px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
    z-index: 2;
}

/*----- fore/hind legs -----*/
s.sheep e:last-child{
    left: 20px;
    -webkit-transform: scale(-1, 1);
    -moz-transform:    scale(-1, 1);
    transform:         scale(-1, 1);
}
/*----- tail -----*/
s.sheep:after{
    top: 8px;
    left: -5px;
    width: 5px;
    height: 1px;
    background-color: #630;
    -webkit-transform: rotate(-30deg);
    -moz-transform:    rotate(-30deg);
    transform:         rotate(-30deg);
    z-index: 1;
}
/*----- right leg -----*/
s.sheep e:before{
    top: 7px;
    left: 2;
    width: 3px;
    height: 6px;
    background-color: #630;
    -webkit-border-radius: 2px;
    -moz-border-radius:    2px;
    border-radius:         2px;
    -webkit-transform: rotate(10deg);
    -moz-transform:    rotate(10deg);
    transform:         rotate(10deg);
    z-index: 1;
}
/*----- left leg -----*/
s.sheep e:after{
    top: 8px;
    left: 6px;
    width: 3px;
    height: 6px;
    background-color: #630;
    -webkit-border-radius: 2px;
    -moz-border-radius:    2px;
    border-radius:         2px;
    z-index: 1;
}
/*----- head -----*/
s.sheep p{
    top: -2px;
    right: -5px;
    width: 10px;
    height: 13px;
    background-color: #630;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
    -webkit-transform: rotate(-25deg);
    -moz-transform:    rotate(-25deg);
    transform:         rotate(-25deg);
    z-index: 3;
}
/*----- right ear -----*/
s.sheep p:after{
    top: -1px;
    right: -1px;
    width: 4px;
    height: 4px;
    background-color: #630;
    -webkit-border-radius: 2px;
    -moz-border-radius:    2px;
    border-radius:         2px;
    z-index: 3;
}
/*----- left ear -----*/
s.sheep p:before{
    top: -1px;
    left: -1px;
    width: 4px;
    height: 4px;
    background-color: #630;
    -webkit-border-radius: 2px;
    -moz-border-radius:    2px;
    border-radius:         2px;
    z-index: 3;
}
/*------------------------------------------------
                    C.A.T.T.L.E.
------------------------------------------------*/
/*----- body -----*/
c.cattle{
    width: 45px;
    height: 19px;
    background-color: #f99;
    -webkit-border-radius: 0 0 20px 15px;
    -moz-border-radius:    0 0 20px 15px;
    border-radius:         0 0 20px 15px;
    border-bottom: 2px solid #f99;/*----- おなか -----*/
    -webkit-box-shadow: 0 10px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow:    0 10px 3px rgba(0, 0, 0, .2);
    box-shadow:         0 10px 3px rgba(0, 0, 0, .2);
    cursor: move;
    z-index: 2;
}
/*----- rigth foreleg -----*/
c.cattle:before{
    top: 10px;
    left: 0;
    width: 3px;
    height: 14px;
    background-color: #fff;
    border-bottom: 2px solid #630;
    z-index: 1;
}
/*----- left foreleg -----*/
c.cattle:after{
    top: 10px;
    left: 5px;
    width: 3px;
    height: 14px;
    background-color: #fff;
    border-bottom: 2px solid #630;
    z-index: 1;
}
/*----- body patern 1 -----*/
c.cattle a{
    width: 45px;
    height: 19px;
    background-color: #fff;
    -webkit-border-radius: 0 0 20px 15px;
    -moz-border-radius:    0 0 20px 15px;
    border-radius:         0 0 20px 15px;
    overflow: hidden;
    z-index: 2;
}
c.cattle a:before{
    top: -2px;
    left: -5px;
    width: 20px;
    height: 15px;
    background-color: #000;
    -webkit-border-radius: 30px;
    -moz-border-radius:    30px;
    border-radius:         30px;
    -webkit-transform: skew(20deg);
    -moz-transform:    skew(20deg);
    transform:         skew(20deg);
    z-index: 2;
}
c.cattle a:after{
    top: -9px;
    left: 20px;
    width: 15px;
    height: 15px;
    background-color: #000;
    -webkit-border-radius: 30px;
    -moz-border-radius:    30px;
    border-radius:         30px;
    -webkit-transform: skew(-20deg);
    -moz-transform:    skew(-20deg);
    transform:         skew(-20deg);
    z-index: 2;
}
/*----- body patern 2 -----*/
c.cattle e{
    width: 45px;
    height: 19px;
    -webkit-border-radius: 0 0 20px 15px;
    -moz-border-radius:    0 0 20px 15px;
    border-radius:         0 0 20px 15px;
    overflow: hidden;
    z-index: 2;
}
c.cattle e:before{
    top: 6px;
    left: 27px;
    width: 10px;
    height: 15px;
    background-color: #000;
    -webkit-border-radius: 30px;
    -moz-border-radius:    30px;
    border-radius:         30px;
    -webkit-transform: skew(-20deg);
    -moz-transform:    skew(-20deg);
    transform:         skew(-20deg);
    z-index: 2;
}
c.cattle e:after{
    top: -9px;
    left: 40px;
    width: 10px;
    height: 15px;
    background-color: #000;
    -webkit-border-radius: 30px;
    -moz-border-radius:    30px;
    border-radius:         30px;
    z-index: 2;
}
/*----- right hindleg -----*/
c.cattle t:nth-of-type(1){
    top: 8px;
    left: 34px;
    width: 3px;
    height: 16px;
    background-color: #fff;
    border-bottom: 2px solid #630;
    z-index: 1;
}
/*----- left hindleg -----*/
c.cattle t:nth-of-type(1):before{
    left: 5px;
    width: 3px;
    height: 16px;
    background-color: #fff;
    border-bottom: 2px solid #630;
    z-index: 1;
}
/*----- tail -----*/
c.cattle t:nth-of-type(1):after{
    top: -8px;
    left: 10px;
    width: 2px;
    height: 13px;
    background-color: #000;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius:    0 10px 10px 0;
    border-radius:         0 10px 10px 0;
    z-index: 1;
}
/*----- head -----*/
c.cattle t:nth-of-type(2){
    top: -4px;
    left: -5px;
    width: 10px;
    height: 13px;
    background-color: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius:    0 0 3px 3px;
    border-radius:         0 0 3px 3px;
    border-bottom: 1px solid #63c;
    z-index: 5;
}
/*----- right ear -----*/
c.cattle t:nth-of-type(2):before{
    left: -3px;
    width: 3px;
    height: 3px;
    background-color: #000;
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius:    0 0 0 5px;
    border-radius:         0 0 0 5px;
    z-index: 5;
}
/*----- left ear -----*/
c.cattle t:nth-of-type(2):after{
    left: 10px;
    width: 3px;
    height: 3px;
    background-color: #fff;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius:    0 0 5px 0;
    border-radius:         0 0 5px 0;
    z-index: 5;
}
/*----- left tsuno -----*/
c.cattle l{
    top: -8px;
    left: 2px;
    width: 0;
    height: 0;
    border-right:  1px solid transparent;
    border-bottom: 4px solid #fcc;
    border-left:   1px solid transparent;
    z-index: 5;
}
/*----- right tsuno -----*/
c.cattle l:before{
    left: -7px;
    width: 0;
    height: 0;
    border-right:  1px solid transparent;
    border-bottom: 4px solid #fcc;
    border-left:   1px solid transparent;
    z-index: 5;
}
/*----- head pattern -----*/
c.cattle l:after{
    top: 4px;
    left: -8px;
    width: 7px;
    height: 7px;
    background-color: #000;
    -webkit-border-radius: 0 0 10px 0;
    -moz-border-radius:    0 0 10px 0;
    border-radius:         0 0 10px 0;
}
/*------------------------------------------------
                    B.U.T.A.
------------------------------------------------*/
/*----- body -----*/
b.buta{
    width: 30px;
    height: 14px;
    background-color: #fcc;
    background: -moz-linear-gradient(top, #fff, #fcc);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fcc));
    -webkit-border-radius: 5px 20px 10px 20px;
    -moz-border-radius:    5px 20px 10px 20px;
    border-radius:         5px 20px 10px 20px;
    -webkit-box-shadow: 0 10px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow:    0 10px 3px rgba(0, 0, 0, .2);
    box-shadow:         0 10px 3px rgba(0, 0, 0, .2);
    cursor: move;
    z-index: 3;
}
/*----- right foreleg -----*/
b.buta u{
    top: 13px;
    left: 5px;
    width: 2px;
    height: 3px;
    background-color: #fcc;
    border-bottom: 1px solid #630;
    z-index: 1;
}
/*----- left foreleg -----*/
b.buta u:before{
    left: 4px;
    width: 2px;
    height: 3px;
    background-color: #fcc;
    border-bottom: 1px solid #630;
    z-index: 1;
}
/*----- right hindleg -----*/
b.buta u:after{
    left: 16px;
    width: 2px;
    height: 3px;
    background-color: #fcc;
    border-bottom: 1px solid #630;
    z-index: 1;
}
/*----- left hindleg -----*/
b.buta t{
    top: 13px;
    left: 25px;
    width: 2px;
    height: 3px;
    background-color: #fcc;
    border-bottom: 1px solid #630;
    z-index: 1;
}
/*----- tail -----*/
b.buta t:before{
    top: -17px;
    content: "j";
    color: #fcc;
    -webkit-transform: rotate(-135deg);
    -moz-transform:    rotate(-135deg);
    transform:         rotate(-135deg);
    z-index: 1;
}
/*----- head -----*/
b.buta t:after{
    top: -8px;
    left: -30px;
    width: 5px;
    height: 5px;
    background-color: #fcc;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius:    5px 0 0 5px;
    border-radius:         5px 0 0 5px;
    border-left: 2px solid #63c;
    z-index: 1;
}
/*----- ear -----*/
b.buta a{
    top: -3px;
    width: 3px;
    height: 5px;
    background-color: #fcc;
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius:    0 3px 0 0;
    border-radius:         0 3px 0 0;
    -webkit-transform: rotate(-20deg);
    -moz-transform:    rotate(-20deg);
    transform:         rotate(-20deg);
    z-index: 1;
}
/*----- eye -----*/
b.buta a:before{
    top: 7px;
    width: 2px;
    height: 1px;
    background-color: #63c;
    -webkit-border-radius: 10px;
    z-index: 3;
}
/*------------------------------------------------
                    P.A.N.D.A.
------------------------------------------------*/
/*----- body -----*/
p.panda{
    width: 26px;
    height: 24px;
    background-color: #000;
    -webkit-border-radius: 30px 30px 10px 10px;
    -moz-border-radius:    30px 30px 10px 10px;
    border-radius:         30px 30px 10px 10px;
    -webkit-box-shadow: 0 10px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow:    0 10px 3px rgba(0, 0, 0, .2);
    box-shadow:         0 10px 3px rgba(0, 0, 0, .2);
    cursor: move;
}

/*----- body2 -----*/
p.panda:before{
    top: 20px;
    left: 1px;
    width: 24px;
    height: 6px;
    background-color: #fff;
    -webkit-border-radius: 2px 2px 5px 5px;
    -moz-border-radius:    2px 2px 5px 5px;
    border-radius:         2px 2px 5px 5px;
}
/*----- right leg -----*/
p.panda:after{
    top: 24px;
    left: 3px;
    width: 7px;
    height: 5px;
    background-color: #000;
    -webkit-border-radius: 20px;
    -moz-border-radius:    20px;
    border-radius:         20px;
}
/*----- left leg -----*/
p.panda a:nth-of-type(1){
    top: 24px;
    left: 15px;
    width: 7px;
    height: 5px;
    background-color: #000;
    -webkit-border-radius: 20px;
    -moz-border-radius:    20px;
    border-radius:         20px;
}
/*----- ears -----*/
p.panda n{
    top: -2px;
    left: 3px;
}
p.panda n:before{
    top: -3px;
    left: 2px;
    width: 6px;
    height: 10px;
    background-color: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius:    10px;
    border-radius:         10px;
    -webkit-transform: rotate(-30deg);
    -moz-transform:    rotate(-30deg);
    transform:         rotate(-30deg);
}
p.panda n:after{
    top: -3px;
    left: 12px;
    width: 6px;
    height: 10px;
    background-color: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius:    10px;
    border-radius:         10px;
    -webkit-transform: rotate(30deg);
    -moz-transform:    rotate(30deg);
    transform:         rotate(30deg);
}
/*----- head -----*/
p.panda d{
    top: -2px;
    left: 3px;
    width: 20px;
    height: 15px;
    background-color: #fff;
    -webkit-border-radius: 20px 20px 6px 6px;
    -moz-border-radius:    20px 20px 6px 6px;
    border-radius:         20px 20px 6px 6px;
    border-bottom: 1px solid #666;
}
/*----- right eye -----*/
p.panda d:before{
    top: 4px;
    left: 3px;
    width: 6px;
    height: 5px;
    background-color: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius:    10px;
    border-radius:         10px;
    -webkit-transform: rotate(-30deg);
    -moz-transform:    rotate(-30deg);
    transform:         rotate(-30deg);
}
/*----- left eye -----*/
p.panda d:after{
    top: 4px;
    left: 11px;
    width: 6px;
    height: 5px;
    background-color: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius:    10px;
    border-radius:         10px;
    -webkit-transform: rotate(30deg);
    -moz-transform:    rotate(30deg);
    transform:         rotate(30deg);
}
/*----- right hand -----*/
p.panda a:nth-of-type(2){
    top: 10px;
}
/*----- right hand -----*/
p.panda a:nth-of-type(2):before{
    left: -6px;
    width: 10px;
    height: 6px;
    background-color: #000;
    -webkit-border-radius: 20px;
    -moz-border-radius:    20px;
    border-radius:         20px;
    -webkit-transform: rotate(30deg);
    -moz-transform:    rotate(30deg);
    transform:         rotate(30deg);
}
/*----- left hand -----*/
p.panda a:nth-of-type(2):after{
    left: 22px;
    width: 10px;
    height: 6px;
    background-color: #000;
    -webkit-border-radius: 20px;
    -moz-border-radius:    20px;
    border-radius:         20px;
    -webkit-transform: rotate(-30deg);
    -moz-transform:    rotate(-30deg);
    transform:         rotate(-30deg);
}
/*------------------------------------------------
                K.A.N.G.A.R.O.O.
------------------------------------------------*/
/*----- body -----*/
k.kangaroo{
    width: 40px;
    height: 9px;
    background-color: #f90;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius:    20px 20px 0 0;
    border-radius:         20px 20px 0 0;
    border-bottom: 2px solid #fc6;
    -webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow:    5px 5px 3px rgba(0, 0, 0, .2);
    box-shadow:         5px 5px 3px rgba(0, 0, 0, .2);
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    transform:         rotate(45deg);
    cursor: move;
    z-index: 1;
}
/*----- tail -----*/
k.kangaroo:before{
    top:  -8px;
    left: 31px;
    width: 26px;
    height: 8px;
    -webkit-border-radius: 50px;
    -moz-border-radius:    50px;
    border-radius:         50px;
    border-bottom: 4px solid #f90;
    border-left:  6px solid #f90;
    -webkit-transform: rotate(-60deg);
    -moz-transform:    rotate(-60deg);
    transform:         rotate(-60deg);
}
/*----- pouch -----*/
k.kangaroo:after{
    top: 10px;
    left: 18px;
    width: 15px;
    height: 6px;
    background-color: #fc6;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius:    0 0 20px 0;
    border-radius:         0 0 20px 0;
}
/*----- foot -----*/
k.kangaroo a:nth-of-type(1){
    top: 20px;
    left: 25px;
    width: 15px;
    height: 3px;
    background-color: #f90;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius:    20px 0 0 0;
    border-radius:         20px 0 0 0;
    border-bottom: 1px solid #960;
    -webkit-transform: rotate(-45deg);
    -moz-transform:    rotate(-45deg);
    transform:         rotate(-45deg);
    z-index: 2;
}
k.kangaroo a:nth-of-type(1):before{
    top: -13px;
    left: 11px;
    width: 4px;
    height: 16px;
    background-color: #f90;
}
/*----- head1 -----*/
k.kangaroo a:nth-of-type(1):after{
    top: -36px;
    left: -11px;
    width: 9px;
    height: 9px;
    background-color: #f90;
    -webkit-border-radius: 20px;
    -moz-border-radius:    20px;
    border-radius:         20px;
}
/*----- head2 -----*/
k.kangaroo n{
    top: 6px;
    left: -9px;
    width: 15px;
    height: 6px;
    background-color: #f90;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius:    20px 20px 0 0;
    border-radius:         20px 20px 0 0;
    -webkit-transform: rotate(-65deg);
    -moz-transform:    rotate(-65deg);
    transform:         rotate(-65deg);
}
k.kangaroo n:before{
    top: 2px;
    left: -2px;
    width: 3px;
    height: 4px;
    background-color: #f90;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius:    20px 0 0 0;
    border-radius:         20px 0 0 0;
}
/*----- ear -----*/
k.kangaroo n:after{
    top: -5px;
    left: 3px;
    width: 12px;
    height: 4px;
    background-color: #f90;
    -webkit-border-radius:  0 0 20px 0;
    -moz-border-radius:     0 0 20px 0;
    border-radius:          0 0 20px 0;
    -webkit-transform: rotate(-65deg);
    -moz-transform:    rotate(-65deg);
    transform:         rotate(-65deg);
}
/*----- hand -----*/
k.kangaroo g{
    top: 11px;
    left: 6px;
    width: 12px;
    height: 3px;
    background-color: #f90;
    -webkit-border-radius:  20px 0 0 0;
    -moz-border-radius:     20px 0 0 0;
    border-radius:          20px 0 0 0;
    -webkit-transform: rotate(-100deg);
    -moz-transform:    rotate(-100deg);
    transform:         rotate(-100deg);
}
/*----- body(child) -----*/
k.kangaroo a:nth-of-type(2){
    top:  31px;
    left: -15px;
    width: 40px;
    height: 9px;
    background-color: #f90;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius:    20px 20px 0 0;
    border-radius:         20px 20px 0 0;
    border-bottom: 2px solid #fc6;
    -webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow:    5px 5px 3px rgba(0, 0, 0, .2);
    box-shadow:         5px 5px 3px rgba(0, 0, 0, .2);
    -webkit-transform: scale(.5,.5);
    -moz-transform:    scale(.5,.5);
    transform:         scale(.5,.5);
    z-index: 1;
}
/*----- tail(child) -----*/
k.kangaroo a:nth-of-type(2):before{
    top:  -8px;
    left: 31px;
    width: 26px;
    height: 8px;
    -webkit-border-radius: 50px;
    -moz-border-radius:    50px;
    border-radius:         50px;
    border-bottom: 4px solid #f90;
    border-left:  6px solid #f90;
    -webkit-transform: rotate(-60deg);
    -moz-transform:    rotate(-60deg);
    transform:         rotate(-60deg);
}
/*----- pouch(child) -----*/
k.kangaroo a:nth-of-type(2):after{
    top: 10px;
    left: 18px;
    width: 15px;
    height: 6px;
    background-color: #fc6;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius:    0 0 20px 0;
    border-radius:         0 0 20px 0;
}
/*----- foot(child) -----*/
k.kangaroo r{
    top: 20px;
    left: 25px;
    width: 15px;
    height: 3px;
    background-color: #f90;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius:    20px 0 0 0;
    border-radius:         20px 0 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform:    rotate(-45deg);
    transform:         rotate(-45deg);
    border-bottom: 1px solid #960;
    z-index: 2;
}
k.kangaroo r:before{
    top: -13px;
    left: 11px;
    width: 4px;
    height: 16px;
    background-color: #f90;
}
/*----- head1(child) -----*/
k.kangaroo r:after{
    top: -36px;
    left: -11px;
    width: 9px;
    height: 9px;
    background-color: #f90;
    -webkit-border-radius: 20px;
    -moz-border-radius:    20px;
    border-radius:         20px;
}
/*----- head2(child) -----*/
k.kangaroo o:nth-of-type(1){
    top: 6px;
    left: -9px;
    width: 15px;
    height: 6px;
    background-color: #f90;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius:    20px 20px 0 0;
    border-radius:         20px 20px 0 0;
    -webkit-transform: rotate(-65deg);
    -moz-transform:    rotate(-65deg);
    transform:         rotate(-65deg);
}
k.kangaroo o:nth-of-type(1):before{
    top: 2px;
    left: -2px;
    width: 3px;
    height: 4px;
    background-color: #f90;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius:    20px 0 0 0;
    border-radius:         20px 0 0 0;
}
/*----- ear(child) -----*/
k.kangaroo o:nth-of-type(1):after{
    top: -5px;
    left: 3px;
    width: 12px;
    height: 4px;
    background-color: #f90;
    -webkit-border-radius:  0 0 20px 0;
    -moz-border-radius:     0 0 20px 0;
    border-radius:          0 0 20px 0;
    -webkit-transform: rotate(-65deg);
    -moz-transform:    rotate(-65deg);
    transform:         rotate(-65deg);
}
/*----- hand(child) -----*/
k.kangaroo o:nth-of-type(2){
    top: 11px;
    left: 6px;
    width: 12px;
    height: 3px;
    background-color: #f90;
    -webkit-border-radius:  20px 0 0 0;
    -moz-border-radius:     20px 0 0 0;
    border-radius:          20px 0 0 0;
    -webkit-transform: rotate(-100deg);
    -moz-transform:    rotate(-100deg);
    transform:         rotate(-100deg);
}
/*------------------------------------------------
                    animations
------------------------------------------------*/
@-webkit-keyframes animBornLeft{
    0% {
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
    } 16% {
        opacity: .16;
        margin-top: -33px;
        margin-left: -10px;
    } 33% {
        opacity: .33;
        margin-top: -53px;
        margin-left: -20px;
    } 50% {
        opacity: .5;
        margin-top: -60px;
        margin-left: -30px;
    } 66% {
        opacity: .66;
        margin-top: -53px;
        margin-left: -40px;
    } 83% {
        opacity: .83;
        margin-top: -33px;
        margin-left: -50px;
    } 100% {
        opacity: 1;
        margin-top: -0px;
        margin-left: -60px;
    }
}
@-webkit-keyframes animBornRight{
    0% {
        opacity: 0;
        margin-top:  0;
        margin-left: 0;
    } 16% {
        opacity: .16;
        margin-top: -33px;
        margin-left: 10px;
    } 33% {
        opacity: .33;
        margin-top: -53px;
        margin-left: 20px;
    } 50% {
        opacity: .5;
        margin-top: -60px;
        margin-left: 30px;
    } 66% {
        opacity: .66;
        margin-top: -53px;
        margin-left: 40px;
    } 83% {
        opacity: .83;
        margin-top: -33px;
        margin-left: 50px;
    } 100% {
        opacity: 1;
        margin-top: -0px;
        margin-left: 60px;
    }
}
#zoo .left,
#zoo .right{
    -webkit-animation-duration:        .5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    margin-top: 0;
}
#zoo .left{
    -webkit-animation-name: animBornLeft;
    margin-left: -60px;
}
#zoo .right{
    -webkit-animation-name: animBornRight;
    margin-left: 60px;
}
/*------------------------------------------------
                    animations
------------------------------------------------*/
@-webkit-keyframes animMoon{
    0% {
        opacity: 0;
    } 50% {
        opacity: 0;
    } 100% {
        opacity: 1;
    }
}
@-webkit-keyframes animNight{
    0% {
        opacity: 0;
    } 100% {
        opacity: 1;
    }
}
@-webkit-keyframes animClouds{
    0% {
        opacity: 1;
    } 100% {
        opacity: .2;
    }
}
body.zzz m.moon{
    display: block;
    -webkit-animation-name:            animMoon;
    -webkit-animation-duration:        2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    z-index: 5;
}
body.zzz c.clouds{
    display: block;
    -webkit-animation-name:            animClouds;
    -webkit-animation-duration:        2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    opacity: .2;
}
/*------------------------------------------------
                    M.O.O.N.
------------------------------------------------*/
m.moon{
    display: none;
    top: 40px;
    left: 12%;
    width: 36px;
    height: 36px;
    background-color: #fc0;
    background: -moz-linear-gradient(top, #ff9, #ff6);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9), to(#ff6));
    -webkit-border-radius: 18px;
    -moz-border-radius:    18px;
    border-radius:         18px;
    overflow: hidden;
    opacity: 1;
}
m.moon o:nth-of-type(1){
    top: -1px;
    left: 6px;
    width: 33px;
    height: 33px;
    background-color: #003;
    -webkit-border-radius: 16px;
    -moz-border-radius:    16px;
    border-radius:         16px;
}
/*------------------------------------------------
                        ZZZ
------------------------------------------------*/
body.zzz div#zzz{
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #003;
    background: -moz-linear-gradient(top, #003, #000);
    background: -webkit-gradient(linear, left top, left bottom, from(#003), to(#000));
    -webkit-animation-name:            animNight;
    -webkit-animation-duration:        1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    z-index: 4;
}
body.zzz #zoo > *,
body.zzz #zoo > *:after{
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border-style: none;
    box-shadow: none;
    -webkit-transform: none;
    -moz-transform:    none;
    transform:         none;
    font-size: 100%;
    overflow: visible;
    z-index: 100;
}
@-webkit-keyframes animZzz4{
    0% {
        opacity: 0;
        margin-top: 0;
        margin-right: 0;
    } 100% {
        opacity: 1;
        margin-top: -5px;
        margin-right: 20px;
    }
}
@-webkit-keyframes animZzz3{
    0% {
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
    } 100% {
        opacity: 1;
        margin-top: -5px;
        margin-left: 30px;
    }
}
@-webkit-keyframes animZzz2{
    0% {
        opacity: 0;
        margin-top: 0;
        margin-right: 0;
    } 100% {
        opacity: 1;
        margin-top: -5px;
        margin-right: 30px;
    }
}
@-webkit-keyframes animZzz1{
    0% {
        opacity: 0;
        margin-top: 0;
        margin-left: 0;
    } 100% {
        opacity: 1;
        margin-top: -5px;
        margin-left: 25px;
    }
}
body.zzz #zoo > *{
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}
/*-----  -----*/
body.zzz #zoo > *:nth-child(3n){
    font-size: 100%;
}
body.zzz #zoo > *:nth-child(3n+1){
    font-size: 90%;
}
body.zzz #zoo > *:nth-child(3n+2){
    font-size: 80%;
}
/*-----  -----*/
body.zzz #zoo > *:nth-child(4n){
    -webkit-animation-name: animZzz1;
}
body.zzz #zoo > *:nth-child(4n+1){
    -webkit-animation-name: animZzz2;
}
body.zzz #zoo > *:nth-child(4n+2){
    -webkit-animation-name: animZzz3;
}
body.zzz #zoo > *:nth-child(4n+3){
    -webkit-animation-name: animZzz4;
}
/*-----  -----*/
body.zzz #zoo > *:nth-child(5n){
    -webkit-animation-duration: 4.3s;
}
body.zzz #zoo > *:nth-child(5n+1){
    -webkit-animation-duration: 2.9s;
}
body.zzz #zoo > *:nth-child(5n+2){
    -webkit-animation-duration: 3.7s;
}
body.zzz #zoo > *:nth-child(5n+3){
    -webkit-animation-duration: 2.3s;
}
body.zzz #zoo > *:nth-child(5n+4){
    -webkit-animation-duration: 1.7s;
}
/*-----  -----*/
body.zzz #zoo > *:nth-child(6n){
    -webkit-transform: rotate(-10deg);
    -moz-transform:    rotate(-10deg);
    transform:         rotate(-10deg);
}
body.zzz #zoo > *:nth-child(6n+1){
    -webkit-transform: rotate(10deg);
    -moz-transform:    rotate(10deg);
    transform:         rotate(10deg);
}
body.zzz #zoo > *:nth-child(6n+2){
    -webkit-transform: rotate(-15deg);
    -moz-transform:    rotate(-15deg);
    transform:         rotate(-15deg);
}
body.zzz #zoo > *:nth-child(6n+3){
    -webkit-transform: rotate(15deg);
    -moz-transform:    rotate(15deg);
    transform:         rotate(15deg);
}
body.zzz #zoo > *:nth-child(6n+4){
    -webkit-transform: rotate(-20deg);
    -moz-transform:    rotate(-20deg);
    transform:         rotate(-20deg);
}
body.zzz #zoo > *:nth-child(6n+5){
    -webkit-transform: rotate(5deg);
    -moz-transform:    rotate(5deg);
    transform:         rotate(5deg);
}
/*-----  -----*/
body.zzz #zoo > *:after{
    color: #fff;
    font-family: myriad, helvetica, verdana, osaka, sans-serif;
}
/*-----  -----*/
body.zzz #zoo > *:nth-child(4n):after{
    content: "...zzZ";
}
body.zzz #zoo > *:nth-child(4n+1):after{
    content: "Zzz...";
}
body.zzz #zoo > *:nth-child(4n+2):after{
    content: "...zzzZ";
}
body.zzz #zoo > *:nth-child(4n+3):after{
    content: "Zzzz...";
}
/*-----  -----*/
body.zzz #zoo > *:before,
body.zzz #zoo > * *{
    display: none;
}
/*------------------------------------------------
                #progress
------------------------------------------------*/
div#progress{
    display: block;
    top: 0;
    left: 0;
    width: 465px;
    height: 5px;
    background-color: transparent;
}
div#progress div{
    top: 0;
    left: 0;
    height: 5px;
    background-color: #ff0;
}