@charset "UTF-8";

body.fix{
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.wrap {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    display: none;
}
iframe {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#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;
/*    right: 0;
    bottom: 0;
    margin: auto;*/
    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{
    cursor: pointer;
}
.motion .text{
    padding: 29px;
    background: #F5F5F5;
}
.motion li{
    background: #F5F5F5;
}
/*
#searchList .motion li{
    width: 35%;
    margin-right: 10% !important;
}
*/
#searchList .motion .threeColumn li a{
    padding: 0;
}
#searchList .motion .threeColumn .fig{
    position: relative;
margin-bottom:0;
}
#searchList .motion .threeColumn .fig .mov{
    position: absolute;
    top: 0;
    left: 0;
}
#searchList .motion .threeColumn li a h3{
    color: #000000;
    font-weight: bold;
    margin-bottom:0;
}

.container{
    width: 100% !important;
}
