@charset 'utf-8';

/*css*/

/*
:root {
    --dark-gray: #757575;
    --gray: #707070;
    --thin-gray: #CCCCCC;
    --blue: #0679B1;
    --thin-blue: #49A6D4;
}
*/

body {
    font-family: "ヒラギノ角ゴ Pro W3", メイリオ, Osaka, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: .6pt;
    text-align: justify;
    font-size: 12px;
    color: #333;
    word-break: break-all;
    height: 100%;
}
a {
    color: #333;
}
a:hover {
    text-decoration: underline;
}
hr {
    margin-bottom: 20px;
}
.hide {
    display: none!important;
}
.show {
    display: block;
}

.inner {
    max-width: 1020px;
    /* max-width: 1400px; */
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.register {
    background-color: #0679B1;
    color: #fff;
    width: 190px !important;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    border: none;
    padding: 7px 0 !important;
}
.cancel {
    background-color: #707070;
}

.register:hover {
    cursor: pointer;
    opacity: 0.7;
}

input[type="text"],
input[type="password"] {
    padding: 8px;
    border-radius: 3px;
    border: solid 1px #ccc;
    margin-bottom: 10px;
}

input[type="radio"] {
    display: none;
}

.content-margin {
    margin-bottom: 60px;
}

.padding15 {
    padding: 15px;
}

.padding5 {
    padding: 5px;
}

.padding05 {
    padding: 0 5px;
}

.padding-right5 {
    padding-right: 5px;
}

.padding-left5 {
    padding-left: 5px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.height-middle {
    height: 400px;
    overflow-y: auto;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background-color: #E2E2E2;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    background-color: #A1A1A1;
    border-radius: 3px;
}

.size-large {
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 8px;
}

.box {
    border-radius: 3px;
    border: solid 1px #CCCCCC;
}

.small-box {
    border: solid 1px #CCCCCC;
    padding: 6px 0;
    text-align: center;
    margin-bottom: 20px;
}

.balloon {
    background-color: red;
    text-align: center;
    color: #fff;
    background-color: #0679B1;
    border-radius: 3px;
    padding: 8px 0;
    margin-bottom: 8px;
    position: relative;
}

.balloon:after {
    content: "";
    position: absolute;
    border: solid 5px transparent;
    border-top: solid 5px #0679B1;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


/*---------------------------------grid*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.f_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.f_middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.f_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.f_self_stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.grid12 {
    margin-left: -12px;
}

.grid12>* {
    padding-left: 12px;
}
.width100 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100% !important;
}
.width64 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 64%;
}

.width60 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%;
}
.width70 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 70% i !important;
}

.width50 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50% !important;
/*    display: inline-block;*/
}

.width40 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%;
}

.width35 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 35%;
}

.width30 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 30%;
}
.width25 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
}
.width20 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%;
}

.width18 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 18%;
}
.width15 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 15%;
}

.width10 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 10%;
}
/*---------------------------------header*/

header {
    text-align: right;
}


/*---------------------------------main*/

.border-bottom {
    border-bottom: solid 1px #707070;
    margin-bottom: 5px;
}

.headline {
    margin: 0;
    padding: 0 10px;
    ;
    display: inline-block;
    border-bottom: solid 3px #0679B1;
    font-size: 19px;
    font-weight: normal;
}


/*--search*/

.tag {
    background-color: #707070;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    padding: 3px;
    font-weight: normal;
    margin: 3px 0;
}

.search label {
    border: solid 1px #CCCCCC;
    border-radius: 3px;
    display: block;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 10px;
    width: 100%;
}

.search label:hover {
    cursor: pointer;
}

.search input:checked+label {
    background-color: #49A6D4;
    color: #fff;
    border-color: #0679B1;
}

.search .genre {
    margin-left: -12px;
}

.search .genre div {
    padding-left: 12px;
    width: 8.3333333%;
}


/*----*/
.product-details h2 {
    font-size: 16px;
}
.product-details table,
.product-details td {
    width: 100%;
    table-layout: fixed;
}

.product-details-left tr:nth-child(2n-1) span {
    background-color: #EFEFEF;
}

.product-details-left table span {
    display: inline-block;
    padding: 10px 0;
}

.product-details-left table span:nth-child(1) {
    width: 30%;
    padding-left: 5px;
}

.product-details-left table span:nth-child(2),
.product-details-left table span:nth-child(3),
.product-details-left table span:nth-child(4) {
    text-align: right;
    border-left: solid 1px #CCCCCC;
    padding-right: 5px;
}
.product-details-left table span:nth-child(2) {
    width: 10%;
}
.product-details-left table span:nth-child(3) {
    width: 25%;
}
.product-details-left table span:nth-child(4) {
    width: 35%;
}


.product-details-left input:checked~label span {
    background-color: #FFED75;
}
.product-details-left label:hover {
    cursor: pointer;
}


/*-----*/

.product-details-right .balloon {
    background-color: #6A8998;
    position: relative;
}
.product-details-right .balloon:after {
    border-top: solid 5px #6A8998;
}

.product-details-right .balloon span {
    position: absolute;
    border: solid 1px #fff;
    width: 80px;
    right: 5px;
    padding: 2px 0;
    font-size: 11px;
    border-radius: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.title {
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
}

.price li {
/*    padding: 5px 0;*/
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 33px;
}

.price li span {
    display: inline-block;
    width: 30%;
}

.price li span:nth-child(2) {
    text-align: right;
    color: #0679B1;
    font-weight: bold;
    width: 70%;
}

.table-style table {
    width: 100%;
    margin-bottom: 20px;
}

.table-style tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0;
}

.table-style tr:nth-child(2n-1) {
    background-color: #EFEFEF;
}

.table-style td {
    /* width: 50%; */
    padding: 0 3px;
    /* display: inline-block; */
    display: flex;
    justify-content: space-between;
}

.table-style span {
    /* display: inline-block; */
    /* width: 50%; */
}
.table-style td span:first-child {
    font-weight: bold;
}

.table-style span:nth-child(2) {
    text-align: right;
}


/*-----*/

.tab-button {
    padding: 0 10px;
    font-size: 19px;
    color: #7B7B7B;
}

.tab-button:hover {
    cursor: pointer;
}

.tab .active {
    border-bottom: solid 3px #0679B1;
    color: #333;
}

.tab-body {
    display: none;
}


/*---ラベル操作--*/

form.label .balloon {
    width: 30%;
    margin-bottom: 0;
}

form.label .balloon:after {
    width: 5px;
    height: 5px;
    border: solid 5px transparent;
    border-left: solid 5px #0679B1;
    left: auto;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

form.label li {
    border-bottom: solid 1px #CCCCCC;
    padding: 7px 0;
}

.label-body {
    width: 20%;
    padding: 0 15px;
}

.label-input {
    width: 29%;
    padding-right: 15px;
}

.label-input input {
    width: 100%;
}

.label-submit {
    width: 21%;
}
/*--*/
.setting_layout label:hover {
    cursor: pointer;
}
.setting_layout h3 {
    width: 60px;
}
.setting_layout ul {
    width: calc(100% - 80px);
}
.setting_layout ul li {
    width: 25%;
}
.setting_layout input {
    display: inline-block;
}
.setting_layout input:checked + label {
    background-color: #d2fd40;
}
/*------------------------------------------------------------edit.html-------------------*/

.product-edit ul {
    margin-left: -30px;
}

.product-edit li {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
    padding-left: 30px;
}

.product-edit li div {
    /*
    padding-bottom: 15px;
    margin-bottom: 15px;
*/
    padding: 10px 0;
    border-bottom: solid 1px #707070;
}

.product-edit span {
    display: inline-block;
    color: #fff;
    background-color: #707070;
    width: 58px;
    padding: 7px 0;
    text-align: center;
    border-radius: 3px;
    margin-right: 13px;
    height: auto;
}

.product-edit input {
    width: calc(100% - 71px);
}

::-webkit-input-placeholder {
    color: #617fc3;
}

.item h2 span {
    width: 100%;
}
.item_input-title {
    width: 100% !important;
}
.item_input,
.supplier_input {
    width: 70%;
    margin: 0 !important;
/*    text-align: right;*/
/*    display: none;*/
}
.item input:focus {
    outline: 0;
}


/*----*/
.item_button {
    color: #fff;
    background-color: #6A8998;
    border-radius: 3px;
    padding: 2px 10px;
    margin-top: 5px;
}
.item_button:hover {
    cursor: pointer;
    opacity: 0.8;
}
.item textarea {
    width: 100%;
}
/*-------------------------*/
.memo-title {
    font-weight: normal;
    margin-bottom: 10px;
}
.memo-body {
    line-height: 1rem;
    font-size: 11px;
}



/*------------------------*/
body {
/*    position: relative;*/
}
.item_delete_window {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color :rgba(0, 0, 0, 0.5);
    
    z-index: 10;
    
    display: none;

}
.conf-box {
    background-color: #fff;
    width: 40%;
    border-radius: 5px;
    padding: 30px 10px 50px;
    text-align: center;
}
.conf-box p {
    font-size: 17px;
    margin-bottom: 30px;
}
.conf-box button {
    margin: 0 5px;
}


/*-------------------------*/
.img-show {
    
}
.img-show img {
    max-width: 100%;
}
.img-show > div {
    width: 25%;
}


#image-file > div {
    text-align: center;
}
#image-file label{
    display: block;
    background-color: #49A6D4;
    color: #fff;
    padding: 4px;
    width: 100%;
    border-radius: 3px;
    margin: 5px 0 !important;
    text-align: center;
}
#image-file label:hover {
    opacity: 0.8;
    cursor: pointer;
}

.img-delete label {
    display: block;
    position: relative;
}
.img-delete label:hover {
    cursor: pointer;
}
.img-delete input:checked + label:after {
    content: "削除する";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 25px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.logout label {
    display: inline-block;
    font-size: 11px;
    margin-bottom: 5px;
    text-decoration: underline;
}
.logout label:hover {
    text-decoration: none;
    cursor: pointer;
}

.supplier_details {
    float: left;
    display: inline-block;
}


.download input[type="submit"] {
    background-color: transparent;
    border: none;
    font-size: 11px;
}
.download input[type="submit"]:hover {
    cursor: pointer;
    text-decoration: underline;
}

/*20210430追記*/
.download {
    margin-top: 15px;
}
.download label:hover {
    cursor: pointer;
}
.download button {
    display: inline-block;
    background-color: #1976B1;
    color: #fff;
    font-size: 17px;
    border-radius: 3px;
    width: 270px;
    height: 50px;
    margin-top: 5px;
    cursor: pointer;
}
.download button:hover {
    opacity: 0.8;
}
.download button:disabled {
    opacity: 0.5;
    cursor:default;
}

.name {
    font-size: 18px;
    margin: 10px 0;
}
p {
    line-height: 1.3;
}
.entry_date {
    font-size: 11px;
}

/*20210510追記*/
.zipfile {
    font-size: 13px;
}
.zipfile a {
    color: blue;
}
.zipfile li {
    margin: 10px;
}
h1 {
    font-size: 16px;
    margin: 0.7em;
}
.f_column {
    flex-direction: column;
}
.login input[type=submit] {
    background-color: #ec505a;
    border: none;
    max-width: 160px;
    width: 100%;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
}
.login input[type=submit]:hover {
    cursor: pointer;
    opacity: 0.8;
}
.down {
    border: none;
}

/*20220719*/
.default_link {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 4px;
    background-color: #6a8998;

    display: flex;
    align-items: center;
    justify-content: center;

}