@charset "EUC-JP";

/* = .mod-inquireViewList
----------------------------------------------- */
/* h3&h4 same */
.mod-inquireViewList .heading {
    font-weight: bold;
    padding: 2px 0 2px 15px;
    position: relative;
    margin-bottom: 12px;
    font-size: 128.6%; /* 18px */
}
.mod-inquireViewList .heading:before {
    content: "";
    width: 6px;
    background-color: #ed6103;
    border-radius: 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

/* 条件設定 */
.mod-inquireViewList .searchTable {
    width: 100%;
    border: 1px solid #c9c9c9;
    margin-bottom: 20px;
}
.mod-inquireViewList .searchTable th,
.mod-inquireViewList .searchTable td {
    text-align: left;
    padding: 15px 10px;
    line-height: 1.4;
    vertical-align: middle;
    border-bottom: 1px solid #c9c9c9;
}
.mod-inquireViewList .searchTable th {
    width: 20%;
    background: #f7f7f7;
    color: #515151;
    font-weight: normal;
}
/* 物件検索ボタン */
.mod-inquireViewList .buttonWrap {
    text-align: center;
    margin: 40px 0;
}
.mod-inquireViewList .searchButton {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #515151;
    box-shadow: 0 2px #515151;
    color: #515151;
    display: inline-block;
    font-size: 171.4%; /* 24px */
    padding: 10px 40px;
    vertical-align: middle;
}
.mod-inquireViewList .searchButton:hover {
    cursor: pointer;
    background-color: #f5f5f5;
}
.mod-inquireViewList .searchButton + .searchButton {
    margin-left: 20px;
}

/* radioButton & checkBox common
----------------------------------------------- */
.mod-inquireViewList .searchTable .radioArea input[type=radio],
.mod-inquireViewList .searchTable .checkArea input[type=checkbox] {
    display: none;
}
.mod-inquireViewList .searchTable .radioArea .radio,
.mod-inquireViewList .searchTable .checkArea .checkbox {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    padding: 12px 10px 12px 27px;
    border-radius: 4px;
    background-color: #f5f5f5;
    vertical-align: middle;
    cursor: pointer;
    color: #515151;
}
.mod-inquireViewList .searchTable .radioArea .radio:hover,
.mod-inquireViewList .searchTable .checkArea .checkbox:hover {
    background-color: #fffaaa;
    cursor: pointer;
}
.mod-inquireViewList .searchTable .radioArea input[type=radio]:checked + .radio:before,
.mod-inquireViewList .searchTable .checkArea input[type=checkbox]:checked + .checkbox:before {
    opacity: 1;
}
.mod-inquireViewList .searchTable .radioArea input[type=radio]:checked + .radio:after {
    background: #ed6103;
    border-color: #ed6103;
}
.mod-inquireViewList .searchTable .radioArea input[type=radio]:checked + .radio,
.mod-inquireViewList .searchTable .checkArea input[type=checkbox]:checked + .checkbox {
    background: #fffaaa;
}

/* radioButton
----------------------------------------------- */
.mod-inquireViewList .searchTable .radioArea .radio:after {
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    margin-top: -10px;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 50%;
    content: '';
}

.mod-inquireViewList .searchTable .radioArea .radio:before {
    position: absolute;
    top: calc(50% - 5px);
    left: 10px;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    content: '';
    opacity: 0;
    z-index: 2;
}

/* checkBox
----------------------------------------------- */
.mod-inquireViewList .searchTable .checkArea .checkbox:after {
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    content: '';
}

.mod-inquireViewList .searchTable .checkArea .checkbox:before {
    position: absolute;
    top: calc(50% - 2px);
    left: 10px;
    display: block;
    margin-top: -7px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
    opacity: 0;
    transform: rotate(45deg);
    z-index: 2;
}

.mod-inquireViewList .searchTable .checkArea input[type=checkbox]:checked + .checkbox:after {
    background: #ed6103;
    border-color: #ed6103;
}

.mod-inquireViewList .searchTable .checklist {
    list-style: none;
    display: inline-block;
}
.mod-inquireViewList .searchTable .checklist .checkbox {
    width: 120px;
}

/* selectForm
----------------------------------------------- */
.mod-inquireViewList .searchTable .selectArea {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    box-shadow: 0 1px #c9c9c9;
    overflow: hidden;
    vertical-align: middle;
}
.mod-inquireViewList .searchTable .selectArea:hover {
    background: #fffaaa;
}

/* select arrow design */
.mod-inquireViewList .searchTable .selectArea:before {
    position: absolute;
    top: -2px;
    right: 10px;
    bottom: 0;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    margin: auto;
    content: '';
    border-top: 3px solid #515151;
    border-right: 3px solid #515151;
    transform: rotate(135deg);
}

.mod-inquireViewList .searchTable .selectArea select {
    border: none;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 25px 10px 10px;
}
.mod-inquireViewList .searchTable .selectArea select:hover {
    cursor: pointer;
}
.mod-inquireViewList .searchTable .selectArea select::-ms-expand {
    display: none; /* IEでデフォルトの矢印を消す処理 */
}

.mod-inquireViewList .searchTable .selectArea select::-ms-expand {
    display: none; /* IEでデフォルトの矢印を消す処理 */
}
.mod-inquireViewList .searchTable .inputArea p {
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
}
.mod-inquireViewList .searchTable .textBox {
    padding: 5px 10px;
    line-height: 24px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 0 #c9c9c9 inset;
    box-sizing: border-box;
    vertical-align: middle;
    height: 32px;
}

.mod-inquireViewList .searchTable .dp-choose-date {
    margin: 0 5px;
    background: url(/manager/img/icon_calendar.png) no-repeat;
    width: 30px;
    height: 30px;
}

.mod-inquireViewList .induction,
.mod-inquireViewList .error {
    padding: 15px 0;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.mod-inquireViewList .induction {
    color: #515151;
    background: #f5f5f5;
}

.mod-inquireViewList .error {
    color: #f10404;
    background: #fff4f4;
}

/* モバイルユーザー問い合わせ行の背景色に関する注釈を上にだけ出す */
.mod-inquireViewList .textWrap:after {
    content: "";
    clear: both;
    display: block;
}
.mod-inquireViewList .textWrap .mobileUser {
    float: left;
}
.mod-inquireViewList .textWrap .mobileUser::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #fff6eb;
    border: 1px solid #c9c9c9;
    display: inline-block;
    margin-right: 5px;
    vertical-align: bottom;
}

/* 件数表示は上下共通のcssを使用する */
.mod-inquireViewList .inquireCount {
    text-align: right;
    margin-bottom: 10px;
}
.mod-inquireViewList .inquireCount .number {
    color: #ed6103;
    font-size: 128.6%; /* 18px */
    font-weight: bold;
}

/* 請求一覧
---------------------------------------*/
.mod-inquireViewList .inquireList {
    width: 100%;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    margin-bottom: 10px;
}
.mod-inquireViewList .inquireList th,
.mod-inquireViewList .inquireList td {
    padding: 15px 10px;
    line-height: 1.4;
    vertical-align: middle;
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    text-align: center;
}
.mod-inquireViewList .inquireList th {
    background: #f7f7f7;
    color: #515151;
    font-weight: normal;
}
.mod-inquireViewList .inquireList .bukkenName {
    text-align: left;
}

/* 横幅調整 */
.mod-inquireViewList .inquireList .download { width: 6em; }
.mod-inquireViewList .inquireList .status   { width: 5em; }
.mod-inquireViewList .inquireList .detail   { width: 2em; }

/* ステータス表示 */
.mod-inquireViewList .inquireList .responce {
    text-align: center;
    color: #515151;
}
.mod-inquireViewList .inquireList .notFinished {
    color: #f10404;
    font-weight: bold;
}
