﻿/* 要素幅500用 */
.table_500 {
    width: 500px;
}

.inline {
    display: inline-block;
    vertical-align: middle;
}

/* テキスト描画 */
.text_200 {
    border: 1px solid rgb(153, 153, 153); /*lightgray*/
    width: 200px;
    height: 20px;
    margin: 10px 10px 10px 10px;
}

/* ボタン描画 */
.button {
    text-align: center;
    vertical-align: middle;
    width: 150px;
    border: 1px solid rgb(153, 153, 153); /*lightgray*/
    margin: 10px 10px 10px 10px;
}

/* 中央寄せ */
.center {
    margin: auto;
    text-align: center;
}
/* 左寄せ */
.left {
    margin: auto;
    text-align: left;
    padding-left: 5px;
}
/* 右寄せ */
.right {
    margin: auto;
    text-align: right;
    padding-right: 5px;
}
/* 右寄せ余白なし */
.rightmb {
    text-align: right;
}

/* 上寄せ */
.top {
    vertical-align: top;
}

/* IME使用禁止設定 */
.ime-disabled input {
    ime-mode: disabled;
}
/* IME ON 日本語入力モード */
.ime-active input {
    ime-mode: active;
}
/* IME OFF 英数字入力モード */
.ime-inactive input {
    ime-mode: inactive;
}

/* 隠しボタン */
.visibility-hidden {
    visibility: hidden;
}

.hdncontrol {
    background-color: transparent !important;
    border: none !important;
    padding: 0 0 0 0 !important;
    width: 0 !important;
    height: 0 !important;
}
    .hdncontrol.block {
        display: block;
    }

/* マスターページヘッダ部 */
.header_style {
    width: auto;
    display: table;
    height: 50px;
}

.header_left_style {
    width: 70%;
    display: table-cell;
    text-align: left;
}

.header_right_style {
    width: 1200px;
    display: table-cell;
    text-align: right;
}

.logo_field {
    width: 175px;
    height: 100%;
    display: table-cell;
}

    .logo_field Image {
        width: 171px;
        height: 61px;
    }

.title_field {
    width: 500px;
    height: 100%;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}

.user_field {
    width: 1%;
    padding-right: 10px;
    display: table-cell;
    text-align: right;
}

/* マスターページヘッダバー部 */
.heder_bar_style {
    width: auto;
    text-align: right;
    padding-right: 30px;
    height: 22px;
    border-top: 1pt solid #366092;
    border-right: 1pt solid #366092;
    border-bottom: 1pt solid #366092;
    border-left: 1pt solid #366092;
    background: #DCE6F1;
    vertical-align: middle;
}
/* マスターページフッタバー部 */
.footer_bar_style_nocolor {
    width: auto;
    text-align: right;
    font-size: 13px;
    padding-right: 30px;
    height: 22px;
    border: none;
    background: none;
    vertical-align: middle;
}

/* マスターページお知らせ */
.osirase_all {
    background-color: rgb(254,242,242);
    padding-top: 20px;
    padding-bottom: 10px;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 0;
    padding-bottom: 0;
    color: rgb(89,89,89) !important;
    width: 100%;
    min-width: 1000px;
    text-align: center;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    font-size: 14px
}
    body div {
        text-align: left;
    }

    body .site {
        max-width: 1000px;
        min-width: 1000px;
    }

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 0;
    padding-right: 0;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.main {
    width: 100%;
}

.fb {
    font-weight: bold;
    text-align: center;
}

.fbc {
    text-align: center;
}

.fonts {
}

.margin {
    margin-top: 20px;
    margin-bottom: 20px;
}
    .margin.wcspw002 {
        margin-top: 29px;
    }

    .margin.wcspw003 {
        margin-top: 29px;
    }

    .margin.wcspw004 {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .margin.wcspw005 {
        margin-top: 10px;
        margin-bottom: 5px;
    }

.margin_top_halfrow {
    margin-top: 10px;
}

.hedright {
    float: left;
    width: 10%;
    height: 61px;
    text-align: right;
}

    .hedright span.xl68 {
        height: 20px;
        color: #c00000;
        vertical-align: bottom;
        background: #FFFFCC;
    }

.pwbk {
    width: 100%;
    height: 100%;
    border-top: 1pt solid #000000;
    border-right: 1pt solid #000000;
    border-bottom: 1pt solid #000000;
    border-left: 1pt solid #000000;
    background: #ffffff;
}

/* テーブル用 */
.MyTable {
    display: table;
    width: 95%;
    border-collapse: separate;
    border-spacing: 0 0;
}

    .MyTable div.row {
        display: table-row;
    }

    .MyTable div.cell {
        display: table-cell;
        margin-left: 20px;
    }

    .MyTable div.cellhed {
        display: table-cell;
        border: 1px solid #000000;
        background: #d3d3d3;
        font-weight: bold;
    }

    .MyTable div.cellbody {
        display: table-cell;
        border: 1pt solid #000000;
    }

    .MyTable div.title {
        text-align: center;
        border-top: 1pt solid #366092;
        border-right: 1pt solid #366092;
        border-bottom: 1pt solid #366092;
        border-left: 1pt solid #366092;
        background: #DCE6F1;
    }

    .MyTable div.cell_w120 {
        width: 120px;
    }

    .MyTable div.cell_w140 {
        width: 140px;
    }

    .MyTable div.cell_w200 {
        width: 200px;
    }

    .MyTable div.cell_w240 {
        width: 240px;
    }

    .MyTable div.cell_w420 {
        width: 420px;
    }

    .MyTable div.cell_wauto {
        width: auto;
    }

    .MyTable input.txt_w80 {
        width: 80px;
    }

    .MyTable select.select_w140 {
        width: 140px;
    }

.MyTable_Ber {
    display: table;
    width: 100%;
    height: 20px
}
    .MyTable_Ber .margin {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .MyTable_Ber div.row {
        display: table-row;
    }

    .MyTable_Ber div.cell {
        display: table-cell;
    }
    .MyTable_Ber div.cell_logo {
        display: table-cell;
        width: 170px;
    }
    .MyTable_Ber div.cell_auto {
        display: table-cell;
        width: 100%;
    }
    .MyTable_Ber div.osirase_title {
        color: red;
        font-weight: bold;
    }
    .MyTable_Ber div.osirase_note {
        color: rgb(0,112,192);
    }
    .MyTable_Ber div.kirikae_img {
        margin: auto;
        display: table-cell;
        min-width: 130px;
        max-width: 130px;
        width: 130px;
        vertical-align: middle;
    }
    .MyTable_Ber div.keiyaku_info {
        font-weight: bold;
        text-align: left;
    }
    .MyTable_Ber div.spacebottom {
        padding-bottom: 20px;
        vertical-align: top;
    }

img.ui-datepicker-trigger {
    cursor: pointer;
    margin-left: 1px !important;
    vertical-align: middle;
}

.MyTable_Link {
    display: table;
    height: 40px
}
    .MyTable_Link div.row {
        display: table-row;
        color: #ffffff;
        font-size: 16pt;
    }

    .MyTable_Link div.cell_select {
        display: table-cell;
        width: 200px;
        max-width: 200px;
        min-width: 200px;
        vertical-align: middle;
        text-align: center;
        background: #5CBDE2;
        cursor: not-allowed;
    }

    .MyTable_Link div.cell_notselect {
        display: table-cell;
        width: 200px;
        max-width: 200px;
        min-width: 200px;
        vertical-align: middle;
        text-align: center;
        background: #9BD6ED;
        cursor: pointer;
    }

.MyTable_Calendar {
    display: table;
    margin-bottom: 15px;
    margin-top: 10px;
}
    .MyTable_Calendar div.row {
        display: table-row;
    }

    .MyTable_Calendar div.cell {
        display: table-cell;
        vertical-align: middle;
    }

    .MyTable_Calendar div.cell_long {
        display: table-cell;
        vertical-align: middle;
        width: 280px;
    }

    .MyTable_Calendar div.cell_last {
        display: table-cell;
        vertical-align: middle;
        width: 300px;
    }

    .MyTable_Calendar div.cell_center {
        width: 2000px;
        display: table-cell;
        text-align: center;
    }
        .MyTable_Calendar div.cell_center.wcspw001 {
            width: auto;
        }

    .MyTable_Calendar div.cell_image_ber {
        display: table-cell;
        vertical-align: middle;
        width: 42px;
        min-width: 42px;
        text-align: right;
    }
        .MyTable_Calendar div.cell_image_ber.wcspw004 {
        }
        .MyTable_Calendar div.cell_image_ber > img {
            width: 42px;
        }

    .MyTable_Calendar div.cell_image {
        display: table-cell;
        vertical-align: middle;
        width: 62px;
        text-align: center;
    }

    .MyTable_Calendar div.cell_text {
        display: table-cell;
        vertical-align: middle;
        width: 90px;
        min-width: 90px;
        text-align: center;
    }

    .MyTable_Calendar div.cell_text_ym {
        display: table-cell;
        vertical-align: middle;
        width: 80px;
        min-width: 80px;
        text-align: left;
    }
    .MyTable_Calendar div.cell_text_ymd {
        display: table-cell;
        vertical-align: middle;
        width: 110px;
        min-width: 110px;
        text-align: left;
    }

    .MyTable_Calendar div.cell_text_k {
        display: table-cell;
        vertical-align: middle;
        width: 40px;
        min-width: 40px;
        text-align: center;
        padding-left: 10px;
    }

    .MyTable_Calendar div.cell_text_k_l {
        display: table-cell;
        vertical-align: middle;
        width: 85px;
        min-width: 85px;
        text-align: right;
        padding-left: 10px;
    }

    .MyTable_Calendar div.cell_space {
        display: table-cell;
        vertical-align: middle;
        width: 62px;
        text-align: center;
    }

    .MyTable_Calendar div.cell_next {
        display: table-cell;
        vertical-align: middle;
        width: 300px;
        text-align: right;
    }

.ber_image {
}

/* ---------------------------------------------------------------------- */
/* お客様マイページ                                                       */
/* ---------------------------------------------------------------------- */
.cell_padding {
    padding-left: 20px;
    padding-right: 20px;
}

.cell_padding_s {
    padding-left: 5px;
    padding-right: 5px;
}

.cell_padding_left {
    padding-left: 20px;
    padding-right: 0;
}

.cell_padding_right {
    padding-left: 0;
    padding-right: 20px;
}

.cell_header {
    border-color: black;
    font-weight: normal;
}

.cell_meisai {
    font-weight: normal;
    border-color: black;
}

.cell_ryokin {
    /* ▼2021/01/13 長さをグリッド全体の25%にする */
    width: 25%;
    /* ▲2021/01/13 長さをグリッド全体の25%にする */
    border-color: black;
    text-align: center;
    /* ▼2021/02/09 自動改行を行わない */
    white-space: nowrap;
    /* ▲2021/02/09 自動改行を行わない */
}

.cell_tanka {
    /* ▼2021/01/13 長さをグリッド全体の25%にする */
    /* width: 160px; */
    width: 25%;
    /* ▲2021/01/13 長さをグリッド全体の25%にする */
    border-color: black;
    /* ▼2021/02/09 自動改行を行わない */
    white-space: nowrap;
    /* ▲2021/02/09 自動改行を行わない */
}

.cell_suryo {
    /* ▼2021/01/13 長さをグリッド全体の25%にする */
    /* width: 160px; */
    width: 25%;
    /* ▲2021/01/13 長さをグリッド全体の25%にする */
    border-color: black;
    /* ▼2021/02/09 自動改行を行わない */
    white-space: nowrap;
    /* ▲2021/02/09 自動改行を行わない */
}

.cell_kingaku {
    /* ▼2021/01/13 長さをグリッド全体の25%にする */
    /* width: 260px; */
    width: 25%;
    /* ▲2021/01/13 長さをグリッド全体の25%にする */
    border-color: black;
    /* ▼2021/02/09 自動改行を行わない */
    white-space: nowrap;
    /* ▲2021/02/09 自動改行を行わない */
}

.line {
    height: 1px;
    background-color: #BFBFBF;
}
.line_red {
    height: 1px;
    background-color: red;
    margin-top: 0;
    margin-bottom: 0;
}

.kirikae_msg {
    font-size: 13px;
    text-align: left;
}

.mikakutei_msg {
    text-align: left;
    padding-left: 5px;
}

.mypage_title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
    .mypage_title.wcspw001 {
        vertical-align: middle;
    }
    .mypage_title.wcspw002 {
        margin-bottom: 23px;
    }
    .mypage_title.wcspw003 {
        margin-bottom: 23px;
    }
    .mypage_title.wcspw004 {
        margin-bottom: 10px;
    }
    .mypage_title.wcspw005 {
        margin-bottom: 10px;
    }

/* ▼2021/01/08 料金項目の左寄せを設定する */
.cell_ryokin_left {
    /* ▼2021/01/13 長さをグリッド全体の25%にする */
    width: 25%;
    /* ▲2021/01/13 長さをグリッド全体の25%にする */
    border-color: black;
    text-align: left;
    /* ▼2021/02/09 自動改行を行わない */
    white-space: nowrap;
    /* ▲2021/02/09 自動改行を行わない */
}


/* ---------------------------------------------------------------------- */
/* エラーマーク（入力検証）                                               */
/* ---------------------------------------------------------------------- */
.span_err {
    display: inline;
    padding-left: 0.4em;
    padding-right: 0.4em;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #c00;
    background-image: linear-gradient( rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100% );
    box-shadow: 0 1px 3px rgba(0, 0, 0, 1.28);
    color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    position: relative;
    right: 10px;
    border-radius: 50%;
}

/* 検索結果用フレームのtableスタイル */
.search_grid {
    table-layout: fixed; /*固定レイアウト指定*/
    margin: 20px 0px 0px 20px;
    text-indent: 0px; /*テキストのインデント無し*/
    text-transform: none;
    white-space: nowrap;
    word-spacing: 0px;
    max-width: 5000px;
    border-collapse: separate; /*隣接するセルの間隔を開けます。*/
    border-spacing: 0px 5px; /*隣接するセルの間隔を指定します。 左右 上下*/
    border-collapse: collapse; /*ラインを重ねて表示*/
}
    /* 検索結果用一覧フレームのth要素スタイル */
    .search_grid th {
        border: 1px solid rgb(153, 153, 153);
        background-color: lightgray;
        height: 20px;
        padding-left: 6px;
        padding-right: 6px;
    }
    /* 検索結果用一覧フレームのtd要素スタイル */
    .search_grid td {
        border: 1px solid rgb(153, 153, 153);
        vertical-align: middle;
        height: 20px;
        padding-left: 6px;
        padding-right: 6px;
    }

        .search_grid td.cell_w70 {
            width: 70px;
        }

        .search_grid td.cell_w80 {
            width: 80px;
        }

        .search_grid td.cell_w90 {
            width: 90px;
        }

        .search_grid td.cell_w150 {
            width: 150px;
        }

        .search_grid td.cell_w180 {
            width: 180px;
        }

        .search_grid td.cell_w200 {
            width: 200px;
        }

.worpok {
    white-space: normal;
    word-break: break-all;
}

/* ---------------------------------------------------------------------- */
/* ページャー（GridView）                                                 */
/* ---------------------------------------------------------------------- */
.pagerStyle span {
    text-decoration: none;
    padding-left: 4px;
    padding-right: 4px;
}
/* ページ番号毎の間隔　*/
.pagerStyle td {
    padding: 0.1em 0.2em 0.1em 0.2em;
    border: none;
}
/* 選択中のページ */
.pagerStyle a {
    text-decoration: none;
    padding-left: 4px;
    padding-right: 4px;
}

    .pagerStyle a:link {
        color: blue;
    }

    /* マウスオーバーした文字(背景色が水色に反転) */
    .pagerStyle a:hover {
        color: White;
        background-color: #99CCFF;
        padding-left: 4px;
        padding-right: 4px;
    }


/* ---------------------------------------------------------------------- */
/* 幅高さ100%                                                             */
/* ---------------------------------------------------------------------- */
.wh_auto {
    width: 100%;
    height: 100%;
    text-align: center;
}

/* ---------------------------------------------------------------------- */
/* 明細ヘッダー背景色フォント色                                           */
/* ---------------------------------------------------------------------- */
.hbkcoler {
    color: #ffffff;
    background: #5CBDE2;
}
/* ---------------------------------------------------------------------- */
/* 画像ボタン                                                             */
/* ---------------------------------------------------------------------- */
.imgbtn {
    cursor: pointer;
    padding-left: 0;
    padding-bottom: 20px;
}

/* ---------------------------------------------------------------------- */
/* お客様マイページ料金表示                                               */
/* ---------------------------------------------------------------------- */
/* 各月の電気使用量と電気料金ヘッダー                                     */
.wcspw001UseFeeHeader {
    display: table;
    border-collapse: separate;
    border-spacing: 0 0;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
}
    .wcspw001UseFeeHeader div.img {
        display: table-cell;
        width: 200px;
        min-width: 200px;
        max-width: 200px;
    }
        .wcspw001UseFeeHeader div.img > img {
        }

    .wcspw001UseFeeHeader div.title {
        display: table-cell;
        width: 240px;
        min-width: 240px;
        max-width: 240px;
    }

    .wcspw001UseFeeHeader div.space {
        display: table-cell;
        width: 200px;
        min-width: 200px;
        max-width: 200px;
    }

.gridrow_siji {
    height: 41px;
}
.grid_space {
    margin-bottom: 20px;
}
.gridcol_siji {
}

/* ---------------------------------------------------------------------- */
/* safariで計器識別番号が電話番号扱いされる場合の対応用                   */
/* ---------------------------------------------------------------------- */
.disable-auto-tel a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
}

/* 2021/1/12 H.Umeda ヘッダーのリンクに使用量を追加する */
.header-link-br::after {
    content: "使用量";
}
