﻿/* TAG */
html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

/* Class */
.header {
    position: fixed;
    width: 100%;
    height: 20%;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
}

.content {
    position:absolute;
    top:20%;
    width: 100%;
    height: 77%;
}
.content_top{
    position:absolute;
    top:25%;
    width: 100%;
    height: 77%;
}

.footer {
    width: 100%;
    height: 3%;
    position: fixed;
    padding: 0;
    margin: 0;
    bottom: 0;
    left: 0;
}

iframe {
    border: 0;
    width: 100%;
    height: 100%;
}
/* ID */
#dialog,#qr_dialog {
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
    background:#000 url("../images/dialog_bg.png") fixed no-repeat;
    -moz-background-size:cover;
    background-size:cover;
    overflow:hidden;
}
#loading_dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -moz-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.ui-widget-content.ui-dialog
{
   border: 0.8vw solid rgb(180,180,180);
   border-radius:0.2vw;
   box-shadow:0.1vw 0.1vw 1vw 0.5vw rgba(0,0,0,0.5);
}