@charset "UTF-8";
body.fix{
    position: fixed;
    width: 100%;
    overflow: hidden;
}
.wrap_parent{
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    display: none;
}
#MovieBG{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: 9998;
    display: none;
}
#MovieWrap{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: auto;
    text-align: center;
}
.MovieTable{
    display: table;
    height: 100%;
    width: 100%;
}
.MovieBox{
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.MovieClose{
    margin: 1em;
}
.movie.clickevent{
    cursor: pointer;
    color: #516F99;
    text-decoration: underline;
}
.movieinclude{
    display: none;
}