@charset "utf-8";

					
						.UIUserProfileEditTool{
		                    
                            
                            
                            
                            
                            
                            
                        }
                        
                        .UIUserProfileEditTool>.outBox{
                            
                            
                            
                            
                            
                        }
                        @media screen and (max-width:768px){
                            .UIUserProfileEditTool{
		                        
                                
                                
                                
                                
                                
                                
                            }
                            
                            .UIUserProfileEditTool>.outBox{
                                
                                
                                
                                
                                
                            }
                        }
					
					
                    
                        .UIUserProfileEditTool{
                            position: relative;
                            font-size:14px;
                        }
                        
                        .UIUserProfileEditTool .ifEditable{
                            position: relative;
                            z-index: 999;
                        }
                        
                        .UIUserProfileEditTool .iconEdit {
                            position: absolute;
                            right: -27px;
                            top: 0;
                            cursor: pointer;
                            width: 17px;
                            height: 100%;
                            background-image: url(/tw/images/common/ico_edit_2.svg);
                        }
                        
                        @media screen and (max-width:768px){
                            .UIUserProfileEditTool{
                                position: relative;
                                font-size:3.38vw;
                            }
                            .UIUserProfileEditTool .iconEdit{
                                right:-6.52vw;
                                width: 4.11vw;
                                height: 4.83vw;
                            }
                        }
					