#show{position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:999;left:0;top:0;display:none}.dialog{width:1100px;z-index:1000;position:relative;margin:100px auto 0;background:#fff;padding-bottom:1px}.dialog .title{color:#fff;height:35px;background:#a40000;line-height:35px;text-indent:20px;font-weight:bold;font-size:18px}.dialog #close{width:50px;height:50px;right:-8px;top:-8px;background:url(../images/close1.png) no-repeat center;position:absolute;cursor:pointer}.dialog .wrap{padding:15px 15px 0 15px;max-height:500px;overflow-y:auto}.table{width:100%;margin-bottom:15px;border-collapse:collapse;border-spacing:0px}.table thead td{height:35px;text-align:center;color:#fff;border-width:1px;border-style:solid;border-color:#fff;border-image:initial;background:#68532a}.table tbody td{height:35px;text-align:center;color:red;background-color:#eee;border:1px solid #fff}
.cover {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	opacity: 0.6;
	background: #000;
}
.popBox {
	display: none;
	padding: 5px;
	width: 900px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1000;
	box-sizing: border-box;
	border-radius: 10px;
	background: #fff;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.popup {
	padding: 41px 19px 44px;
	position: relative;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #D7C8B2;
	    min-height: 300px;
}
.popup img {
	vertical-align: top;
}
.popup .close {
	position: absolute;
	right: 8px;
	top: 8px;
}
.popup .ttl {
	margin-bottom: 40px;
}
.popup .img {
	margin-bottom: 36px;
}
.popBox02 {
	display: none;
}
.popBox02 .popup {
	padding: 12px 19px 30px;
}
.popup p {
	margin-bottom: 14px;
	color: #794900;
	font-size: 18px;
	text-align: left;
}
.popup p span {
	color: #e90000;
	font-size: 20px;
}
.popup table {
	margin-bottom: 20px;
}
.popup th {
	padding: 9px 5px 8px;
}
.popup td {
	width: auto !important;
}
.popup td:first-child,
.popup .table td {
	width: 20% !important;
}
.popup .pageNavi {
	margin-top: 31px;
	text-align: center;
}
.popup .pageNavi a,
.popup .pageNavi span {
	margin: 0 2px 0 3px;
	padding: 0 5px;
	min-width: 26px;
	display: inline-block;
	color: #774700;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	background: #F5E0B1;
	box-sizing: border-box;
}
.popup .pageNavi .page {
	margin-right: 7px;
	padding: 0 13px;
}
.popup .pageNavi a:hover,
.popup .pageNavi span.current {
	color: #fff;
	background-color: #774900;
}