@charset "utf-8";
/* CSS Document */

.pubox{width:100%; height:100%; background-color: rgba(0,0,0, 0.7); position:fixed;    left:0; top:0; z-index:100;}
.popup{top:50%; left:50%; position:absolute; transform:translate(-50%,-50%); background-color:#fff;}
.pubox img {
}

.lpop {
	box-sizing:border-box;
}
.lpop h2 {
	width:100%;
	height:4rem;
	line-height:3.9rem;
	background:#333333;
	padding:0 1rem;
	font-size:1.5rem;
	color:#FFF;
}
.lpop h3 {
	width:90%;
	margin:1rem auto;
}
.lpop table {
	width:90%;
	margin:0rem auto;
}
.lpop dt {
	font-size:1.15rem;
	line-height:1.9rem;
	height:2rem;
}
.lpop > .if_x {
	width:90%;
	margin:1rem auto;
}