@charset "utf-8";

.background {
    position: fixed;
    _position: absolute;
    z-index: 998;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.webox {
	position: fixed;
	_position: absolute;
	z-index: 999999;
	box-shadow: 0 0 15px rgb(0 0 0 / 5%);
	animation: zoomIn 2s ease;
}

.webox #inside {
	background-color: #fff;
	height: 240px;
}

.webox #inside a {
	position: absolute;
	display: block;
	right: 10px;
	margin-top: 0px;
	top: 3px;
	font-size: 14px;
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: inline-block;
	background-size: 100% 100%;
	cursor: pointer;
}

.webox #inside h1 {
    -moz-user-select: none;
    -webkit-user-select: none;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    padding-left: 5px;
    font-family: Arial;
    background: #f0f4f8;
    font-weight: normal;
    
    cursor: move;
    font-weight: 800;
    color: #2c6dd2;
    border-bottom: 1px dashed #eceaea !important;
}

.webox #inside h1 a {
    position: absolute;
    display: block;
    right: 6px;
    margin-top: 6px;
    top: 0px;
    font-size: 14px;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 17px;
    height: 17px;
    cursor: pointer;
    display: inline-block;
}

.webox #inside h1 a:hover {
    background-position: center bottom;
}
.mainlist{padding: 10px;  height: 95%; overflow: auto;}
.webox img {
    width: 100%;
    height: 100%;
}