#langDiv {
	
    position: absolute;
	
	
    left: 1020px;
    top: 290px;

	 
	width: 111px;
    height: 290px;
	text-align: center;
	
	
    color: white;
   --background: #222222;
	

}

#textbotom {
    position: absolute;
	bottom : 0;
	width: 111px;
	margin-bottom:5px;

}

.flags {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  
   border: 2px solid black;

}




#btnLang
{
    position: absolute;
    left: 1020px;
    top: 583px;
    width: 111px;
    height: 41px;
    background-image: url("btn_01_nomal.png");
    font-family: 'NotoSansCJKjp-Medium';
    cursor: pointer;    
	
	
    text-align: center;
	
}



.hide {
    display: none;
}

.show {
    display: flex;
}