@charset "UTF-8";
/* CSS Document */

/* overflow:hidden;で背景固定 */
.lock {
    overflow:auto;
}

.modal-content {
    position:relative;
    display:none;
	max-width:84%;
    max-height:80%;
    background:#fff;
}
.modal_l {
	width:872px;
}
.modal_m {
	width:400px;
}

.modal-in {
	overflow: auto;
	position: relative;
	box-sizing:border-box;
}

.modal-content p {
    margin:0;
    padding:0;
}

.modal-overlay {
    z-index:10000;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.4);
}

.modal-wrap {
    z-index:10001;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
}

.modal-open {
}

.modal-open:hover {
}
.modal-close {
	background: #a6b8c1 url(/images/pc/ico_close.png) no-repeat center center;
	background-size: 13px auto;
	position: absolute;
	top: -19px;
	right: -19px;
	height: 40px;
	width: 40px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
	text-indent: -1000px;
	overflow: hidden;
}
.modal-close:hover {
	background: #d2dbe0 url(/images/pc/ico_close.png) no-repeat center center;
	background-size: 13px auto;
	opacity:1;
}