@charset "utf-8";

/* CSS Document */

video#bg_movie {
    position: fixed;
    min-width:100%;
    min-height:100%;
    left: 0;
    top: 0;
    z-index: 10000;
    background: url(../images/index/note.jpg) no-repeat;
    background-size: cover;
}
.close{
    width: 100px;
    position: absolute;
    left: 20px;
    z-index: 10020;
    bottom: 20px;
}
.close img:hover{
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    -moz-opacity:0.7;
    opacity:0.7;
}
html.ie8 #movie_wrap{
    display: none; /* IE8 */
}
