﻿/*
--------------------------承認リスト------------------------
*/

html, body {
  overflow-x: hidden;
}

/*-----エラーメッセージ-----*/
.ERROR {
    color: Red;
    font-weight: bold;
}

.wordwrap {
    text-align: center;
    word-break: break-all;
    word-wrap: break-word;
}

.wordwrap2 {
    text-align: center !important;
    word-wrap: break-word;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
}

.align_left {
    display: block;
    text-align: left;
}

.align_right {
    display: block;
    text-align: right;
}

/*----非表示指定--*/
.invisible {
    display: none;
}

.visible {
    display: block;
}

/*ページの上部へ*/
.goToTop {
    height: 19px;
    text-align: right;
    margin-top: 20px;
}

.goToTop a {
    color: #999999;
    background-size: 9%;
    background-repeat: no-repeat;
    background-position: 0px 8px;
    padding-left: 20px !important;
    padding-top: 2px;
    padding-bottom: 2px;
}

/*-----SNS関連-----*/
.c-snsItem__head {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.c-snsItem__head img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.c-snsItem__title {
    margin-left: 1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
}

.c-snsItem__detail {
    margin: 0.5rem 0 2rem;
    text-align: left;
}

.c-snsItem__detail a {
    display: inline-flex;
    align-items: center;
    gap: 0.25em;
    margin-bottom: 0.25em;
    font-weight: bold;
}

.p-snsList .c-snsItem {
    margin-top: 40px;
}

@media screen and (max-width: 600px) {
    .c-snsItem__head img {
        width: 48px;
        height: 48px;
    }

    .c-snsItem__title {
        font-size: 1.25rem;
    }
}

/* 外部リンクアイコン */
.c-icon--external {
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
}

.c-icon--external::after {
    content: "";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    background-image: url('/hp/common_image/icon/icon-external.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 4px 0 7px;
}

/*-----ボタン関連-----*/
.print-button table {
    margin-left: auto;
}

.btnSearch, .btnReset, .btnCancel {
    height: 20px;
    text-indent: -5678px;
    display: block;
    overflow: hidden;
}

.btnSearch:hover, .btnReset:hover, .btnCancel:hover {
    background-position: bottom left;
}

/*-----関連するページ開閉メニュー-----*/
.accordionMenu {
    margin-bottom: 20px;
    border: 1px solid rgb(230, 230, 230);
    background-color: rgb(245, 245, 245);
}

.accordionMenu__summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    font-size: 16px;
    cursor: pointer;
    list-style: none;
}

.accordionMenu__summary::after {
    content: "＋";
}

.accordionMenu[open] .accordionMenu__summary::after {
    content: "－";
}

.accordionMenu__nav {
    display: none;
}

.accordionMenu[open] .accordionMenu__nav {
    display: grid;
    gap: 15px;
    padding: 0px 15px 30px;
}

.accordionMenu__nav a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    color: #0065B4;
    text-decoration: none;
}
.accordionMenu__nav a::after {
    content: "→";
}

.accordionMenu__nav a.is-current {
    color: rgb(255, 255, 255);
    background-color: #0065B4;
    border-color: #0065B4;
    pointer-events: none;
}

.accordionMenu__nav a:hover {
    color: rgb(255, 255, 255);
    background-color: #0065B4;
}

/*-----承認リストメニュー-----*/
.contentsHeader {
    background-color: rgb(0, 101, 180);
    color: #fff;
    padding: 0.25rem 1.5rem;
}

.contentsTitle {
    font-size: 2.25rem;
    line-height: 2.75rem;
    padding-right: 1.5rem;
    color: #fff;
}

.appr-menu a::after {
    content: "→";
    margin-left: 0.5em;
    transition: color 0.3s;
    margin-top: -4px;
}

/*-----検索条件------*/
.conditionArea {
    border-width: 1px;
    border-style: solid;
    padding: 10px 20px;
}

.conditionArea * {
    font-size: 14px !important;
    padding: 5px 0px;
}

.conditionArea table {
    width: 100%;
}

.conditionArea span {
    display: inline-block;
    width: 25%;
    text-align: right;
    padding-right: 10px;
}

.conditionArea input[type="text"], .conditionArea select {
    box-sizing: border-box;
    width: 70%;
}

.keywordInputArea div, .detailInputArea div {
    padding: 0px !important;
}

.keywordInputArea label {
    margin-left: 5px;
}

.keywordInputArea td:nth-of-type(1) {
    width: 50%;
    text-align: right;
    padding-right: 20px;
}

.keywordInputArea td:nth-of-type(2) {
    width: 50%;
    text-align: left;
    padding-left: 20px;
}

.freetext {
    text-align: left !important;
}

#detailBar {
    padding-left: 50px;
    color: Blue;
}

#detailBar:hover {
    width: auto;
    height: auto;
    background-color: #E1E1E1;
    color: #FF9900;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#detailBar * {
    vertical-align: middle;
}

.operationButtonArea {
    height: 30px;
    text-align: center;
}

.operationButtonArea span {
    padding: 0px;
}

.operationButtonArea input {
    float: right;
    padding: 0;
    margin-right: 15px !important;
    margin-top: 5px;
}

@media screen and (max-width: 540px) {
    .conditionArea span {
        width: 80%;
        text-align: left;
    }

    .conditionArea input[type="text"], .conditionArea select {
        width: 100%;
    }
    
    #ctl00_contentsHolder_rbtnAndOr tr {
      display: flex;
      flex-direction: column;
    }

    .keywordInputArea td:nth-of-type(1) {
        width: 100% !important;
        text-align: left !important;
        padding-left: 20px;
    }

    .keywordInputArea td:nth-of-type(2) {
        width: 100% !important;
    }

    .noticetext {
        text-align: right !important;
    }
}

@media screen and (min-width:1200px) {
    .keywordInputArea span {
        width: 17.5%;
    }

    .keywordInputArea input[type="text"] {
        width: 75% !important;
    }

    #detailInput {
        white-space: nowrap;
        display: flex;
        flex-wrap: wrap;
    }

    .large-w-100 {
        width: 100%;
    }

    .large-w-100 span {
        width: 17.5%;
    }

    .large-w-100 input[type="text"], .large-w-100 select {
        width: 75% !important;
    }

    .large-w-50 {
        width: 50%;
    }

    .large-w-50 span {
        width: 35%;
    }

    .large-w-50 input[type="text"], .large-w-50 select {
        width: 50% !important;
    }

    .noticetext {
        margin-right: 90px;
    }
}

/*----検索結果----*/
.search_error_text {
    width: 100% !important;
    text-align: center !important;
}

.pager {
    padding: 5px 2px 5px 2px;
    text-align: left;
    margin-right: auto;
}

.table_layout {
    width: 100%;
    font-size: 14px !important;
    line-height: 1.5em;
}

.search_result_area {
    width: 100%;
    overflow-x: auto;
}

.search_result_table_layout {
    width: 100%;
    font-size: 14px !important;
    line-height: 1.5em;
    min-width: 800px;
}

.search_result_table_layout th * {
    vertical-align: middle;
}

.result_hd1_left {
    text-align: left;
    height: 25px;
}

.result_hd1_right {
    text-align: right;
    height: 25px;
}

#ctl00_contentsHolder_GridView_Result th {
    background-color: #555;
    color: #fff;
    border-right-color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
}

#ctl00_contentsHolder_GridView_Result th.last_cel {
    border-right-color: #999;
}

#ctl00_contentsHolder_GridView_Result td {
    text-align: center;
    border-right-color: #999;
    padding: 0px 0px 0px 0px;
    word-break: break-all;
    word-wrap: break-word;
}

#ctl00_contentsHolder_GridView_Result a {
    color: blue;
}

/*----ポップアップ部----*/
.pnlFilter {
    border-color: #555;
    border-style: solid;
    border-width: 1px;
}

.pnlFilter tr th {
    width: 16px;
    height: 16px;
    padding: 0px 3px 0px 0px;
    vertical-align: top;
}

.pnlFilter tr td {
    vertical-align: top;
    padding: 0px 0px 0px 0px;
    width: 150px;
}

.filterBoxWrap {
    margin: 0px 0px 0px 0px;
    border-collapse: collapse;
    border: 1px solid black; /* 外側の枠線 */
    height: 200px;
}

.filterBoxWrap td {
    border-width: 1px 0px; /* 上下だけ引く */
    border-color: black; /* 線色：緑 */
    border-style: solid; /* 線種：実線 */
    padding: 0.3em; /* セル内側の余白 */
    width: 160px;
}

.filterBoxWrap th {
    border-width: 1px 0px;
    border-color: black;
    border-style: solid;
    padding: 0.3em;
    text-align: left;
    vertical-align: top;
}

div.filter {
    height: 200px;
    width: auto;
    background-color: White;
    overflow: auto;
}

.filterBox tr.oddRow {
    background-color: #CCFFFF;
}

.filterBox tr:hover {
    background-color: #FF9900 !important;
}


/*--- 詳細画面 ---*/
#detailCenter {
    margin: 0px 10px;
    padding-top: 10px;
    font-size: 14px !important;
    line-height: 1.5em;
}

#detail_header {
    height: 25px;
    padding-bottom: 35px;
}

#contents h3 {
    background-color: rgb(0, 101, 180);
    color: #fff;
    padding: 5px;
    margin: 5px 0px !important;
}

#contents table {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 2px !important;
}

#company_info th {
    width: 30%;
    text-align: left;
    background-color: #efefef;
    padding: 0px 0px 0px 5px;
    word-break: break-all;
    word-wrap: break-word;
}

#company_info td {
    text-align: left;
    padding-left: 10px;
    vertical-align: top;
    word-break: break-all;
    word-wrap: break-word;
    border-bottom-color: #efefef;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#appr_info th {
    width: 30%;
    text-align: left;
    background-color: #ffe6e6;
    padding: 0px 0px 0px 5px;
    word-break: break-all;
    word-wrap: break-word;
}

#appr_info td {
    text-align: left;
    padding-left: 10px;
    vertical-align: top;
    font-weight: bold;
    word-break: break-all;
    word-wrap: break-word;
    border-bottom-color: #ffe6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
