.js-modal-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0.2);
}
.js-modal-body {
    background-color: #fff;
    overflow: auto;
    margin: 30px auto;
    max-width: 920px;
    position: relative;
}
.js-modal-body-inner {
    width: 100%;
    transform-origin: 0 0;
}
.js-modal-body-inner .modal_w {
    margin: 20px;
}
.js-modal-hidden {
    margin: 20px;
    display: none;
}
.js-modal-body-inner .js-modal-hidden {
    display: block;
}
.js-modal-body-wrap {
    overflow: hidden;
}
.js-modal-zoom-btn {
    margin: 5px 0;
}
body.js-on-modal {
    position: fixed;
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
    left: 0;
    top: auto;
}

.js-modal_s-wrap {
    position: fixed;
    display: none;
    width: auto;
    height: auto;
    padding: 15px;
    background-color: #fff;
    border: solid 1px #ccc;
    font-weight: normal;
}
.js-modal_s-wrap.s-active {
    display: block;
    z-index: 9999;
}
.js-modal-close {
    cursor: pointer;
    position: absolute;
    top: -16px;
    right: -16px;
    width: 32px;
    height: 32px;
    background-color: #000;
    display: block;
    border-radius: 32px;
    overflow: hidden;
	transform:scale(0.5);

}
.js-modal-close:before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    top: 12.5px;
	left:3px;
    background-color: #fff;
    width: 80%;
    height: 5px;
}
.js-modal-close:after {
    content: "";
    position: absolute;
    transform: rotate(-45deg);
    top: 12.5px;
	left:3px;
    background-color: #fff;
    width: 80%;
    height: 5px;
}
.js-modal-close:hover{
		background-color:red;
	}


#todayWrapper {
    /*margin-left: 150px;*/
}

/* テーブル専用 */
@media screen and (max-width: 640px) {
    .js-modal-body {
        margin: 5vw;
    }
    .js-modal-body-inner .modal_w {
        margin: 20px;
    }
    .js-modal-body-wrap {
        min-height: 100%;
    }
    .js-modal-hidden {
        margin: 5vw;
    }
    .js-modal-body-inner .tableHead {
        /* width: 27.5vw;  */
    }
    .js-modal-body-inner .tableBody {
        overflow: hidden;
        width: auto;
    }
    .js-modal-body-inner .tableBody .sche {
    }
    #todayWrapper {
        margin-left: 0;
    }
    .js-modal-body .pcHide {
        display: none !important;
    }
}
