html {
    overflow-x: auto;
}

.outer--xs {
    max-width: 1020px !important;
}

.outer--s {
    max-width: 1080px !important;
}

.pankuzu__outer{
    margin: 0 0 40px;
}


.table-setting-head__outer {
    position: relative;
}

.table-setting-head__button-outer {
    position: absolute;
    right: 0;
    top: 0;
}

.table-filter__inner--check .form__label-text-item {
    margin: 0;
}

.table-setting-head__outer,
.table-setting-comment__outer,
.table-setting-setting__outer {
    margin: 0 0 40px;
}


.form__label-item--full {
    width: 100%;
}

.table-setting-comment__item {

}


.table-setting-setting__outer {
    display: flex;
}


.table-setting-setting__inner--first {
    margin: 0 30px 0 0;
}


.table__item--table-setting-main {
    table-layout: fixed;
    width: auto;
}

.table__item--table-setting-sub {
    table-layout: fixed;
    width: auto;
}

.table__item--table-setting-sub .form__item {
    width: 100%;
}


.form__item--no-height {
    padding: 0px 5px;
}

.td:has( .form__item--no-height ){
    padding: 4px 5px;
}



.table-setting__tab-outer {
    position: absolute;
    right: 0;
    top: -5px;
    display: flex;
    align-items: flex-end;
}

.table-setting-setting__inner {
    position: relative;
}

.table-setting__tab-item {
    display: inline-block;
    background: #fff;
    font-size: 1.4rem;
    padding: 2px 8px;
    border-radius: 4px 4px 0 0;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin: 0 3px 0 0;
    cursor:pointer;
}


.table-setting__tab-item--current {
    background: #25a599;
    color: #fff;
    padding: 4px 12px;
}


.table-setting__tab-outer > .table-setting__tab-item:last-child {
    margin: 0;
}

.table__item--auto {
    table-layout: fixed;
    width: 100%;
}


.table-setting-preview__preview-outer {
    resize: horizontal;
    min-height: auto;
}


.table-setting-preview__outer {
    position:relative;
}

.table-setting-preview__width-outer {
    font-size: 1.4rem;
    position: absolute;
    top: -10px;
    right: 0;
}

.table-setting-preview__body-item {
    font-weight: bold;
    color: var(--color-main);
    font-size: 1.8rem;
    margin: 0 2px;
}


.contents__outer--separating {
    display:flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

/*

.table-setting-preview__preview-outer {
    overflow-x: scroll;
    width: calc(100vw - 240px);
    left: 120px;
    position: absolute;
}


@media (width <= 1200px) {
    .table-setting-preview__preview-outer {
        width: 960px;
        left: auto;
    }
}

*/


.thread__outer textarea {
    width: calc(100% - 80px - 20px);
    margin: 0 10px 10px 0;
    border-radius: 6px;
    resize: none;
    padding: 5px;
    float: left;
}

.contents__inner.contents__inner--left {
    width: 1040px;
    margin: 0 60px 0 0;
    position: relative;
}

.contents__inner.contents__inner--right {
    width: 520px;
    min-width: 320px;
}

.contents__outer--separating-half .contents__inner--left,
.contents__outer--separating-half .contents__inner--right {
    width: calc( 50% - 30px );
}


.thread__outer {
    background-color: #fff;
    box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin: 0 0 15px;
}

.thread__control-outer {
    background: #eee;
    padding: 10px;
    box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 8px 8px 4px 4px;
}

.thread__control-outer .button__item {
    vertical-align: top;
}

.thread__control-sub-outer .button__item{
    float: right;
}

.thread__control-inner {
    position: absolute;
}

.contents__inner--right {
    position:relative;
}

.contents__inner--right > .button__item {
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 2;
}

.thread__content-outer {
    position: relative;
}


.thread__control-inner {
    position: absolute;
    right: 10px;
    top: 10px;
}


.thread__control-inner button.button__item.button__item--ms {
    padding: 5px;
    display: block;
    margin: 0 0 5px;
}



.comment {
    padding: 10px;
    display: inline-block;
    clear: both;
    margin: 0 0 20px;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    max-width: 260px;
    min-width: 180px;
}

.comment__you {
    background-color: #eee;
    float: left;
}

.comment__self {
    float: right;
    background-color: #85e189;
}

.thread__convation-outer {
    padding: 20px;
    overflow-x: hidden;
}



.table__outer {
    transition: .5s;
    max-height: 480px;
    overflow-x: hidden;
    overflow-y: scroll;
}



.thread__convation-outer {
    padding: 40px 20px 20px;
    height: 515px;
    overflow: scroll;
    background-image: url(/.src/img/logo.png), linear-gradient(180deg, rgba(192, 192, 192, 0.01), rgba(192, 192, 192, 0.2));
    background-size: calc(340px * 1) calc(60px * 1), auto 100%;
    background-position: right 10px bottom 10px, center;
    background-repeat: no-repeat;
}


tbody .tr--current td {
    background-color: #b2dfdb !important;
}



.table-filter__inner--pager--thread {
    width: 100%;
    position:relative;
}



.table__outer {
    max-height: 545px;
    margin: 0 0 15px;
}


.thread__separateing-icon-item {
    position: absolute;
    top: 300px;
    right: -52px;
    width: 48px;
}


.pager__button-outer .button__item {
    text-align:center;
}


.pager__button-outer button.button__item {
    position:absolute;
    left: 0;
}


.hinban-kensaku__outer {
    visibility: hidden;
    opacity: 0;
    transition: .25s;
    max-height: 0px;
    position: relative;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 20px;
    border-radius: 4px;
}

.hinban-kensaku__outer--visible {
    opacity:1;
    visibility:visible;
    max-height:480px;
}


.body--booted-hinban-kensaku .table__outer {
    transition:  .25s;
    max-height: 260px;
}



.hinban-kensaku__filter-outer {
    margin: 0 0 10px;
}

.hinban-kensaku__filter-outer .button__item {
    padding: 8px 10px;
    vertical-align: middle;

}


.hinban-kensaku__outer:before {
    content: "品番検索";
    width: 180px;
    height: 30px;
    background-color: #b2dfdb;
    position: absolute;
    top: -15px;
    left: calc(50% - 90px);
    border-radius: 2px;
    text-align: center;
    line-height: 27px;
    color: var(--color-main);
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 20px;
}


.table__item--s .th,
.table__item--s .td{
    padding: 5px;
}

.hinban-kensaku__table-outer {
    max-height: 240px;
    overflow-y: scroll;
    overflow-x: hidden;
}


.hinban-kensaku__content-inner--main{
    width: 460px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.hinban-kensaku__content-inner--sub{
    width: 480px;
    display:inline-block;
    vertical-align: bottom;
}


.hinban-kensaku__content-inner--main{
    margin: 0 40px 0 0;
}


.hinban-kensaku__content-inner--main .pager__outer {
    float:right;
    margin: 21px 0 0;
}

.hinban-kensaku__content-inner--main .pager__button-item {
    width: 32px;
    height: 32px;
    line-height: 30px;
}

.hinban-kensaku__content-inner--main .thread__separateing-icon-item {
    width: 32px;
    top: 168px;
    right: -36px;
}


.comment {
    position: relative;
}

.comment__delete-button-item {
    width: 16px;
    height: 16px;
    position: absolute;
    background-color: #777;
    background-image: url(/.src/img/close-32-fff.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px;
    border-radius: 100%;
    right: -8px;
    top: -8px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    display: none;
}


.comment__name-item {
    position: absolute;
    top: -20px;
    left: 0;
    font-weight: bold;
    font-size: 1.2rem;
}

.comment:has( .comment__name-item ) {
    margin: 20px 0;
}



.thread__shiire-name-postfix-item {
    font-size: 1.2rem;
}


.form__label-item--mini .form__label-text-item {
    background-color: transparent;
    color: #777;
    font-weight: bold;
    text-shadow: none;
    margin: 0 0 2px 2px;
    padding: 0;
    font-size: 1rem;
}


.table-setting-preview__auto-outer{
    margin: 0 0 0 15px;
}


.body--hlabel .pankuzu__outer{
    margin: 0 auto 80px;
}


.list-next__outer .button__item--right {
    position:absolute;
    margin: 0;
    right: 0;
}


.frame-contents__frame-item {
    width: 100%;
    height: 100%;
}

body.body--frame {
    padding: 30px;
}

.body--frame .header__outer {
    display: none;
}

.dev-comment {
    position: fixed;
    background: #fff;
    color: #333;
    padding: 10px 20px;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    top: 0px;
    right: 0px;
    z-index: 3;
    border-left: 4px solid #fc0;
    border-bottom: 4px solid #fc0;
    border-radius: 0px 0px 0px 0px;
}

.body--frame .dev-comment {
    display: none;
}


.body--frame .h3 {
    margin: 0 0 15px;
    font-weight: normal;
}

.body--frame .frame-h3__outer--no-caption .h3 {
    margin: 0;
}

.body--frame .h3:before{
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--color-main-dark);
    display: inline-block;
    border-radius: 100%;
    margin: 0 5px 2px 0;
}

.body--frame .list-next__outer {
    display: block;
    text-align:center;
}

.frame__close-item {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 32px;
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.1));
    z-index: 2;
    cursor:pointer;
}


.table__item--vertical .td {
    box-shadow: inset 1px 1px rgba(0,0,0,.07), inset -1px -1px rgba(255,255,255,.3), inset 0 -15px 15px -15px rgba(0,0,0,.1);
}


.table__outer .table__outer--vertical {
    overflow-y:hidden;
}

.modal-content__outer--hand-insatsu {
    height: 540px;
    top: calc(50% - 270px);
}


.table--fixed{
    width: 100%;
    table-layout: fixed;
}

.table--manual {
    width: fit-content;
    table-layout: fixed;
}

.th--57 {
    width: calc( 20px * 57 );
    min-width: calc( 20px * 57 );
    max-width: calc( 20px * 57 );
}
.th--40 {
    width: calc( 20px * 40 );
    min-width: calc( 20px * 40 );
    max-width: calc( 20px * 40 );
}


.th.th--parent {
    padding: 1px 0px 1px 10px;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: left;
    background-image: none;
}

table:has(.th--parent) .th:not(.th--parent) {
    top: 19px;
}

.contents__outer {
    position: relative;
}

.button__create-new-item {
    position: absolute;
    right: 0px;
    top: 0px;
}



.table--editting tr {
    position: relative;
}

.table--editting tr:not(.tr--editting):after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);

}


.kouku-select__outer {
    display: none;
    position: absolute;
    z-index: 2;
    background: #fff;
    border: 2px solid var(--color-main);
    padding: 10px 20px;
    top: calc( 100% - 10px );
    left: 10px;
    min-width: 200px;
    border-radius: 4px;
}

.tr--editting .kouku-select__outer {
    display: block;
}


label.kouku-select__item {
    display: block;
    margin: 0 0 5px;
}

.kouku-select__item em {
    vertical-align: middle;
    font-style: normal;
}


td:has(.kouku-select__outer) {
    position: relative;
}

.tr--editting .kouku__item {
    display: none;
}


.table__title-item {
    margin: 0 0 15px;
    font-weight: bold;
    letter-spacing: 1px;
}

.table__title-item:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    background-color: var(--color-main);
    border-radius: 100%;
    margin: -1px 5px 0 0;
}



.list-contents__outer--no-padding {
    padding: 0 0 60px;
}


.button__item--text-only {
    background-color: transparent;
    color: #36f;
    box-shadow: none;
    padding: 0;
}



.body--frame .copyright__outer {
    display: none;
}

.body--frame .outer {
    padding: 0;
}



.body--sennin tr:not(.tr--editting) select {
    border: none;
    background-color: transparent;
    appearance: none;
}


.td__more-text-item {
    color: #36f;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-align: right;
}


.tr--editting .kouku__item, 
.tr--editting .kouku__item span,
.tr--editting .kouku-select__item span{
    display: inline;
    border: none;
    padding: 0;
    background-color: transparent;
    border-radius: 0px;
}


.pankuzu__link-outer {
    position: absolute;
    right: 0;
}

.pankuzu__link-item {
    color: #009688;
    text-underline-offset: 4px;
    margin: 0 15px 0 0;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: underline;
}

.pankuzu__link-outer .pankuzu__link-item:last-of-type {
    margin: 0;
}


.top-contents__outer--has-top-button{
    position: relative;
}



.outer--xxs {
    max-width: 640px !important;
    padding: 30px 0;
}


.form__label-item--radio-check{
    padding: 2px 5px 8px;
}


tr:not(.tr--editting) .select--editable {
    border: none;
    background-color: transparent;
    appearance: none;
    min-width: 60px;
    text-align: center;
}


.td__link-text-item {
    color: var(--color-main);
    text-underline-offset: 4px;
    font-weight: bold;
}


.pankuzu__link-item.pankuzu__link-item--current {
    color: var(--color-default);
    text-decoration: none;
    font-size: 14px;
}



.th--22 {
    min-width: 440px;
    max-width: 440px;
    width: 440px;
}

.th--24 {
    min-width: 480px;
    max-width: 480px;
    width: 480px;
}


.table-filter__button-outer {
    position: absolute;
    right: 0;
    top: 0;
}


.table-filter__outer--bottom {
    margin: 15px 0 0;
}


.tr--editting .td--c span {
    text-align: left;
}

.pankuzu__link-separator-item {
    display: inline-block;
    width: 1px;
    height: 18px;
    background: rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    margin: 0 15px 0 0;
}