﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body {
    font: 12px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    color: #252525;
    background: #ffffff;
}

input[type="text"], input[type="password"], select, textarea {
    font-size: 12px;
    box-sizing: border-box;
    height: 24px;
    border-radius: 3px;
    margin: 1px;
    padding: 1px 1px 1px 3px;
    border: 1px solid #c4c0c0;
    background: #fff;
}

input[type="radio"] {
    vertical-align: middle;
}

input[type="checkbox"] {
    vertical-align: middle;
    accent-color: #008476;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 30px #fff inset;
}

input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
    background: #dafff6;
    border: 1px solid #428250;
    outline: none;
    box-shadow: 0 0 0 30px #dafff6 inset;
}

a {
    color: #06c;
    text-decoration: none;
}

a:hover {
    color: #D32A63;
    text-decoration: underline;
}

a:active, a:focus {
    outline: 0;
}

a.tblSort{
    text-decoration:none;
    color:white;
}

img {
    border: 0;
}

.progress{
    background-color: #ffcccc;
}

.modediff{
    background-color: #f0e68c;
}

.clear {
    clear: both;
}

p {
    margin-bottom: 10px;
}

hr {
    margin: 0px;
    display: none;
    padding: 0px;
}

.space-bet{
    display: flex;
    justify-content: space-between;
}

#container ul, .inner ul {
    margin-left: 0px;
}

#container ul li, .inner ul li {
    list-style: none;
}

/*************
全体幅
*************/
#header, #container, .inner {
    margin: 0 auto;
    width: 1350px;
}

/*************
/* ヘッダー
*************/
#header {
    position: relative;
    height: 150px;
    width: 100%;
    background: #ffffff;
    background-repeat: repeat-x;
}

#header_wrap {
    height: 150px;
    width: 1350px;
    margin: 0 auto;
    border: 0px solid #000000;
}

#header h1, #header h2, #header h3, #header h4, #header ul, #header .banners {
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
}

#header h2 {
    right: 0;
}

/* ロゴの位置 */
#header h3 {
    top: 10px;
}

/* ヘッドボタンの位置 */
#header h4 {
    margin-left: 560px;
    top: 0px;
}

/************************************
/* メインナビゲーション
************************************/
#menunav {
    position: relative;
    width: 1350px;
    /* height: 50px; */
    background: #ff0000;
    color: #ffffff;
    z-index: 999;
}

#menunav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #fff;
}

#menunav ul#menu li {
    float: left;
    position: relative;
    margin: 0;
    /*     padding: 5px; */
    padding-top: 0px;
    padding-bottom: 0px;
    width: 150px;
    background-color: #0070C0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
}

#menunav ul#menu li.kensou {
    background-color: #7030a0;
}
#menunav ul#menu li.kensou li {
    background-color: #7030a0;
}

#menunav ul#menu li.mitumori {
    background-color: #963634;
}
#menunav ul#menu li.mitumori li {
    background-color: #963634;
}

#menunav ul#menu li.jutyu {
    background-color: #81a33b;
}
#menunav ul#menu li.jutyu li {
    background-color: #81a33b;
}

#menunav ul li a {
    display: block;
    color: #fff;
}

#menunav ul.child {
    display: none;
    position: absolute;
    top: 50px;
    /*     margin-left: -5px; */
    margin-bottom: -50px;
}

#menunav ul.child li a {
    height: 50px;
    display: block;
    color: #fff;
}

#menunav li a:hover {
    background: #000066;
}

/*************
メイン画像
*************/
#mainImage {
    width: 900px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
    background: #ffffff;
}

/*************
コンテンツ全体
*************/
#container {
    padding: 0px;
    background: #ffffff;
    padding-top: 0px;
}

.news_area {
    width: 630px;
    height: 110px;
    padding: 10px;
    font-size: 12px;
    background: #eeeeee;
    border: 1px solid #dadada;
    margin-bottom: 20px;
    overflow: scroll;
}

.part_area {
    width: 93%;
    padding: 10px;
    font-size: 12px;
    background: #ffffff;
    border: 1px solid #dadada;
    margin-bottom: 20px;
}

.box {
    float: left;
    width: 300px;
    height: 280px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 0px;
    border: 1px solid #dadada;
    box-shadow: rgba(153, 153, 153, 0.5) 0px 0px 2px 2px;
    -webkit-box-shadow: rgba(153, 153, 153, 0.5) 0px 0px 2px 2px;
    -moz-box-shadow: rgba(153, 153, 153, 0.5) 0px 0px 2px 2px;
}

.box .detail {
    padding: 15px;
    font-size: 12px;
}

/* 最後のbox */
.last {
    margin-right: 0;
}

.box_noborder {
    float: left;
    width: 210px;
    margin-right: 12px;
    padding: 10px;
    line-height: 1.5;
}

.box_arrange {
    float: left;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    background: #ffffff;
}

/* テーブル
******************************************************************************************** */
table.detail {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.detail th, .detail td {
    padding: 2px;
    border:1px solid #ddd;
    vertical-align: middle;
    font-size: 12px;
}

table.detail th {
    color: #0F766E;
    background: #CCFBF1;
    vertical-align: middle;
    text-align: left;
    padding-left:10px;
    padding-right:10px;
    font-size:1.19em;
}

table.detail td {
    text-align: left;
    width:280px;
}

table.detail th.bright {
    background-color: #eeeeee;
    vertical-align: middle;
    text-align: center;
    color: #333333;
    font-weight: normal;
    letter-spacing: 0.5em;
}

table.detail tr.bright {
    text-align: left;
    background-color: #F5FBFD;
}

table.detail td.bright {
    text-align: left;
    background-color: #eeeeee;
}

.search-actions {
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.action-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.condition-with-note {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
}

.condition-control {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    min-width: 0;
}

.condition-control .btn-cond {
    flex: 0 0 auto;
}

.condition-control .label-name {
    flex: 1 1 auto;
    min-width: 0;
}

.condition-note {
    flex: 0 0 auto;
    margin-left: auto;
    color: #D32A63;
    font-size: 10px;
    white-space: nowrap;
}

.color-red {
    color: #D32A63;
}

.checkbox-label {
    margin: 0 12px 0 4px;
}

.label-name {
    display: inline-block;
    margin-left: 8px;
    color: #273f3c;
    vertical-align: middle;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lookup-no-input {
    width: 60px;
    margin-left: 8px;
    vertical-align: middle;
}

.lookup-no-label {
    min-width: 48px;
}

.mar0 {
    margin: 0 !important;
}

.radio-label {
    margin: 0 8px 0 4px;
}

/* カテゴリー
******************************************************************************************** */
.cate {
    color: #006699;
    background: #ffffff;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-indent: 20px;
    border-bottom: dotted 2px #006699;
    background: url(../images/cate_bg.png) no-repeat;
}


.item_end {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: dotted 2px #0070C0;
}


/* 横に長いbox */
.longfull {
    width: 625px;
    height: 150px;
    margin: 0 20px 20px 0;
    border: 1px solid #dadada;
}

/* 横に長いbox */
.long {
    width: 700px;
    margin: 0 20px 20px 0;
    border: 1px solid #dadada;
}

    /* 画像を左に回りこみ */
    .long img {
        float: left;
        margin: 0 10px 10px 0;
    }

/* H2 見出し */
#container h2 {
    margin-bottom: 10px;
    padding-left: 25px;
    color: #ffffff;
    line-height: 40px;
    font-size: 14px;
    border-bottom: 2px solid #0070C0;
    background: url(../images/h2_bg.png) no-repeat;
    background-position: left;
}


/* H3 見出し */
#container h3 {
    margin-bottom: 10px;
    padding-left: 25px;
    color: #666666;
    line-height: 35px;
    font-size: 14px;
    border: 1px solid #cccccc;
    background: url(../images/h3_bg.png) repeat-x 0 100%;
}

    /* 2つ目以降の H3 見出し */
    #container h3.other {
        margin-bottom: 10px;
        padding-bottom: 5px;
        color: #298fb5;
        background: url(../images/h3.gif) repeat-x 0 100%;
    }


/* H4 見出し */
#container h4 {
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 0px;
    padding-bottom: 0px;
    color: #000000;
    /* background:url(../images/title_back.png) repeat-x 0 100%; */
}


/************************
メイン（左側）コンテンツ
************************/
#main {
    width: 1350px;
    padding-bottom: 5px;
    margin: 0 auto;
    margin-bottom: 0px;
}


/************************
サイド（右側）コンテンツ
************************/
#sidebar {
    float: right;
    width: 225px;
    padding-bottom: 5px;
}

    #sidebar h3 {
        font-size: 14px;
        margin-bottom: 10px;
        padding-bottom: 5px;
        color: #298fb5;
        background: url(../images/h3.gif) repeat-x 0 100%;
    }

    #sidebar ul {
        padding-bottom: 5px;
    }

.spacer10 {
    clear: both;
    width: auto;
    height: 10px;
}


/*************
/* ヘッダー
*************/
#footer_top {
    position: relative;
    height: 50px;
    width: 100%;
    background: #ffffff;
}

#footer_top_wrap {
    height: 50px;
    width: 960px;
    margin: 0 auto;
}


/*************
/* フッター
*************/
#footerUpper {
    clear: both;
    padding: 20px 0;
    overflow: hidden;
    background: #666666;
    color: #ffffff;
    font-size: 12px;
}

    #footerUpper .inner {
        background: url(../images/footerBorder.gif) repeat-y;
    }

        #footerUpper .inner .box {
            float: left;
            width: 210px;
            padding-left: 10px;
            margin: 0 20px 10px 0;
            line-height: 1.5;
        }

        #footerUpper .inner .last {
            width: 230px;
            margin-right: 0;
        }

    #footerUpper ul li {
        color: #fff;
        background: url(../images/bullet.gif) no-repeat 0 3px;
    }

    #footerUpper a {
        color: #ffffff;
    }

        #footerUpper a:hover {
            color: #ffffff;
        }

#footerLower {
    clear: both;
    font-size: 12px;
    color: #fff;
    padding: 3px;
    text-align: right;
    background: #666666;
}


/*************
/* 様々な追加効果
*************/

address {
    color: #fff;
    font-style: normal;
    font-size: 13px;
}

tr.kakutei_sumi td{
    background-color : #aaaaaa;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.hide {
    visibility: hidden;
}

.warn_msg {
    color: red;
    font-size: 18px;
}

.pager_top {
    text-align: right;
    margin-top: 10px;
    margin-bottom: -15px;
}

.pager_bottom {
    text-align: right;
    margin-top: -15px;
    margin-bottom: 10px;
}

#ulFileList, #ulFileListKanko, .ulFileList{
    list-style: none;
}

.left-15 {
    text-align:left;
    padding-left: 15px;
}

.left-10 {
    text-align:left;
    padding-left: 10px;
}

.wmax {
    width: 99%;
}

.wstretch {
    width: stretch;
}

/* Logged-in layout refresh */
body.site-body {
    color: #0f3f3b;
    background: #ffffff;
    overflow-x: auto;
}

.site-shell {
    display: flex;
    min-height: 100vh;
    background: #ffffff;
}

.site-sidebar {
    flex: 0 0 160px;
    width: 160px;
    background: #dff7ef;
    border-right: 1px solid #007f73;
    box-sizing: border-box;
}

.site-brand {
    height: 60px;
    display: flex;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #007f73;
    box-sizing: border-box;
}

.site-brand a {
    display: block;
    width: 100%;
}

.site-brand img {
    display: block;
    width: 100%;
    object-fit: contain;
    background: #ffffff;
    box-sizing: border-box;
}

.site-workspace {
    flex: 1 1 auto;
    min-width: 0;
}

.site-body #header.site-header {
    position: relative;
    width: 100%;
    height: 60px;
    margin: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #0e5a53;
    box-sizing: border-box;
    border-bottom: 1px solid #007f73;
}

.site-header-link {
    display: flex;
    align-items: center;
    padding-left: 22px;
}

.site-header-link a {
    color: #20d3d0;
    font-weight: bold;
    text-decoration: underline;
}

.site-header-link span {
    color: #ffffff;
    font-weight: bold;
}

.site-header-link .breadcrumb-separator {
    margin: 0 8px;
    color: #bdeee8;
}

.site-header-actions {
    display: flex;
    align-items: stretch;
    margin-left: auto;
}

.site-user {
    min-width: 190px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
    gap: 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.site-user i {
    font-size: 22px;
}

.site-logout {
    width: 146px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #0c766c;
    background: #ffffff;
    border-left: 1px solid #7fa8a3;
    font-weight: bold;
    box-sizing: border-box;
}

.site-logout:hover {
    color: #0c766c;
    background: #c9f5ea;
    text-decoration: none;
}

.site-logout i {
    font-size: 17px;
}

.site-body #container.site-container {
    width: auto;
    min-height: calc(100vh - 70px);
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.site-page-title {
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    color: #1f2f2d;
    background: #ffffff;
    border-bottom: 1px solid #d4e4e1;
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
    justify-content: space-between;
}

.site-page-title .button-area {
    padding-right: 20px;
}

.site-body #main {
    width: auto;
    margin: 0;
    padding: 0;
}

.site-body #menunav.site-menu {
    position: relative;
    z-index: 20;
    width: auto;
    background: #dff7ef;
    color: #008476;
}

.site-body #menunav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-body #menunav ul#menu li {
    float: none;
    position: relative;
    width: auto;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    text-align: left;
    display: block;
    background: #dff7ef;
    border-bottom: 1px solid #008476;
    box-sizing: border-box;
}

.site-body #menunav ul#menu > li > a {
    min-height: 60px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 22px;
    color: #008476;
    background: #dff7ef;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    transition: background-color .10s ease, color .10s ease;
    text-decoration: none;
}

.site-body #menunav ul#menu > li > a i {
    width: 24px;
    font-size: 24px;
    text-align: center;
}

.site-body #menunav ul#menu > li.active > a {
    color: #ffffff;
    background: #0F766E;
}

.site-body #menunav ul#menu > li:not(.active):hover > a {
    color: #005f56;
    background: #c8f2e6;
    text-decoration: none;
}

.site-body #menunav ul.child {
    display: none;
    position: static;
    top: auto;
    margin: 0 0 0 20px;
    padding: 0;
    background: #edfffb;
    border-left: 1px solid #008476;
}

.site-body #menunav ul#menu > li.active > ul.child,
.site-body #menunav ul#menu > li.menu-open > ul.child {
    display: block;
}

li.menu-open > a {
    color: #D32A63 !important;
}

.site-body #menunav ul#menu ul.child li {
    background: #edfffb;
    border-bottom: 1px solid #8bcfc4;
}

.site-body #menunav ul.child li a {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 30px 6px 6px;
    color: #008476;
    background: #edfffb;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
}

.site-body #menunav ul.child li.active > a {
    color: #ffffff;
    background: #0F766E;
    text-decoration: none;
}

.site-body #menunav ul.child li:not(.active) > a:hover {
    color: #005f56;
    background: #c8f2e6;
    text-decoration: none;
}

.menu-badge {
    position: absolute;
    top: 50%;
    right: 10px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 11px;
    color: #ffffff;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    box-sizing: border-box;
    transform: translateY(-50%);
}

.menu-badge.danger {
    background: #D32A63;
}

.menu-badge.info {
    background: #009be0;
}

.top-dashboard {
    width: 100%;
}

.dashboard-section {
    width: 100%;
    margin: 0 0 34px;
}

.section-title {
    height: 38px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 18px;
    color: #ffffff;
    background: #008476;
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
}

.section-title i {
    width: 18px;
    font-size: 17px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.section-title span {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

.modal-section-title {
    height: 32px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    color: #ffffff;
    background: #008476;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
}

.modal-section-title i {
    width: 16px;
    font-size: 15px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.modal-section-title span {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

.dashboard-confirm-grid {
    display: grid;
    grid-template-columns: 150px 150px 150px 150px;
    border-right: 1px solid #d8e8e5;
    border-bottom: 1px solid #d8e8e5;
    box-sizing: border-box;
}

.dashboard-confirm-grid > div {
    min-height: 56px;
    display: flex;
    align-items: center;
    padding: 8px 18px;
    border-top: 1px solid #d8e8e5;
    border-left: 1px solid #d8e8e5;
    box-sizing: border-box;
    font-weight: bold;
}

.confirm-label {
    color: #007f73;
    background: #c9f5ea;
}

.confirm-count {
    background: #fbffff;
}

.confirm-count a {
    color: #159bd1;
    text-decoration: underline;
}

.confirm-count a:hover {
    color: #0f6f96;
}

.dashboard-news {
    margin-top: 34px;
}

.dashboard-news-body {
    width: 1090px;
    min-height: 174px;
    display: grid;
    grid-template-columns: 180px 1fr;
    border-right: 1px solid #d8e8e5;
    border-bottom: 1px solid #d8e8e5;
    box-sizing: border-box;
}

.news-label,
.news-content {
    border-top: 1px solid #d8e8e5;
    border-left: 1px solid #d8e8e5;
    box-sizing: border-box;
}

.news-label {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007f73;
    background: #c9f5ea;
    font-weight: bold;
}

.news-content {
    padding: 34px 24px;
    color: #2f4f4b;
    background: #fbffff;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}

.news-content p {
    margin: 0 0 4px;
}

@media screen and (max-width: 900px) {
    body.site-body {
        min-width: 0;
    }

    .site-shell {
        display: block;
    }

    .site-sidebar {
        width: 100%;
        border-right: 0;
    }

    .site-brand {
        height: 64px;
    }

    .site-body #header.site-header {
        min-height: 64px;
        height: auto;
        flex-wrap: wrap;
    }

    .site-header-link,
    .site-user,
    .site-logout {
        min-height: 54px;
    }

    .site-header-actions {
        width: 100%;
    }

    .site-user {
        flex: 1 1 auto;
        min-width: 0;
    }

    .site-logout {
        width: 130px;
    }

    .site-page-title {
        height: 58px;
    }

    .site-body #menunav ul.child {
        margin-left: 0;
        border-left: 0;
    }

    .dashboard-confirm-grid {
        width: 100%;
        grid-template-columns: minmax(160px, 1fr) 120px;
    }

    .dashboard-news-body {
        width: 100%;
        grid-template-columns: 90px 1fr;
    }
}
