﻿@charset "UTF-8";


#showoverlay
{
    margin: 25px;
}

.modalbox
{
    position: absolute;
    z-index: 9700;
    display: none;
    padding: 2px;
    border: 5px solid #DF1F53;
    background: #fff;
}

.modaltitle
{
    z-index: 9700;
    padding: 2px;
    margin: -2px;
    border: 5px solid #DF1F53;
    background-color: #DF1F53;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

#overlay
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9600;
    width: 100%;
    height: 100%;
    background: #A9A9A9 url(../~/img/modal/background.png);
    -moz-opacity: 0.3;
    opacity: 0.3;
    filter: alpha(opacity=30);
    /*background: #A9A9A9 url('<%= WebResource("daito_syataku.img.modal.background.png") %>');*/
}

.modalClose
{
    position: absolute;
    top: 10px;
    right: 10px;
    color: red;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
}


.modalBackground
{
    z-index: 1;
    background: #A9A9A9 url(../~/img/modal/background.png);
    opacity: 0.7;
    filter: alpha(opacity=70);
    /*background: #A9A9A9 url('<%= WebResource("daito_syataku.img.modal.background.png") %>');*/
    /*background-color:#A9A9A9;*/
}

.modalPopup
{
    z-index: 99;
    overflow: hidden;
    width: 600px;
    border: solid 1px #eee;
    background-color: #fff;
    /*---- 3/4修正　background→background-color ----*/
    /*---- 3/4追加　お好みで#fff、3px 等に変更しても可 ----*/
}

.windowClose
{
    float: right;
    margin: 2px 10px 0 10px;
    width: 18px;
    height: 18px;
    background: url(../~/img/modal/btn_red_close_18.png) no-repeat;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    /*background-image: url('<%= WebResource("daito_syataku.img.modal.btn_red_close_18.png") %>');
    background-repeat: no-repeat;*/
}

    .windowClose:hover
    {
        background-position: 0px -18px;
    }

    .windowClose:active
    {
        position: relative;
        top: 1px;
        background-position: 0px -36px;
    }

.windowContent
{
    text-align: left;
}

.windowTop
{
    height: 30px;
    border-bottom: solid 1px #C4000F;
    background: url(../~/img/menu/bar001.png) left top repeat-x;
    /*background: url('<%= WebResource("daito_syataku.img.bar001.png") %>') left top;
    background-repeat: repeat-x;*/
}

.windowTopContent
{
    float: left;
    padding-top: 5px;
    padding-left: 15px;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    /*overflow: hidden;*/
    /*position: relative;*/
}

.closebtn
{
    width: 18px;
    background: url(../~/img/modal/btn_red_close_18.png) no-repeat;
    background-position: 0px 0px;
    /*background-image: url('<%= WebResource("daito_syataku.img.modal.btn_red_close_18.png") %>');
    background-repeat: no-repeat;*/
}

    .closebtn:hover
    {
        background-position: 0px -18px;
    }

    .closebtn:active
    {
        position: relative;
        top: 1px;
        background-position: 0px -36px;
    }

/*モーダルウィンドウ外枠*/
.modalsize
{
    padding: 0px 0px 10px 0px;
}

#dlog
{
    padding: 2px;
    line-height: 1.5;
}

    #dlog p
    {
        padding-top: 5px;
        padding-left: 5px;
    }

#selectTable
{
    width: 95%;
}

#dlog .tb01 th
{
    background-color: #666;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

    #dlog .tb01 th.bgGray
    {
        color: #fff;
    }


#dlog input#ButtonOK
{
    margin: 0px;
}

#dlog input#ButtonCancel
{
    margin: 0 15px 0 10px;
}
