@charset "utf-8";

					
						.ShowUserComments{
		                    
                            
                            
                            
                            
                            
                            
                        }
                        
                        .ShowUserComments>.outBox{
                            
                            
                            
                            
                            
                        }
                        @media screen and (max-width:768px){
                            .ShowUserComments{
		                        
                                
                                
                                
                                
                                
                                
                            }
                            
                            .ShowUserComments>.outBox{
                                
                                
                                
                                
                                
                            }
                        }
					
					
					
					    .ShowUserComments{
					        cursor:pointer;
					        pointer-events:all;
					    }
						 .ShowUserComments .icon{
						    width:20px;
						    height:20px;
						    background-repeat: no-repeat;
						    background-position:center;
						    background-size:contain;
						    background-image:url(/tw/images/common/ico_commentsA_1.svg);
						 }
						 
						 .ShowUserComments .iconA{
						    background-image:url(/tw/images/common/ico_commentsA_1.svg);
						 }
						 
						 .ShowUserComments .comments{
						    font-size:12px;
						    color:#AAA;
						    text-align:center;
						 }
						 
						 @media screen and (max-width:768px){
						    .ShowUserComments .icon{
                                width:4.83vw;
                                height:4.83vw;
                                margin: 0 auto;
                            }
                             
                            .ShowUserComments .comments{
                                font-size:3vw;
                            }
						 }
					