﻿
.dialog {
    background-color: #002600;
    width: 300px;
    min-width: 300px;
}

.dialog .title {
    background-color: #114600;
    /*padding: 5px 15px;*/
}

.dialog .content {
    width: 260px;
    padding: 20px;
    margin-bottom: 10px;
}

.dialog .icon {
    float: left;
    width: 16px;
    margin-top: -2px;
}

.dialog .message {
    width: 260px;
    word-break: break-all; /* 表示範囲に合わせて改行 */
    word-wrap: break-word; /* 必要に応じて単語の途中で改行する */
}

.dialog .button {
    padding: 10px 0;
    text-align: center;
}

.modalBackground {
    background-color: black;
    opacity: 0.7; /* Opera・Safari:透明度 */
    zoom: 1; /* ModalPopupExtenderでポップアップ表示した際、親画面の背景スタイルがCSSで定義しても生きない(IEのみ)。有効にを適用させるために必要。*/
}

.clearfloat {
    font-size: 1px;
    line-height: 0px;
    clear: both;
    height: 0px;
}
