/* test page styling */

body {
    background: #134B60;
}

.container {
    width: 1250px;
    margin: 0 auto;
    padding: 45px 20px;
    transition: all 0.9s;
}

.first {
    margin-top: 100px;
}


/* test items */

.item {
    display: block;
    float: left;
    width: 280px;
    height: 280px;
    background: #00A0B0;
}

.item-0 {
    background: #f75763;
}

.border .item-0 {
    border: 10px solid #E1323F;
}

.item-1 {
    background: #9b5fea;
}

.border .item-1 {
    border: 10px solid #833DDF;
}

.item-2 {
    background: #73c6f9;
}

.border .item-2 {
    border: 10px solid #4CB5F3;
}

.item-3 {
    background: #91d656;
}

.border .item-3 {
    border: 10px solid #73BD35;
}

.item-4 {
    background: #f99b46;
}

.border .item-4 {
    border: 10px solid #EB7C19;
}

.item-5 {
    background: #ff7bac;
}

.border .item-5 {
    border: 10px solid #FF5091;
}

.item-6 {
    background: #fffd06;
}
.item-6 h2 {
color: #555;
}
.item-6 .image {
    border-top: 2px solid #555;
}

.item-7 {
background: #f3ecec;
}

.border .item-7 {
    border: 10px solid #898989;;
}
.item-7 .image {
    border-top: 2px solid #555;
}
.item-7 h2 {
color: #555;
}

.border .item-6 {
    border: 10px solid #bbbb12;
}

.border .facebook {
    border: 10px solid #23448A;
}

.border .twitter {
    border: 10px solid #3197E5;
}


/* test border-box */

.border-box .item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#twitter {
    margin-top: 20px;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}

#facebook {
    position: absolute;
    bottom: 20px;
    left: 14px;
    font-weight: bold;
    font-size: 2em;
}

.inq {
    margin-top: 9px;
    text-align: center;
    line-height: 1.3em;
    font-size: 1.3em;
}

.u_new {
    margin-top: 30px;
    font-size: 1.3em;
    text-align: center;

}

.new {
    text-align: center;
    margin-top: 30px;
    font-size: 1.5em;
}

#snow_canvas {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
}

#pc {
    width: 50%;
    padding: 30px 10%;
    margin: 40px auto;
    margin-top: 100px;
    border: 3px solid #999;
    text-align: center;

}

#pc a {
    font-size: 3em;
    color: #999;
}