@charset "UTF-8";

/** 報告 **/
/** 報告画面 **/
.shl_popTitle {
    font-size: 1.17em;
    background-color: #819EC2;	/*★dodgerblue;*/
    color: white;
    border-radius: 6px 6px 0px 0px;
    text-align:  center !important;
    padding: 8px;
}

.shl_confirmation {
    padding: 20px;
    text-align:  left;
}
.shl_cancel {
    padding: 20px;
    text-align:  center;
}
.shl_note {
    width:  95%;
    resize: none;
}
.shl_repoDispCndPos {
    margin: 0px 10px;
}

.back-CancelOdd {
    background-color: lightgray  !important;
}

/** 情報表示 **/
.shl_infoDispArea {
    padding: 10px 1px 0px 1px;
}

.shl_areaNameCell {
    padding: 3px;
    border:  1px solid black;
}

.shl_areaNameCell p {
  margin: 0px;
}

/** ダイヤログボタン **/
#page-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    cursor: pointer;
}

.page-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    cursor: pointer;
}
