﻿#overlay-all{
    display: none;
    width: 100%;
    height:100%;
    position: fixed;
    top: 0;
    left:0;
    z-index: 1010;
    background: rgba(64, 64, 64, .6);
    overflow:auto;
}

#overlay-win {
    position: relative;
    top:0;
    left:0;
    right:0;
    width: 920px;
    height:auto;
    margin:auto;
    z-index: 1010;
}

#overlay-alert{
    display: none;
    width: 100%;
    height:100%;
    position: fixed;
    top: 0;
    left:0;
    z-index: 1100;
    background: rgba(64, 64, 64, .6);
    overflow:auto;
}

#alert-win {
    position: relative;
    top:100px;
    left:0;
    right:0;
    width: 920px;
    height:auto;
    margin:auto;
    z-index: 1100;
}

#overlay-busy{
    display: none;
    width: 100%;
    height:100%;
    position: fixed;
    top: 0;
    left:0;
    z-index: 2000;
    background: rgba(64, 64, 64, .6);
    cursor:wait;
}

#overlay-busy2{
    display: none;
    width: 100%;
    height:100%;
    position: fixed;
    top: 0;
    left:0;
    z-index: 2000;
    background: rgba(64, 64, 64, .0);
    cursor:wait;
}

#overlay-map{
    display: none;
    position: absolute;
    top: 0;
    left:0;
    width: 730px;
    height:265px;
    z-index: 2000;
    background: rgba(64, 64, 64, .6);
}

.overlay-busy-box{
    position: absolute;
    width: 250px;
    height:100px;
}

.overlay-outer {
    position: relative;
    left:0;
    right:0;
    margin:auto;
    border-radius: 10px;
    z-index: 1010;
    vertical-align:middle;
}

.overlay-close {
    position:relative;
    height:30px;
    display:block;
    z-index:1020;
}
.overlay-inner {
    position: relative;
    top:-30px;
    margin:10px;
    padding:10px;
    background: white;
    border-radius: 10px;
    z-index: 1010;
}
.overlay-inner2 {
    position: relative;
    top:-30px;
    margin:10px 0px 10px 0px;
    padding:10px;
    background: white;
    border-radius: 10px;
    z-index: 1010;
}
.overlay-button {
    position:absolute;
    top:542px;
    /*position: relative;
    top:-30px;*/
    left:0px;
    width:100%;
    height:50px;
    z-index: 1010;
}
.overlay-navi-all{
    position: absolute;
    display: none;
    top: 0px;
    left:0;
    width: 177px;
    height:595px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1005;
    background: rgba(64, 64, 64, .6);
}

.overlay-navi-user{
    position: absolute;
    display: none;
    top: 45px;
    left:0;
    width: 177px;
    height:550px;
    border-bottom-right-radius: 5px;
    z-index: 1005;
    background: rgba(64, 64, 64, .6);
}

.login-text {
    width:420px;
    height:30px;
    text-align:left;
    ime-mode:disabled;
    font-size:14pt;
    padding: 2px 5px 2px 5px;
    margin-top:10px;
    margin-left:10px;
    border: 1px solid #CCCCCC;
    border-radius:2px;
}

.btn-close {
    float:right;
    width:30px;
    height:30px;
    cursor:pointer;
}
.btn-close2 {
    position: absolute;
    float:right;
    right:33px;
    width:30px;
    height:30px;
    cursor:pointer;
}
.btn-close-out {
    background-image: url(../Images/btn_modal_close_out.png);
    color:white;
}
.btn-close-over {
    background-image: url(../Images/btn_modal_close_over.png);
    color:white;
}


.comment-title {
    position:relative;
    top:0px;
    left:0px;
    height:20px;
    text-align:left;
    font-weight:bold;
}

.comment-text-box {
    position:relative;
    top:10px;
    padding-left:5px;
    padding-right:20px;
}

.comment-text-normal {
    line-height:140%;
}
.comment-text-normal-02 {
    line-height:140%;
    font-weight:bold;
}

.comment-text-small {
    font-size:10pt;
}

.comment-text-end {
    margin-top:50px;
    -webkit-margin-after:0px;
}

.message-box {
    position:absolute;
    left:10px;
}

.line-horizon3{
    width:100%;
    height:3px;
    background-color: #999999;
    border-radius: 2px;
}
.container:before {
    content: " ";
    display: block;
    padding-top: 100%;
}

.container {
    position: relative;
}

.container .content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.characterBox {
    height:30px;
    width:100%;
    font-size:13pt;
    font-weight:bold;
    background-color:white;
}
.tsinami-table {
    text-align:center;
    font-size:11pt;
    width:835px;
    height:480px;
    border-collapse:collapse;
    border:3px solid gray;
}
.tsinami-table1 {
    text-align:center;
    font-size:11pt;
    width:835px;
    height:505px;
    border-collapse:collapse;
    border:3px solid;
    margin-top:-505px;
}
