
.clerFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.dpN {
	display: none!important;
}

/* 背景 */
#modal_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-color: rgb(0, 0, 0);
	z-index: 1000;
}

#modal_set {
	position: fixed;
	top: 100px;
	z-index: 1001;
	font-size:14px;
	color: #FFF;
}

.close_btn {
	position: absolute;
	top: -8px;
	right: 0;
	z-index: 1002;
	font-size: 1.6em;
	cursor: pointer;
}

#modal_fig {
	font-size: 1.2em;
}

#modal_caution {
}


#prev_btn {
	position: fixed;
	top: 50%;
	left: 30px;
	z-index: 1100;
	cursor: pointer;
}

#next_btn {
	position: fixed;
	top: 50%;
	right: 30px;
	z-index: 1100;
	cursor: pointer;
}
