﻿@charset "UTF-8";
/*
 * Base.css
 *
 *  version --- 3.5
 *  updated --- 2012/12/7
 */

/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* !Reseting
---------------------------------------------------------- */

/*******************************************/
/*基本部分**********************************/
/*******************************************/

html {
    height: 100%;
}

body {
    font-family: "ヒラギノ角ゴシック Pro W3","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px; /* 10px; */
    -webkit-text-size-adjust: none;
    line-height: 1.6;
    color: #333;
    width: 100%;
    height: 100%;
    background-color: #f7fafa;
}
/* ie7 */ *:first-child + html body {
    font-size: 75%; /* 62.5%; */
}
/* ie6Below */ * html body {
    font-size: 75%; /* font-size: 62.5%; */
}
/* ie8 */ html >/**/ body {
    font-size /*\**/: 75%\9;
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td {
    margin: 0;
    padding: 0;
}

input, textarea {
    margin: 0;
    font-size: 100%;
}

label {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}

fieldset, img {
    border: 0;
}

img {
    vertical-align: top;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:after, q:before {
    content: '';
}

a, input {
    outline: none;
}

a {
    color: #0099cc;
    text-decoration: none;
}

    a:link {
        text-decoration: none;
    }

    a:visited {
    }

    a:hover,
    a:active {
        text-decoration: underline;
    }

p {
    padding: 0px;
}

br {
    line-height: 10px;
}

img {
    border: 0;
}

input[type="text"], input[type="password"], textarea {
    /*border:1px solid #bdc8ca;*/
    border: 1px solid #808080;
    border-radius: 5px;
    padding: 5px 3px;
    font-size: 14px;
}

.Loginbox_left input[type="password"] {
    padding: 5px 3px !important;
}

input[type="text"].Search {
    background-image: url("../img/Search.png");
    background-repeat: no-repeat;
    background-position: right center;
}

input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.ChkSize18 input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    position: relative;
    top: 3px;
}

input[type="image"] {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

input[type="button"] {
    border: 1px solid #bdc8ca !important;
    border-radius: 5px;
    padding: 2px 15px;
    font-size: 15px;
    border: 0 !important;
    cursor: pointer;
}

button {
}

    button:hover {
        opacity: 0.85;
        cursor: pointer;
    }

    button:active {
        position: relative;
        top: 1px;
    }

select {
    background: #FFFFFF;
    /*border: 1px solid #bdc8ca;*/
    border: 1px solid #808080 !important;
    border-radius: 5px;
    color: #0C2245;
    font-size: 13px;
    line-height: 17px;
    text-align: left;
    /*text-indent: 5px;*/
    vertical-align: middle;
    /*width: 100px;*/
    padding: 3px 3px 5px 3px;
    overflow: visible;
}

option {
    white-space: normal;
}

.inline {
    display: inline !important;
}

.none {
    display: none;
}

.table-cell {
    display: table-cell;
}

.hidden {
    visibility: hidden;
}

.ofV {
    overflow: visible !important;
}

.ofH {
    overflow: hidden !important;
}

.red {
    color: #ea5343;
}



.fwN {
    font-weight: normal;
}

.fwB {
    font-weight: bold;
}

.fcR {
    color: #ea5343;
}

.fzSS {
    font-size: 78%;
}
/* base 12px ->  8px */
.fzS {
    font-size: 85%;
}
/* base 12px -> 10px */
.fzM {
    font-size: 100%;
}

.fzL {
    font-size: 115%;
}
/* base 12px -> 14px */
.fzLL {
    font-size: 130%;
}
/* base 12px -> 16px */
.fzLLL {
    font-size: 143%;
}
/* base 12px -> 18px */
sup {
    font-size: 78%;
    vertical-align: top;
}

sub {
    font-size: 78%;
    vertical-align: baseline;
}

.bgcGray {
    background-color: gray;
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
    text-align: left;
}

.taC {
    text-align: center;
}

.taR {
    text-align: right;
}

.vaT {
    vertical-align: top !important;
}

.vaM {
    vertical-align: middle !important;
}

.vaB {
    vertical-align: bottom !important;
}

.bdN {
    border: none !important;
}

table.ListTable1.grdListPhotoRegister tr td.wbBa {
    word-break : break-all !important;
    white-space: normal !important;
}

table.ListTable1.grdListFileRegister tr td.wbBa {
    word-break: break-all !important;
    white-space: normal !important;
}

.wsNo {
    white-space: normal !important;
}

.wsP {
    white-space: pre !important;
}

.wsNw {
    white-space: nowrap !important;
}

.blockC {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

* html .blockC {
    margin-right: 0;
    margin-left: 0;
}

.blockR {
    margin-left: auto;
    text-align: left;
}

* html .blockR {
    margin-left: 0;
}

/* !Width ------------------------------------------------------------------- */
.wHalf {
    width: 48% !important;
}

.wTri {
    width: 33% !important;
}

.wQuart {
    width: 24% !important;
}

.wFull {
    width: 99.4% !important;
}

.wMax {
    width: 100% !important;
}

.w03per {
    width: 3% !important;
}

.w05per {
    width: 5% !important;
}

.w10per {
    width: 10% !important;
}

.w13per {
    width: 13% !important;
}

.w15per {
    width: 15% !important;
}

.w20per {
    width: 20% !important;
}

.w25per {
    width: 25% !important;
}

.w30per {
    width: 30% !important;
}

.w35per {
    width: 35% !important;
}

.w40per {
    width: 40% !important;
}

.w45per {
    width: 45% !important;
}

.w50per {
    width: 50% !important;
}

/* !Height ------------------------------------------------------------------- */
.h392p {
    height: 392px;
}

.h160p {
    height: 160px;
}

.h100p {
    height: 100px;
}

.h90p {
    height: 90px;
}

.h70p {
    height: 70px;
}

.h40p {
    height: 40px;
}

.h20p {
    height: 20px;
}

.minH7em {
    min-height: 7em;
    height: auto !important;
    height: 7em;
}

/* !Floats ------------------------------------------------------------------ */
.flL {
    display: inline;
    float: left;
}

.flR {
    display: inline;
    float: right;
}

.flImgL {
    display: inline;
    float: left;
    margin-right: 10px;
}

.flImgR {
    display: inline;
    float: right;
    margin-left: 10px;
}

.ftBox {
    overflow: hidden;
    *zoom: 1;
}

.floL {
    float: left;
}

.floR {
    float: right;
}

.floN {
    float: none;
}

/* !Tools ------------------------------------------------------------------- */
.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

.block {
    display: block;
}

.hide {
    display: none;
}

.bgN {
    background: none !important;
}

.tdU {
    text-decoration: underline;
}

.tdN {
    text-decoration: none;
}

.bdSep {
    border-collapse: separate !important;
}

.atode {
    border: 2px solid #96c;
    padding: 10px;
    text-align: center;
    background-color: #f9f;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-size: 30px;
    color: #fff;
}

.Year {
    color: #989898;
    font-size: 11px;
}

.lbTextArea {
    height: 100%;
}

    .lbTextArea span {
        white-space: normal !important;
    }


/* !JavaScript -------------------------------------------------------------- */
.over { /* ロールオーバー呼び出し用 */
}

.png { /* DD_belatedPNG.js呼び出し用 */
}

.js_popup_width_height {
}

.js_page_print {
}

.js_window_close {
}

/* !Margin ------------------------------------------------------------------ */
.m0 {
    margin: 0 !important;
}

.mt-41 {
    margin-top: -41px !important;
}

.mt-15 {
    margin-top: -15px !important;
}

.mt-12 {
    margin-top: -12px !important;
}

.mt-10 {
    margin-top: -10px !important;
}

.mt-5 {
    margin-top: -5px !important;
}

.mt-1 {
    margin-top: -1px !important;
}

.mt00 {
    margin-top: 0 !important;
}

.mt04 {
    margin-top: 4px !important;
}

.mt05 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt12 {
    margin-top: 12px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt27 {
    margin-top: 27px !important;
}

.mt28 {
    margin-top: 28px !important;
}

.mt29 {
    margin-top: 29px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mr00 {
    margin-right: 0 !important;
}

.mr02 {
    margin-right: 2px !important;
}

.mr03 {
    margin-right: 3px !important;
}

.mr05 {
    margin-right: 5px !important;
}

.mr07 {
    margin-right: 7px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr12 {
    margin-right: 12px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mb00 {
    margin-bottom: 0 !important;
}

.mb03 {
    margin-bottom: 3px !important;
}

.mb05 {
    margin-bottom: 5px !important;
}

.mb06 {
    margin-bottom: 6px !important;
}

.mb07 {
    margin-bottom: 7px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb12 {
    margin-bottom: 12px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb900 {
    margin-bottom: 900px !important;
}

.ml00 {
    margin-left: 0 !important;
}

.ml03 {
    margin-left: 3px !important;
}

.ml05 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml12 {
    margin-left: 12px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.ml50 {
    margin-left: 50px !important;
}

/* !Padding  ---------------------------------------------------------------- */
.p0 {
    padding: 0 !important;
}

.p05 {
    padding: 5px !important;
}

.pt00 {
    padding-top: 0 !important;
}

.pt01 {
    padding-top: 1px !important;
}

.pt02 {
    padding-top: 2px !important;
}

.pt05 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt12 {
    padding-top: 12px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pr00 {
    padding-right: 0 !important;
}

.pr03 {
    padding-right: 3px !important;
}

.pr04 {
    padding-right: 4px !important;
}

.pr05 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr12 {
    padding-right: 12px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr45 {
    padding-right: 45px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pb00 {
    padding-bottom: 0 !important;
}

.pb01 {
    padding-bottom: 1px !important;
}

.pb02 {
    padding-bottom: 2px !important;
}

.pb05 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb12 {
    padding-bottom: 12px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pl00 {
    padding-left: 0 !important;
}

.pl04 {
    padding-left: 4px !important;
}

.pl05 {
    padding-left: 5px !important;
}

.pl07 {
    padding-left: 7px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl12 {
    padding-left: 12px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl45 {
    padding-left: 45px !important;
}

.pl50 {
    padding-left: 50px !important;
}



.b0 {
    border: 0 !important;
}

table.b0 tr td {
    border: 0 !important;
}

/* !Width  ---------------------------------------------------------------- */
/*日付（date）で使用*/
.w_hiduke {
    width: 100px !important;
}
/*日付（年）で使用*/
.w_year { width:80px !important;}
/*名前・ふりがななどで使用（文字列小）*/
.w_string_S {
    max-width: 150px !important;
    width: 100% !important;
}
/*物件名・企業名・ファイル名などで使用（文字列中）*/
.w_string_M {
    width: 220px !important;
}
/*住所などできるだけ長いものに使用（文字列大）*/
.w_string_L {
    width: 320px !important;
}
/*TEL・FAX・物件コードなどのナンバーで使用*/
.w_number {
    max-width: 98%;
    width: 150px !important;
}
/*セレクトボックスの幅（中身にゆだねる）*/
.w_select {
    /*max-width:92.5% !important;*/
    width: auto !important;
}

@media only screen and (max-width : 480px) {
    .w_hiduke {
        width: 100px !important;
    }
    /*枠が切れないように設定*/
    /*検索テーブル時*/
    .w_string_L {
        width: 230px !important;
    }
    /*入力テーブル時*/

    table.ListTable2_Nyuryoku tr td .w_number, table.ListTable2_Nyuryoku tr td .w_string_S, table.ListTable2_Nyuryoku tr td .w_string_M, table.ListTable2_Nyuryoku tr td .w_string_L {
        width: 100% !important;
    }

        table.ListTable2_Nyuryoku tr td .w_number.Sw90 {
            width: 90% !important;
        }

    table.ListTable2_Nyuryoku tr td textarea.w_string_L {
        width: 97% !important;
    }

    .w_select {
        /*max-width:92.5% !important;*/
        max-width: 150px !important;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .w_hiduke {
        width: 100px !important;
    }
    /*枠が切れないように設定*/
    /*入力テーブル時*/
    table.ListTable2_Nyuryoku tr td .w_string_M, table.ListTable2_Nyuryoku tr td .w_string_L {
        width: 100% !important;
    }

    table.ListTable2_Nyuryoku tr td textarea.w_string_L {
        width: 98.5% !important;
    }

    .w_select {
        /*max-width:92.5% !important;*/
        width: auto !important;
    }
}

.wDefault {
    width: inherit !important;
}

.w1 {
    width: 1% !important;
}

.w2 {
    width: 2% !important;
}

.w3 {
    width: 3% !important;
}

.w4 {
    width: 4% !important;
}

.w5 {
    width: 5% !important;
}

.w6 {
    width: 6% !important;
}

.w7 {
    width: 7% !important;
}

.w8 {
    width: 8% !important;
}

.w9 {
    width: 9% !important;
}

.w10 {
    width: 10% !important;
}

.w11 {
    width: 11% !important;
}

.w12 {
    width: 12% !important;
}

.w13 {
    width: 13% !important;
}

.w14 {
    width: 14% !important;
}

.w15 {
    width: 15% !important;
}

.w16 {
    width: 16% !important;
}

.w17 {
    width: 17% !important;
}

.w18 {
    width: 18% !important;
}

.w19 {
    width: 19% !important;
}

.w20 {
    width: 20% !important;
}

.w21 {
    width: 21% !important;
}

.w22 {
    width: 22% !important;
}

.w23 {
    width: 23% !important;
}

.w24 {
    width: 24% !important;
}

.w25 {
    width: 25% !important;
}

.w26 {
    width: 26% !important;
}

.w27 {
    width: 27% !important;
}

.w28 {
    width: 28% !important;
}

.w29 {
    width: 29% !important;
}

.w30 {
    width: 30% !important;
}

.w31 {
    width: 31% !important;
}

.w31_5 {
    width: 31.5% !important;
}

.w32 {
    width: 32% !important;
}

.w33 {
    width: 33% !important;
}

.w33_2 {
    width: 33.2% !important;
}

.w33_8 {
    width: 33.8% !important;
}

.w34 {
    width: 34% !important;
}

.w35 {
    width: 35% !important;
}

.w36 {
    width: 36% !important;
}

.w37 {
    width: 37% !important;
}

.w38 {
    width: 38% !important;
}

.w39 {
    width: 39% !important;
}

.w40 {
    width: 40% !important;
}

.w41 {
    width: 41% !important;
}

.w42 {
    width: 42% !important;
}

.w43 {
    width: 43% !important;
}

.w44 {
    width: 44% !important;
}

.w45 {
    width: 45% !important;
}

.w46 {
    width: 46% !important;
}

.w47 {
    width: 47% !important;
}

.w48 {
    width: 48% !important;
}

.w49 {
    width: 49% !important;
}

.w50 {
    width: 50% !important;
}

.w51 {
    width: 51% !important;
}

.w52 {
    width: 52% !important;
}

.w53 {
    width: 53% !important;
}

.w54 {
    width: 54% !important;
}

.w55 {
    width: 55% !important;
}

.w56 {
    width: 56% !important;
}

.w57 {
    width: 57% !important;
}

.w58 {
    width: 58% !important;
}

.w59 {
    width: 59% !important;
}

.w60 {
    width: 60% !important;
}

.w61 {
    width: 61% !important;
}

.w62 {
    width: 62% !important;
}

.w63 {
    width: 63% !important;
}

.w64 {
    width: 64% !important;
}

.w65 {
    width: 65% !important;
}

.w66 {
    width: 66% !important;
}

.w67 {
    width: 67% !important;
}

.w67_5 {
    width: 67.5% !important;
}

.w68 {
    width: 68% !important;
}

.w68_5 {
    width: 68.5% !important;
}

.w68_6 {
    width: 68.6% !important;
}

.w69 {
    width: 69% !important;
}

.w70 {
    width: 70% !important;
}

.w71 {
    width: 71% !important;
}

.w72 {
    width: 72% !important;
}

.w73 {
    width: 73% !important;
}

.w74 {
    width: 74% !important;
}

.w75 {
    width: 75% !important;
}

.w76 {
    width: 76% !important;
}

.w77 {
    width: 77% !important;
}

.w78 {
    width: 78% !important;
}

.w79 {
    width: 79% !important;
}

.w80 {
    width: 80% !important;
}

.w81 {
    width: 81% !important;
}

.w82 {
    width: 82% !important;
}

.w83 {
    width: 83% !important;
}

.w84 {
    width: 84% !important;
}

.w85 {
    width: 85% !important;
}

.w86 {
    width: 86% !important;
}

.w87 {
    width: 87% !important;
}

.w88 {
    width: 88% !important;
}

.w89 {
    width: 89% !important;
}

.w90 {
    width: 90% !important;
}

.w91 {
    width: 91% !important;
}

.w92 {
    width: 92% !important;
}

.w93 {
    width: 93% !important;
}

.w94 {
    width: 94% !important;
}

.w95 {
    width: 95% !important;
}

.w96 {
    width: 96% !important;
}

.w97 {
    width: 97% !important;
}

.w98 {
    width: 98% !important;
}

.w99 {
    width: 99% !important;
}

.w100 {
    width: 100% !important;
}

.w50p {
    width: 50px !important;
}

.w80p {
    width: 80px !important;
}

.w100p {
    width: 100px !important;
}

.w120p {
    width: 120px !important;
}

.w150p {
    width: 150px !important;
}

.w300p {
    width: 300px !important;
}

.w940p {
    width: 940px !important;
}

.h30p {
    height: 30px !important;
}

.h50p {
    height: 50px !important;
}

.h80p {
    height: 80px !important;
}

/* !Height  ---------------------------------------------------------------- */
.h25 {
    height: 25% !important;
}

.h50 {
    height: 50% !important;
}

.h100 {
    height: 100% !important;
}

/* !line-height  ----------------------------------------------------------- */
.Lh10 {
    line-height: 10px !important;
}

.Lh15 {
    line-height: 15px !important;
}

.Lh20 {
    line-height: 20px !important;
}

/* !border  ---------------------------------------------------------------- */
.border {
    border: 1px solid #000000;
}

.border0 {
    border: 0 !important;
    border-radius: 0px !important;
}

.bdT0 {
    border-top: 0px !important;
}

.bdT1 {
    border-top-left-radius: 0 !important;
    border-top: 1px solid #bdc8ca !important;
}

.bdTF1 {
    border-top-left-radius: 0 !important;
    border-top: 1px solid #FFFFFF !important;
}

.bdB0 {
    border-bottom: 0px !important;
}

.bdB1 {
    border-bottom-left-radius: 0 !important;
    border-bottom: 1px solid #bdc8ca !important;
}

.bdR0 {
    border-right: 0px !important;
}

.bdR1 {
    border-right: 1px solid #bdc8ca !important;
}

.bdL0 {
    border-left: 0px !important;
}

.bdL1 {
    border-left: 1px solid #bdc8ca !important;
}

/*h1 ログイン時に使用*/
h1 {
    width: 99.55%;
    height: auto;
    /*margin-left:4px;*/
    margin-bottom: 10px;
    background-color: #FFFFFF;
    color: #242424;
    text-shadow: 1px 1px 1px #9d9d9d;
    font-size: 30px;
    line-height: 1;
    box-shadow: 1px 1px 5px 0px #9e9d9d;
    border-top: 5px solid #f18e22;
    border-radius: 2px;
    min-height: 50px;
    margin: 0 auto 10px auto;
}

    h1 p {
        padding: 10px 15px 10px 10px;
    }

@media only screen and (max-width : 480px) {
    h1 {
        width: 100%;
        margin-left: 2px;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    h1 {
        width: 100%;
        margin-left: 2px;
    }
}

/*h2 ページタイトルに使用*/
h2 {
    width: 99.7%;
    height: auto;
    margin-left: 2px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    color: #242424;
    text-shadow: 1px 1px 1px #9d9d9d;
    font-size: 16px;
    line-height: 1;
    box-shadow: 1px 1px 5px 0px #9e9d9d;
    border-bottom: 5px solid #f18e22;
    border-radius: 2px;
}

    h2 p {
        padding: 10px 10px 8px 10px;
    }

@media only screen and (max-width : 480px) {
    h2 {
        width: 100%;
        margin-top: 10px;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    h2 {
        width: 100%;
        margin-top: 10px;
    }
}

/*******************************************/
/*外枠レイアウト関連************************/
/*******************************************/

/*Wrapper ページ表示領域*/
.Wrapper {
    max-width: 1200px;
    width: 100%;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: 0 auto 0px auto;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.6);
    background-color: #FFFFFF;
    padding-bottom: 0px;
    border: 1px solid transparent !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width : 480px) {
    .Wrapper {
        width: 95%;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .Wrapper {
        width: 95%;
    }
}

.WrapperPadding {
    width: 100%;
    padding: 0 5px 0 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*Top ページ上部オレンジ部分*/
.Top {
    width: 100%;
    height: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

    .Top p {
        border: 1px solid #000000;
    }

        .Top p img {
            display: none;
        }

@media only screen and (max-width : 480px) {
    .Top {
        display: none;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .Top {
        display: none;
    }
}

/*footer ページ下部オレンジ部分*/
#footer {
    background: #fcab5a; /* Old browsers */
    background: -moz-linear-gradient(top, #fcab5a 0%, #ed6103 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcab5a), color-stop(100%,#ed6103)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcab5a 0%,#ed6103 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcab5a 0%,#ed6103 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcab5a 0%,#ed6103 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcab5a 0%,#ed6103 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcab5a', endColorstr='#ed6103',GradientType=0 ); /* IE6-9 */
    height: 50px;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.6);
}

    #footer p {
        padding-top: 20px;
        margin: 0 auto;
        color: #FFFFFF;
        display: inline-block;
    }

@media only screen and (max-width : 480px) {
    #footer {
        height: 100px;
    }

        #footer p {
            padding-top: 10px;
            margin: 0 auto;
            color: #FFFFFF;
            display: block;
        }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    #footer {
        height: 100px;
    }

        #footer p {
            padding-top: 10px;
            margin: 0 auto;
            color: #FFFFFF;
            display: block;
        }
}


#footer a {
    color: #FFFFFF;
}

    #footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
        color: #FFFFFF;
    }

/**********************************************/
/*ヘッダーメニュースタイル*********************/
/**********************************************/

.menu {
    background: #FFFFFF;
    width: 100% !important;
    height: 100px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

    .menu:before {
        content: "";
        display: block;
        height: 20px;
        width: 100%;
        background: #fcab5a; /* Old browsers */
        background: -moz-linear-gradient(top, #fcab5a 0%, #ed6103 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcab5a), color-stop(100%,#ed6103)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #fcab5a 0%,#ed6103 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fcab5a 0%,#ed6103 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fcab5a 0%,#ed6103 100%); /* IE10+ */
        background: linear-gradient(to bottom, #fcab5a 0%,#ed6103 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcab5a', endColorstr='#ed6103',GradientType=0 ); /* IE6-9 */
    }
    /*@media only screen and (max-width : 480px)
{
    .menu
    {
        width:97%;
    }
}
@media only screen and (min-width : 481px) and (max-width : 768px)
{
    .menu
    {
        
        width:97%;
    }
}*/

    /*.menu ul{
  margin:0;
  padding:0;
  width:100%;
  font-size:11px;
  color:#747474;
  height: 80px;
  box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.6);
  border-bottom-left-radius:15px !important;
  border-bottom-right-radius:15px !important;
  position: relative;
  z-index:100;
}*/

    .menu ul li {
        list-style: none;
        margin: 0;
        padding-top: 10px;
        font-size: 11px;
        float: left;
        position: relative;
        width: 90px; /*親メニューの幅*/
        height: 70px; /*親メニューの高さ*/
        background: #FFFFFF; /*親メニューの背景色*/
        color: #747474; /*親メニューの文字色*/
        text-align: center;
        /*border-bottom:1px solid #e8ebec;*/
        /*border-left:1px solid #e8ebec !important;*/
    }

@media only screen and (max-width : 480px) {
    .menu ul li {
        width: 100%; /*親メニューの幅*/
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .menu ul li {
        width: 100%; /*親メニューの幅*/
    }
}

.menu ul li.HeaderList1 {
    width: calc(100% - 730px);
    width: -webkit-calc(100% - 730px);
    /*max-width : 500px;
  width : 100%;*/
    text-align: left;
    /*border-bottom-left-radius:15px !important;*/
}

.menu ul li.HeaderList1_Con6 {
    width: calc(100% - 640px);
    width: -webkit-calc(100% - 640px);
    /*max-width : 500px;
  width : 100%;*/
    text-align: left;
    border-bottom-left-radius: 15px !important;
}

.menu ul li.HeaderList1_Con3 {
    width: calc(100% - 367px);
    width: -webkit-calc(100% - 367px);
    /*max-width : 500px;
  width : 100%;*/
    text-align: left;
    border-bottom-left-radius: 15px !important;
}

@media only screen and (max-width : 480px) {
    .menu ul li.HeaderList1, .menu ul li.HeaderList1_Con6, .menu ul li.HeaderList1_Con3 {
        width: 100%;
        /*border-bottom-right-radius:15px !important;*/
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .menu ul li.HeaderList1, .menu ul li.HeaderList1_Con6, .menu ul li.HeaderList1_Con3 {
        width: 100%;
        /*border-bottom-right-radius:15px !important;*/
    }
}

.menu ul li.HeaderList1 p, .menu ul li.HeaderList1_Con6 p, .menu ul li.HeaderList1_Con3 p {
    width: 50%;
    display: inline;
}

    .menu ul li.HeaderList1 p.HeaderButton, .menu ul li.HeaderList1_Con6 p.HeaderButton, .menu ul li.HeaderList1_Con3 p.HeaderButton {
        width: 20%;
        display: none;
    }

@media only screen and (max-width : 480px) {
    .menu ul li.HeaderList1 p.HeaderButton, .menu ul li.HeaderList1_Con6 p.HeaderButton, .menu ul li.HeaderList1_Con3 p.HeaderButton {
        display: inline;
        position: relative;
        right: 15px;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .menu ul li.HeaderList1 p.HeaderButton, .menu ul li.HeaderList1_Con6 p.HeaderButton, .menu ul li.HeaderList1_Con3 p.HeaderButton {
        display: inline;
    }
}

.menu ul li.HeaderList2 {
}

@media only screen and (max-width : 480px) {
    .menu ul li.HeaderList2 {
        list-style: none;
        margin: 0;
        /*padding-top:10px;*/
        font-size: 11px;
        float: left;
        position: relative;
        width: 100%; /*親メニューの幅*/
        height: 40px; /*親メニューの高さ*/
        background: #FFFFFF; /*親メニューの背景色*/
        color: #747474; /*親メニューの文字色*/
        text-align: center;
        border-bottom: 1px solid #e8ebec;
        border-left: 1px solid #e8ebec !important;
        display: none;
    }

        .menu ul li.HeaderList2 img {
            display: none;
        }

        .menu ul li.HeaderList2 p.HeaderTitle {
            font-size: 20px;
        }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .menu ul li.HeaderList2 {
        list-style: none;
        margin: 0;
        /*padding-top:10px;*/
        font-size: 11px;
        float: left;
        position: relative;
        max-width: 768px !important; /*親メニューの幅*/
        min-width: 321px !important;
        height: 40px; /*親メニューの高さ*/
        background: #FFFFFF; /*親メニューの背景色*/
        color: #747474; /*親メニューの文字色*/
        text-align: center;
        border-bottom: 1px solid #e8ebec;
        border-left: 1px solid #e8ebec !important;
        display: none;
    }

        .menu ul li.HeaderList2 img {
            display: none;
        }

        .menu ul li.HeaderList2 p.HeaderTitle {
            font-size: 20px;
        }
}

.menu ul li.HeaderList3 {
    width: 150px;
}

@media only screen and (max-width : 480px) {
    .menu ul li.HeaderList3 {
        width: 100%;
        display: none;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .menu ul li.HeaderList3 {
        width: 100%;
        display: none;
    }
}

.menu ul li.HeaderList4 {
    width: 30px;
    height: 70px;
    background: #FFFFFF;
    /*border-right: 1px solid #e8ebec !important;
    border-bottom-right-radius: 15px !important;*/
}

@media only screen and (max-width : 480px) {
    .menu ul li.HeaderList4 {
        display: none;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .menu ul li.HeaderList4 {
        display: none;
    }
}

.menu ul li a {
    color: #4D4D4D;
    display: block;
    text-decoration: none;
}

    .menu ul li:hover, .menu ul li a:hover {
        background: lightyellow; /*ホバー時の親メニューの背景色*/
        color: #747474; /*ホバー時の親メニューの文字色*/
    }

.menu ul li.HeaderList1:hover, .menu ul li.HeaderList1 a:hover,
.menu ul li.HeaderList1_Con6:hover, .menu ul li.HeaderList1_Con6 a:hover,
.menu ul li.HeaderList1_Con3:hover, .menu ul li.HeaderList1_Con3 a:hover,
.menu ul li.HeaderList4:hover, .menu ul li.HeaderList4 a:hover {
    background: #FFFFFF; /*ホバー時の親メニューの背景色*/
    color: #747474; /*ホバー時の親メニューの文字色*/
}

.menu ul li ul {
    position: absolute;
    top: 80px; /*親メニューの高さと同じにする*/
    width: 50px;
    height: 0px;
    z-index: 100;
    text-overflow: ellipsis;
}

@media only screen and (max-width : 480px) {
    .menu ul li ul {
        top: 50px; /*親メニューの高さと同じにする*/
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .menu ul li ul {
        top: 50px; /*親メニューの高さと同じにする*/
    }
}


.menu ul li ul li {
    padding-top: 0;
    visibility: hidden;
    width: 110px; /*サブメニューの幅*/
    height: 0;
    background: #FFFFFF; /*サブメニューの背景色*/
    text-align: left;
    padding-left: 5px;
}

    .menu ul li ul li.Messeage {
        width: 170px; /*サブメニューの幅*/
    }

/*.menu ul li ul#Menu2 li.Messeage,
.menu ul li ul#Menu3 li.Messeage
{
  overflow-x: hidden !important;
  white-space: nowrap;
}*/

@media only screen and (max-width : 320px) {
    .menu ul li ul li.Messeage {
        width: 170px; /*サブメニューの幅*/
    }

    #lblMenu li:nth-last-child(3) ul li.Messeage {
        width: 80px !important;
    }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    .menu ul li ul li.Messeage {
        width: 210px; /*サブメニューの幅*/
    }

    #lblMenu li:nth-last-child(3) ul li.Messeage {
        width: 135px !important;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .menu ul li ul li.Messeage {
        width: 210px; /*サブメニューの幅*/
    }

    #lblMenu li:nth-last-child(3) ul li.Messeage {
        width: 135px !important;
    }
}

.menu ul li ul li a img {
    padding-top: 11px;
    padding-right: 3px;
}



.menu ul li ul li:hover, .menu ul li ul li a:hover {
    background-color: lightyellow; /*ホバー時のサブメニューの背景色*/
}

.menu ul li ul li, .menu ul li a ul li {
    visibility: visible;
    overflow: visible;
    height: auto; /*サブメニューの高さ*/
    z-index: 10;
    border: 1px solid #e8ebec;
    border-bottom: 0px;
    line-height: 40px;
}

    .menu ul li ul li p, .menu ul li a ul li p {
        line-height: 20px;
    }

    .menu ul li ul li:last-child, .menu ul li a ul li:last-child {
        border-bottom: 1px solid #e8ebec;
        -webkit-transition: 0.1s;
        -moz-transition: 0.1s;
        -ms-transition: 0.1s;
        -o-transition: 0.1s;
        transition: 0.1s;
    }

.MesseageCircle {
    margin: auto;
    background-color: #fff;
    border: 3px solid #fff;
    width: 16px;
    height: 15px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    box-shadow: 0 0 0 1px red;
    -webkit-box-shadow: 0 0 0 1px red;
    -moz-box-shadow: 0 0 0 1px red;
    position: absolute;
    top: 8px;
    left: 50px;
    font-size: 20px;
    color: red;
    font-weight: bold;
    padding-right: 1px;
}

/*p.MesseageCircle p.MesseageCount
    {
        padding-right:1px;
    }*/
@media only screen and (max-width : 320px) {
    .MesseageCircle {
        top: 14px;
        left: 79.5%;
    }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    .MesseageCircle {
        top: 14px;
        left: 80.5%;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .MesseageCircle {
        top: 15px;
        left: 59.7%;
    }
}
/*件数1桁用*/
.MesseageCount {
    position: absolute;
    top: 8px;
    left: 57px;
    font-size: 14px;
    color: red;
    font-weight: bold;
    /*letter-spacing: -3px;*/
}
/*件数2桁用*/
.MesseageCount2 {
    position: absolute;
    top: 8px;
    left: 53px;
    font-size: 14px;
    color: red;
    font-weight: bold;
    letter-spacing: -2px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .MesseageCount2 {
        top: 8px;
        left: 54px;
        letter-spacing: 1px;
    }
}

@media only screen and (max-width : 320px) {
    .MesseageCount {
        top: 14px;
        left: 82.2%;
    }

    .MesseageCount2 {
        top: 14px;
        left: 80.4%;
    }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    .MesseageCount {
        top: 14px;
        left: 82.2%;
    }

    .MesseageCount2 {
        top: 14px;
        left: 81.5%;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .MesseageCount {
        top: 15px;
        left: 60.9%;
    }

    .MesseageCount2 {
        top: 15px;
        left: 60.2%;
    }
}

/*******************************************/
/*中枠レイアウト関連************************/
/*******************************************/

/*Contener 上部メニューより下にあるものの表示領域*/
.Contener {
    width: 100%;
    margin: 0 0px 20px 0px;
    padding-right: 5px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.contents {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*border:1px solid #000000;*/
}

/*Pankuzu パンくず*/
.Pankuzu {
    width: 100%;
    text-align: left;
    padding: 5px 5px 5px 5px;
    margin-bottom: 20px;
}

    .Pankuzu p {
        display: inline;
    }

@media only screen and (max-width : 480px) {
    .Pankuzu {
        display: none !important;
    }
    /*.Pankuzu
        {
            width:90%;
            
        }
        .Pankuzu p
        {
            display:block;
        }*/
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .Pankuzu {
        width: 90%;
    }

        .Pankuzu p {
            display: inline-block;
        }
}

.Pankuzu p span {
    padding-right: 5px;
}

.Pankuzu a {
    color: #000000;
}


/**********************************************/
/*テーブル関係*********************************/
/**********************************************/
/*サイズごとに記述*****************************/

/*PCサイズのレイアウト*/
table {
    width: 100%;
    table-layout: fixed;
    border: 0px;
    height: 100%;
}

    table.auto {
        table-layout: auto;
    }
    /*@media only screen and (max-width : 480px)
{
    table.auto
    {
        table-layout:fixed;
    }
}
@media only screen and (min-width : 481px) and (max-width : 768px)
{
    table.auto
    {
        table-layout:fixed;
    }
}*/

    table a {
        font-weight: bold;
    }

    table tr th {
        font-size: 11px;
        overflow: hidden;
        text-overflow: ellipsis;
        /*line-height:15px;*/
    }

    table tr td {
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        /*line-height:15px;*/
    }

        table tr td.button {
            overflow: visible !important;
        }
    /******テーブルホバー関連******/
    table tr:hover td {
        background-color: lightyellow !important;
    }

    table tr.pagination:hover td {
        background-color: transparent !important;
    }

    table.nohover tr:hover td {
        background-color: transparent !important;
    }
    /*rowspanが使用される可能性のあるテーブル*/
    table.rowHover tbody:hover tr td {
        background-color: lightyellow !important;
    }

    table.KensakuTableSyousai tr:hover td {
        background-color: transparent !important;
    }

    table.ListTable {
        margin-top: 10px;
    }

    table.ListTable1, table.ListTable2_Nyuryoku_Yoko {
        margin-top: 10px;
    }

@media only screen and (max-width : 480px) {
    .Slh64 {
        line-height: 64px !important;
    }

    .Sw90 {
        width: 90% !important;
    }

    .Sw100 {
        width: 100% !important;
    }

    .Sh18 {
        height: 18% !important;
    }

    .Sh50 {
        height: 50% !important;
    }

    .Sh18p {
        height: 18px !important;
    }

    .Sh50p {
        height: 50px !important;
    }

    .Sh61p {
        height: 61px !important;
    }

    .SdN {
        display: none !important;
    }

    .SdB {
        display: block !important;
    }

    .SdIB {
        display: inline-block !important;
    }

    .SfloN {
        float: none !important;
    }

    .ListTable1 .Sw1 {
        width: 1% !important;
    }

    .ListTable1 .Sw2 {
        width: 2% !important;
    }

    .ListTable1 .Sw3 {
        width: 3% !important;
    }

    .ListTable1 .Sw4 {
        width: 4% !important;
    }

    .ListTable1 .Sw5 {
        width: 5% !important;
    }

    .ListTable1 .Sw6 {
        width: 6% !important;
    }

    .ListTable1 .Sw7 {
        width: 7% !important;
    }

    .ListTable1 .Sw8 {
        width: 8% !important;
    }

    .ListTable1 .Sw9 {
        width: 9% !important;
    }

    .ListTable1 .Sw10 {
        width: 10% !important;
    }

    .ListTable1 .Sw11 {
        width: 11% !important;
    }

    .ListTable1 .Sw12 {
        width: 12% !important;
    }

    .ListTable1 .Sw13 {
        width: 13% !important;
    }

    .ListTable1 .Sw14 {
        width: 14% !important;
    }

    .ListTable1 .Sw15 {
        width: 15% !important;
    }

    .ListTable1 .Sw16 {
        width: 16% !important;
    }

    .ListTable1 .Sw17 {
        width: 17% !important;
    }

    .ListTable1 .Sw18 {
        width: 18% !important;
    }

    .ListTable1 .Sw19 {
        width: 19% !important;
    }

    .ListTable1 .Sw20 {
        width: 20% !important;
    }

    .ListTable1 .Sw21 {
        width: 21% !important;
    }

    .ListTable1 .Sw22 {
        width: 22% !important;
    }

    .ListTable1 .Sw23 {
        width: 23% !important;
    }

    .ListTable1 .Sw24 {
        width: 24% !important;
    }

    .ListTable1 .Sw25 {
        width: 25% !important;
    }

    .ListTable1 .Sw26 {
        width: 26% !important;
    }

    .ListTable1 .Sw27 {
        width: 27% !important;
    }

    .ListTable1 .Sw28 {
        width: 28% !important;
    }

    .ListTable1 .Sw29 {
        width: 29% !important;
    }

    .ListTable1 .Sw30 {
        width: 30% !important;
    }

    .ListTable1 .Sw31 {
        width: 31% !important;
    }

    .ListTable1 .Sw32 {
        width: 32% !important;
    }

    .ListTable1 .Sw33 {
        width: 33% !important;
    }

    .ListTable1 .Sw34 {
        width: 34% !important;
    }

    .ListTable1 .Sw35 {
        width: 35% !important;
    }

    .ListTable1 .Sw36 {
        width: 36% !important;
    }

    .ListTable1 .Sw37 {
        width: 37% !important;
    }

    .ListTable1 .Sw38 {
        width: 38% !important;
    }

    .ListTable1 .Sw39 {
        width: 39% !important;
    }

    .ListTable1 .Sw40 {
        width: 40% !important;
    }

    .ListTable1 .Sw41 {
        width: 41% !important;
    }

    .ListTable1 .Sw42 {
        width: 42% !important;
    }

    .ListTable1 .Sw43 {
        width: 43% !important;
    }

    .ListTable1 .Sw44 {
        width: 44% !important;
    }

    .ListTable1 .Sw45 {
        width: 45% !important;
    }

    .ListTable1 .Sw46 {
        width: 46% !important;
    }

    .ListTable1 .Sw47 {
        width: 47% !important;
    }

    .ListTable1 .Sw48 {
        width: 48% !important;
    }

    .ListTable1 .Sw49 {
        width: 49% !important;
    }

    .ListTable1 .Sw50 {
        width: 50% !important;
    }

    .ListTable1 .Sw51 {
        width: 51% !important;
    }

    .ListTable1 .Sw52 {
        width: 52% !important;
    }

    .ListTable1 .Sw53 {
        width: 53% !important;
    }

    .ListTable1 .Sw54 {
        width: 54% !important;
    }

    .ListTable1 .Sw55 {
        width: 55% !important;
    }

    .ListTable1 .Sw56 {
        width: 56% !important;
    }

    .ListTable1 .Sw57 {
        width: 57% !important;
    }

    .ListTable1 .Sw58 {
        width: 58% !important;
    }

    .ListTable1 .Sw59 {
        width: 59% !important;
    }

    .ListTable1 .Sw60 {
        width: 60% !important;
    }

    .ListTable1 .Sw61 {
        width: 61% !important;
    }

    .ListTable1 .Sw62 {
        width: 62% !important;
    }

    .ListTable1 .Sw63 {
        width: 63% !important;
    }

    .ListTable1 .Sw64 {
        width: 64% !important;
    }

    .ListTable1 .Sw65 {
        width: 65% !important;
    }

    .ListTable1 .Sw66 {
        width: 66% !important;
    }

    .ListTable1 .Sw67 {
        width: 67% !important;
    }

    .ListTable1 .Sw68 {
        width: 68% !important;
    }

    .ListTable1 .Sw69 {
        width: 69% !important;
    }

    .ListTable1 .Sw70 {
        width: 70% !important;
    }

    .ListTable1 .Sw71 {
        width: 71% !important;
    }

    .ListTable1 .Sw72 {
        width: 72% !important;
    }

    .ListTable1 .Sw73 {
        width: 73% !important;
    }

    .ListTable1 .Sw74 {
        width: 74% !important;
    }

    .ListTable1 .Sw75 {
        width: 75% !important;
    }

    .ListTable1 .Sw76 {
        width: 76% !important;
    }

    .ListTable1 .Sw77 {
        width: 77% !important;
    }

    .ListTable1 .Sw78 {
        width: 78% !important;
    }

    .ListTable1 .Sw79 {
        width: 79% !important;
    }

    .ListTable1 .Sw80 {
        width: 80% !important;
    }

    .ListTable1 .Sw81 {
        width: 81% !important;
    }

    .ListTable1 .Sw82 {
        width: 82% !important;
    }

    .ListTable1 .Sw83 {
        width: 83% !important;
    }

    .ListTable1 .Sw84 {
        width: 84% !important;
    }

    .ListTable1 .Sw85 {
        width: 85% !important;
    }

    .ListTable1 .Sw86 {
        width: 86% !important;
    }

    .ListTable1 .Sw87 {
        width: 87% !important;
    }

    .ListTable1 .Sw88 {
        width: 88% !important;
    }

    .ListTable1 .Sw89 {
        width: 89% !important;
    }

    .ListTable1 .Sw90 {
        width: 90% !important;
    }

    .ListTable1 .Sw91 {
        width: 91% !important;
    }

    .ListTable1 .Sw92 {
        width: 92% !important;
    }

    .ListTable1 .Sw93 {
        width: 93% !important;
    }

    .ListTable1 .Sw94 {
        width: 94% !important;
    }

    .ListTable1 .Sw95 {
        width: 95% !important;
    }

    .ListTable1 .Sw96 {
        width: 96% !important;
    }

    .ListTable1 .Sw97 {
        width: 97% !important;
    }

    .ListTable1 .Sw98 {
        width: 98% !important;
    }

    .ListTable1 .Sw99 {
        width: 99% !important;
    }

    .ListTable1 .Sw100 {
        width: 100% !important;
    }

    .ContextArea.Sw94 {
        width: 94% !important;
    }

    table.ListTable2_Nyuryoku_Yoko {
        display: block;
    }

        table.ListTable2_Nyuryoku_Yoko tbody {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flexbox;
            display: flex;
            overflow-x: auto;
        }

        table.ListTable2_Nyuryoku_Yoko tr,
        table.ListTable2_Nyuryoku_Yoko th,
        table.ListTable2_Nyuryoku_Yoko td {
            display: block;
        }

        table.ListTable2_Nyuryoku_Yoko tbody tr th {
            width: 80px !important;
        }

        table.ListTable2_Nyuryoku_Yoko tbody tr td {
            width: 165px !important;
        }

        table.ListTable2_Nyuryoku_Yoko tbody tr td .w_string_L {
            width: 150px !important;
        }

        /* detail order */
        table.ListTable2_Nyuryoku_Yoko tbody tr th.ListTable_color_Th,
        table.ListTable2_Nyuryoku_Yoko tbody tr td.ListTable_color_Td{
            height: 45px;
            line-height: 45px;
        }
}

@media only screen and (min-width : 481px) and (max-width : 640px)
{
    .M1lh84 {
        line-height: 84px !important;
    }

    .M1h19p {
        height: 19px !important;
    }

    .M1h84p {
        height: 84px !important;
    }
}

@media only screen and (min-width : 641px) and (max-width : 768px)
{
    .M2lh108 {
        line-height: 108px !important;
    }

     .M2h19p {
        height: 19px !important;
    }

     .M2h102p {
        height: 102px !important;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .Mw100 {
        width: 100% !important;
    }

    .MdN {
        display: none !important;
    }

    .MdB {
        display: block !important;
    }

    .MdIB {
        display: inline-block !important;
    }

    .MfloN {
        float: none !important;
    }

    .ListTable1 .Mw1 {
        width: 1% !important;
    }

    .ListTable1 .Mw2 {
        width: 2% !important;
    }

    .ListTable1 .Mw3 {
        width: 3% !important;
    }

    .ListTable1 .Mw4 {
        width: 4% !important;
    }

    .ListTable1 .Mw5 {
        width: 5% !important;
    }

    .ListTable1 .Mw6 {
        width: 6% !important;
    }

    .ListTable1 .Mw7 {
        width: 7% !important;
    }

    .ListTable1 .Mw8 {
        width: 8% !important;
    }

    .ListTable1 .Mw9 {
        width: 9% !important;
    }

    .ListTable1 .Mw10 {
        width: 10% !important;
    }

    .ListTable1 .Mw11 {
        width: 11% !important;
    }

    .ListTable1 .Mw12 {
        width: 12% !important;
    }

    .ListTable1 .Mw13 {
        width: 13% !important;
    }

    .ListTable1 .Mw14 {
        width: 14% !important;
    }

    .ListTable1 .Mw15 {
        width: 15% !important;
    }

    .ListTable1 .Mw16 {
        width: 16% !important;
    }

    .ListTable1 .Mw17 {
        width: 17% !important;
    }

    .ListTable1 .Mw18 {
        width: 18% !important;
    }

    .ListTable1 .Mw19 {
        width: 19% !important;
    }

    .ListTable1 .Mw20 {
        width: 20% !important;
    }

    .ListTable1 .Mw21 {
        width: 21% !important;
    }

    .ListTable1 .Mw22 {
        width: 22% !important;
    }

    .ListTable1 .Mw23 {
        width: 23% !important;
    }

    .ListTable1 .Mw24 {
        width: 24% !important;
    }

    .ListTable1 .Mw25 {
        width: 25% !important;
    }

    .ListTable1 .Mw26 {
        width: 26% !important;
    }

    .ListTable1 .Mw27 {
        width: 27% !important;
    }

    .ListTable1 .Mw28 {
        width: 28% !important;
    }

    .ListTable1 .Mw29 {
        width: 29% !important;
    }

    .ListTable1 .Mw30 {
        width: 30% !important;
    }

    .ListTable1 .Mw31 {
        width: 31% !important;
    }

    .ListTable1 .Mw32 {
        width: 32% !important;
    }

    .ListTable1 .Mw33 {
        width: 33% !important;
    }

    .ListTable1 .Mw34 {
        width: 34% !important;
    }

    .ListTable1 .Mw35 {
        width: 35% !important;
    }

    .ListTable1 .Mw36 {
        width: 36% !important;
    }

    .ListTable1 .Mw37 {
        width: 37% !important;
    }

    .ListTable1 .Mw38 {
        width: 38% !important;
    }

    .ListTable1 .Mw39 {
        width: 39% !important;
    }

    .ListTable1 .Mw40 {
        width: 40% !important;
    }

    .ListTable1 .Mw41 {
        width: 41% !important;
    }

    .ListTable1 .Mw42 {
        width: 42% !important;
    }

    .ListTable1 .Mw43 {
        width: 43% !important;
    }

    .ListTable1 .Mw44 {
        width: 44% !important;
    }

    .ListTable1 .Mw45 {
        width: 45% !important;
    }

    .ListTable1 .Mw46 {
        width: 46% !important;
    }

    .ListTable1 .Mw47 {
        width: 47% !important;
    }

    .ListTable1 .Mw48 {
        width: 48% !important;
    }

    .ListTable1 .Mw49 {
        width: 49% !important;
    }

    .ListTable1 .Mw50 {
        width: 50% !important;
    }

    .ListTable1 .Mw51 {
        width: 51% !important;
    }

    .ListTable1 .Mw52 {
        width: 52% !important;
    }

    .ListTable1 .Mw53 {
        width: 53% !important;
    }

    .ListTable1 .Mw54 {
        width: 54% !important;
    }

    .ListTable1 .Mw55 {
        width: 55% !important;
    }

    .ListTable1 .Mw56 {
        width: 56% !important;
    }

    .ListTable1 .Mw57 {
        width: 57% !important;
    }

    .ListTable1 .Mw58 {
        width: 58% !important;
    }

    .ListTable1 .Mw59 {
        width: 59% !important;
    }

    .ListTable1 .Mw60 {
        width: 60% !important;
    }

    .ListTable1 .Mw61 {
        width: 61% !important;
    }

    .ListTable1 .Mw62 {
        width: 62% !important;
    }

    .ListTable1 .Mw63 {
        width: 63% !important;
    }

    .ListTable1 .Mw64 {
        width: 64% !important;
    }

    .ListTable1 .Mw65 {
        width: 65% !important;
    }

    .ListTable1 .Mw66 {
        width: 66% !important;
    }

    .ListTable1 .Mw67 {
        width: 67% !important;
    }

    .ListTable1 .Mw68 {
        width: 68% !important;
    }

    .ListTable1 .Mw69 {
        width: 69% !important;
    }

    .ListTable1 .Mw70 {
        width: 70% !important;
    }

    .ListTable1 .Mw71 {
        width: 71% !important;
    }

    .ListTable1 .Mw72 {
        width: 72% !important;
    }

    .ListTable1 .Mw73 {
        width: 73% !important;
    }

    .ListTable1 .Mw74 {
        width: 74% !important;
    }

    .ListTable1 .Mw75 {
        width: 75% !important;
    }

    .ListTable1 .Mw76 {
        width: 76% !important;
    }

    .ListTable1 .Mw77 {
        width: 77% !important;
    }

    .ListTable1 .Mw78 {
        width: 78% !important;
    }

    .ListTable1 .Mw79 {
        width: 79% !important;
    }

    .ListTable1 .Mw80 {
        width: 80% !important;
    }

    .ListTable1 .Mw81 {
        width: 81% !important;
    }

    .ListTable1 .Mw82 {
        width: 82% !important;
    }

    .ListTable1 .Mw83 {
        width: 83% !important;
    }

    .ListTable1 .Mw84 {
        width: 84% !important;
    }

    .ListTable1 .Mw85 {
        width: 85% !important;
    }

    .ListTable1 .Mw86 {
        width: 86% !important;
    }

    .ListTable1 .Mw87 {
        width: 87% !important;
    }

    .ListTable1 .Mw88 {
        width: 88% !important;
    }

    .ListTable1 .Mw89 {
        width: 89% !important;
    }

    .ListTable1 .Mw90 {
        width: 90% !important;
    }

    .ListTable1 .Mw91 {
        width: 91% !important;
    }

    .ListTable1 .Mw92 {
        width: 92% !important;
    }

    .ListTable1 .Mw93 {
        width: 93% !important;
    }

    .ListTable1 .Mw94 {
        width: 94% !important;
    }

    .ListTable1 .Mw95 {
        width: 95% !important;
    }

    .ListTable1 .Mw96 {
        width: 96% !important;
    }

    .ListTable1 .Mw97 {
        width: 97% !important;
    }

    .ListTable1 .Mw98 {
        width: 98% !important;
    }

    .ListTable1 .Mw99 {
        width: 99% !important;
    }

    .ListTable1 .Mw100 {
        width: 100% !important;
    }

    .ContextArea.Mw89 {
        width: 89% !important;
    }

    table.ListTable2_Nyuryoku_Yoko {
        display: block;
    }

        table.ListTable2_Nyuryoku_Yoko tbody {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flexbox;
            display: flex;
            overflow-x: auto;
        }

        table.ListTable2_Nyuryoku_Yoko tr,
        table.ListTable2_Nyuryoku_Yoko th,
        table.ListTable2_Nyuryoku_Yoko td {
            display: block;
        }

        table.ListTable2_Nyuryoku_Yoko tbody tr th {
            width: 80px !important;
        }

        table.ListTable2_Nyuryoku_Yoko tbody tr td {
            width: 165px !important;
        }
        table.ListTable2_Nyuryoku_Yoko tbody tr td .w_string_L{ 
			width:150px !important;
		}

        /* detail order */
        table.ListTable2_Nyuryoku_Yoko tbody tr th.ListTable_color_Th,
        table.ListTable2_Nyuryoku_Yoko tbody tr td.ListTable_color_Td{
            height: 45px;
            line-height: 45px;
        }
}

table.ListTable tr th, table.ListTable1 tr th {
    padding: 5px;
    border: 1px solid #d4d3b1;
    background-color: #f5f5e2;
    color: #5c5c3a;
}

table.ListTable2 tr th {
    padding: 5px;
    border: 1px solid #d4d3b1;
    background-color: #f5f5e2;
    color: #5c5c3a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 40px;
    word-break: break-all;
}

table.ListTable2_Nyuryoku tr th, table.ListTable2_Nyuryoku_Yoko tr th {
    width: 15%;
    padding: 5px;
    border: 1px solid #bdc8ca;
    background-color: #f7fafa;
    color: #425258;
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 40px;
    word-break: break-all;
}

table.ListTable1 tr th, table.ListTable2_Nyuryoku_Yoko tr th {
    height: 100%;
}

table.ListTable tr td, table.ListTable1 tr td {
    padding: 5px;
    border: 1px solid #d4d3b1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #FFFFFF;
}

table.ListTable2 tr td, table.ListTable2_Nyuryoku_Yoko tr td {
    padding: 5px;
    border: 1px solid #d4d3b1;
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 40px;
    word-break: break-all;
}

table.ListTable2_Nyuryoku tr td, table.ListTable2_Nyuryoku_Yoko tr td {
    width: 35%;
    padding: 5px;
    border: 1px solid #bdc8ca;
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 40px;
    word-break: break-all;
}

table.ListTable1 tr td, table.ListTable2_Nyuryoku_Yoko tr td {
    height: 100%;
}

    table.ListTable tr td.Status, table.ListTable1 tr td.Status, table.ListTable2 tr td.Status, table.ListTable2_Nyuryoku tr td.Status, table.ListTable2_Nyuryoku_Yoko tr td.Status {
        font-weight: bold;
        font-size: 14px;
    }

table.KensakuTableSyousai {
}

    table.KensakuTableSyousai tr th {
        width: 80px;
        padding: 5px;
        border: 1px solid #bdc8ca;
        background-color: #FFFFFF;
        font-size: 11px;
        border: 0;
    }

    table.KensakuTableSyousai tr td {
        width: 312px;
        padding: 5px;
        border: 1px solid #bdc8ca;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        background-color: #FFFFFF;
        border: 0;
    }

table.KensakuTableSyousai2 {
    /*table-layout:auto;
    border:1px solid #000000 !important;*/
}
    /*4列用*/
    table.KensakuTableSyousai2 tr th {
        width: 15%;
        padding: 5px;
        background-color: #FFFFFF;
        font-size: 11px;
        height: 15px !important;
        /*border:1px solid #000000 !important;*/
    }

    /*4列用*/
    table.KensakuTableSyousai2 tr td {
        width: 35%;
        padding: 5px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        background-color: #FFFFFF;
    }
    /*6列用*/
    table.KensakuTableSyousai2 tr th.col6 {
        width: 8%;
    }
    /*6列用*/
    table.KensakuTableSyousai2 tr td.col6 {
        width: 23%;
        padding: 5px 0px 5px 0px;
    }
    /*テーブル内のチェックボックスリスト*/
    table.KensakuTableSyousai2 tr td.TdCheckBoxList table tr td {
        width: 100px !important;
        overflow-x: hidden;
        white-space: nowrap;
        float: left;
    }

table.ListTable2_Nyuryoku tr td.TdCheckBoxList table tr td {
    width: 150px !important;
    overflow-x: visible;
    white-space: nowrap;
    float: left;
}

table.KensakuTableSyousai2 tr td.col6:last-child.TdCheckBoxList table tr td, table.ListTable2_Nyuryoku tr td.col6:last-child.TdCheckBoxList table tr td {
    width: 80px !important;
    overflow-x: hidden;
    white-space: nowrap;
    float: left;
}

table.KensakuTableSyousai2 tr td.TdCheckBoxList table tr td:after, table.ListTable2_Nyuryoku tr td.TdCheckBoxList table tr td:after {
    clear: both;
}

table.ListTable2_Nyuryoku tr td.TdServiceBoxList ul {
    height: 100% !important;
}

    table.ListTable2_Nyuryoku tr td.TdServiceBoxList ul li {
        display: inline-block;
        width: 25%;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: left;
    }

table.ListTable2_Nyuryoku tr td.TdServiceBoxList:after {
    float: none;
}
/*主にiphone縦サイズのレイアウト*/
@media only screen and (max-width : 320px) {
    table.ListTable2_Nyuryoku tr td.TdServiceBoxList ul li {
        width: 100%;
    }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    table.ListTable2_Nyuryoku tr td.TdServiceBoxList ul li {
        width: 50%;
    }
}

@media only screen and (min-width : 481px) and (max-width : 786px) {
    table.ListTable2_Nyuryoku tr td.TdServiceBoxList ul li {
        width: 33%;
    }
}


@media only screen and (max-width : 480px) {
    table tr th, table tr td, table.ListTable tr th, table.ListTable tr td {
        width: 100% !important;
        display: inline-block;
        text-align: left !important;
        padding: 0px;
        border: 0px solid #d4d3b1;
        overflow: hidden;
        background-color: transparent;
    }

        table tr td.button {
            text-align: center !important;
        }

    table.table_home tr th, table.table_home tr td {
        display: block;
        padding: 0 20px;
    }

    table.ListTable2,
    table.ListTable2_Nyuryoku {
        font-size: 0;
    }

        table.ListTable2 tr th {
            width: 35% !important;
            display: inline-block;
            text-align: left !important;
            padding: 5px;
            border: 1px solid #d4d3b1;
            overflow: hidden;
            background-color: #f5f5e2;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        table.ListTable2 tr td {
            width: 65% !important;
            display: inline-block;
            text-align: left !important;
            padding: 5px;
            border: 1px solid #d4d3b1;
            overflow: hidden;
            background-color: transparent;
            font-size: 11px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        table.ListTable2_Nyuryoku tr th {
            width: 35% !important;
            /*display:inline-block;*/
            text-align: left !important;
            padding: 5px;
            border: 1px solid #bdc8ca;
            overflow: hidden;
            background-color: #f7fafa;
            /*padding-top:10px;
        padding-bottom:10px;*/
        }

            table.ListTable2_Nyuryoku tr th span {
                display: table-cell;
                padding-top: 5px;
                padding-bottom: 5px;
            }

                table.ListTable2_Nyuryoku tr th span span {
                    display: inline;
                }

        table.ListTable2_Nyuryoku tr td {
            width: 65% !important;
            display: inline-block;
            text-align: left !important;
            padding: 5px;
            border: 1px solid #bdc8ca;
            /*overflow: hidden;*/
            background-color: transparent;
            font-size: 11px;
            word-wrap: break-word;
        }
            /*ロゴ表示用*/
            table.ListTable2 tr th.logo, table.ListTable2 tr td.logo, table.ListTable2_Nyuryoku tr th.logo, table.ListTable2_Nyuryoku tr td.logo {
                height: 130px !important;
                overflow: auto !important;
            }
            /*ファイル選択でのロゴ*/
            table.ListTable2 tr th.logo2, table.ListTable2 tr td.logo2, table.ListTable2_Nyuryoku tr th.logo2, table.ListTable2_Nyuryoku tr td.logo2 {
                height: 280px !important;
                overflow: auto !important;
            }

            table.ListTable2_Nyuryoku tr td span {
                display: table-cell;
                padding-top: 5px !important;
                padding-bottom: 5px !important;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            table.ListTable2_Nyuryoku tr td span.ZeiKingaku {
                display: inline !important;
            }

            table.ListTable2_Nyuryoku tr td input[type="text"], table.ListTable2_Nyuryoku tr td textarea {
                width: 93% !important;
            }

            table.ListTable2_Nyuryoku tr td select, table.ListTable2_Nyuryoku tr td input[type="button"] {
                display: block !important;
            }

    table tr td.sizeborder, table.ListTable tr td.sizeborder {
        border-bottom: 1px solid #d4d3b1;
    }

    table tr:last-child td.sizeborder, table.ListTable tr:last-child td.sizeborder {
        border-bottom: 0px solid #d4d3b1;
    }

    table tr th.sizeborder, table.ListTable tr th.sizeborder {
        border-bottom: 1px solid #d4d3b1;
    }

    table tr:hover td {
        background-color: transparent !important;
    }

    table.KensakuTableSyousai tr th, table.KensakuTableSyousai tr td, table.KensakuTableSyousai2 tr th, table.KensakuTableSyousai2 tr td {
        width: 90% !important;
    }

        table.KensakuTableSyousai2 tr td.button {
            width: 97% !important;
        }

    table.KensakuTableSyousai2.log tr td {
        width: 97% !important;
    }

    table.KensakuTableSyousai2 tr td.TdCheckBoxList table tr td table.ListTable2_Nyuryoku tr td.TdCheckBoxList table tr td {
        display: block !important;
    }

    table tr td .ajax__calendar_container tr th, table tr td .ajax__calendar_container tr td {
        width: 24px !important;
        height: 14px !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow-x: hidden !important;
        display: table-cell !important;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    table {
        /*table-layout: auto;*/
        height: 100%;
    }

        table tr th, table tr td, table.ListTable tr th, table.ListTable tr td {
            /*max-width:780px;*/
            width: 100% !important;
            display: inline-block;
            text-align: left !important;
            padding: 0px;
            border: 0px solid #d4d3b1;
            overflow: hidden;
            background-color: transparent;
        }

            table tr td.button {
                text-align: center !important;
            }

        table.ListTable2,
        table.ListTable2_Nyuryoku {
            font-size: 0;
        }

            table.ListTable2 tr th {
                width: 35% !important;
                display: inline-block;
                text-align: left !important;
                padding: 5px;
                border: 1px solid #d4d3b1;
                overflow: hidden;
                background-color: #f5f5e2;
                padding-top: 10px;
                padding-bottom: 10px;
            }

            table.ListTable2 tr td {
                width: 65% !important;
                display: inline-block;
                text-align: left !important;
                padding: 5px;
                border: 1px solid #d4d3b1;
                overflow: hidden;
                background-color: transparent;
                font-size: 11px;
                padding-top: 10px;
                padding-bottom: 10px;
            }

            table.ListTable2_Nyuryoku tr th {
                width: 35% !important;
                /*display:inline-block;*/
                text-align: left !important;
                padding: 5px;
                border: 1px solid #bdc8ca;
                overflow: hidden;
                background-color: #f7fafa;
                /*padding-top:10px;
        padding-bottom:10px;*/
            }

                table.ListTable2_Nyuryoku tr th span {
                    display: table-cell;
                    padding-top: 5px;
                    padding-bottom: 5px;
                }

                    table.ListTable2_Nyuryoku tr th span span {
                        display: inline;
                    }

            table.ListTable2_Nyuryoku tr td {
                width: 65% !important;
                display: inline-block;
                text-align: left !important;
                padding: 5px;
                border: 1px solid #bdc8ca;
                /*overflow: hidden;*/
                background-color: transparent;
                font-size: 11px;
                word-wrap: break-word;
            }
                /*ロゴ表示用*/
                table.ListTable2 tr th.logo, table.ListTable2 tr td.logo, table.ListTable2_Nyuryoku tr th.logo, table.ListTable2_Nyuryoku tr td.logo {
                    height: 130px !important;
                    overflow: auto !important;
                }
                /*ファイル選択でのロゴ*/
                table.ListTable2 tr th.logo2, table.ListTable2 tr td.logo2, table.ListTable2_Nyuryoku tr th.logo2, table.ListTable2_Nyuryoku tr td.logo2 {
                    height: 280px !important;
                    overflow: auto !important;
                }

                /*@media all and (-ms-high-contrast:none){
	    table.ListTable2_Nyuryoku tr td {
		    width:60% !important;
	    }
    }*/

                /**/
                table.ListTable2_Nyuryoku tr td span {
                    display: table-cell;
                    padding-top: 5px !important;
                    padding-bottom: 5px !important;
                    /*overflow: hidden;
            text-overflow: ellipsis;*/
                }

                table.ListTable2_Nyuryoku tr td span.ZeiKingaku {
                    display: inline !important;
                }

                table.ListTable2_Nyuryoku tr td input[type="text"], table.ListTable2_Nyuryoku tr td textarea {
                    /*width:93% !important;*/
                }

                table.ListTable2_Nyuryoku tr td select, table.ListTable2_Nyuryoku tr td input[type="button"] {
                    display: block !important;
                }

        table tr td.sizeborder, table.ListTable tr td.sizeborder {
            border-bottom: 1px solid #d4d3b1;
        }

        table tr:last-child td.sizeborder, table.ListTable tr:last-child td.sizeborder {
            border-bottom: 0px solid #d4d3b1;
        }


        table tr th.sizeborder, table.ListTable tr th.sizeborder {
            border-bottom: 1px solid #d4d3b1;
        }



        table tr:hover td {
            background-color: transparent !important;
        }

        table.KensakuTableSyousai tr th, table.KensakuTableSyousai tr td, table.KensakuTableSyousai2 tr th, table.KensakuTableSyousai2 tr td {
            width: 90% !important;
        }

            table.KensakuTableSyousai2 tr td.button {
                width: 98% !important;
            }

        table.KensakuTableSyousai2.log tr td.log1 {
            width: 97% !important;
        }

        table.KensakuTableSyousai2.log tr td.log2 {
            width: 98% !important;
        }

        table.KensakuTableSyousai2 tr td.TdCheckBoxList table tr td, table.ListTable2_Nyuryoku tr td.TdCheckBoxList table tr td {
            display: block;
        }

        table tr td .ajax__calendar_container tr th, table tr td .ajax__calendar_container tr td {
            width: 24px !important;
            height: 14px !important;
            padding: 0 !important;
            margin: 0 !important;
            overflow-x: hidden !important;
            display: table-cell !important;
        }
}

/*******************************************/
/*詳細スタイル部分**************************/
/*******************************************/

/*ログインページの2カラム左*/
.Loginbox_left {
    width: 35% !important;
    height: auto;
    float: left;
    border: 1px solid #bdc8ca;
    border-radius: 8px;
    margin-left: 4px;
    box-shadow: 0px 1px 2px 0px #bdc8ca;
    background-color: #FFFFFF;
}

@media only screen and (max-width : 480px) {
    .Loginbox_left {
        width: 100% !important;
        height: auto;
        float: none;
        border: 1px solid #bdc8ca;
        border-radius: 8px;
        margin-left: 0px;
        box-shadow: 0px 1px 2px 0px #bdc8ca;
        background-color: #FFFFFF;
        margin-bottom: 10px;
        margin-left: 0px;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .Loginbox_left {
        width: 100% !important;
        height: auto;
        float: none;
        border: 1px solid #bdc8ca;
        border-radius: 8px;
        margin-left: 0px;
        box-shadow: 0px 1px 2px 0px #bdc8ca;
        background-color: #FFFFFF;
        margin-bottom: 10px;
    }
}

.Loginbox_left .title {
    background: #fcab5a; /* Old browsers */
    background: -moz-linear-gradient(top, #fcab5a 0%, #ed6103 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcab5a), color-stop(100%,#ed6103)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcab5a 0%,#ed6103 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcab5a 0%,#ed6103 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcab5a 0%,#ed6103 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcab5a 0%,#ed6103 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcab5a', endColorstr='#ed6103',GradientType=0 ); /* IE6-9 */
    height: 50px;
    color: #FFFFFF;
    text-shadow: 0px 1px 0px #bf5400;
    font-size: 18px;
    font-weight: bold;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.Loginbox_right {
    width: 63.5% !important;
    height: auto;
    float: right;
    border: 1px solid #bdc8ca;
    border-radius: 8px;
    margin-left: 4px;
    box-shadow: 0px 1px 2px 0px #bdc8ca;
    background-color: #FFFFFF;
}

@media only screen and (max-width : 480px) {
    .Loginbox_right {
        width: 100% !important;
        height: auto;
        float: none;
        border: 1px solid #bdc8ca;
        border-radius: 8px;
        margin-left: 0px;
        box-shadow: 0px 1px 2px 0px #bdc8ca;
        background-color: #FFFFFF;
        margin-left: 0px;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .Loginbox_right {
        width: 100% !important;
        height: auto;
        float: none;
        border: 1px solid #bdc8ca;
        border-radius: 8px;
        margin-left: 0px;
        box-shadow: 0px 1px 2px 0px #bdc8ca;
        background-color: #FFFFFF;
        margin-left: 0px;
    }
}

.Loginbox_right .title {
    background: #FFFFFF; /* Old browsers */
    background: -moz-linear-gradient(top, #FFFFFF 0%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFFFFF 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFFFFF 0%,#f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFFFFF 0%,#f2f2f2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #FFFFFF 0%,#f2f2f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
    height: 50px;
    color: #333;
    text-shadow: 0px 1px 0px #9d9d9d;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #bdc8ca;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

    .Loginbox_left .title p,
    .Loginbox_right .title p {
        padding: 12px 0px 15px 0px;
        text-align: center;
    }

.Loginbox_left p,
.Loginbox_right p {
    padding: 15px 10px 15px 15px;
}

    .Loginbox_right p.oshirase {
        margin: 15px 10px 15px 15px;
        padding: 0 0 10px 0;
        border-bottom: 1px dotted #bdc8ca;
    }

/*ホーム画面用中身レイアウト*/
.home_battery {
    max-width: 1175px;
    width: 100%;
    margin-top: -10px;
}

@media only screen and (max-width : 320px) {
    .home_battery {
        float: none;
        width: 100%;
        margin-right: 0px;
    }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    .home_battery {
        float: none;
        width: 97%;
        margin-right: 0px;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .home_battery {
        float: none;
        width: 97%;
        margin-right: 0px;
    }
}

.box_m_home_b0 {
    height: auto;
    float: left;
    width: 30.3% !important;
    margin-right: 0px;
    padding: 0;
    margin: 0;
}

    .box_m_home_b0 button {
        padding: 0;
        margin: 0;
    }

.box_m_home {
    /*height:235px;*/
    border: 1px solid #bdc8ca;
    border-radius: 5px;
    /*margin-left:4px;*/
    box-shadow: 0px 1px 2px 0px #bdc8ca;
    background-color: #FFFFFF;
    width: 50%;
    box-sizing: border-box;
}

    .box_m_home .Kadoutyu {
        width: 50%;
    }

@media only screen and (max-width : 480px) {
    .box_m_home {
        height: auto !important;
    }

        .box_m_home .Kadoutyu {
            width: 70%;
        }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .box_m_home {
        height: auto !important;
    }

        .box_m_home .Kadoutyu {
            width: 70%;
        }
}

@media only screen and (max-width : 480px) {
    .box_m_home_b0, .box_m_home {
        float: none;
        width: 100% !important;
        margin-left: 1px;
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .box_m_home_b0, .box_m_home {
        float: none;
        /*max-width:750px;*/
        width: 100% !important;
        margin-left: 1px;
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

.box_m_home .KeikokuMesseage {
    margin: 5px 5px 0px 5px;
}

    .box_m_home .KeikokuMesseage:last-child {
        margin: 5px 5px 0px 5px;
    }

.box_m_home p.Title {
    padding: 2px 5px 5px 5px;
}

    .box_m_home p.Title a {
        font-weight: bold;
        font-size: 14px;
    }

.box_m_home p {
    padding: 5px 5px 5px 5px;
    display: inline-block !important;
}


.box_m_home h3.h3_Left {
    height: 40px;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    background: #fcab5a; /* Old browsers */
    background: -moz-linear-gradient(top, #fcab5a 0%, #ed6103 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcab5a), color-stop(100%,#ed6103)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcab5a 0%,#ed6103 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcab5a 0%,#ed6103 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcab5a 0%,#ed6103 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcab5a 0%,#ed6103 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcab5a', endColorstr='#ed6103',GradientType=0 ); /* IE6-9 */
    overflow-y: hidden;
}

    .box_m_home h3.h3_Left span {
        padding: 8px 0 0 10px;
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
        text-shadow: 0px 0px 0 rgba(0,0,0,0.3);
        display: inline-block;
    }

@media only screen and (max-width : 320px) {
    .box_m_home h3.h3_Left span {
        padding: 8px 0 0 10px;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        text-shadow: 0px 0px 0 rgba(0,0,0,0.3);
        display: inline-block;
    }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    .box_m_home h3.h3_Left span {
        padding: 8px 0 0 10px;
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
        text-shadow: 0px 0px 0 rgba(0,0,0,0.3);
        display: inline-block;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .box_m_home h3.h3_Left span {
        padding: 8px 0 0 10px;
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
        text-shadow: 0px 0px 0 rgba(0,0,0,0.3);
        display: inline-block;
    }
}

.box_m_home h3.h3_Left img {
    padding: 5px 0 0 10px;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 0px 0 rgba(0,0,0,0.3);
    display: inline;
    margin-top: -8px;
}


.box_m_home h3.h3_Right {
    height: 40px;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    background: #fed871; /* Old browsers */
    background: -moz-linear-gradient(top, #fed871 0%, #fdb119 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed871), color-stop(100%,#fdb119)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fed871 0%,#fdb119 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fed871 0%,#fdb119 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fed871 0%,#fdb119 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fed871 0%,#fdb119 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed871', endColorstr='#fdb119',GradientType=0 ); /* IE6-9 */
}

    .box_m_home h3.h3_Right span {
        padding: 8px 0 0 10px;
        font-size: 16px;
        font-weight: bold;
        color: #846317;
        text-shadow: 0px 0px 0 rgba(0,0,0,0.3);
        display: inline-block;
    }

    .box_m_home h3.h3_Right img {
        padding: 5px 0 0 10px;
        font-size: 22px;
        font-weight: bold;
        color: #FFFFFF;
        text-shadow: 0px 0px 0 rgba(0,0,0,0.3);
        display: inline;
        margin-top: -10px;
    }

    .box_m_home h3.h3_Right span.home_Messeage {
        font-size: 14px;
    }

@media only screen and (max-width : 320px) {
    .box_m_home h3.h3_Right span.home_Messeage {
        font-size: 12px;
        padding-top: 10px;
    }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    .box_m_home h3.h3_Right span.home_Messeage {
        font-size: 14px;
        padding-top: 10px;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .box_m_home h3.h3_Right span.home_Messeage {
        font-size: 14px;
        padding-top: 10px;
    }
}

/*その他画面用中身レイアウト*/

/*区切りボックス*/
.box_m {
    /*width:100%;*/
    height: auto;
    border: 1px solid #bdc8ca;
    border-radius: 8px;
    margin-left: 4px;
    box-shadow: 0px 1px 2px 0px #bdc8ca;
    padding: 15px 10px 15px 15px;
    background-color: #FFFFFF;
}

    .box_m input[type="text"] {
        padding: 5px 0px !important;
    }

@media only screen and (max-width : 320px) {
    .box_m {
        /*-moz-　　…… Firefox
        -webkit- …… Google Chrome、Safari
        -o-　　　…… Opera
        -ms-　　 …… Internet Explorer*/
        width: 99%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 5px 15px 5px;
        margin-left: 2px;
    }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    .box_m {
        /*-moz-　　…… Firefox
        -webkit- …… Google Chrome、Safari
        -o-　　　…… Opera
        -ms-　　 …… Internet Explorer*/
        width: 99.5%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 5px 15px 5px;
        margin-left: 2px;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .box_m {
        width: 99.5%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 5px 15px 5px;
        margin-left: 2px;
    }
}
/*区切り線なしボックス*/
.box_m_b0 {
    /*width:100%;*/
    height: auto;
    margin-left: 0px;
    /*padding:15px 10px 15px 15px;*/
}

.box_m h3 {
    width: 100%;
    color: #242424;
    text-shadow: 1px 1px 1px #9d9d9d;
    background: #ffffff;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
    box-shadow: 1px 1px 5px 0px #9e9d9d;
    border-bottom: 5px double #f18e22;
    border-radius: 2px;
}

    .box_m h3 p {
        padding: 10px 5px 8px 10px;
    }

@media only screen and (max-width : 480px) {
    .box_m h3 {
        /*width:90%;*/
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .box_m h3 {
        /*width:96%;*/
    }
}

.box_m div {
    /*width:100%;*/
}

    .box_m div:after {
        clear: both;
    }

.box_m p {
    padding: 5px;
}

/*簡易検索*/
.KensakuTableKani p {
    width: 30%;
    display: inline;
}

@media only screen and (max-width : 480px) {
    .KensakuTableKani p {
        width: 95%;
        display: block;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .KensakuTableKani p {
        width: 95%;
        display: block;
    }
}

.KensakuTableKani p input {
    width: 40%;
    display: inline;
}

@media only screen and (max-width : 480px) {
    .KensakuTableKani p input {
        width: 95%;
        display: block;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .KensakuTableKani p input {
        width: 95%;
        display: block;
    }
}

.KensakuTableKani p.TitleArea_Orange {
    margin-right: 8px;
    padding: 5px 10px;
    color: #FFFFFF;
    background-color: orange;
    width: 30%;
    display: inline;
}

@media only screen and (max-width : 480px) {
    .KensakuTableKani p.TitleArea_Orange {
        color: #333;
        background-color: transparent;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .KensakuTableKani p.TitleArea_Orange {
        color: #333;
        background-color: transparent;
    }
}

.two_column .ColumnLeft {
    width: 50% !important;
    float: left;
    margin-bottom: 20px;
}

@media only screen and (max-width : 480px) {
    .two_column .ColumnLeft {
        width: 100% !important;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .two_column .ColumnLeft {
        width: 100% !important;
    }
}

.two_column .ColumnLeft h3 {
    width: 100% !important;
}

    .two_column.ColumnLeft h3 p {
        padding: 10px 5px 8px 10px;
    }

@media only screen and (max-width : 480px) {
    .two_column .ColumnLeft h3 {
        width: 100% !important;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .two_column .ColumnLeft h3 {
        width: 100% !important;
    }
}

.two_column .ColumnRight {
    width: 49% !important;
    float: Right;
}

@media only screen and (max-width : 480px) {
    .two_column .ColumnRight {
        width: 100% !important;
        float: left;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .two_column .ColumnRight {
        width: 100% !important;
        float: left;
    }
}

.two_column .ColumnRight h3 {
    width: 100% !important;
}

    .two_column.ColumnRight h3 p {
        padding: 10px 5px 8px 10px;
    }

@media only screen and (max-width : 480px) {
    .two_column .ColumnRight h3 {
        width: 100% !important;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .two_column .ColumnRight h3 {
        width: 100% !important;
    }
}

.two_column .ColumnRight p.MainPhoto {
    width: 95%;
    height: 55%;
}

    .two_column .ColumnRight p.MainPhoto img {
        /*max-width:534px;*/
        width: 100%;
        height: auto;
        padding: 10px;
        border: 1px solid #e8ebec;
    }

@media only screen and (max-width : 320px) {
    .two_column .ColumnRight p.MainPhoto img {
        width: 90% !important;
        height: 50%;
    }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    .two_column .ColumnRight p.MainPhoto img {
        height: 50%;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .two_column .ColumnRight p.MainPhoto img {
        height: 50%;
    }
}

.two_column .ColumnRight p.MainPhoto iframe {
    padding: 6px 10px 10px 10px;
    overflow: hidden !important;
}

@media only screen and (max-width : 480px) {
    .two_column .ColumnRight p.MainPhoto iframe {
        height: 50%;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .two_column .ColumnRight p.MainPhoto iframe {
        height: 50%;
    }
}

.two_column .ColumnRight p img {
    width: 100%;
    height: 280px;
}

.map {
    margin-top: -30px;
}

@media only screen and (max-width : 480px) {
    .map {
        margin-top: 0px;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .map {
        margin-top: 0px;
    }
}


/*表示・非表示の際に使用する矢印画像*/
.bg_arrow1 {
    width: 8px;
    height: 12px;
    background-image: url("../img/bg_arrow1.gif");
    background-repeat: no-repeat;
    padding-left: 15px;
}

.bg_arrow2 {
    width: 8px;
    height: 12px;
    background-image: url("../img/bg_arrow2.gif");
    background-repeat: no-repeat;
    padding-left: 15px;
}

    .bg_arrow1 span,
    .bg_arrow2 span {
        position: relative;
        top: -2px;
        font-size: 15px;
    }

/*地図のサイズ*/
.mapSize {
    width: 100%;
    height: 600px;
}

/*ビルダーのロゴ表示*/
.BuilderLogoPC {
    text-align: right;
    margin-top: -40px;
    display: block;
    top: -2px;
    position: relative;
}

@media only screen and (max-width : 480px) {
    .BuilderLogoPC {
        display: none;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .BuilderLogoPC {
        display: none;
    }
}

.BuilderLogoPhone {
    display: none;
}

@media only screen and (max-width : 480px) {
    .BuilderLogoPhone {
        display: block;
        top: -40px;
        position: relative;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .BuilderLogoPhone {
        display: block;
        top: -40px;
        position: relative;
    }
}

/**********************************************/
/*************タブ切り替えスタイル*************/
/**********************************************/
.tabs_Layout1 {
}

.tabs_Layout2 {
}

.tabs_home {
    width: 100%;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width : 480px) {
    .tabs_home {
        float: left;
        width: 100%;
        border: 1px solid #bdc8ca;
        border-radius: 5px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        box-shadow: 0px 1px 2px 0px #bdc8ca;
        border-top: 0px;
        margin-top: -1px;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .tabs_home {
        float: left;
        width: 100%;
        border: 1px solid #bdc8ca;
        border-radius: 5px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        box-shadow: 0px 1px 2px 0px #bdc8ca;
        border-top: 0px;
        margin-top: -1px;
    }
}

.tabs {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    padding: 0px;
}

.tabs2 {
    position: relative;
    top: -1px;
    left: 1px;
    float: right;
    width: 100%;
    padding: 0px;
}

.tabs2_position {
    /*float: right;*/
    /*width: 100%;*/
}

.tabs input[type="radio"] {
    z-index: 1000;
    position: absolute;
    width: 103px;
    height: 40px;
    left: 0px;
    top: 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
}

.tabs2 input[type="radio"] {
    z-index: 1000;
    position: absolute;
    width: 103px;
    height: 40px;
    left: 0px;
    top: 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
}

@media only screen and (max-width : 480px) {
    .tabs input[type="radio"] {
        width: 20%;
        height: 20px;
    }

    .tabs2 input[type="radio"] {
        width: 20%;
        height: 20px;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .tabs input[type="radio"] {
        width: 20%;
        height: 20px;
    }

    .tabs2 input[type="radio"] {
        width: 20%;
        height: 20px;
    }
}

.tabs input#tab-2 {
    left: 103px;
}

.tabs2 input#tab-2 {
    left: 103px;
}

@media only screen and (max-width : 480px) {
    .tabs input#tab-2 {
        left: 20%;
    }

    .tabs2 input#tab-2 {
        left: 20%;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .tabs input#tab-2 {
        left: 20%;
    }

    .tabs2 input#tab-2 {
        left: 20%;
    }
}

.tabs input#tab-3 {
    left: 206px;
}

.tabs2 input#tab-3 {
    left: 206px;
}

@media only screen and (max-width : 480px) {
    .tabs input#tab-3 {
        left: 40%;
    }

    .tabs2 input#tab-3 {
        left: 40%;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .tabs input#tab-3 {
        left: 40%;
    }

    .tabs2 input#tab-3 {
        left: 40%;
    }
}

.tabs input#tab-4 {
    left: 309px;
}

.tabs2 input#tab-4 {
    left: 309px;
}

@media only screen and (max-width : 480px) {
    .tabs input#tab-4 {
        left: 60%;
    }

    .tabs2 input#tab-4 {
        left: 60%;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .tabs input#tab-4 {
        left: 60%;
    }

    .tabs2 input#tab-4 {
        left: 60%;
    }
}

.tabs label {
    font-size: 14px;
    text-shadow: 1px 1px 1px #9d9d9d;
    line-height: 40px;
    height: 35px;
    position: relative;
    top: 1px;
    padding: 0 0px;
    float: left;
    display: block;
    width: 103px;
    letter-spacing: 1px;
    text-align: center;
    color: #747474;
    background-color: #e4e7e7;
    border: 1px solid #bdc8ca;
    border-radius: 8px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: 0px !important;
    box-shadow: 0px -1px 1px 0px #bdc8ca;
}

.tabs2 label {
    font-size: 14px;
    text-shadow: 1px 1px 1px #9d9d9d;
    line-height: 40px;
    height: 39px;
    position: relative;
    top: 1px;
    padding: 0 0px;
    float: left;
    display: block;
    width: 103px;
    letter-spacing: 1px;
    text-align: center;
    color: #747474;
    background-color: #e4e7e7;
    border: 1px solid #bdc8ca;
    /*border-radius: 8px;*/
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: 0px !important;
    box-shadow: 0px -1px 1px 0px #bdc8ca;
}

@media only screen and (max-width : 320px) {
    .tabs label {
        font-size: 11px;
        line-height: 30px;
        height: 30px;
        width: 20%;
        overflow: hidden;
    }

    .tabs2 {
        width: 100%;
    }

        .tabs2 label {
            font-size: 11px;
            line-height: 30px;
            height: 38px;
            width: 30%;
            overflow: hidden;
            margin-top: 10px;
        }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    .tabs label {
        font-size: 11px;
        line-height: 30px;
        height: 30px;
        width: 20%;
        overflow: hidden;
    }

    .tabs2 {
        width: 100%;
    }

        .tabs2 label {
            font-size: 11px;
            line-height: 30px;
            height: 38px;
            width: 20%;
            overflow: hidden;
            margin-top: 10px;
        }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .tabs label {
        font-size: 11px;
        line-height: 30px;
        height: 30px;
        width: 20%;
        overflow: hidden;
    }

    .tabs2 {
        width: 100%;
    }

        .tabs2 label {
            font-size: 11px;
            line-height: 30px;
            height: 38px;
            width: 20%;
            overflow: hidden;
            margin-top: 10px;
        }
}

.tabs input:hover + label {
}

.tabs2 input:hover + label {
}

.tabs label:first-of-type {
    z-index: 5;
    margin-left: 4px;
}

.tabs2 label:first-of-type {
    z-index: 5;
    margin-left: 4px;
}

.tab-label-2 {
    z-index: 4;
}

.tab-label-3 {
    z-index: 3;
}

.tab-label-4 {
    z-index: 2;
}

/*チェックされているタブ*/
.tabs input:checked + label {
    font-size: 16px;
    text-shadow: 1px 1px 1px #9d9d9d;
    color: #424242;
    z-index: 6;
    background-color: #FFFFFF;
}

.tabs2 input:checked + label {
    font-size: 16px;
    text-shadow: 1px 1px 1px #9d9d9d;
    color: #424242;
    /*color:#FFFFFF;*/
    z-index: 6;
    background-color: #FFFFFF;
    /*background: #fcab5a;
    background: -moz-linear-gradient(top,  #fcab5a 0%, #ed6103 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcab5a), color-stop(100%,#ed6103));
    background: -webkit-linear-gradient(top,  #fcab5a 0%,#ed6103 100%);
    background: -o-linear-gradient(top,  #fcab5a 0%,#ed6103 100%);
    background: -ms-linear-gradient(top,  #fcab5a 0%,#ed6103 100%);
    background: linear-gradient(to bottom,  #fcab5a 0%,#ed6103 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcab5a', endColorstr='#ed6103',GradientType=0 );*/
}

.tabs.color2 input:checked + label {
    background-color: #f5f5e2;
}

.tabs2.color2 input:checked + label {
    background-color: #f5f5e2;
}

@media only screen and (max-width : 480px) {
    .tabs input:checked + label {
        font-size: 11px;
    }

    .tabs2 input:checked + label {
        font-size: 11px;
    }

    .tabs.color2 input:checked + label {
        background-color: #FFFFFF;
    }

    .tabs2.color2 input:checked + label {
        background-color: #FFFFFF;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .tabs input:checked + label {
        font-size: 11px;
    }

    .tabs2 input:checked + label {
        font-size: 11px;
    }

    .tabs.color2 input:checked + label {
        background-color: #FFFFFF;
    }

    .tabs2.color2 input:checked + label {
        background-color: #FFFFFF;
    }
}

.clear-shadow {
    clear: both;
}

.tabs_content {
    position: relative;
    width: 100%;
    z-index: 5;
}

    /*@media only screen and (max-width : 320px)
{
    .tabs_content {
         width: 97%;
    }
}
@media only screen and (min-width : 321px) and (max-width : 768px)
{
    .tabs_content {
         width: 97%;
    }
}*/

    .tabs_content ul {
        position: absolute;
        width: 100%;
        top: -5px;
        left: 0;
        padding: 0 0 15px 0;
        z-index: 1;
        opacity: 0;
        -webkit-transition: opacity linear 0.1s;
        -moz-transition: opacity linear 0.1s;
        -o-transition: opacity linear 0.1s;
        -ms-transition: opacity linear 0.1s;
        transition: opacity linear 0.1s;
    }

        .tabs_content ul li {
            float: none;
            padding: 0 10px;
            border-bottom: 1px dotted rgba(0,0,0,0.3);
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -ms-transition: 0.5s;
            transition: 0.5s;
        }

            .tabs_content ul li a {
                width: 100%;
                display: block;
                padding: 15px 0;
            }

            .tabs_content ul li:hover {
                background: #fff;
            }

.tabs input.tab-selector-1:checked ~ .tabs_content .tabs_content-1,
.tabs input.tab-selector-2:checked ~ .tabs_content .tabs_content-2,
.tabs input.tab-selector-3:checked ~ .tabs_content .tabs_content-3,
.tabs input.tab-selector-4:checked ~ .tabs_content .tabs_content-4 {
    z-index: 100;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
}

.tabs2 input.tab-selector-1:checked ~ .tabs_content .tabs_content-1,
.tabs2 input.tab-selector-2:checked ~ .tabs_content .tabs_content-2,
.tabs2 input.tab-selector-3:checked ~ .tabs_content .tabs_content-3,
.tabs2 input.tab-selector-4:checked ~ .tabs_content .tabs_content-4 {
    z-index: 100;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
}


/**********************************************/
/*************ボタン関係***********************/
/**********************************************/

.ContextArea {
    /*width:100% !important;*/
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*background-color:#f5f5e2;*/
    background-color: #d5e9e9;
    /*background-color:LightGray;*/
    text-align: center;
}

@media only screen and (max-width : 480px) {
    .ContextArea {
        /*width: 94% !important;*/
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .ContextArea {
        /*width: 94% !important;*/
    }
}

.HomeContextArea {
    width: 98.7% !important;
    background-color: #d5e9e9;
    text-align: center;
    margin: 3px 5px 5px 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

@media only screen and (max-width : 320px) {
    .HomeContextArea {
        width: 97% !important;
    }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    .HomeContextArea {
        width: 98% !important;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .HomeContextArea {
        width: 98% !important;
    }
}

button.btn_Kensaku {
    background: #fcab5a; /* Old browsers */
    background: -moz-linear-gradient(top, #FFFFFF 0%, #bfd4fa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#bfd4fa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFFFFF 0%,#bfd4fa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFFFFF 0%,#bfd4fa 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFFFFF 0%,#bfd4fa 100%); /* IE10+ */
    background: linear-gradient(to bottom, #FFFFFF 0%,#bfd4fa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#bfd4fa',GradientType=0 ); /* IE6-9 */
}

.bg_btn_kokyakutouroku {
    width: 115px;
    height: 115px;
    background-image: url("../img/Btn_Home_KokyakuTouroku2.png");
    background-color: transparent;
    border: 0 !important;
    background-repeat: no-repeat;
}

.bg_btn_syokunintouroku {
    width: 115px;
    height: 115px;
    background-image: url("../img/Btn_Home_SyokuninTouroku2.png");
    background-color: transparent;
    border: 0 !important;
    background-repeat: no-repeat;
}

.bg_btn_kigyoutouroku {
    width: 115px;
    height: 115px;
    background-image: url("../img/Btn_Home_KigyouTouroku2.png");
    background-color: transparent;
    border: 0 !important;
    background-repeat: no-repeat;
}

.bg_btn_oshiraseichiran {
    width: 115px;
    height: 115px;
    background-image: url("../img/Btn_Home_OshiraseIchiran2.png");
    background-color: transparent;
    border: 0 !important;
    background-repeat: no-repeat;
}

.bg_btn_youryouichiran {
    width: 115px;
    height: 115px;
    background-image: url("../img/Btn_Home_YouryouIchiran2.png");
    background-color: transparent;
    border: 0 !important;
    background-repeat: no-repeat;
}

.bg_btn_fileichiran {
    width: 115px;
    height: 115px;
    background-image: url("../img/Btn_Home_FileIchiran2.png");
    background-color: transparent;
    border: 0 !important;
    background-repeat: no-repeat;
}

.bg_btn_koujirireki {
    width: 115px;
    height: 115px;
    background-image: url("../img/Btn_Home_Koujirireki2.png");
    background-color: transparent;
    border: 0 !important;
    background-repeat: no-repeat;
}

.bg_btn_hattyukensaku {
    width: 115px;
    height: 115px;
    background-image: url("../img/Btn_Home_HattyuKensaku2.png");
    background-color: transparent;
    border: 0 !important;
    background-repeat: no-repeat;
}

.bg_btn_koujikensaku {
    width: 115px;
    height: 115px;
    background-image: url("../img/Btn_Home_KoujiKensaku2.png");
    background-color: transparent;
    border: 0 !important;
    background-repeat: no-repeat;
}

.bg_btn_bukkentouroku {
    width: 115px;
    height: 115px;
    background-image: url("../img/Btn_Home_BukkenTouroku2.png");
    background-color: transparent;
    border: 0 !important;
    background-repeat: no-repeat;
}

.bg_btn_koujitouroku {
    width: 115px;
    height: 115px;
    background-image: url("../img/Btn_Home_KoujiTouroku2.png");
    background-color: transparent;
    border: 0 !important;
    background-repeat: no-repeat;
}

.bg_btn_SyainTouroku2 {
    width: 115px;
    height: 115px;
    background-image: url("../img/Btn_Home_SyainTouroku2.png");
    background-color: transparent;
    border: 0 !important;
    background-repeat: no-repeat;
}

.bg_btn_Seikyu2 {
    width: 115px;
    height: 115px;
    background-image: url("../img/Btn_Home_Seikyu2.png");
    background-color: transparent;
    border: 0 !important;
    background-repeat: no-repeat;
}

/*@media only screen and (max-width : 320px)
{
    .bg_btn_kokyakutouroku
    ,.bg_btn_bukkentouroku
    ,.bg_btn_koujitouroku
    {
        height: 0;
        padding-top: 56.25%;
        background-size: contain;
    }
}
@media only screen and (min-width : 321px) and (max-width : 768px)
{
    .bg_btn_kokyakutouroku
    ,.bg_btn_bukkentouroku
    ,.bg_btn_koujitouroku
    {
	    height: 0;
        padding-top: 56.25%;
        background-size: contain;
    }
    
}*/

/*ログイン・検索・編集ボタン*/
/*アイコンあり*/
.btn_blue_on {
    width: 150px;
    height: 41px;
    background-image: url("../img/btn_blue_on.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0 !important;
    color: #FFFFFF;
    font-size: 20px !important;
    text-shadow: 1px 1px 1px #5a5a5a;
    text-indent: 18px;
    font-family: "HGSｺﾞｼｯｸE","ヒラギノ角ゴシック Pro W3","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    cursor: pointer;
}
/*アイコンなし*/
.btn_blue_no {
    width: 150px;
    height: 41px;
    background-image: url("../img/btn_blue_no.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0 !important;
    color: #FFFFFF;
    font-size: 20px !important;
    text-shadow: 1px 1px 1px #7c7c7c;
    text-indent: 0px;
    font-family: "HGSｺﾞｼｯｸE","ヒラギノ角ゴシック Pro W3","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    cursor: pointer;
}
/*アイコンなし6～8文字用*/
.btn_blue_no_long {
    width: 200px;
    height: 41px;
    background-image: url("../img/btn_blue_no_long.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0 !important;
    color: #FFFFFF;
    font-size: 20px !important;
    text-shadow: 1px 1px 1px #7c7c7c;
    text-indent: 0px;
    font-family: "HGSｺﾞｼｯｸE","ヒラギノ角ゴシック Pro W3","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    cursor: pointer;
}
/*明細行用ボタン*/
.btn_blue_s_no {
    width: 42px;
    height: 21px;
    background-image: url("../img/btn_blue_s_no.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0 !important;
    color: #FFFFFF;
    font-size: 13px !important;
    text-shadow: 1px 1px 3px #7c7c7c;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
/*明細行用ボタン3～5文字用*/
.btn_blue_s_no_long {
    width: 85px;
    height: 21px;
    background-image: url("../img/btn_blue_s_no_long.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0 !important;
    color: #FFFFFF;
    font-size: 13px !important;
    text-shadow: 1px 1px 3px #7c7c7c;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

/*追加ボタン*/
/*アイコンあり*/
.btn_orange_on {
    width: 150px;
    height: 41px;
    background-image: url("../img/btn_orange_on.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0 !important;
    color: #FFFFFF;
    font-size: 20px !important;
    text-shadow: 1px 1px 1px #7c7c7c;
    text-indent: 18px;
    font-family: "HGSｺﾞｼｯｸE","ヒラギノ角ゴシック Pro W3","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    cursor: pointer;
}
/*アイコンなし*/
.btn_orange_no {
    width: 150px;
    height: 41px;
    background-image: url("../img/btn_orange_no.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0 !important;
    color: #FFFFFF;
    font-size: 20px !important;
    text-shadow: 1px 1px 1px #7c7c7c;
    text-indent: 0px;
    font-family: "HGSｺﾞｼｯｸE","ヒラギノ角ゴシック Pro W3","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    cursor: pointer;
}
/*アイコンなし6～8文字用*/
.btn_orange_no_long {
    width: 200px;
    height: 41px;
    background-image: url("../img/btn_orange_no_long.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0 !important;
    color: #FFFFFF;
    font-size: 20px !important;
    text-shadow: 1px 1px 1px #7c7c7c;
    text-indent: 0px;
    font-family: "HGSｺﾞｼｯｸE","ヒラギノ角ゴシック Pro W3","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    cursor: pointer;
}

/*明細行用ボタン*/
.btn_orange_s_no {
    width: 42px;
    height: 21px;
    background-image: url("../img/btn_orange_s_no.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0 !important;
    color: #FFFFFF;
    font-size: 13px !important;
    text-shadow: 1px 1px 3px #7c7c7c;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
/*明細行用ボタン3～5文字用*/
.btn_orange_s_no_long {
    width: 85px;
    height: 21px;
    background-image: url("../img/btn_orange_s_no_long.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0 !important;
    color: #FFFFFF;
    font-size: 13px !important;
    text-shadow: 1px 1px 3px #7c7c7c;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.btn_orange_no_long5 {
    width: 95px !important;
    height: 21px !important;
    -moz-background-size: 95px 21px !important;
    background-size: 95px 21px !important;
}

/*もっとみる・全件表示ボタン*/
/*アイコンあり*/
.btn_green_on {
    width: 150px;
    height: 41px;
    background-image: url("../img/btn_green_on.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0 !important;
    color: #FFFFFF;
    font-size: 20px !important;
    text-shadow: 1px 1px 1px #5a5a5a;
    text-indent: 25px;
    font-family: "HGSｺﾞｼｯｸE","ヒラギノ角ゴシック Pro W3","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    cursor: pointer;
}
/*アイコンなし*/
.btn_green_no {
    width: 150px;
    height: 41px;
    background-image: url("../img/btn_green_no.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0 !important;
    color: #FFFFFF;
    font-size: 20px !important;
    text-shadow: 1px 1px 1px #5a5a5a;
    text-indent: 0px;
    font-family: "HGSｺﾞｼｯｸE","ヒラギノ角ゴシック Pro W3","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    cursor: pointer;
}

/*アイコンなし6～8文字用*/
.btn_green_no_long {
    width: 200px;
    height: 41px;
    background-image: url("../img/btn_green_no_long.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0 !important;
    color: #FFFFFF;
    font-size: 20px !important;
    text-shadow: 1px 1px 1px #5a5a5a;
    text-indent: 0px;
    font-family: "HGSｺﾞｼｯｸE","ヒラギノ角ゴシック Pro W3","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    cursor: pointer;
}
/*明細行用ボタン*/
.btn_green_s_no {
    width: 42px;
    height: 21px;
    background-image: url("../img/btn_green_s_no.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    border: 0 !important;
    color: #FFFFFF;
    font-size: 13px !important;
    text-shadow: 1px 1px 3px #7c7c7c;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
/*明細行用ボタン3～5文字用*/
.btn_green_s_no_long {
    width: 85px;
    height: 21px;
    background-image: url("../img/btn_green_s_no_long.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    border: 0 !important;
    color: #FFFFFF;
    font-size: 13px !important;
    text-shadow: 1px 1px 3px #7c7c7c;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

/*削除ボタン*/
/*アイコンあり*/
.btn_red_on {
    width: 150px;
    height: 41px;
    background-image: url("../img/btn_red_on.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0 !important;
    color: #FFFFFF;
    font-size: 20px !important;
    text-shadow: 1px 1px 1px #5a5a5a;
    text-indent: 25px;
    font-family: "HGSｺﾞｼｯｸE","ヒラギノ角ゴシック Pro W3","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    cursor: pointer;
}
/*アイコンなし*/
.btn_red_no {
    width: 150px;
    height: 41px;
    background-image: url("../img/btn_red_no.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0 !important;
    color: #FFFFFF;
    font-size: 20px !important;
    text-shadow: 1px 1px 1px #5a5a5a;
    text-indent: 0px;
    font-family: "HGSｺﾞｼｯｸE","ヒラギノ角ゴシック Pro W3","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    cursor: pointer;
}
/*アイコンなし6～8文字用*/
.btn_red_no_long {
    width: 200px;
    height: 41px;
    background-image: url("../img/btn_red_no_long.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0 !important;
    color: #FFFFFF;
    font-size: 20px !important;
    text-shadow: 1px 1px 1px #5a5a5a;
    text-indent: 0px;
    font-family: "HGSｺﾞｼｯｸE","ヒラギノ角ゴシック Pro W3","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    cursor: pointer;
}
/*明細行用ボタン*/
.btn_red_s_no {
    width: 42px;
    height: 21px;
    background-image: url("../img/btn_red_s_no.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0 !important;
    color: #FFFFFF;
    font-size: 13px !important;
    text-shadow: 1px 1px 3px #7c7c7c;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
/*明細行用ボタン3～5文字用*/
.btn_red_s_no_long {
    width: 85px;
    height: 21px;
    background-image: url("../img/btn_red_s_no_long.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0 !important;
    color: #FFFFFF;
    font-size: 13px !important;
    text-shadow: 1px 1px 3px #7c7c7c;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

/*disableボタン*/
/*アイコンなし*/
.btn_gray_no {
    width: 150px;
    height: 41px;
    background-image: url("../img/btn_gray_no2.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0 !important;
    color: #FFFFFF;
    font-size: 20px !important;
    text-shadow: 1px 1px 1px #5a5a5a;
    text-indent: 0px;
    font-family: "HGSｺﾞｼｯｸE","ヒラギノ角ゴシック Pro W3","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    cursor: pointer;
}
/*アイコンなし6～8文字用*/
.btn_gray_no_long {
    width: 200px;
    height: 41px;
    background-image: url("../img/btn_gray_no_long2.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0 !important;
    color: #FFFFFF;
    font-size: 20px !important;
    text-shadow: 1px 1px 1px #5a5a5a;
    text-indent: 0px;
    font-family: "HGSｺﾞｼｯｸE","ヒラギノ角ゴシック Pro W3","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    cursor: pointer;
}
/*明細行用ボタン*/
.btn_gray_s_no {
    width: 42px;
    height: 21px;
    background-image: url("../img/btn_gray_s_no2.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0 !important;
    color: #FFFFFF;
    font-size: 13px !important;
    text-shadow: 1px 1px 3px #7c7c7c;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
/*明細行用ボタン3～5文字用*/
.btn_gray_s_no_long {
    width: 85px;
    height: 21px;
    background-image: url("../img/btn_gray_s_no_long2.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0 !important;
    color: #FFFFFF;
    font-size: 13px !important;
    text-shadow: 1px 1px 3px #7c7c7c;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

input[type="submit"].btn_blue_on:hover,
input[type="submit"].btn_blue_no:hover,
input[type="submit"].btn_blue_no_long:hover,
input[type="submit"].btn_blue_s_no:hover,
input[type="submit"].btn_blue_s_no_long:hover,
input[type="submit"].btn_orange_on:hover,
input[type="submit"].btn_orange_no:hover,
input[type="submit"].btn_orange_no_long:hover,
input[type="submit"].btn_orange_s_no:hover,
input[type="submit"].btn_orange_s_no_long:hover,
input[type="submit"].btn_green_on:hover,
input[type="submit"].btn_green_no:hover,
input[type="submit"].btn_green_no_long:hover,
input[type="submit"].btn_green_s_no:hover,
input[type="submit"].btn_green_s_no_long:hover,
input[type="submit"].btn_red_on:hover,
input[type="submit"].btn_red_no:hover,
input[type="submit"].btn_red_no_long:hover,
input[type="submit"].btn_red_s_no:hover,
input[type="submit"].btn_red_s_no_long:hover,
input[type="submit"].btn_gray_on:hover,
input[type="submit"].btn_gray_no:hover,
input[type="submit"].btn_gray_no_long:hover,
input[type="submit"].btn_gray_s_no:hover,
input[type="submit"].btn_gray_s_no_long:hover,
input[type="button"].btn_blue_on:hover,
input[type="button"].btn_blue_no:hover,
input[type="button"].btn_blue_no_long:hover,
input[type="button"].btn_blue_s_no:hover,
input[type="button"].btn_blue_s_no_long:hover,
input[type="button"].btn_orange_on:hover,
input[type="button"].btn_orange_no:hover,
input[type="button"].btn_orange_no_long:hover,
input[type="button"].btn_orange_s_no:hover,
input[type="button"].btn_orange_s_no_long:hover,
input[type="button"].btn_green_on:hover,
input[type="button"].btn_green_no:hover,
input[type="button"].btn_green_no_long:hover,
input[type="button"].btn_green_s_no:hover,
input[type="button"].btn_green_s_no_long:hover,
input[type="button"].btn_red_on:hover,
input[type="button"].btn_red_no:hover,
input[type="button"].btn_red_no_long:hover,
input[type="button"].btn_red_s_no:hover,
input[type="button"].btn_red_s_no_long:hover,
input[type="button"].btn_gray_on:hover,
input[type="button"].btn_gray_no:hover,
input[type="button"].btn_gray_no_long:hover,
input[type="button"].btn_gray_s_no:hover,
input[type="button"].btn_gray_s_no_long:hover,
input[type="button"].btn_Kensaku:hover,
input[type="button"].bg_btn_kokyakutouroku:hover,
input[type="button"].bg_btn_syokunintouroku:hover,
input[type="button"].bg_btn_kigyoutouroku:hover,
input[type="button"].bg_btn_oshiraseichiran:hover,
input[type="button"].bg_btn_youryouichiran:hover,
input[type="button"].bg_btn_fileichiran:hover,
input[type="button"].bg_btn_koujirireki:hover,
input[type="button"].bg_btn_hattyukensaku:hover,
input[type="button"].bg_btn_koujikensaku:hover,
input[type="button"].bg_btn_bukkentouroku:hover,
input[type="button"].bg_btn_koujitouroku:hover,
input[type="button"].bg_btn_SyainTouroku2:hover,
input[type="button"].bg_btn_Seikyu2:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    input[type="submit"].btn_blue_on:hover,
    input[type="submit"].btn_blue_no:hover,
    input[type="submit"].btn_blue_no_long:hover,
    input[type="submit"].btn_blue_s_no:hover,
    input[type="submit"].btn_blue_s_no_long:hover,
    input[type="submit"].btn_orange_on:hover,
    input[type="submit"].btn_orange_no:hover,
    input[type="submit"].btn_orange_no_long:hover,
    input[type="submit"].btn_orange_s_no:hover,
    input[type="submit"].btn_orange_s_no_long:hover,
    input[type="submit"].btn_green_on:hover,
    input[type="submit"].btn_green_no:hover,
    input[type="submit"].btn_green_no_long:hover,
    input[type="submit"].btn_green_s_no:hover,
    input[type="submit"].btn_green_s_no_long:hover,
    input[type="submit"].btn_red_on:hover,
    input[type="submit"].btn_red_no:hover,
    input[type="submit"].btn_red_no_long:hover,
    input[type="submit"].btn_red_s_no:hover,
    input[type="submit"].btn_red_s_no_long:hover,
    input[type="submit"].btn_gray_on:hover,
    input[type="submit"].btn_gray_no:hover,
    input[type="submit"].btn_gray_no_long:hover,
    input[type="submit"].btn_gray_s_no:hover,
    input[type="submit"].btn_gray_s_no_long:hover,
    input[type="button"].btn_blue_on:hover,
    input[type="button"].btn_blue_no:hover,
    input[type="button"].btn_blue_no_long:hover,
    input[type="button"].btn_blue_s_no:hover,
    input[type="button"].btn_blue_s_no_long:hover,
    input[type="button"].btn_orange_on:hover,
    input[type="button"].btn_orange_no:hover,
    input[type="button"].btn_orange_no_long:hover,
    input[type="button"].btn_orange_s_no:hover,
    input[type="button"].btn_orange_s_no_long:hover,
    input[type="button"].btn_green_on:hover,
    input[type="button"].btn_green_no:hover,
    input[type="button"].btn_green_no_long:hover,
    input[type="button"].btn_green_s_no:hover,
    input[type="button"].btn_green_s_no_long:hover,
    input[type="button"].btn_red_on:hover,
    input[type="button"].btn_red_no:hover,
    input[type="button"].btn_red_no_long:hover,
    input[type="button"].btn_red_s_no:hover,
    input[type="button"].btn_red_s_no_long:hover,
    input[type="button"].btn_gray_on:hover,
    input[type="button"].btn_gray_no:hover,
    input[type="button"].btn_gray_no_long:hover,
    input[type="button"].btn_gray_s_no:hover,
    input[type="button"].btn_gray_s_no_long:hover input[type="button"].btn_Kensaku:hover,
    input[type="button"].bg_btn_kokyakutouroku:hover,
    input[type="button"].bg_btn_syokunintouroku:hover,
    input[type="button"].bg_btn_kigyoutouroku:hover,
    input[type="button"].bg_btn_oshiraseichiran:hover,
    input[type="button"].bg_btn_youryouichiran:hover,
    input[type="button"].bg_btn_fileichiran:hover,
    input[type="button"].bg_btn_koujirireki:hover,
    input[type="button"].bg_btn_hattyukensaku:hover,
    input[type="button"].bg_btn_koujikensaku:hover,
    input[type="button"].bg_btn_bukkentouroku:hover,
    input[type="button"].bg_btn_koujitouroku:hover,
    input[type="button"].bg_btn_SyainTouroku2:hover,
    input[type="button"].bg_btn_Seikyu2:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: "alpha( opacity=80 )";
    }
}

/*未使用↓*/
.bg_btn_tuika {
    width: 150px;
    height: 41px;
    background-image: url("../img/btn_tuika.png");
    background-color: transparent;
    border: 0 !important;
}

.bg_btn_hensyu {
    width: 150px;
    height: 41px;
    background-image: url("../img/btn_hensyu.png");
    background-color: transparent;
    border: 0 !important;
}

.bg_btn_more {
    width: 150px;
    height: 41px;
    background-image: url("../img/btn_more.png");
    background-color: transparent;
    border: 0 !important;
}

.bg_btn_kensaku {
    width: 150px;
    height: 41px;
    background-image: url("../img/btn_kensaku.png");
    background-color: transparent;
    border: 0 !important;
}

.bg_btn_login {
    width: 150px;
    height: 41px;
    background-image: url("../img/btn_login.png");
    background-color: transparent;
    border: 0 !important;
    cursor: pointer;
}
/*未使用↑*/


/*min-width : このサイズより大きい場合に適用*/
/*ipadやPCはこのサイズで閲覧する想定*/
/*@media only screen and (min-width : 768px)
{
    .menu
    {
        display:block;
    }

    .KensakuTableKani p
    {
        width:30%;
        display:inline;
    }

    .KensakuTableKani p.TitleArea_Orange
    {
        width:30%;
        display:inline;
    }

    .KensakuTableKani p input
    {
        width:40%;
        display:inline;
    }

    
}*/

.submenu:hover > a > [class^="icon-"],
.submenu:focus > a > [class^="icon-"],
.submenu:hover > a > [class*=" icon-"],
.submenu:focus > a > [class*=" icon-"] {
    background-image: url("../img/glyphicons-halflings-white.png");
    background-position-x: 0px;
}

.submenu:hover > a,
.submenu:focus > a {
    /*color: #ffffff;
            text-decoration: none;
            background-color: #0081c2;
            background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
            background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
            background-image: -o-linear-gradient(top, #0088cc, #0077b3);
            background-image: linear-gradient(to bottom, #0088cc, #0077b3);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);*/
}

.submenu {
    position: relative;
    width: 1000px;
}

li.submenu ul.HeaderList2_left {
    position: absolute;
    top: 95px;
    left: -178px;
    z-index: 1000;
    display: none;
    float: left;
    padding: 5px 0;
    margin: -100px 0 0 0;
    list-style: none;
    background-color: transparent;
    border: 0px;
    border-radius: 0;
    box-shadow: 0px;
    -webkit-box-shadow: 0px;
    -moz-box-shadow: 0px;
}

@media only screen and (max-width : 320px) {
    li.submenu ul.HeaderList2_left {
        left: 85px;
    }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    li.submenu ul.HeaderList2_left {
        left: 140px;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    li.submenu ul.HeaderList2_left {
        left: 140px;
    }
}

li.submenu ul.HeaderList2_left li {
    border: 0px;
    border-radius: 0;
    box-shadow: 0px;
    -webkit-box-shadow: 0px;
    -moz-box-shadow: 0px;
}

    li.submenu ul.HeaderList2_left li a {
        /*list-style: none;
        margin:0;
        padding-top:10px;
        font-size:11px;
        float: left;
        position: relative;
        width: 90px;
        height: 70px;
        background:#FFFFFF;
        color: red;
        text-align:left;
        border:0px;*/
    }

.submenu > .HeaderList2_left {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.submenu > .HeaderList2_left {
    display: block;
}

.submenu > .HeaderList2_left {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

li.submenu ul.HeaderList2_right {
    position: absolute;
    top: 95px;
    left: 175px;
    z-index: 1000;
    display: none;
    float: left;
    padding: 5px 0;
    margin: -100px 0 0 0;
    list-style: none;
    background-color: transparent;
    border: 0px;
    border-radius: 0;
    box-shadow: 0px;
    -webkit-box-shadow: 0px;
    -moz-box-shadow: 0px;
}

    li.submenu ul.HeaderList2_right li {
        border: 0px;
        border-radius: 0;
        box-shadow: 0px;
        -webkit-box-shadow: 0px;
        -moz-box-shadow: 0px;
    }

        li.submenu ul.HeaderList2_right li a {
            /*list-style: none;
        margin:0;
        padding-top:10px;
        font-size:11px;
        float: left;
        position: relative;
        width: 90px;
        height: 70px;
        background:#FFFFFF;
        color: red;
        text-align:left;
        border:0px;*/
        }

.submenu > .HeaderList2_right {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.submenu > .HeaderList2_right {
    display: block;
}

.submenu > .HeaderList2_right {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.submenu > a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 15px;
    margin-right: 5px;
    border-color: transparent;
    border-left-color: #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
}

.submenu:hover > a:after {
    border-left-color: #ffffff;
}

.submenu.pull-left {
    float: none;
}

    .submenu.pull-left > .HeaderList2_left {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .submenu.pull-left > .HeaderList2_right {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

div.tabs_homebox {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.test999 {
    padding: 0px;
    width: 100%;
    position: relative;
    top: -41px;
}

@media only screen and (max-width : 480px) {
    .test999 {
        padding: 0px;
        width: 100%;
        position: relative;
        top: 0px;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .test999 {
        padding: 0px;
        width: 100%;
        position: relative;
        top: 0px;
    }
}

/* タブ部分 */
p.tabs_test {
    padding: 0px;
    width: 100%;
}

.tabList {
    width: 100%;
    /*border:1px solid #000000;*/
}
/*.tabList { padding: 0px;width:100%;position:relative;top:-41px; }*/
/*p.tabs_test p { width: 200px; }*/
@media only screen and (max-width : 480px) {
    p.tabs_test {
        margin-top: 0px;
        overflow: hidden;
        padding: 0px;
        width: 100%;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    p.tabs_test {
        margin-top: 0px;
        padding: 0px;
        width: 100%;
    }
}

p.tabs_test label {
    /*display: inline;*/
    float: right;
    text-shadow: 1px 1px 1px #9d9d9d;
    line-height: 40px;
    height: 39px;
    position: relative;
    top: 1px;
    padding: 0 0px;
    display: block;
    width: 103px;
    letter-spacing: 1px;
    text-align: center;
    color: #747474;
    border: 1px solid #bdc8ca;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: 0px !important;
    box-shadow: 0px -1px 1px 0px #bdc8ca;
}

@media only screen and (max-width : 480px) {
    p.tabs_test label {
        box-sizing: border-box;
        width: 33.3%;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    p.tabs_test label {
        box-sizing: border-box;
        width: 33.3%;
    }
}

/* タブ中身のボックス */
div.tab {
    overflow: auto;
    margin-top: -4px;
    overflow-x: hidden;
}

/* 明細行に小さいボタンを配置する際に使用 */
.col_meisai {
    width: 50px !important;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}

.menu {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    border-left: 1px solid #e8ebec !important;
    border-right: 1px solid #e8ebec !important;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
    color: #747474;
    font-size: 11px;
    height: 80px;
    padding: 0;
    position: relative;
    max-width: 1180px !important;
    z-index: 100;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }

    .form-horizontal .value-label {
        text-align: left;
        font-weight: normal;
        padding-top: 7px;
        margin-top: 0;
        margin-bottom: 0;
    }
}


/* backend -----------------------------------------------*/

.display-label,
.editor-label {
    display: inline-block;
    margin: 1em 0 0 0;
    float: left;
    /*width: 100px;
    margin-top: 5px*/
}

.display-label {
    margin-top: 5px;
}

.display-field,
.editor-field {
    /*display: inline-block;*/
    margin: 0.5em 0 0 0;
    margin-left: 150px;
}

.ajax__html_editor_extender_buttoncontainer input[type="button"] {
    border: 0px !important;
    border-radius: 0px !important;
    padding: 0px !important;
    font-size: 15px;
    border: 0;
    cursor: pointer;
}

.ajax__html_editor_extender_buttoncontainer2 input[type="button"] {
    border: 0px !important;
    border-radius: 0px !important;
    padding: 0px !important;
    font-size: 15px;
    border: 0;
    cursor: pointer;
}


.btnSubmit {
    border-top: solid 1px #c8c8c8;
}

.lblhead {
    border-bottom: solid 1px #c8c8c8;
}

.form-control2 {
    display: block;
    width: 100%;
    /*height: 34px;*/
    padding: 3px 0px;
    /*font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border-radius: 4px;*/
}

.form-controlInline {
    display: inline;
    width: 90%;
    height: 34px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border-radius: 4px;
}

.redInvalid {
    color: red;
}

.required {
    color: red;
    font-weight: normal;
}

.noselect {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: move;
}

.tDnD_whileDrag {
    background-color: Lime;
}

td.showDragHandle {
    background-image: url("/Content/Images/drag-drop.png");
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: move;
}

td.dragHandle {
}

.tooltip {
    background-color: #fff;
    border: 1px solid #fff;
    display: none;
    padding: 1px;
    position: absolute;
}

    .tooltip p {
        background: #111;
        background: rgba(0,0,0,.8);
        bottom: 18px;
        color: #fff;
        margin: 0;
        position: absolute;
        padding: 2px 7px 2px 4px;
        left: 50%;
        white-space: nowrap;
        z-index: 98;
        display: block;
        border-radius: 5px;
    }

td.dragTooltip {
    /*display:inline;*/
    position: relative;
}

    td.dragTooltip:hover {
        text-decoration: none;
    }

        td.dragTooltip:hover:after {
            background: #111;
            background: rgba(0,0,0,.8);
            border-radius: 5px;
            bottom: 18px;
            color: #fff;
            content: "drag here";
            display: block;
            left: 50%;
            padding: 5px 15px;
            position: absolute;
            white-space: nowrap;
            z-index: 98;
        }

        td.dragTooltip:hover:before {
            border: solid;
            border-color: #111 transparent;
            border-width: 6px 6px 0 6px;
            bottom: 12px;
            content: "";
            display: block;
            left: 75%;
            position: absolute;
            z-index: 99;
        }

.LeftSide2 {
    width: 170px;
    margin: 1px 0 0 0;
    padding: 0;
    border-right: 1px solid #dddfe0;
    padding-bottom: 32767px !important;
    margin-bottom: -32767px !important;
}

.errfiled {
    color: Red;
}

.rowPink td {
    background-color: #ffc1c1 !important;
}

/* Form BillYearForManagerSupplier*/

.center {
    text-align: center !important;
}

.table-header {
    text-align: right;
    margin-top: 15px;
    margin-bottom: 5px;
}

.left {
    text-align: left !important;
}

td.t_detail {
    border: #e3e3e3 1px solid;
    /* padding: 8px 8px 8px 8px; */
    padding: 0px 4px;
    text-align: left;
}

.HeaderStyle {
    border: solid 1px White;
    background-color: #81BEF7;
    font-weight: bold;
    text-align: center;
}

#idLang {
    color: #999;
    padding-top: 12px;
}
/*.grid td, .grid th{
  text-align:center;
}*/
/* Form BillYearForManagerSupplier*/
/* end backend -----------------------------------------------*/
/* Print Bill*/
.center {
    text-align: center !important;
}

.f20 {
    font-size: 20px !important;
}

.f11 {
    font-size: 11px !important;
}

.right {
    text-align: right !important;
}
/* End Print Bill*/
/*AutoComplete flyout */
.autocomplete_completionListElement {
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.tt-dropdown-menu {
    min-width: 360px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    font: 15px Verdana;
}

    .tt-suggestion.tt-is-under-cursor {
        color: #fff;
        background-color: #0081c2;
        background-repeat: repeat-x;
        background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    }

        .tt-suggestion.tt-is-under-cursor a {
            color: #fff;
        }

    .tt-suggestion p {
        margin: 0;
    }

.twitter-typeahead {
    display: block !important;
}
/*end auto suggest*/
.dropdown-menu > li {
    position: relative;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display: none;
    margin-top: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: #fff;
    box-shadow: none;
}

.right-caret:after, .left-caret:after {
    content: "";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
    margin-left: 5px;
}

.right-caret:after {
    border-left: 5px solid #ffaf46;
}

.left-caret:after {
    border-right: 5px solid #ffaf46;
}

.navbar-fixed-top-below {
    padding-top: 10px;
    top: 0px;
    z-index: 1029;
    color: #999;
}
/*--------------*/
.bold {
    font-weight: bold;
}

.fcDateTimeTextbox {
    background-image: url("/Content/Images/calendar-icon.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px;
}

.fcDateTimeImg {
    float: left;
    height: 32px;
}

.FileUploadClass {
    font-size: 5px;
    z-index: 500;
    z-index: 10;
}

.FakeFileUpload {
    z-index: 1;
}

.FakeFileUploadDiv {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    z-index: 5;
}

.lblUploadStatus {
    color: red;
    font-size: 11px;
}

#queue {
    /*background-color: #FFF;*/
    width: 50%;
    border: 0px solid #E5E5E5;
    border-radius: 5px;
    height: auto;
    margin-bottom: 5px;
    overflow: auto;
    padding: 3px;
}

/*.lbRemoveImage {
    width: 42px;
    height: 21px;
    background-image: url("../common/img/btn_red_s_no.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0 !important;
    color: #FFFFFF;
    font-size: 13px;
    text-shadow: 1px 1px 3px #7c7c7c;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

    .lbRemoveImage:hover, active {
        cursor: pointer;
        text-decoration: none !important;
    }*/

.validationSummary {
    color: red;
}

.tab-1 {
    margin-left: 14px !important;
}

fieldset.scheduler-border {
    border: 1px groove #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    border: none;
    width: auto;
}

fieldset.no-bottom {
    border-bottom: 1px groove #fbf7f7 !important;
    margin-bottom: 0 !important;
}

fieldset.no-top {
    padding-top: 10px;
    border-top: 1px groove #fbf7f7 !important;
    margin-top: 0 !important;
}

.LoginLeft2 {
    padding-left: 10px !important;
}

    .LoginLeft2 hr {
        margin-bottom: 2px !important;
        margin-top: 2px !important;
    }

.f9 {
    font-size: 9px;
}
/*popup window modal*/

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.Popup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding: 7px;
    width: 350px;
    height: auto;
    margin-left: 5px;
}

.lbl {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}
/* end popup window modal*/

/*Tab for construction infomation */

/* ajax__tab_yuitabview-theme theme (img/yui/sprite.png) */
.ajax__tab_yuitabview-theme {
    padding: 10px;
}

    .ajax__tab_yuitabview-theme .ajax__tab_header {
        font-family: arial,helvetica,clean,sans-serif;
        font-size: small;
        margin-bottom: -1px;
        padding-bottom: -1px;
    }

        .ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer {
            margin: 0px 0.16em 0px 0px;
            padding: 1px 0px 1px 0px;
            vertical-align: bottom;
            border: solid 0px #a3a3a3;
            border-bottom-width: 0px;
        }

        .ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab {
            color: #000;
            padding: 0.35em 0.75em;
            margin-right: 0.01em;
        }

    .ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer {
    }

    .ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab {
        color: #fff;
    }

    .ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer {
        background: url(http://mattberseth2.com/tab_theme_II/img/yui/sprite.png) #2647a0 repeat-x left -1400px;
    }

    .ajax__tab_yuitabview-theme .ajax__tab_body {
        font-family: verdana,tahoma,helvetica;
        font-size: 10pt;
        padding: 0.25em 0.5em;
        /*background-color:#edf5ff;*/
        border-top: 1px solid #ddd;
    }



/* FramgiaTabStyle theme */
.FramgiaTabStyle {
    float: left;
    top: 0;
    margin-top: -35px;
    position: relative;
    width: 100%;
}

    .FramgiaTabStyle .ajax__tab_header {
        display: block;
        margin-bottom: -1px;
        margin-left: 4px;
    }

        .FramgiaTabStyle .ajax__tab_header .ajax__tab_outer {
            text-shadow: 1px 1px 1px #9d9d9d;
            min-width: 103px;
            letter-spacing: 1px;
            text-align: center;
            color: #747474;
            background-color: #e4e7e7;
            border: 1px solid #bdc8ca;
            border-radius: 8px;
            border-bottom-left-radius: 0 !important;
            border-bottom-right-radius: 0 !important;
            border-bottom: 0 !important;
            box-shadow: 0px -1px 1px 0px #bdc8ca;
            cursor: default;
        }

        .FramgiaTabStyle .ajax__tab_header .ajax__tab_tab {
            height: 25px;
            line-height: 25px;
            padding-top: 4px;
        }

        .FramgiaTabStyle .ajax__tab_header .ajax__tab_inner a {
            color: #747474;
            font-size: 14px;
        }

    .FramgiaTabStyle .ajax__tab_hover .ajax__tab_outer {
    }

    .FramgiaTabStyle .ajax__tab_active .ajax__tab_tab {
        color: #424242;
    }

    .FramgiaTabStyle .ajax__tab_active .ajax__tab_outer {
        background-color: #fff;
    }

        .FramgiaTabStyle .ajax__tab_active .ajax__tab_outer a {
            font-size: 16px;
        }

    .FramgiaTabStyle .ajax__tab_body {
        background-color: #fff;
        /*border-top: 1px solid #bdc8ca;*/
        border-top-right-radius: 8px;
    }

@media only screen and (max-width : 320px) {
    .FramgiaTabStyle .ajax__tab_header .ajax__tab_outer {
        min-width: 0px !important;
        width: 20%;
    }

    .FramgiaTabStyle .ajax__tab_header .ajax__tab_inner a {
        font-size: 11px;
        overflow: hidden;
    }

    .FramgiaTabStyle .ajax__tab_active .ajax__tab_outer a {
        font-size: 11px !important;
    }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    .FramgiaTabStyle .ajax__tab_header .ajax__tab_inner a {
        font-size: 11px;
        overflow: hidden;
    }

    .FramgiaTabStyle .ajax__tab_header .ajax__tab_outer {
        min-width: 0px !important;
        width: 20%;
    }

    .FramgiaTabStyle .ajax__tab_active .ajax__tab_outer a {
        font-size: 11px !important;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .FramgiaTabStyle .ajax__tab_header .ajax__tab_inner a {
        font-size: 11px;
        overflow: hidden;
    }

    .FramgiaTabStyle .ajax__tab_header .ajax__tab_outer {
        min-width: 0px !important;
        width: 20%;
    }

    .FramgiaTabStyle .ajax__tab_active .ajax__tab_outer a {
        font-size: 11px !important;
    }
}


/*End Tab */
.notify {
    color: #428bca !important;
    border-top: solid 1px #d7d7d7;
}

    .notify:hover {
        color: #fff !important;
    }

.notify_text {
    padding-left: 20px;
    padding-bottom: 3px;
}

.notify_title {
    padding-left: 10px;
    font-weight: bold;
}

.navMenu_justText {
    padding-left: 20px;
}

.avataPWIC {
    font-size: 11px;
    word-wrap: break-word;
}

.logoHome {
    float: left;
}

.menu-Nav {
    float: right;
}

.floatLeft {
    float: left;
}

.border0 {
    border: 0px !important;
}

.floatLeft ul li {
    border-left: 1px solid #e8ebec !important;
}

/*.fcdatetime input[type="text"] {
    background-image: url("/Content/Images/calendar-icon.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px;
}*/

.fcdatetime {
    width: 100%;
    float: left;
}

/*.fcdatetime input[type="text"] {
        width: 97%;
    }*/

.horizoilSplit {
    width: 30px;
    text-align: center;
}

.ahalf {
    width: 312px;
}

.fccheckboxlist td {
    position: relative;
    top: 2px;
    margin-right: 3px;
    display: inline-block !important;
    width: auto !important;
}

.fcdropdownlist {
    width: 120px;
}

.capthchaDK {
    padding-left: 50px;
}

@media only screen and (max-width : 320px) {
    .capthchaDK {
        padding-left: 20px;
    }

    .fcdatetime {
        width: 100% !important;
        float: left;
    }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    .capthchaDK {
        padding-left: 20px;
    }

    .fcdatetime {
        width: 100% !important;
        float: left;
    }

    .Popup {
        background-color: #FFFFFF;
        border-width: 3px;
        border-style: solid;
        border-color: black;
        padding: 7px;
        width: 200px;
        height: auto;
        margin-left: 5px;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .capthchaDK {
        padding-left: 20px;
    }

    .fcdatetime {
        width: 100% !important;
        float: left;
    }

    .Popup {
        background-color: #FFFFFF;
        border-width: 3px;
        border-style: solid;
        border-color: black;
        padding: 7px;
        width: 200px;
        height: auto;
        margin-left: 5px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .capthchaDK {
        padding-left: 30px;
    }
}

@media only screen and (max-width : 320px) {
    #queue {
        width: 50% !important;
        height: auto !important;
    }

    .Popup {
        background-color: #FFFFFF;
        border-width: 3px;
        border-style: solid;
        border-color: black;
        padding: 7px;
        width: 200px;
        height: auto;
        margin-left: 5px;
    }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    #queue {
        width: 50% !important;
        height: auto !important;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    #queue {
        width: 50% !important;
        height: auto !important;
    }
}

.uploadifive-button {
    padding-top: 6px;
}

.text-danger {
    color: red;
}

/*File register */
table.InputDataForm {
    table-layout: inherit !important;
}

    table.InputDataForm tr th {
        width: 150px;
        padding: 5px;
        justify-content a border:1px solid #bdc8ca;
        background-color: #FFFFFF;
        font-size: 11px;
        border: 0;
        8px;
    }

    table.InputDataForm tr td {
        /*width:312px;*/
        padding: 5px;
        border: 1px solid #bdc8ca;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        background-color: #FFFFFF;
        border: 0;
    }

.bg_btn_modoru {
    width: 150px;
    height: 41px;
    background-image: url("./Images/btn_Back.png");
    background-color: transparent;
    border: 0 !important;
}
/*End File Register*/

.textAreaCss {
    width: 99%;
    height: 60px;
}

.btn_default {
    background-color: transparent;
    border: 0 none !important;
    font-size: 20px;
    color: #fff;
}

    .btn_default:hover {
        opacity: 0.85;
        cursor: pointer;
    }

.btn_small {
    height: 21px;
    width: 42px;
}

.btn_big {
    height: 41px;
    width: 150px;
}

.ContextAreaFram {
    background-color: #d5e9e9;
    float: left;
    margin-top: 0;
}

.ca1 {
    text-align: right;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 60% !important;
}

.ca2 {
    text-align: left;
    width: 40% !important;
    padding-bottom: 10px;
    padding-top: 10px;
}

@media only screen and (max-width : 320px) {
    table.ListTable1 tr td input[type="image"], table.ListTable1 tr td input[type="submit"] {
        display: block !important;
        float: left;
    }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    .ca1 {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 0px;
        width: 100% !important;
    }

    .ca2 {
        text-align: center;
        width: 100% !important;
        padding-top: 0px;
        padding-bottom: 10px;
    }

    table.ListTable1 tr td {
        height: 100%;
    }

        table.ListTable1 tr td input[type="image"], table.ListTable1 tr td input[type="submit"] {
            display: block !important;
            float: left;
        }

    table.ListTable1 tr th {
        height: 100%;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .ca1 {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 0px;
        width: 100% !important;
    }

    .ca2 {
        text-align: center;
        width: 100% !important;
        padding-top: 0px;
        padding-bottom: 10px;
    }

    table.ListTable1 tr td {
        height: 100%;
    }

        table.ListTable1 tr td input[type="image"], table.ListTable1 tr td input[type="submit"] {
            display: block !important;
            float: left;
        }

    table.ListTable1 tr th {
        height: 100%;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .ca1 {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 0px;
        width: 100% !important;
    }

    .ca2 {
        text-align: center;
        width: 100% !important;
        padding-top: 0px;
        padding-bottom: 10px;
    }

    table.ListTable1 tr td {
        height: 100%;
    }

    table.ListTable1 tr th {
        height: 100%;
    }
}

.height100percent {
    height: 100%;
}

@media only screen and (max-width : 320px) {
    table.ListTable1 tr th {
        height: 100%;
    }

    table.ListTable1 tr td {
        height: 100%;
    }

    .ca1 {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 0px;
        width: 100% !important;
    }

    .ca2 {
        text-align: center;
        width: 100% !important;
        padding-top: 0px;
        padding-bottom: 10px;
    }
}

table.KensakuTableSyousai tr td .fccheckboxlist tr td {
    width: auto !important;
}

.menu .logoHome ul {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 11px;
    color: #747474;
    height: 80px;
    /* box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.6); */
    -webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0) !important;
    -moz-box-shadow: 0px !important;
    position: relative;
    z-index: 100;
}

.imgItemPankuzu {
    width: 12px;
    display: inline;
}

/*.ajax__calendar_container TD {
    width:24px !important;
        overflow-x:hidden !important;
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .ajax__calendar_container TD {
        width:24px !important;
        overflow-x:hidden !important;
    }
}

@media only screen and (min-width : 321px) and (max-width : 768px) {
    .ajax__calendar_container TD {
        width:24px !important;
        overflow-x:hidden !important;
    }
}
@media only screen and (max-width : 320px) {
    .ajax__calendar_container TD {
        width:24px !important;
        overflow-x:hidden !important;
    }
}*/


.pagination td {
    border: 0px !important;
    padding-top: 20px !important;
    text-align: center;
}
/*pagination from boostrap*/
.pagination {
    /*margin: 20px 0 0;*/
}

    .pagination ul {
        border-radius: 4px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        display: inline-block;
        margin-bottom: 0;
        margin-left: 0;
    }

        .pagination ul > li {
            display: inline;
        }

            .pagination ul > li > a, .pagination ul > li > span {
                -moz-border-bottom-colors: none;
                -moz-border-left-colors: none;
                -moz-border-right-colors: none;
                -moz-border-top-colors: none;
                background-color: #ffffff;
                border-color: #dddddd;
                border-image: none;
                border-style: solid;
                border-width: 1px 1px 1px 0;
                float: left;
                line-height: 20px;
                padding: 4px 12px;
                text-decoration: none;
                font-weight: normal !important;
            }

                .pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
                    background-color: #f5f5f5;
                }

        .pagination ul > .active > a, .pagination ul > .active > span {
            color: #999999;
            cursor: default;
        }

        .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
            background-color: transparent;
            color: #999999;
            cursor: default;
        }

        .pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
            border-bottom-left-radius: 4px;
            border-left-width: 1px;
            border-top-left-radius: 4px;
        }

        .pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pagination-large ul > li > a, .pagination-large ul > li > span {
    font-size: 17.5px;
    padding: 11px 19px;
}

.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-mini ul > li:first-child > a, .pagination-small ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-mini ul > li:last-child > a, .pagination-small ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination-small ul > li > a, .pagination-small ul > li > span {
    font-size: 11.9px;
    padding: 2px 10px;
}

.pagination-mini ul > li > a, .pagination-mini ul > li > span {
    font-size: 10.5px;
    padding: 0 6px;
}

.pager {
    list-style: outside none none;
    margin: 20px 0;
    text-align: center;
}

    .pager::before, .pager::after {
        content: "";
        display: table;
        line-height: 0;
    }

    .pager::after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
            display: inline-block;
            padding: 5px 14px;
        }

            .pager li > a:hover, .pager li > a:focus {
                background-color: #f5f5f5;
                text-decoration: none;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        background-color: #fff;
        color: #999999;
        cursor: default;
    }
/*END pagination from boostrap*/
.fileRegister {
    /*height: 150px !important;*/
}
/*.wFC to fix error width inner td multi level*/
table.ListTable2_Nyuryoku .wDouble, table.ListTable .wDouble, table.ListTable2 .wDouble {
    white-space: normal !important;
    height: auto !important;
}

.btn_postCode {
    background-color: transparent;
    border: 0 none !important;
    height: 35px;
    width: 150px;
    font-size: 20px;
    color: #fff;
    background-size: 150px 35px;
}

.btn_removeImage {
    width: 111px;
    height: 35px;
    background-image: url("../../common/img/btn_orange_no.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0 !important;
    color: #FFFFFF;
    font-size: 16px;
    background-size: 111px 35px;
    text-align: center;
    font-weight: normal;
    font: 16px Arial, Helvetica, sans-serif;
    cursor: pointer;
    text-decoration: none !important;
    margin-top: 1px;
}

@media only screen and (max-width : 320px) {
    table .wFC, table.ListTable .wFC {
        width: 100%;
    }

    table.ListTable2 .wFC {
        width: 55% !important;
    }

    table.ListTable2_Nyuryoku .wFC {
        width: 55% !important;
        /* for input not fix with outside box*/
        /*height:27px;*/
    }

    table.KensakuTableSyousai .wFC {
        width: 95% !important;
    }

    .btn_postCode {
        background-color: transparent;
        border: 0 none !important;
        height: 35px;
        width: 125px;
        font-size: 20px;
        color: #fff;
        background-size: 125px 35px; /* to specify dimensions explicitly */
    }

    table.ListTable2_Nyuryoku .hDouble {
        margin-top: 8px;
    }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {

    table .wFC,
    table.ListTable .wFC {
        width: 100%;
    }

    table.ListTable2 .wFC {
        width: 60% !important;
    }

    table.ListTable2_Nyuryoku .wFC {
        width: 60% !important;
        /*height:27px;  */
    }

    table.KensakuTableSyousai .wFC {
        width: 90% !important;
    }


    /*table.ListTable2_Nyuryoku .wDouble {
        white-space: normal !important;
        height: auto !important;
    }*/

    table.ListTable2_Nyuryoku .hDouble {
        margin-top: 8px;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {

    table .wFC,
    table.ListTable .wFC {
        width: 100%;
    }

    table.ListTable2 .wFC {
        width: 60% !important;
    }

    table.ListTable2_Nyuryoku .wFC {
        width: 60% !important;
        /*height:27px;  */
    }

    table.KensakuTableSyousai .wFC {
        width: 90% !important;
    }


    /*table.ListTable2_Nyuryoku .wDouble {
        white-space: normal !important;
        height: auto !important;
    }*/

    table.ListTable2_Nyuryoku .hDouble {
        margin-top: 8px;
    }
}
/*END .wFC to fix error width inner td multi level*/
.fileRegister {
    /*height: 150px !important;*/
}

.ListTableEditable {
    margin-top: 15px !important;
}

.imgZoom {
    max-width: 100px;
    max-height: 100px;
}

@media only screen and (max-width : 320px) {
    .imgZoom {
        height: 27px;
    }

    /*.mapZoom {
        height: 100px;
    }*/
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    .imgZoom {
        height: 27px;
    }

    /*.mapZoom {
        height: 100px;
    }*/
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .imgZoom {
        height: 27px;
    }

    /*.mapZoom {
        height: 100px;
    }*/
}

/*Dialog address */
.ui-widget.success-dialog {
    /*font-family: Verdana,Arial,sans-serif;*/
    /*font-size: .8em;*/
    box-shadow: 1px 1px 5px 0px #9e9d9d;
}

.ui-widget-content.success-dialog {
    background: #F9F9F9;
    border: 1px solid #5BBF5F;
    color: #222222;
    width: auto !important;
}

.ui-dialog.success-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
}

    .ui-dialog.success-dialog .ui-dialog-content {
        background: none repeat scroll 0 0 transparent;
        border: 0 none;
        overflow: hidden;
        position: relative;
        /*padding: 5px !important;*/
        margin: 5px;
    }

    .ui-dialog.success-dialog .ui-widget-header {
        background: #5BBF5F;
        border: 0;
        font-weight: normal;
        height: 22px;
    }

    .ui-dialog.success-dialog .ui-dialog-titlebar {
        position: relative;
        font-size: 14px;
        width: 100%;
    }

        .ui-dialog.success-dialog .ui-dialog-titlebar span.ui-dialog-title {
            text-align: center !important;
            color: #fff;
            display: block;
        }

.ui-dialog-buttonset {
    padding-bottom: 10px;
    margin: 10px auto 0px auto !important;
    text-align: center !important;
}

    .ui-dialog-buttonset button:first-child {
        width: 85px;
        height: 21px;
        background-image: url("../img/btn_gray_s_no_long2.png");
        background-repeat: no-repeat;
        background-color: transparent;
        border: 0 !important;
        color: #FFFFFF;
        font-size: 13px !important;
        text-shadow: 1px 1px 3px #7c7c7c;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }

    .ui-dialog-buttonset button:last-child {
        width: 42px;
        height: 21px;
        background-image: url("../img/btn_orange_s_no.png");
        background-repeat: no-repeat;
        background-color: transparent;
        border: 0 !important;
        color: #FFFFFF;
        font-size: 13px;
        text-shadow: 1px 1px 3px #7c7c7c;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }

.ui-dialog.success-dialog .ui-dialog-titlebar-close {
    visibility: hidden;
}

hr {
    height: 0px;
    margin: 0px;
    margin-top: 10px;
    border: 0px;
    border-top: 1px solid #d4d3b1;
    background: #d4d3b1;
    width: 100%;
}

.rowAvata div {
    height: 97px;
    overflow: hidden;
}

.rowName div {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*display:inline-block;*/
}


@media only screen and (max-width : 320px) {
    .rowAvata {
        height: auto;
        overflow: auto;
    }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    .rowAvata {
        height: auto;
        overflow: auto;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .rowAvata {
        height: auto;
        overflow: auto;
    }
}

.cboSurname {
    width: 55px;
}

.height-upload {
    height: 100px !important;
}

.wFC .ajax__html_editor_extender_container {
    width: 100% !important; /*important is really important at here*/
}

/*カレンダーとしての領域*/
.ajax__calendar_container {
    padding: 0 !important;
    margin: 0 !important;
    width: 168px !important;
}
/*ヘッダー部分の領域（←　Now月,Now年　→）*/
.ajax__calendar_header {
    padding: 0 !important;
    margin: 0 !important;
    width: 168px !important;
    /*height:25px !important;*/
}
/*bodyの領域*/
.ajax__calendar_body {
    padding: 0 !important;
    margin: 0 !important;
    width: 168px !important;
    height: 140px !important;
}
/*曜日・日付部分*/
.ajax__calendar_days {
    padding: 0 !important;
    margin: 0 !important;
    /*width:100% !important;
    height:100% !important;*/
}

    .ajax__calendar_days table {
        padding: 0 !important;
        margin: 0 !important;
    }

        .ajax__calendar_days table tr {
            padding: 0 !important;
            margin: 0 !important;
        }

            .ajax__calendar_days table tr td {
                padding: 0 !important;
                margin: 0 !important;
                width: 24px !important;
                min-height: 14px !important;
                max-height: 14px !important;
                height: 14px !important;
                background-color: #FFFFFF !important;
            }

/*月表示部分*/
.ajax__calendar_months {
    padding: 0 !important;
    margin: 0 !important;
    /*width:100% !important;
    height:100% !important;*/
}

    .ajax__calendar_months table {
        padding: 0 !important;
        margin: 0 !important;
        height: 100px !important;
        /*height:168px !important;*/
    }

        .ajax__calendar_months table tr td {
            padding: 0 !important;
            margin: 0 !important;
            width: 42px !important;
            height: 22px !important;
            /*border:1px solid red !important;*/
        }

/*年表示部分*/
.ajax__calendar_years {
    padding: 0 !important;
    margin: 0 !important;
    /*width:100% !important;
    height:100% !important;*/
}

    .ajax__calendar_years table {
        padding: 0 !important;
        margin: 0 !important;
        height: 100px !important;
        /*height:168px !important;*/
    }

        .ajax__calendar_years table tr td {
            padding: 0 !important;
            margin: 0 !important;
            width: 42px !important;
            height: 22px !important;
            /*border:1px solid red !important;*/
        }

table tr:hover td .ajax__calendar_container td {
    background-color: #FFFFFF !important;
}

.btn_size75 {
    width: 120px;
    height: 33px;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    font-size: 14px !important;
}

@media only screen and (max-width : 480px) {
    .btn_size75 {
        width: 120px;
        height: 33px;
        -moz-background-size: auto 100%;
        background-size: auto 100%;
        font-size: 12px !important;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .btn_size75 {
        width: 120px;
        height: 33px;
        -moz-background-size: auto 100%;
        background-size: auto 100%;
        font-size: 12px !important;
    }
}

@media only screen and (max-width : 320px) {
    /*2行分の高さ*/
    .row2 {
        height: 42px !important;
    }
    /*3行分の高さ*/
    .row3 {
        /*height:73px !important;*/
    }

    table.ListTable2_Nyuryoku tr th.MonthsList, table.ListTable2_Nyuryoku tr td.MonthsList {
        height: 275px !important;
        overflow: auto !important;
        white-space: normal !important;
    }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    /*2行分の高さ*/
    .row2 {
        height: 42px !important;
    }
    /*3行分の高さ*/
    .row3 {
        /*height:73px !important;*/
    }

    table.ListTable2_Nyuryoku tr th.MonthsList, table.ListTable2_Nyuryoku tr td.MonthsList {
        height: 275px !important;
        overflow: auto !important;
        white-space: normal !important;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    /*2行分の高さ*/
    .row2 {
        height: 42px !important;
    }
    /*3行分の高さ*/
    .row3 {
        /*height:73px !important;*/
    }

    table.ListTable2_Nyuryoku tr th.MonthsList, table.ListTable2_Nyuryoku tr td.MonthsList {
        /*height:160px !important;
        overflow:auto !important;*/
        white-space: normal !important;
    }
}

table#clbMonths tr td {
    width: 52px !important;
    height: 21px !important;
    overflow-x: hidden;
    white-space: nowrap;
    float: left;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
}

    /*table#clbMonths tr td input[type="checkbox"]
,table#clbMonths tr td label
{
    height:21px !important;
    box-sizing:border-box;   
}*/

    table#clbMonths tr td:after {
        clear: both;
    }

/*#dialogyubinapi
{
    width:500px !important;
    height:500px !important;
}*/

table.HomeList {
    width: 98% !important;
    margin: 10px 5px 5px 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

    table.HomeList tr th {
        background-color: #f5f5e2;
    }

@media only screen and (max-width : 320px) {
    table.HomeList {
        width: 97% !important;
    }

        table.HomeList tr th, table.HomeList tr td {
            display: block;
            height: 100%;
            width: 95% !important;
            padding: 5px;
        }

    .box_m_home table.HomeList2 tr td {
        width: 100% !important;
        display: block;
    }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    table.HomeList tr th, table.HomeList tr td {
        display: block;
        height: 100%;
        width: 95% !important;
        padding: 5px;
    }

    .box_m_home table.HomeList2 tr td {
        width: 100% !important;
        display: block;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    table.HomeList tr th, table.HomeList tr td {
        display: block;
        height: 100%;
        width: auto !important;
        padding: 5px;
    }

    .box_m_home table.HomeList2 tr td {
        width: 100% !important;
        display: block;
    }
}

/* ホームのサムネイル */
table .thumbnail {
    display: none;
}

@media only screen and (min-width : 769px) {
    /* tableFixed対策 */
    table.ThRepeat tr th,
    table.ThRepeat2 tr th,
    table.ThRepeat3 tr th {
        max-height: 20px;
    }

    table.ThRepeat tr td,
    table.ThRepeat2 tr td,
    table.ThRepeat3 tr td {
        height: 25px;
        min-height: 25px;
    }
}

@media only screen and (max-width : 768px) {
    .nav-address {
        display: none !important;
    }

    table .thumbnail {
        display: block;
        height: auto;
        max-height: 90px;
        max-width: 90px;
        padding: 5px 0 0 0 !important;
        width: 30% !important;
        /*センタリング left: 65%;
        position: absolute;*/
        /*右寄せ*/
        float: right;
        margin-right: 5px;
    }

    table .thumbnail:before {
        content: none !important;
    }

    table.ThRepeat tr td:before,
    table.ThRepeat2 tr td:before,
    table.ThRepeat3 tr td:before,
    table.ThRepeatW150p tr td:before,
    table.ThRepeatSeikyu tr td:before {
        padding-right: 2% !important;
        width: 120px !important;
        word-break: keep-all;
        word-wrap: normal;
    }

    table .thumbnail img {
        max-width: 90px;
        max-height: 90px;
        width: 100%;
    }

    table.ThRepeat tr,
    table.ThRepeat2 tr,
    table.ThRepeat3 tr,
    table.ThRepeatW150p tr,
    table.ThRepeatSeikyu tr {
        border-bottom: solid 1px #d4d3b1;
        display: block;
        min-height: 105px;
    }

    table.ThRepeat tr td,
    table.ThRepeat2 tr td,
    table.ThRepeat3 tr td,
    table.ThRepeatW150p tr td,
    table.ThRepeatSeikyu tr td {
        display: block;
        width: auto !important;
    }

    table.ThRepeat tr:last-child,
    table.ThRepeat2 tr:last-child,
    table.ThRepeat3 tr:last-child,
    table.ThRepeatW150p tr:last-child,
    table.ThRepeatSeikyu tr:last-child,
    table.ThRepeat tr td:last-child,
    table.ThRepeat2 tr td:last-child,
    table.ThRepeat3 tr td:last-child,
    table.ThRepeatW150p tr td:last-child,
    table.ThRepeatSeikyu tr td:last-child {
        border-bottom-width: 0 !important;
    }

    #MainContent_grdOrder td,
    #MainContent_grdConstructionInformation td {
        display: block;
        width: auto !important;
        white-space: normal;
    }

    #MainContent_grdOrder td.thumbnail,
    #MainContent_grdConstructionInformation td.thumbnail {
        width: 30% !important;
    }

    #MainContent_grdOrder .thumbnail,
    #MainContent_grdOrder .thumbnail img {
        max-width: 120px;
        max-height: 120px;
    }

    #MainContent_grdOrder tr,
    #MainContent_grdConstructionInformation tr {
        min-height: 140px;
    }

    #MainContent_grdConstructionInformation .thumbnail,
    #MainContent_grdConstructionInformation .thumbnail img {
        max-width: 120px;
        max-height: 120px;
    }
}

@media only screen and (max-width : 320px) {
    #MainContent_grdOrder td.thumbnail,
    #MainContent_grdConstructionInformation td.thumbnail {
        width: 95px !important;
    }
}

#MainContent_grdOrder {
    /*table-layout: auto;*/
}

#MainContent_grdOrder th {
    word-break: keep-all;
    -ms-word-break: keep-all;
}


@media only screen and (max-width : 480px) {
    table.ThRepeat tr td:before,
    table.ThRepeat2 tr td:before,
    table.ThRepeat3 tr td:before,
    table.ThRepeatW150p tr td:before,
    table.ThRepeatSeikyu tr td:before {
        padding-right: 2% !important;
        width: 80px !important;
    }
}

@media only screen and (max-width : 320px) {
    table .thumbnail {
        float: none !important;
        margin: 0 auto;
        position: static;
        width: 130px !important;
    }

    table.ThRepeat tr,
    table.ThRepeat2 tr,
    table.ThRepeat3 tr,
    table.ThRepeatW150p tr,
    table.ThRepeatSeikyu tr {
        text-align: center;
    }
}

.empty-row,
table.HomeList tr.empty-row>td {
    width: 100% !important;
}

.KiyakuTitle {
    font-size: 15px !important;
    margin: 0 !important;
    margin-top: 10px !important;
    font-weight: bold;
    padding: 10px 10px 0px 10px !important;
}

.KiyakuDetail {
    font-size: 15px !important;
    margin: 0 !important;
    padding: 0px 10px 0px 20px !important;
}

.box_m_home h3.Customer {
    width: 98.5%;
    color: #242424;
    text-shadow: 1px 1px 1px #9d9d9d;
    background: #ffffff;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
    box-shadow: 1px 1px 5px 0px #9e9d9d;
    border-bottom: 5px double #f18e22;
    border-radius: 2px;
}

    .box_m_home h3.Customer p {
        padding: 10px 5px 8px 10px;
    }

@media only screen and (max-width : 320px) {
    .box_m_home h3.Customer {
        width: 90%;
    }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    .box_m_home h3.Customer {
        width: 96%;
    }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .box_m_home h3.Customer {
        width: 96%;
    }
}

.ListTable_color_Th {
    background-color: #f5f5e2 !important;
    border: 1px solid #d4d3b1 !important;
}

.ListTable_color_Td {
    border: 1px solid #d4d3b1 !important;
}

.Header_Current_Name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.CompanyAuditTrail Table.ListTable2 tr:last-child {
    display: none !important;
}

/* !Font-Size  ---------------------------------------------------------------- */
.f8 {
    font-size: 8px !important;
}

.f9 {
    font-size: 9px !important;
}

.f10 {
    font-size: 10px !important;
}

.f11 {
    font-size: 11px !important;
}

.f12 {
    font-size: 12px !important;
}

.f13 {
    font-size: 13px !important;
}

.f14 {
    font-size: 14px !important;
}

.f15 {
    font-size: 15px !important;
}

.f16 {
    font-size: 16px !important;
}

.f17 {
    font-size: 17px !important;
}

.f18 {
    font-size: 18px !important;
}

.f19 {
    font-size: 19px !important;
}

.f20 {
    font-size: 20px !important;
}

table tr td span.file-upload-thumbnail img {
    width: 100px;
}

/*サービス利用規約・プライバシーポリシー*/
.Loginbox_left.Kiyaku,
.Loginbox_left.Privacy {
    width: 65% !important;
}

.Loginbox_left.Kiyaku .title p,
.Loginbox_left.Privacy .title p {
    font-size: 26px;
}

@media only screen and (max-width : 480px) {
    .Loginbox_left.Kiyaku,
    .Loginbox_left.Privacy {
        width: 97% !important;
    }

        .Loginbox_left.Kiyaku .title p {
            font-size: 20px !important;
        }

        .Loginbox_left.Privacy .title p {
            font-size: 14px !important;
            padding-top: 15px !important;
        }
}

@media only screen and (min-width : 481px) and (max-width : 768px) {
    .Loginbox_left.Kiyaku,
    .Loginbox_left.Privacy {
        width: 97% !important;
    }
}

/*テーブル新レイアウト*/
@media all and (max-width: 480px) {
    table.ThRepeat tr td:before,
    table.ThRepeat2 tr td:before,
    table.ThRepeat3 tr td:before {
        font-weight: bold;
        padding-right: 5px;
        font-size: 10px;
        display: inline-block;
        width: 100px;
        text-align: right;
        content: "\20"attr(data-label)"\20\3a"; /* data-labelのテキストを：を付けて表示する  */
    }

    table.ThRepeat tr.pagination td:before,
    table.ThRepeat2 tr.pagination td:before,
    table.ThRepeat3 tr.pagination td:before {
        font-weight: bold;
        padding-right: 20px;
        font-size: 12px;
        display: inline-block;
        width: auto;
        text-align: right;
        content: ""; /* data-labelのテキストを：を付けて表示する  */
    }

    table.ThRepeatW150p tr td:before {
        font-weight: bold;
        padding-right: 5px;
        font-size: 10px;
        display: inline-block;
        width: 120px;
        text-align: right;
        content: "\20"attr(data-label)"\20\3a"; /* data-labelのテキストを：を付けて表示する  */
    }

    table.ThRepeatW150p tr.pagination td:before {
        font-weight: bold;
        padding-right: 20px;
        font-size: 12px;
        display: inline-block;
        width: auto;
        text-align: right;
        content: ""; /* data-labelのテキストを：を付けて表示する  */
    }

    table.ThRepeatSeikyu tr td:before {
        font-weight: bold;
        padding-right: 5px;
        font-size: 10px;
        display: inline-block;
        width: 120px;
        text-align: right;
        content: "\20"attr(data-label)"\20\3a"; /* data-labelのテキストを：を付けて表示する  */
    }

    table.ThRepeatSeikyu tr th[data-small-label]:before {
        content: "\20"attr(data-small-label)"\20\3a"; /* data-labelのテキストを：を付けて表示する  */
    }

    table.ThRepeatSeikyu tr td[data-small-label]:before {
        content: "\20"attr(data-small-label)"\20\3a"; /* data-labelのテキストを：を付けて表示する  */
    }

    table.ThRepeatSeikyu tr.pagination td:before {
        font-weight: bold;
        padding-right: 20px;
        font-size: 12px;
        display: inline-block;
        width: auto;
        text-align: right;
        content: ""; /* data-labelのテキストを：を付けて表示する  */
    }

    table.ThRepeat tr:last-child td:before,
    table.ThRepeat2 tr:last-child td:before,
    table.ThRepeat3 tr:last-child td:before,
    table.ThRepeatW150p tr:last-child td:before,
    table.ThRepeatSeikyu tr:last-child td:before {
        /*display:none;*/
    }

    table.ThRepeat tr td:last-child,
    table.ThRepeat2 tr td:last-child,
    table.ThRepeat3 tr td:last-child,
    table.ThRepeatW150p tr td:last-child,
    table.ThRepeatSeikyu tr td:last-child {
        border-bottom: 1px solid #d4d3b1;
    }

    table.ThRepeat tr:last-child td:last-child,
    table.ThRepeat2 tr:last-child td:last-child,
    table.ThRepeat3 tr:last-child td:last-child,
    table.ThRepeatW150p tr:last-child td:last-child,
    table.ThRepeatSeikyu tr:last-child td:last-child {
        border-bottom: 0px solid #d4d3b1;
    }

    table.ThRepeat tr:first-child td:last-child,
    table.ThRepeat2 tr:first-child td:last-child,
    table.ThRepeat3 tr:first-child td:last-child,
    table.ThRepeatW150p tr:first-child td:last-child,
    table.ThRepeatSeikyu tr:first-child td:last-child {
        border-bottom: 1px solid #d4d3b1;
    }

    table.ThRepeat tr td br,
    table.ThRepeat2 tr td br,
    table.ThRepeat3 tr td br,
    table.ThRepeatW150p tr td br,
    table.ThRepeatSeikyu tr td br {
        content: "";
        /*display: none;*/
    }

        table.ThRepeat tr td br:after,
        table.ThRepeat2 tr td br:after,
        table.ThRepeat3 tr td br:after,
        table.ThRepeatW150p tr td br:after,
        table.ThRepeatSeikyu tr td br:after {
            content: "　";
        }
}

@media all and (min-width : 481px) and (max-width : 768px) {
    table.ThRepeat tr td:before,
    table.ThRepeat2 tr td:before,
    table.ThRepeat3 tr td:before {
        font-weight: bold;
        padding-right: 20px;
        font-size: 12px;
        display: inline-block;
        width: 120px;
        text-align: right;
        content: "\20"attr(data-label)"\20\3a"; /* data-labelのテキストを：を付けて表示する  */
    }

    table.ThRepeat tr.pagination td:before,
    table.ThRepeat2 tr.pagination td:before,
    table.ThRepeat3 tr.pagination td:before {
        font-weight: bold;
        padding-right: 20px;
        font-size: 12px;
        display: inline-block;
        width: auto;
        text-align: right;
        content: ""; /* data-labelのテキストを：を付けて表示する  */
    }

    table.ThRepeatW150p tr td:before {
        font-weight: bold;
        padding-right: 20px;
        font-size: 12px;
        display: inline-block;
        width: 150px;
        text-align: right;
        content: "\20"attr(data-label)"\20\3a"; /* data-labelのテキストを：を付けて表示する  */
    }

    table.ThRepeatW150p tr.pagination td:before {
        font-weight: bold;
        padding-right: 20px;
        font-size: 12px;
        display: inline-block;
        width: auto;
        text-align: right;
        content: ""; /* data-labelのテキストを：を付けて表示する  */
    }

    table.ThRepeatSeikyu tr td:before {
        font-weight: bold;
        padding-right: 20px;
        font-size: 12px;
        display: inline-block;
        width: 150px;
        text-align: right;
        content: "\20"attr(data-label)"\20\3a"; /* data-labelのテキストを：を付けて表示する  */
    }

    table.ThRepeatSeikyu tr.pagination td:before {
        font-weight: bold;
        padding-right: 20px;
        font-size: 12px;
        display: inline-block;
        width: auto;
        text-align: right;
        content: ""; /* data-labelのテキストを：を付けて表示する  */
    }

    table.ThRepeat tr:last-child td:before,
    table.ThRepeat2 tr:last-child td:before,
    table.ThRepeat3 tr:last-child td:before,
    table.ThRepeatW150p tr:last-child td:before,
    table.ThRepeatSeikyu tr:last-child td:before {
        /*display:none;*/
    }

    table.ThRepeat tr td:last-child,
    table.ThRepeat2 tr td:last-child,
    table.ThRepeat3 tr td:last-child,
    table.ThRepeatW150p tr td:last-child,
    table.ThRepeatSeikyu tr td:last-child {
        border-bottom: 1px solid #d4d3b1;
    }

    table.ThRepeat tr:last-child td:last-child,
    table.ThRepeat2 tr:last-child td:last-child,
    table.ThRepeat3 tr:last-child td:last-child,
    table.ThRepeatW150p tr:last-child td:last-child,
    table.ThRepeatSeikyu tr:last-child td:last-child {
        border-bottom: 0px solid #d4d3b1;
    }

    table.ThRepeat tr:first-child td:last-child,
    table.ThRepeat2 tr:first-child td:last-child,
    table.ThRepeat3 tr:first-child td:last-child,
    table.ThRepeatW150p tr:first-child td:last-child,
    table.ThRepeatSeikyu tr:first-child td:last-child {
        border-bottom: 1px solid #d4d3b1;
    }

    table.ThRepeat tr td br,
    table.ThRepeat2 tr td br,
    table.ThRepeat3 tr td br,
    table.ThRepeatW150p tr td br,
    table.ThRepeatSeikyu tr td br {
        content: "";
        /*display: none;*/
    }

        table.ThRepeat tr td br:after,
        table.ThRepeat2 tr td br:after,
        table.ThRepeat3 tr td br:after,
        table.ThRepeatW150p tr td br:after,
        table.ThRepeatSeikyu tr td br:after {
            content: "　";
        }
}


@media only screen and (max-width : 768px) {
    /** 要らないブロック化削除 */
    table.ThRepeatSeikyuIchiran tbody tr {
        display: table-row;
    }

    /** 要らないボーダー削除 */
    table.ThRepeatSeikyuIchiran>tbody tr {
        border: none !important;
    }

    table.ThRepeatSeikyuIchiran>tbody>tr.noborder {
        border: none !important;
    }

    /** 行ごとに下線は確保 */
    table.ThRepeatSeikyuIchiran>tbody>tr {
        border-bottom: solid 1px #d4d3b1 !important;
    }

    /** 要らないボーダー削除 */
    table.ThRepeatSeikyuIchiran>tbody tr>td {
        border: none !important;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }

    /** 要らないボーダー削除 */
    table.ThRepeatSeikyuIchiran>tbody tr>td:last-child {
        border: none !important;
    }

    /** テーブル内テーブル対応*/
    table.ThRepeatSeikyuIchiran>tbody tr>td table {
        display: inline;
    }

        /** ラベル貼り付け用の疑似要素を削除 */
        table.ThRepeatSeikyuIchiran > tbody tr > td tr > td:before {
            content: none;
            height: 0;
            width: 0;
        }

    /** 請求詳細の詳細内容テーブルのインライン化解除 */
    table.ListTable2_DetailedInvoice>tbody>tr,
    table.ListTable2_DetailedInvoice>thead>tr {
        display: table-row;
    }

    table.ListTable2_DetailedInvoice>tbody>tr>td,
    table.ListTable2_DetailedInvoice>tbody>tr>th,
    table.ListTable2_DetailedInvoice>thead>tr>th {
        display: table-cell;
    }

    table.ListTable2_DetailedInvoice > thead > tr > th:first-child {
        width: 35% !important;
    }
    table.ListTable2_DetailedInvoice > thead > tr > th {
        width: 32.5% !important;
    }
    table.ListTable2_DetailedInvoice > tbody > tr > td {
        width: 32.5% !important;
    }

    th.totalhead:before {
        color: #000;
        font-weight: bold;
        padding-right: 5px;
        font-size: 12px;
        display: inline-block;
        width: 120px;
        text-align: right;
        content: "\20"attr(data-label)"\20\3a"; /* data-labelのテキストを：を付けて表示する  */
    }

    div.PaymentsDetailContract {
        display: inline-table;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
    }

    table>tbody>tr>td div.PaymentsDetailContract br {
        content: none;
    }

    /** ファイル一覧はセルを折り返さない */
    table.grdListFileRegister > tbody > tr > td,
    table.grdListFileRegister > tbody > tr > th {
        display: table-cell;
    }

    /** ファイル一覧はセルを折り返さない */
    table.grdListPhotoRegister > tbody > tr > td,
    table.grdListPhotoRegister > tbody > tr > th {
        display: table-cell;
    }

    /** 発注の登録編集の添付を折り返さない */
    table#tblFilesUploaded > tbody > tr > td,
    table#tblFilesUploaded > tbody > tr > th,
    table#MainContent_grdOrderDocument > tbody > tr > td,
    table#MainContent_grdOrderDocument > tbody > tr > th {
        border-width: 1px;
        display: table-cell;
    }

    table#MainContent_grdOrderDocument > tbody > tr {
        display: table-row;
    }

    table#MainContent_grdOrderDocument > tbody > tr > td,
    table#MainContent_grdOrderDocument > tbody > tr > th {
        padding: 5px;
    }

    table#MainContent_grdOrderDocument > tbody > tr > td.taC,
    table#MainContent_grdOrderDocument > tbody > tr > th.taC {
        text-align: center !important;
    }

    table#MainContent_grdOrderDocument > tbody > tr > td.taR {
        text-align: right !important;
    }

    table#MainContent_grdOrderDocument > tbody > tr > th.w85 {
        width: 90% !important;
    }

    table#MainContent_grdOrderDocument > tbody > tr > th.w3 {
        width: 10% !important;
    }

    table#MainContent_grdOrderDocument > tbody > tr > td:before {
        content: none;
    }

    table#MainContent_grdOrderDocument > tbody > tr > td:last-child {
        border-width: 1px !important;
    }

    table#tblFilesUploaded > tbody > tr > th {
        background-color: #f5f5e2;
    }

    table#tblFilesUploaded > tbody > tr > td {
        background-color: #FFFFFF;
    }

    table#tblFilesUploaded > tbody > tr > td.taC,
    table#tblFilesUploaded > tbody > tr > th.taC {
       text-align: center !important;
    }

    table#tblFilesUploaded > tbody > tr > td.w6,
    table#tblFilesUploaded > tbody > tr > th.w6 {
       width: 14% !important;
    }

    table#tblFilesUploaded > tbody > tr > td.w89,
    table#tblFilesUploaded > tbody > tr > th.w89 {
       width: 78% !important;
    }

    table#tblFilesUploaded > tbody > tr > td.w5,
    table#tblFilesUploaded > tbody > tr > th.w5 {
       width: 8% !important;
    }

    #MainContent_divOrderDetail>table.ListTable2_Nyuryoku_Yoko > tbody > tr > th,
    #MainContent_divOrderDetail>table.ListTable2_Nyuryoku_Yoko > tbody > tr > td {
        height: 40px !important;
    }

    table.ListTable2_Nyuryoku tr td span {
        display: inline;
    }

    tr.empty-row > td:before {
        content: "\20\3a" !important;
    }
}

@media only screen and (max-width : 480px) {
    th.totalhead:before {
        padding-right: 2%;
        font-size: 10px;
        width: 80px;
    }
}