body, .content {
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    background: #fff;
    color: #fff;
}
.ml10 {margin: 10px;}
.content {
    width: 90%;
    margin: 0 auto;
    padding: 1.8% 15px;
    max-width: 1280px;
    max-height: 720px;
}
.movies {
    position: relative;
}
.preloader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 200px;
    height: 200px;
}
video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1280px;
    height: auto;
}
.pointer {
    cursor: pointer;
}
.show {
    display: block;
}

.zidx-1 {z-index:1 !important;}
.zidx-2 {z-index:2 !important;}

.text-center {
    text-align: center;
}
.link {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    text-align: center;
}
.link a {
    text-decoration: none;
}
.link button, .touch button{
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: rgba(6,54,100,0.7);
    padding: 6px 12px;
    border: none;
    border-radius: 6px;
}
.link button:hover{
    background: rgb(6,54,100);
}

h2 {
    color: rgb(0,183,229);
    font-size: 18px;
    font-weight: 600;
}
button#click {
    font-size: 36px;
    z-index: 200;
    position: absolute;
    top: 180;
    left: 500;
}
.click {
    cursor: url(img/click.cur),url(../img/click.png),pointer;
}

.preloader {
    background: #fff;
    border: 1px solid #fff;
}
.changePlace {
    text-align: center;
    z-index: 10;
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: rgba(0,0,0,0.4);
    border-radius: 3px;
    padding: 6px 12px;
}

