/* カスタマイズ用CSS */


.itemmoji{
    height:40px;
    overflow: hidden;
     text-overflow: ellipsis;   
     margin-bottom: 10px;
     font-size: 15px;
     


 -webkit-text-overflow: ellipsis;  
 -o-text-overflow: ellipsis; 
     
     
}