@charset "UTF-8";
 
.select {
    position : absolute;
    z-index: 1;
    
    top : 200px;
    width : 1000px;
    
  text-align : center;
  margin-left : auto;
  margin-right : auto;
  
}@keyframes chara_mark_new {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}@keyframes chara_mark_new {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}


.select .icon {
    float: left;
    position: relative;
    width : 320px;
    height : 156px;
    display: block;
    margin: 0 12px 27px 0;
    background-color : rgb(255, 80, 130);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(120, 20, 0, 0.3);
}

.select .icon img {
    -webkit-border-radius : 10px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width : 320px;
    height : 156px;
    transition: opacity 0.3s ease;
    
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
}.chara .select .icon img:hover {
    opacity: 0.5;
}



.select .item .new {
    position: absolute;
    width : 76px;
    height : 77px;
    top : -30px;
    left : -18px;
    background-image : url(img/mark_new.png);
    animation: top_mark_new 2.5s ease 0s 1 normal;
  
  z-index : 10;
  
  margin-top : 850px;
}


.select .item .new2 {
    position: absolute;
    width : 76px;
    height : 77px;
    top : -30px;
    left : -18px;
    background-image : url(img/mark_new.png);
    animation: top_mark_new 2.5s ease 0s 1 normal;
  
  z-index : 10;
  
  margin-top : 850px;
  margin-left : 340px;
}
.select .item .new3 {
    position: absolute;
    width : 76px;
    height : 77px;
    top : -30px;
    left : -18px;
    background-image : url(img/mark_new.png);
    animation: top_mark_new 2.5s ease 0s 1 normal;
  
  z-index : 10;
  
  margin-top : 850px;
  margin-left : 675px;
}
.select .item .new4 {
    position: absolute;
    width : 76px;
    height : 77px;
    top : -30px;
    left : -18px;
    background-image : url(img/mark_new.png);
    animation: top_mark_new 2.5s ease 0s 1 normal;
  
  z-index : 10;
  
  margin-top : 1030px;
}
.select .item .new5 {
    position: absolute;
    width : 76px;
    height : 77px;
    top : -30px;
    left : -18px;
    background-image : url(img/mark_new.png);
    animation: top_mark_new 2.5s ease 0s 1 normal;
  
  z-index : 10;
    margin-left : 340px;
  margin-top : 1030px;
}
.select .item .new6 {
    position: absolute;
    width : 76px;
    height : 77px;
    top : -30px;
    left : -18px;
    background-image : url(img/mark_new.png);
    animation: top_mark_new 2.5s ease 0s 1 normal;
    margin-top : 1030px;
  z-index : 10;
  
  margin-left : 675px;
}

.select .item .new7{
    position: absolute;
    width : 76px;
    height : 77px;
    top : -30px;
    left : -18px;
    background-image : url(img/mark_new.png);
    animation: top_mark_new 2.5s ease 0s 1 normal;
  
  z-index : 10;
  
  margin-top : 1210px;
}
.select .item .new8{
    position: absolute;
    width : 76px;
    height : 77px;
    top : -30px;
    left : -18px;
    background-image : url(img/mark_new.png);
    animation: top_mark_new 2.5s ease 0s 1 normal;
  
  z-index : 10;
    margin-left : 340px;
  margin-top : 1210px;
}
.select .item .new9{
    position: absolute;
    width : 76px;
    height : 77px;
    top : -30px;
    left : -18px;
    background-image : url(img/mark_new.png);
    animation: top_mark_new 2.5s ease 0s 1 normal;
    margin-top : 1210px;
  z-index : 10;
  
  margin-left : 675px;
}

