@charset="shift_jis";
.modal-content {
    position:fixed;
    display:none;
    z-index:2;
    width:35%;
    margin:0;
    padding:10px 20px;
    border:2px solid #aaa;
    background:#fff;
}

.modal-content p {
    margin:0!important;
    padding:0!important;
}

.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-open {
    color:#333333;
    text-decoration:none;
}

.modal-open:hover {
    cursor:pointer;
    color:white;
    background-color:blue;
}

.modal-close {
	all:initial;
    color:#00f;
    text-decoration:underline;
}

.modal-close:hover {
    cursor:pointer;
    color:#f00;
}