/* menu */
.page-list {
    display: inline-block;
    padding-top: 28px;
    vertical-align: top;
    width: 250px;
    font-size: 14px;
}
.page-list .pages {
    box-sizing: border-box;
}
.page-list .pages a {
    color: #333333;
    font-weight: normal;
}
.page-list .pages .link-box:hover {
    background-color: #f8f8f8;
}
.page-list .pages.connection a {
    color: #00b6c2;
}
.pages .toggle-handler-box .toggle-handler:hover {
    color: #333333;
}
.pages .toggle-handler-box, .pages .link-box {
    padding-top: 2px;
    padding-bottom: 2px;
}
.pages .toggle-handler-box {
    padding-left: 18px;
}
.pages .pages .toggle-handler-box {
    padding-left: 42px;
}
.pages .pages .pages .toggle-handler-box {
    padding-left: 66px;
}
.pages .link-box {
    padding-left: 21px;
}
.pages .pages .link-box {
    padding-left: 45px;
}
.pages .pages .pages .link-box {
    padding-left: 69px;
}
.menu-list li {
    display: inline-block;
    margin-right: 8px;
}
.menu-list li:last-child {
    margin-right: 0;
}
/* content */
#create-box {
    display: inline-block;
    width: calc(100% - 250px);
    font-size: 14px;
    border-left: 1px solid #eeeeee;
}
.page-title {
    padding: 24px;
    min-width: 1102px;
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: normal;
}
.present-condition-board th, .present-condition-board td {
    padding: 18px 12px;
    border: 1px solid #ffffff;
    text-align: center;
    white-space: nowrap;
}
.present-condition-board td {
    vertical-align: top;
    font-size: 1rem;
}
.present-condition-board td.total-board {
    padding-top: 68px;
}
.present-condition-board .subtitle {
    padding-bottom: 16px;
    font-size: 0.8rem;
    font-weight: bold;
}
.present-condition-board .subtitle-oneline {
    padding-bottom: 16px;
    font-size: 0.8rem;
    font-weight: bold;
}
.present-condition-board .subtitle-oneline:after {
    content: '';
    display: inline-block;
    height: 30px;
    vertical-align: middle;
}
.present-condition-board .unmapped-count {
    min-height: 24px;
}
.present-condition-board tbody td p {
    min-height: 24px;
}
.present-condition-board .rate .upward {
    display: flex;
    color: #1eac31;
    justify-content: center;
}
.present-condition-board .rate .upward .arrow {
    display: inline-flex;
    align-items: center;
}
.present-condition-board .rate .upward .arrow.top-arrow:after {
    border-top: 1.5px solid #1eac31;
    border-left: 1.5px solid #1eac31;
}
.present-condition-board .rate .upward .arrow.down-arrow:after {
    border-bottom: 1.5px solid #1eac31;
    border-right: 1.5px solid #1eac31;
}
.present-condition-board .rate .downward {
    display: flex;
    color: #ff3333;
    justify-content: center;
}
.present-condition-board .rate .downward .arrow {
    display: inline-flex;
    align-items: center;
}
.present-condition-board .rate .downward .arrow.top-arrow:after {
    border-top: 1.5px solid #ff3333;
    border-left: 1.5px solid #ff3333;
}
.present-condition-board .rate .downward .arrow.down-arrow:after {
    border-bottom: 1.5px solid #ff3333;
    border-right: 1.5px solid #ff3333;
}

/* toggle handler */
.toggle-handler-box {
    display: flex;
    justify-content: space-between;
}
.toggle-handler-box .title {
    white-space: nowrap;
}
.toggle-handler-box .toggle-handler {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.toggle-handler-box .toggle-handler:hover {
    color: #666666;
}
.toggle-handler-box .toggle-handler:active {
    color: #000000;
}
.toggle-handler-box .toggle-handler input {
    opacity: 0;
    width: 0;
    height: 0;
}
.toggle-handler-box .toggle-handler input + .arrow:after {
    width: 4.5px;
    height: 4.5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.toggle-handler-box .toggle-handler input:checked + .arrow:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.toggle-handler-box .toggle-handler input + .arrow.down-arrow:after {
    border-bottom: 2px solid #666666;
    border-right: 2px solid #666666;
}
.toggle-handler-box .toggle-handler .text {
    margin-left: 10px;
    letter-spacing: -2px;
}
.toggle-handler-box .toggle-handler p.text {
    width: 40px;
}
/* toggle handler */

.toggle-box {
    overflow: hidden;
}
.data-title-bar {
    border-top: 1px solid #eeeeee;
}
.data-title-bar .title {
    padding: 24px;
    white-space: nowrap;
    font-size: 18px;
    letter-spacing: -1px;
}
.help-wrap .toggle-wrap  {
    padding: 16px;
    border-top: 1px solid #eeeeee;
    white-space: nowrap;
}
.help-wrap th, .help-wrap td {
    padding: 4px 12px;
}
.help-wrap .recital {
    color: #ff3333;
}

/* search-wrap */
.search-wrap .toggle-wrap {
    padding: 16px;
    border-top: 1px solid #eeeeee;
}
.search-wrap .toggle-box td {
    padding: 4px;
}
.search-wrap .toggle-box td.none-after {
    min-height: 30px;
}
.search-wrap .toggle-box td:after {
    content: '';
    display: inline-block;
    height: 30px;
    vertical-align: middle;
}
.search-wrap .toggle-box td.none-after:after {
    display: none;
}
.search-wrap .toggle-box td.multiple-row:after {
    content: '';
    display: none;
}
.search-wrap .toggle-box td:nth-child(1) {
    width: 132px;
    text-align: center;
}
.search-wrap .toggle-box td.multiple-row div {
    padding: 4px 0;
}
.search-wrap .toggle-box td.multiple-row .option {
    display: inline-block;
}
.search-wrap .toggle-box select {
    height: 30px;
    box-sizing: border-box;
    vertical-align: middle;
}
.search-wrap .toggle-box input[type="text"] {
    height: 30px;
    box-sizing: border-box;
    vertical-align: middle;
}
.search-wrap .toggle-box .option input[type="text"] {
    height: auto;
    box-sizing: border-box;
    vertical-align: middle;
}
.search-wrap .toggle-box select.keyword-type {
    width: 90px;
}
.search-wrap .toggle-box input.keyword {
    width: 412px;
}
.search-wrap .toggle-box label {
    cursor: pointer;
}
.search-wrap .toggle-box label input:disabled + span {
    color: #cccccc
}
.search-wrap .toggle-box td.highlight {
    text-align: left;
    color: #ff6666;
}
.search-wrap .toggle-box .submit-wrap td{
    padding-top: 24px;
    text-align: center;
}
.search-wrap .toggle-box .submit-wrap .search-button, .search-wrap .toggle-box .submit-wrap .reset-button, .search-wrap .toggle-box .submit-wrap .download-button {
    padding: 8px;
    width: 200px;
    height: 40px;
    border: 1px solid #dddddd;
    color: #333333;
}
.search-wrap .toggle-box .submit-wrap .search-button:hover, .search-wrap .toggle-box .submit-wrap .reset-button:hover, .search-wrap .toggle-box .submit-wrap .download-button:hover {
    background-color: #eeeeee;
}
.search-wrap .toggle-box .submit-wrap .download-button:disabled {
    background-color: #eeeeee;
    color: #cccccc;
    cursor: default;
}
/* search-wrap */




.data-title-bar .view-handler-box {
    display: flex;
    justify-content: space-between;
}
.data-title-bar .view-handler-box .view-handler-list {
    display: flex;
    padding: 0 0 8px 0;
}
.data-title-bar .view-handler-box .view-handler-list .view-handler {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 8px;
}
.data-title-bar .view-handler-box .view-handler-list .view-handler button {
    padding: 8px;
    height: 30px;
    color: #333333;
    border: 1px solid #dddddd;
}
.data-title-bar .view-handler-box .view-handler-list .view-handler button:hover {
    background-color: #eeeeee;
}
.data-title-bar .view-handler-box .view-handler-list .view-handler select {
    margin: 0 0 8px 0;
    padding: 0 8px;
    height: 32px;
}
.data-title-bar .view-handler-box .view-handler-list .view-handler .excel-box {
    display: none;
    position: absolute;
    top: 35px;
    z-index: 100;
}
.data-title-bar .view-handler-box .view-handler-list .view-handler .excel-box button {
    width: 122px;
}

.data-table {
    /* display: none; */
    padding: 4px;
    font-size: 14px;
}
.data-table th, .data-table td {
    padding: 8px 16px;
    text-align: left;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    white-space: nowrap;
}
.data-table th {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    font-weight: normal;
}
.data-table td.id {
    display: none;
}
.data-table td p {
    overflow: hidden;
}
.none-data {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 24px;
    height: 160px;
}
.pagenation-wrap {
    display: none;
    padding: 16px;
    text-align: center;
}
.pagenation-wrap .pagenation-list {
    display: inline-flex;
}
.pagenation-wrap .pagenation-list .pagenation {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 4px;
}
.pagenation-wrap .pagenation-list .pagenation label {
    width: 100%;
    height: 100%;
}
.pagenation-wrap .pagenation-list .pagenation input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.pagenation-wrap .pagenation-list .pagenation .pagenation-value {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #333333;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}
.pagenation-wrap .pagenation-list .pagenation .pagenation-value:hover {
    border: 1px solid #cccccc;
}
.pagenation-wrap .pagenation-list .pagenation input:checked + .pagenation-value {
    border: 1px solid #333333;
}
.pagenation-wrap .pagenation-list .pagenation button {
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
}
.pagenation-wrap .pagenation-list .pagenation button:hover {
    border: 1px solid #cccccc;
}
.pagenation-wrap .pagenation-list .pagenation button:disabled:hover {
    border: 1px solid #ffffff;
}
.pagenation-wrap .pagenation-list .pagenation button.prev-page .left-arrow::after {
    border-bottom: 1.5px solid #333333;
    border-left: 1.5px solid #333333;
}
.pagenation-wrap .pagenation-list .pagenation button.prev-page:disabled {
    cursor: default;
}
.pagenation-wrap .pagenation-list .pagenation button.prev-page:disabled .left-arrow::after {
    border-bottom: 1.5px solid #aaaaaa;
    border-left: 1.5px solid #aaaaaa;
}
.pagenation-wrap .pagenation-list .pagenation button.next-page .right-arrow::after {
    border-top: 1.5px solid #333333;
    border-right: 1.5px solid #333333;
}
.pagenation-wrap .pagenation-list .pagenation button.next-page:disabled {
    cursor: default;
}
.pagenation-wrap .pagenation-list .pagenation button.next-page:disabled .right-arrow::after {
    border-top: 1.5px solid #aaaaaa;
    border-right: 1.5px solid #aaaaaa;
}
.pagenation-wrap .pagenation-list .pagenation.first-page, .pagenation-wrap .pagenation-list .pagenation.last-page {
    display: none;
}

/* icon */
.icon-wrap {
    display: inline-flex;
}
.icon-wrap .updown-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.icon-wrap .updown-box button {
    width: 20px;
    height: 15px;
    border: 1px solid #666666;
}
.icon-wrap .updown-box button:hover {
    background-color: #f3f3f3;
}
.icon-wrap .updown-box button:disabled {
    background-color: #f7f7f7;
}
.arrow {
    display: flex;
    justify-content: center;
}
.arrow::after {
    content: '';
    display: block;
    width:6px;
    height:6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.top-arrow::after {
    border-top: 1.5px solid #333;
    border-left: 1.5px solid #333;
}
.left-arrow::after {
    border-bottom: 1.5px solid #333;
    border-left: 1.5px solid #333;
}
.down-arrow::after {
    border-bottom: 1.5px solid #333;
    border-right: 1.5px solid #333;
}
.right-arrow::after {
    border-top: 1.5px solid #333;
    border-right: 1.5px solid #333;
}
.load-box {
    display: none;
    justify-content: center;
    align-items: center;
    min-height: 770px;
}
.loading {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}




/* other style */
.first-line {
    border-top: 1px solid #f4f4f4;
}
.first-line td {
    padding-top: 12px;
}
.last-line td {
    padding-bottom: 12px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 22px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 4px;
    border-radius: 16px;
    background-color: #ccc;
    color: #ffffff;
    font-weight: 600;
    -webkit-transition: .1s;
    transition: .1s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 4px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: .1s;
    transition: .1s;
}
input + .slider {
    font-size: 12px;
    background-color: #1eac31;
}
input:checked + .slider {
    background-color: #ff6666;
    justify-content: flex-start;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.exclude {
    width: 100%;
    padding: 2px 0;
    font-size: 12px;
    color: #333333;
    border: 1px solid #dddddd;
}
.exclude:hover {
    background-color: #eeeeee;
}
.slave .siteBox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.slave .siteBox div{
    width: 8px;
    height: 8px;
    border-left: 2px solid #666666;
    border-bottom: 2px solid #666666;
}

/* date calender */
.date-box {
    display: inline-block;
}
.date-box .calender {
    display: none;
    position: absolute;
    padding: 4px;
    width: 192px;
    height: 166px;
    background-color: #ffffff;
    font-size: 0;
    box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
    z-index: 100;
}
.date-box .calender .year-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    padding-bottom: 12px;
    border-bottom: 1px solid #999999;
    font-size: 0;
}
.date-box .calender .year-box .view-year {
    width: 46px;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
}
.date-box .calender .year-box .year-chenge .chenge-handler {
    display: flex;
    margin: 4px 8px;
}
.date-box .calender .month-box label {
    display: inline-flex;
    width: 46px;
    height: 36px;
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
}
.date-box .calender .month-box label input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.date-box .calender .month-box label .label-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.date-box .calender .month-box label input:checked + .label-text {
    background-color: #2f89ff;
}
.date-box .calender .month-box label input:disabled + .label-text {
    color: #cccccc;
}
.date-box .calender .month-box label .label-text:hover {
    transition: 0.1s;
    background-color: #8dc2ff;
}
.date-box .calender .month-box label input:disabled + .label-text:hover {
    background-color: #ffffff;
    cursor: default;
}
/* date calender */

/* tag add */
.tag-add {
    display: inline-flex;
}
.tag-list .tag {
    display: inline-flex;
    margin-right: 4px;
    padding: 0 8px 2px;
    background-color: #e2f5f6;
    border: 1px solid #c2dde6;
    border-radius: 12px;
    white-space: nowrap;
}
.tag-list .tag .title {
    margin-right: 4px;
    color: rgb(136, 136, 136);
    font-size: 12px;
}
.tag-list .tag .tag-del {
    color: rgb(136, 136, 136);
    font-size: 12px;
    background-color: #e2f5f6;
}
/* tag add */
/* modal */
.modal {
    padding: 24px;
    width: 344px; 
    background-color: #ffffff;
}
.modal .title {
    font-size: 1rem;
    font-weight: bold;
}
.modal .list {
    max-height: 504px;
    margin-top: 24px;
    font-size: 14px;
    overflow: auto;
}
.modal .list th, .modal .list td {
    padding: 8px 16px;
    text-align: left;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    white-space: nowrap;
}
.modal .list th:after, .modal .list td:after {
    content: '';
    display: inline-block;
    height: 15px;
    vertical-align: middle;
}
.modal .list th {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    font-weight: normal;
}
.modal .list input[type="checkbox"] {
    height: 16px;
    width: 16px;
    margin: 0;
    border-radius: 2px;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.modal .submit-box {
    padding-top: 24px;
    text-align: right;
    font-size: 14px;
}
.modal .submit-box button {
    padding: 4px 12px;
    border: 1px solid #ddd;
}
.modal .submit-box button:first-child {
    margin-right: 12px;
}
/* modal */
/* print */
.print-unactive {display: flex; height: 48px; border-bottom: 1px solid #eeeeee;}
.print-active {display: flex; position: fixed; padding: 0 24px; height: 48px; right: 0; bottom: 0; left: 0; background-color: #ffffff; border-top: 1px solid #333333;}
.print-helper .left-list {flex: 1 1; display: flex; justify-content: flex-start; align-items: center;}
.print-helper .right-list {flex: 1 1; display: flex; justify-content: flex-end; align-items: center;}
.print-helper li {margin-left: 8px;}
.print-helper li select {padding: 6px; height: 30px; color: #333333; border: 1px solid #dddddd;}
.print-helper li button {padding: 8px; height: 30px; color: #333333; border: 1px solid #dddddd;}
.print-helper li button:hover {background-color: #eeeeee;}
/* print */
