
@charset "UTF-8";

#blanket {
   background-color:#111;
   opacity: 0.65;
   *background:none;
   position:absolute;
   z-index: 9001;
   top:0px;
   left:0px;
   width:calc(100% + 82px);
}

#popUpDiv {
	position:absolute;
	background: white;
	opacity: 0.8;
	max-width: 650px;
	height: auto;
	padding: 0 20px;
	border-radius: 25px;
	border:5px solid #000;
	z-index: 9002;
}

#browser_note{
	min-height: 280px;
	margin: 50px auto;
	padding: 0 20px;	
	background: white;
	opacity: 0.8;
	border-radius: 25px;
}
#browser_note h1, #browser_note h2{
	font-family: 'Meiryo UI', Georgia;
}
#browser_note h1{
	margin: 0 0 20px;
}
#browser_note .lucidafont {
	padding-left: 0;
}
#browser_note p{
	font-family: 'Meiryo UI', Georgia;
	padding: 5px 0;
}
#browser_note p.mt-3{
	margin-top: 15px;
}
#browser_note li{
	font-family: 'Meiryo UI', Georgia;
}
#browser_note .float_right{
	float: right;
	font-family: 'Meiryo UI', Georgia;
}
#browser_note .popup_close{
	margin-top: -30px;
}