﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&display=swap');


/* reset */
/* -------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
html {width:100%; height:100%; overflow-y:scroll;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:bold;}
p, ul, ol, dl, address, blockquote, table, div {font-size:100%;}
p {margin:0 0 0 0;}
ol,ul {list-style:none;}
fieldset,img {border:0; vertical-align:top;}
table {border-collapse:collapse; border-spacing:0;}
caption,th {text-align:left;}
th {vertical-align:top; font-weight:normal; text-align:left;}
td {vertical-align:top;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}


/* common */
/* -------------------------------------------------------- */
html,body {font-variant-ligatures:none;}
html {font-size:62.5%;}
body {font-size:1.8rem; font-family:Meiryo,'MS PGothic',Osaka,arial,helvetica,sans-serif; color:#333; text-align:center; -webkit-text-size-adjust:100%; text-size-adjust:100%; background:none;}

h1, h2, h3, h4, h5, h6, h7 {line-height:1.2;}
p, li, dt, dd, th, td, address, blockquote, div {line-height:1.6;}
input, select, option, textarea, button {font-size:1.6rem; font-family:Meiryo,'MS PGothic',Osaka,arial,helvetica,sans-serif; line-height:1.4; vertical-align:middle; color:inherit; outline:none;}
input[type='submit'],input[type='reset'],input[type='button'], button {color:inherit; cursor:pointer; -ms-appearance:none; -webkit-appearance:none; appearance:none;}
:placeholder-shown {color:#999;}
::-webkit-input-placeholder {color:#999;}
:-moz-placeholder {color:#999; opacity:1;}
::-moz-placeholder {color:#999; opacity:1;}
:-ms-input-placeholder {color:#999;}

strong {font-weight:bold;}
ol {list-style-type:decimal; margin-left:2.2em;}
img {max-width:100%; width:auto; height:auto; line-height:0; vertical-align:top; border:0; display:inline;}

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

@media screen and (max-width:767px){
	body {font-size:1.6rem;}
	input, select, textarea, button {font-size:1.6rem;}
}


/* decision */
/* -------------------------------------------------------- */
#bpCheck {display:none;}

body .pc {display:block;}
br.pc, span.pc, img.pc {display:inline;}
body .sp, br.sp, span.sp, img.sp {display:none;}

.off {pointer-events:none; cursor:default; opacity:0.3;}
a.tel {pointer-events:none; cursor:default;}
body.mobile a.tel {pointer-events:auto; cursor:pointer;}
option.off {display:none;}

@media screen and (max-width:767px){
	#bpCheck {display:block;}

	body .pc, br.pc, span.pc, img.pc {display:none;}
	body .sp {display:block;}
	br.sp, span.sp, img.sp {display:inline;}
}


/* container */
/* -------------------------------------------------------- */
#container {width:100%; padding:40px 0 0 0; overflow:hidden;}
body.login #container {padding:0;}
body.ic #container {padding:0;}


/* header */
/* -------------------------------------------------------- */
#header {width:100%; height:40px; background-color:rgba(255,255,255,0.9); box-shadow:0 1px 3px rgba(0,0,0,0.3); position:fixed; top:0; left:0; z-index:300;}
#header .logo {font-size:110%; font-weight:bold; line-height:1; margin:-0.5em 0 0 0; position:absolute; top:50%; left:15px;}
#header .logo a {text-decoration:none;}
#header .user-info {font-size:80%; display:flex; align-items:center; position:absolute; top:50%; right:60px; transform:translate3d(0,-50%,0);}
body.login #header .user-info {display:none;} 

#gNavBtn {width:30px; height:30px; position:fixed; top:5px; right:10px; z-index:301; cursor:pointer; display:block;}
#gNavBtn > span {width:100%; height:3px; margin:-1px 0 0 0; background-color:rgba(0,0,0,1); border-radius:10px; display:block; position:absolute; top:50%; left:0; transition-property:background-color;}
#gNavBtn > span::before,
#gNavBtn > span::after {content:''; width:100%; height:3px; background-color:rgba(0,0,0,1); border-radius:10px; display:block; position:absolute; left:0;}
#gNavBtn > span::before {top:-9px; transition-property:top;}
#gNavBtn > span::after {bottom:-9px; transition-property:bottom;}
#gNavBtn,
#gNavBtn > span::before,
#gNavBtn > span::after {transition-duration:0.3s; transition-delay:0s; transition-timing-function:ease;}
body.login #gNavBtn {display:none;}

#gNavCheck {display:none;}
#gNavCheck:checked + #header #gNavBtn > span {background-color:rgba(0,0,0,0);}
#gNavCheck:checked + #header #gNavBtn > span::before {top:0; transform:rotate(45deg); transition-property:transform;}
#gNavCheck:checked + #header #gNavBtn > span::after {bottom:0; transform:rotate(-45deg); transition-property:transform;}

#gNav {width:280px; height:100vh; background-color:rgba(200,200,200,0.9); box-shadow:-1px 0 3px rgba(0,0,0,0.3); position:fixed; top:0; right:-285px; z-index:300; overflow:auto; transition:right 0.3s ease;}
#gNavCheck:checked + #header #gNav {right:0;}
#gNav > ul {text-align:left; padding:40px 0 0 0;}
#gNav > ul > li {background-color:rgba(255,255,255,0.7); border-bottom:solid 1px rgba(0,0,0,0.2); position:relative;}
#gNav > ul > li a,
#gNav > ul > li button {width:100%; font-size:110%; text-align:left; text-decoration:none; padding:15px 20px; background:none; border:none; box-sizing:border-box; display:block;}
#gNav > ul > li li {border-top:dotted 1px rgba(0,0,0,0.1);}
#gNav > ul > li li a,
#gNav > ul > li li button {font-size:100%; padding:10px 0 10px 40px;}
#gNav > ul > li.sub > a {padding-right:40px; position:relative;}
#gNav > ul > li.sub > a::before {content:'▼'; font-size:80%; line-height:1; color:rgba(0,0,0,0.7); margin:-0.5em 10px 0 0; position:absolute; top:50%; right:0; transition:transform 0.3s ease;}
#gNav > ul > li.sub > a.on::before {transform:rotate(180deg);}

@media screen and (max-width:767px){
	#header .logo {left:5px;}
	#header .user-info {display:none;}
	#gNav {width:80%; right:-85%;}
}

/* footer */
/* -------------------------------------------------------- */
#footer {width:100%; padding:15px 0;}
#footer .copy {font-size:70%; letter-spacing:0.1em; text-align:center;}
body.login #footer {position:fixed; bottom:0; left:0;}
body.ic #footer {display:none;}


/* contents */
/* -------------------------------------------------------- */
#contents {padding:20px 10px;}

/* btn */
.fix-btn {width:100%; text-align:center; padding:5px; background-color:rgba(255,255,255,0.8); box-shadow:0 0 3px rgba(0,0,0,0.3); box-sizing:border-box; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; position:fixed; bottom:0; left:0; z-index:200;}
.fix-btn .btn {margin:0 5px;}
.fix-btn-spc {width:100%; height:50px;}
.entry-btn,
.link-btn,
.print-btn {width:180px; height:40px; font-size:90%; letter-spacing:0.1em; text-align:center; text-decoration:none; color:#fff; margin:0 5px; padding:0 5px; background-color:#444; box-shadow:0 1px 3px rgba(0,0,0,0.3); border:none; border-radius:2px; box-sizing:border-box; display:flex; justify-content:center; align-items:center; cursor:pointer;}
.entry-btn:hover,
.link-btn:hover,
.print-btn:hover {text-decoration:none; color:#fff;}
body.worker .fix-btn-spc {display:none;}
@media screen and (max-width:767px){
	.fix-btn-spc {height:44px;}
	.entry-btn,
	.link-btn,
	.print-btn {width:120px; height:34px;}
}

/* info-txt */
.info-txt {width:100%; height:100%; background:rgba(255,255,255,0.9); display:flex; justify-content:center; align-items:center; position:fixed; top:0; left:0; z-index:1000; pointer-events:none;}
.info-txt span {font-size:125%; font-weight:bold;}
.info-txt.error span {color:#c00;}
body.load .info-txt {opacity:0; transition:opacity 0.6s 2.0s ease;}
body.load .info-txt.error {transition:opacity 0.6s 2.0s ease;}

/* login-sec */
.login-sec {width:100%; height:100vh; display:flex; justify-content:center; align-items:center;}
.login-sec .logo {max-width:320px; margin:0 auto 20px auto;}
.login-sec .box {max-width:300px; margin:0 auto 20px auto;}
.login-sec .box dl {padding:0 0 20px 0; display:flex; justify-content:space-between; align-items:center;}
.login-sec .box dl > dt {width:6.0em; box-sizing:border-box;}
.login-sec .box dl > dd {box-sizing:border-box; flex:1;}
.login-sec .box dl > dd input {width:100%; font-size:110%; line-height:1; padding:10px; background-color:#fff; border:solid 1px #000; box-sizing:border-box;}
.login-sec .login-btn {width:200px; font-size:110%; text-align:center; text-decoration:none; color:#fff; margin:0 auto; padding:15px 10px; background-color:#0062ab; box-shadow:0 1px 3px rgba(0,0,0,0.3); border:none; border-radius:2px; box-sizing:border-box; display:block;}
.login-sec .error {color:#c00; margin:15px 0 0 0;}
@media screen and (max-width:767px){
	.login-sec .box {max-width:260px;}
}


* top-nav */
.top-nav {display:flex; flex-wrap:wrap;}
.top-nav > li {width:100%; margin:20px 0 0 0;}
.top-nav > li:first-of-type {margin-top:0;}
.top-nav > li > a {font-size:110%; padding:15px 10px; background-color:#ddd;}
.top-nav > li ul {margin:0 -5px; display:flex; flex-wrap:wrap;}
.top-nav > li ul > li {width:50%; padding:10px 5px 0 5px; box-sizing:border-box;}
.top-nav > li ul.clm3 > li {width:33.3%;}
.top-nav > li ul > li a {font-size:90%; padding:12px 10px;}
.top-nav a {letter-spacing:0.2em; text-align:center; text-decoration:none; margin:0 auto; background-color:#eee; box-shadow:0 1px 3px rgba(0,0,0,0.3); border-radius:2px; box-sizing:border-box; display:block;}
.top-nav a > span.sub {font-size:70%; letter-spacing:0;}
.top-nav.clm2 {margin:0 -5px; display:flex; flex-wrap:wrap;}
.top-nav.clm2 > li {width:50%; margin:0; padding:10px 5px 0 5px; box-sizing:border-box;}
.top-nav button[type=submit] {width:80%; font-size:110%; font-weight:bold; text-align:center; text-decoration:none; color:#333; margin:0 auto; padding:15px 10px; background-color:#eee; box-shadow:0 1px 3px rgba(0,0,0,0.3); border:none; border-radius:2px; box-sizing:border-box; display:block;}
.top-nav.cate > li:first-of-type > a {font-size:125%; font-weight:bold; padding:0; background:none; border:none; box-shadow:none; pointer-events:none;}
.top-nav.cate > li ul > li a {font-size:110%;}
@media screen and (max-width:767px){
	.top-nav.clm2 > li {width:100%;}
	.top-nav > li > a {padding:10px 0;}
	.top-nav > li ul > li a {padding:8px 0;}
}

/* page-nav */
.page-nav {padding:30px 0;}
.page-nav ul {display:flex; flex-wrap:wrap; justify-content:center; align-items:center;}
.page-nav li {padding:4px 2px 0 2px;}
.page-nav a,
.page-nav span {width:2.5em; padding:2px 0; text-align:center; display:block; border-radius:2px;}
.page-nav a {color:#333; text-decoration:none; border:solid 1px #ccc;}
.page-nav a:hover,
.page-nav span {color:#333; text-decoration:none; background:#eee; border:solid 1px #999;}
.page-nav li.prev {padding-right:10px;}
.page-nav li.next {padding-left:10px;}
.page-nav li.prev a,
.page-nav li.next a {width:auto; color:#333; text-decoration:none; border:0;}
.page-nav li.prev a:hover,
.page-nav li.next a:hover {width:auto; color:#333; text-decoration:underline; background:none; border:0;}
.page-nav li.prev span,
.page-nav li.next span {width:auto; color:#ccc; text-decoration:none; background:none; border:0;}

/* sort-nav */
.sort-nav form {display:flex; flex-wrap:wrap; justify-content:center;}
.sort-nav form > div {padding:5px 10px; box-sizing:border-box;}
.sort-nav input,
.sort-nav select {padding:5px; background-color:#fff; border:solid 1px #666; border-radius:2px; box-sizing:border-box;}
.sort-nav select {padding:3px 5px;}
.sort-nav .period {display:flex; align-items:center;}
.sort-nav .period > div {padding:0 2px;}
.sort-nav .period input {width:7em;}
.sort-nav #search-word {width:10em; height:36px; border-radius:2px 0 0 2px; box-sizing:border-box; outline:none;}
.sort-nav #search-btn {width:36px; height:36px; vertical-align:top; text-align:center; background:#eee; border:solid 1px #666; border-left:none; border-radius:0 2px 2px 0; box-sizing:border-box; display:inline-block; position:relative; cursor:pointer;}
.sort-nav #search-btn svg {width:24px; height:24px; margin:-12px 0 0 -12px; display:block; position:absolute; top:50%; left:50%;}
.sort-nav.dpp form > div {padding:1.5em 5px 5px 5px; position:relative;}
.sort-nav.dpp form > div::before {font-size:80%; line-height:1; display:block; position:absolute; top:0.7em; left:8px;}
.sort-nav.dpp form > div.mc::before {content:'利用機';}
.sort-nav.dpp form > div.prod::before {content:'製品';}
.sort-nav.dpp form > div.rm::before {content:'原材料';}
.sort-nav.dpp form > div.client::before {content:'取引先';}
.sort-nav.dpp form > div.period::before {content:'期間';}
.sort-nav.dpp form > div.dpp_date::before {content:'生産日';}
.sort-nav.dpp form > div.ship_date::before {content:'出荷日';}
@media screen and (max-width:767px){
	.sort-nav form > div {width:100%; text-align:left;}
	.sort-nav.dpp form > div {width:auto;}
}


/* input-form */
.input-form {text-align:left;}
.input-form > dl {text-align:left; padding:15px 0; display:flex;}
.input-form > dl > dt {width:7em; padding:0.5em 0 0 0;}
.input-form > dl > dd {flex:1;}
.input-form .clm {display:flex; flex-wrap:wrap; align-items:center;}
.input-form .clm > div {box-sizing:border-box; position:relative;}
.input-form .clm > div span.ttl {font-size:75%; white-space:nowrap; display:block; position:absolute; top:-1.4em; left:0;}
.input-form .btn {margin:15px 0 0 0;}
.input-form input[type=text],
.input-form input[type=password],
.input-form input[type=number],
.input-form textarea {width:100%; color:#333; padding:10px; background-color:#fff; border:solid 1px #666; border-radius:2px; box-sizing:border-box; display:block; outline:none;}
.input-form input[type=number] {text-align:center; padding-left:0; padding-right:0;}
.input-form input[type=text]:disabled,
.input-form input[type=text].readonly,
.input-form textarea:disabled {background-color:#eee;}
.input-form input[type=text].readonly {pointer-events:none;}
.input-form select {padding:10px; background-color:#fff; border:solid 1px #666; border-radius:2px; box-sizing:border-box; display:block;}
.input-form button[type=submit] {width:200px; font-size:110%; text-align:center; text-decoration:none; color:#fff; margin:0 auto; padding:15px 10px; background-color:#0062ab; box-shadow:0 1px 3px rgba(0,0,0,0.3); border:none; border-radius:2px; box-sizing:border-box; display:block; cursor:pointer;}
.input-form button[type=submit]:disabled {opacity:0.3; pointer-events:none; display:none;}
.input-form .date-cell {padding:0 0 20px 0; display:flex; flex-wrap:wrap; align-items:center;}
.input-form .date-cell > div {padding:0 5px 0 0;}
.input-form .date-cell input {padding:3px 10px;}
.input-form.dpp .clm {flex-wrap:nowrap;}
.input-form.dpp .clm > div.cell3.over input[type=number] {background-color:#fee;}
.input-form.unit .clm1 {display:flex; align-items:center;}
.input-form.unit .clm1 > div:nth-of-type(1) {width:5em;}
.input-form.unit .clm1 > div:nth-of-type(2) {padding:0 0 0 0.5em;}
.input-form.user .clm-login > div:nth-of-type(1) {}
.input-form.user .clm-login > div:nth-of-type(2) {width:10em; padding:0 1em 0 0;}
.input-form.user .clm-login > div:nth-of-type(3) {}
.input-form.user .clm-login > div:nth-of-type(4) {width:10em;}
.input-form.order .clm1 {display:flex; align-items:center;}
.input-form.order .clm1 > div {padding:0 5px 0 0;}
.input-form.order .clm1 input {width:5em;}
.input-form.order .clm2 {display:flex; align-items:center;}
.input-form.order .clm2 > div:nth-of-type(2) {padding-left:1em;}
.input-form.order .clm3 {margin:-5px 0 0 0; display:flex; flex-wrap:wrap; align-items:center;}
.input-form.order .clm3 > div {padding:5px 5px 0 0;}
.input-form.order .clm4 {display:flex; flex-wrap:wrap; align-items:center;}
.input-form.order .clm4 > div {padding:0 1.0em 5px 0; display:flex; align-items:center;}
.input-form.order .clm4 > div:last-of-type {padding-right:0;}
.input-form.order .clm4 > div > div:nth-of-type(1) {white-space:nowrap; padding:0 0.5em 0 0;}
.input-form.order .clm5 {display:flex; align-items:center;}
.input-form.order .clm5 > div {padding:0 5px 0 0;}
.input-form.order .std_id_cell option:disabled {display:none;}
.input-form.order .std_id_cell option {display:block;}
.input-form.order .unit_id_cell option:disabled {display:none;}
.input-form.order .unit_id_cell option {display:block;}
.input-form.company .clm1 {display:flex; align-items:center;}
.input-form.company .clm1 > div {padding:0 5px 0 0;}
.input-form.product .clm1 {display:flex; align-items:center;}
.input-form.product .clm1 input {width:5em;}
.input-form.product .clm1 > div {padding:0 0.2em 0 0;}
body.worker .input-form.order > dl {display:none;}
body.worker .input-form.order > dl.type2 {display:flex;}
@media screen and (max-width:400px){
	.input-form > dl {padding:5px 0; display:block;}
	.input-form > dl > dt {width:auto; font-weight:bold; padding:1em 0 5px 0;}
	.input-form.order .clm3 > div:first-of-type {width:100%;}
	body.worker .input-form.order > dl {display:none;}
	body.worker .input-form.order > dl.type2 {display:block;}
}
.link-obj {display:flex; flex-wrap:wrap;}
.link-obj .url-obj {padding:0 0 0 10px; flex:1;}
@media screen and (max-width:767px){
	.link-obj .url-obj {width:100%; padding:5px 0 0 0; flex:0 0 auto;}
}

/* clone-sec */
.clone-sec {margin:-15px 0 0 0;}
.clone-sec .obj {border-bottom:dotted 1px #666; padding:15px 52px 15px 0; position:relative;}
.clone-sec .btn-set {width:42px; position:absolute; top:50%; right:0; display:flex; flex-wrap:wrap; transform:translate3d(0,-50%,0);}
.clone-sec.single .btn-set {opacity:0.3; pointer-events:none;}
.clone-sec .add {margin:15px 0 0 0;}
.clone-sec .add a {line-height:1.2; text-decoration:none; padding:10px 20px 10px 30px; background:#eee; border:solid 1px #999; border-radius:2px; display:inline-block; position:relative;}
.clone-sec .add a:before {content:'+'; width:14px; height:14px; font-size:85%; font-weight:bold; line-height:1; text-align:center; color:#fff; margin:-7px 0 0 0; background:#333; border-radius:20px; display:flex; justify-content:center; align-items:center; position:absolute; top:50%; left:10px;}
.clone-sec .up {width:50%;}
.clone-sec .up a,
.clone-sec .down a,
.clone-sec .remove a {width:100%; height:1.8em; text-decoration:none; color:#333; background:#eee; border:solid 1px #999; border-radius:3px; box-sizing:border-box; display:flex; justify-content:center; align-items:center; position:relative;}
.clone-sec .up a {border-right:none; border-radius:3px 0 0 3px;}
.clone-sec .up a:before {content:'▲'; line-height:1;}
.clone-sec .down {width:50%;}
.clone-sec .down a {border-left:none; border-radius:0 3px 3px 0;}
.clone-sec .down a:before {content:'▼'; line-height:1;}
.clone-sec .down a::after {content:''; width:1px; height:100%; background-color:#999; display:block; position:absolute; top:0; left:0;}
.clone-sec .remove {width:100%; margin:3px 0 0 0;}
.clone-sec .remove a:before {content:'削除'; font-size:90%; line-height:1;}
.clone-sec .note {margin:10px 0 0 0;}
.clone-sec.dpp .btn-set .up,
.clone-sec.dpp .btn-set .down {display:none;}
.clone-sec.dpp .clm {display:flex; flex-wrap:wrap; align-items:center;}
.clone-sec.dpp .clm > div {padding:10px 15px 0 0;}
.clone-sec.dpp .clm > div.cell5 {padding-right:0;}
.clone-sec.dpp .clm > div.cell1 {display:flex; align-items:center;}
.clone-sec.dpp .clm > div.cell1 > div:last-of-type {white-space:nowrap; line-height:1.1; padding:0 0 0 3px;}
.clone-sec.dpp .clm > div.cell3,
.clone-sec.dpp .clm > div.cell4 {display:flex; align-items:center;}
.clone-sec.dpp .clm > div.cell3 > div:nth-of-type(1),
.clone-sec.dpp .clm > div.cell4 > div:nth-of-type(1) {white-space:nowrap; line-height:1.1; padding:0 3px 0 0;}
.clone-sec.dpp .clm > div.cell3 > div:nth-of-type(2) input,
.clone-sec.dpp .clm > div.cell4 > div:nth-of-type(2) input {width:6em; text-align:right;}
.clone-sec.dpp .clm > div.cell3 > div:nth-of-type(3),
.clone-sec.dpp .clm > div.cell4 > div:nth-of-type(3) {white-space:nowrap; line-height:1.1; padding:0 0 0 3px;}
.clone-sec.dpp .clm > div span {display:none;}
.clone-sec.dpp.type1 .clm > div span.type1 {display:block;}
.clone-sec.dpp.type1 .clm > div.cell4 span.type1 {display:block;}
.clone-sec.dpp.type1 .clm > div.cell4 span.type2 {display:none;}
body.worker .clone-sec.dpp .obj {padding-right:0;}
body.worker .clone-sec.dpp .btn-set {display:none;}
body.worker .clone-sec.dpp .add {display:none;}
body.worker .clone-sec.dpp .clm > div span.type2 {display:block;}
body.worker .clone-sec.dpp .clm > div.cell4 span.type1 {display:block;}
body.worker .clone-sec.dpp .clm > div.cell4 span.type2 {display:none;}
body.worker .clone-sec.dpp .clm > div.cell5 span.type1 {display:block;}
body.worker .clone-sec.dpp .clm > div.cell5 span.type2 {display:none;}
.clone-sec.order-sort {margin:15px 0 0 0;}
.clone-sec.order-sort .btn-set .remove {display:none;}
.clone-sec.order-sort .cell1 {width:10.5em; font-size:80%; line-height:1.4;}
.clone-sec.order-sort .cell2 {line-height:1.4; display:flex; flex-wrap:wrap; align-items:center;}
.clone-sec.order-sort .cell2 .tag {font-size:80%; line-height:1; vertical-align:middle; color:#fff; margin:0 0 0 0.5em; padding:0.3em; background-color:#666; border-radius:3px; display:inline-block;}
.clone-sec.order-sort .cell2 .qty {font-size:80%; line-height:1; white-space:nowrap; padding:0 0 0 0.5em;}
.clone-sec.order-sort .cell3 {width:15em; font-size:80%; line-height:1.4;}
.clone-sec.product .clm1 {display:flex; flex-wrap:wrap;}
.clone-sec.product .clm1 > div {padding-right:5px; display:flex; align-items:center;}
.clone-sec.product .clm1 > div > div {padding-right:5px;}

/* uploadBox */
label.uploadBox {width:100%; min-height:50px; text-align:center; line-height:40px; margin:0; padding:10px; border:solid 4px #ccc; border-radius:3px; box-sizing:border-box; display:block; position:relative;}
label.uploadBox .ctx {display:block; z-index:1;}
label.uploadBox .loading {width:40px; height:40px; margin:-20px 0 0 -20px; display:block; position:absolute; top:50%; left:50%; z-index:1; opacity:0; animation:loading1 2s linear 0s infinite normal none running;}
label.uploadBox .loading svg {width:100%; height:100%; display:block;}
label.uploadBox.loading .loading {opacity:1;}
label.uploadBox.error .ctx {color:#c00;}
label.uploadBox .ctx .clm {display:flex; justify-content:center; align-items:center;}
label.uploadBox .ctx .clm > div:nth-of-type(2) {padding-left:10px;}
label.uploadBox img {width:140px; height:140px; object-fit:contain; overflow:hidden; opacity:1;}
label.uploadBox.loading img {opacity:0.5;}
label.uploadBox input[type=file] {width:100%; height:100%; position:absolute; top:0; left:0; opacity:0; cursor:pointer; z-index:5;}
label.uploadBox .btn {position:absolute; top:0; right:0; z-index:1; opacity:0;}
label.uploadBox.on .btn {z-index:10; opacity:1;}
label.uploadBox .btn a {font-size:75%; line-height:1.2; vertical-align:top; text-decoration:none; color:#fff; margin:0 0 0 2px; padding:4px 5px; background:#ccc; display:inline-block;}
label.uploadBox .btn a:hover {opacity:0.7;}
label.uploadBox .btn a:first-of-type {border-radius:0 0 0 3px;}
label.uploadBox.off {pointer-events:auto; cursor:pointer; opacity:1;}
@keyframes loading1 {
	0% {transform:rotate(0deg);}
	100% {transform:rotate(360deg);}
}
@media screen and (max-width:767px){
	label.uploadBox {line-height:1.4;}
}

/* imgTrim */
#imgTrimOverlay {width:100%; height:100%; background:rgba(0,0,0,0.7); position:fixed; top:0; left:0; opacity:0; z-index:1000;}
#imgTrimOverlay.on {opacity:1; transition:all 0.6s ease 0s;}
#imgTrimOverlay.off {opacity:0; transition:all 0.6s ease 0.4s;}
#imgTrimAreaSec {width:100%; height:100%; padding:10px; box-sizing:border-box; position:fixed; top:0; left:0; opacity:0; z-index:1001; -webkit-user-select:none; user-select:none; touch-action:none;}
#imgTrimAreaSec.on {opacity:1; transition:all 0.6s ease 0.4s;}
#imgTrimAreaSec.off {opacity:0; transition:all 0.6s ease 0s;}
#imgTrimArea {width:auto; margin:auto; vertical-align:top; display:inline-block; position:relative; overflow:hidden; -webkit-user-select:none; user-select:none; touch-action:none;}
#imgTrimArea img {max-width:100%; width:auto; height:auto; vertical-align:top; position:relative; z-index:1; pointer-events:none;}
#imgTrimBox {width:0; height:0; box-shadow:1px 1px 30px 5px rgba(0,0,0,1); box-sizing:border-box; border:solid 1px rgba(255,255,255,0.5); position:absolute; top:0; left:0; z-index:10; pointer-events:none;}
#imgTrimBtn button {font-size:85%; text-align:center; color:#000; margin:10px 5px; padding:4px 10px; background:#ddd; border:none; border-radius:2px; display:inline-block; cursor:pointer;}
#imgTrimBtn button:hover {background:#fff;}
@media screen and (max-width:767px){
	#imgTrimOverlay {padding:10px;}
}

/* resizeSec */
#resizeOverlay {width:100%; height:100%; background:rgba(0,0,0,0.7); position:fixed; top:0; left:0; opacity:0; z-index:1000;}
#resizeOverlay.on {opacity:1; transition:all 0.6s ease;}
#resizeOverlay.off {opacity:0; transition:all 0.6s ease;}
#resizeOverlay > div {text-align:center; padding:20% 30px 0 30px;}
#resizeOverlay .clm {margin:0 auto 10px auto; padding:5px; background-color:rgba(255,255,255,0.9); border-radius:3px; display:table; table-layout:fixed; border-spacing:0;}
#resizeOverlay .clm > div {text-align:left; vertical-align:middle; padding:2px; display:table-cell;}
#resizeOverlay .clm > div.off {display:none;}
#resizeOverlay button {font-size:85%; text-align:center; vertical-align:middle; color:#000; margin:0 0 0 10px; padding:4px 10px; background:#ddd; border:none; border-radius:2px; display:inline-block; cursor:pointer;}
#resizeOverlay button:hover {background:#fff;}
#resizeOverlay select,
#resizeOverlay input {line-height:1; vertical-align:middle; padding:2px; background-color:#fff; border:solid 1px #ccc; border-radius:3px; box-sizing:border-box;}
#resizeOverlay input {width:6em; padding:7px;}

/* ui-datepicker */
#ui-datepicker-div {position:relative; z-index:300 !important;}
.ui-datepicker {width:300px; padding:0 10px 10px 10px; background:#fff; border-radius:2px; box-shadow:0 0 5px rgba(0,0,0,0.6); box-sizing:border-box; display:none;}
.ui-datepicker-header {padding:15px 0;}
.ui-datepicker-header a {text-decoration:none;}
.ui-datepicker-title {font-weight:bold;}
.ui-datepicker-prev,
.ui-datepicker-next {color:#333; padding:0 5px; background:#eee; border:solid 1px #999; position:absolute; top:15px; cursor:pointer;}
.ui-datepicker-prev {border-left:none; border-radius:0 3px 3px 0; left:0;}
.ui-datepicker-next {border-right:none; border-radius:3px 0 0 3px; right:0;}
.ui-datepicker-calendar {width:100%; border-collapse:collapse; border-spacing:0; empty-cells:show; table-layout:fixed;}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {text-align:center; vertical-align:middle; padding:1px;}
.ui-datepicker-calendar td a {text-decoration:none; padding:5px 0; background:#fff; border:solid 1px #ccc; display:block;}
.ui-datepicker-calendar td a:hover,
.ui-datepicker-calendar td a.ui-state-active {color:#fff; background:#0062ab;}
.ui-datepicker-calendar td.ui-datepicker-week-end a {}
.ui-datepicker-calendar td.ui-datepicker-today a {border:solid 1px #333;}
.ui-datepicker .ui-datepicker-buttonpane {width:100%; text-align:right; margin:5px 0 0 0; box-sizing:border-box; position:relative;}
.ui-datepicker .ui-datepicker-buttonpane button {font-size:85%; text-align:center; color:#333; padding:3px 5px; background:#eee; border:solid 1px #999; border-radius:0 3px 3px 0; cursor:pointer;}
.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current {display:none;}
.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close {margin:0 0 0 auto;}
.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-clear {position:absolute; top:0; left:0; display:block;}
body.mobile .ui-datepicker {margin-left:-150px; left:50% !important;}

/* timepicker-obj */
.timepicker-obj {width:100%; height:100%; background-color:rgba(0,0,0,0.7); position:fixed; top:0; left:0; z-index:310; display:none;}
.timepicker-obj .box {padding:15px 20px; background-color:#fff; border-radius:2px;}
.timepicker-obj .clm {display:flex; justify-content:center; align-items:center;}
.timepicker-obj .btn {display:flex; justify-content:center; align-items:center;}
.timepicker-obj .btn > div {width:5em; font-size:85%; padding:10px 5px 0 5px; box-sizing:border-box;}
.timepicker-obj .btn > div > span {padding:5px 0; background-color:#ccc; border-radius:2px; display:block; cursor:pointer;}
.timepicker-obj select {padding:5px; border:solid 1px #666; border-radius:2px; box-sizing:border-box;}
.timepicker-obj.on {display:flex; justify-content:center; align-items:center;}

/* modal-obj */
.modal-obj {width:100%; height:100%; background-color:rgba(0,0,0,0.7); display:none; justify-content:center; align-items:center; position:fixed; top:0; left:0; z-index:310;}
.modal-obj .box {padding:15px 20px; background-color:#fff; border-radius:2px;}
.modal-obj .clm {display:flex; justify-content:center; align-items:center;}
.modal-obj .clm input[type=text] {width:100%; padding:5px 10px; background-color:#fff; border:solid 1px #666; border-radius:2px; box-sizing:border-box; display:block; outline:none;}
.modal-obj .clm .cell1 {width:5em;}
.modal-obj .clm .cell2 {width:8em;}
.modal-obj .btn {padding:0 0 0 10px;}
.modal-obj .btn > span {width:4em; font-size:85%; margin:0 auto; padding:5px 0; background-color:#ccc; border-radius:2px; display:block; cursor:pointer;}
.modal-obj.on {display:flex;}

/* list-sec */
.list-sec {text-align:left;}
.list-sec > li {padding:5px 10px; border-bottom:solid 1px #ddd;}
.list-sec > li:nth-of-type(odd) {background-color:#fff;}
.list-sec > li:nth-of-type(even) {background-color:#eee;}
.list-sec .clm {display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;}
.list-sec .btns {display:flex; align-items:center;}
.list-sec .btns a,
.list-sec .btns button {font-size:75%; font-weight:normal; white-space:nowrap; text-align:center; text-decoration:none; margin:0 0 0 10px; padding:5px 10px; background-color:#eee; box-shadow:0 1px 3px rgba(0,0,0,0.3); border:none; border-radius:2px; box-sizing:border-box; display:block; outline:none; appearance:none;}
.list-sec .attention {font-size:80%; color:#c00; display:inline-block;}
.list-sec .sub {font-size:80%; vertical-align:middle; display:inline-block;}
.list-sec .name .sub {padding:0 0 0 0.8em;}
.list-sec .note-btn > div {font-size:80%; line-height:1; color:#fff; padding:0.2em 0.3em 0 0.3em; background-color:#666; border-radius:3px; display:inline-block;}
.list-sec .note-obj {padding:0; position:absolute; bottom:1.8em; left:0; z-index:-1; opacity:0; pointer-events:none;}
.list-sec .note-obj > div {font-size:80%; line-height:1.4; color:#fff; padding:0.5em 1.0em; background-color:rgba(0,0,0,0.9); border-radius:5px; position:relative;}
.list-sec .note-obj > div::before {content:''; border:5px solid transparent; border-bottom:10px solid transparent; border-top:10px solid rgba(0,0,0,0.9); display:block; background-size:100% 100%; display:block; position:absolute; bottom:-20px; left:10px;}
.list-sec .note-obj.on {z-index:5; opacity:1; pointer-events:auto;}
.list-sec.info .date {width:7em; display:inline-block;}
.list-sec.info .ttl .sub {color:#c00; padding:0 0 0 1.0em;}
.list-sec.gallery .ctx {display:flex; align-items:center;}
.list-sec.gallery .img {padding:0 10px 0 0;}
.list-sec.gallery .img span {width:80px; height:80px; background-repeat:no-repeat; background-position:center center; background-color:#fff; background-size:cover; border:solid 1px #ccc; border-radius:3px; box-sizing:border-box; display:block;}
.list-sec.gallery .img span.no-image {background-size:60% auto; opacity:0.5;}
.list-sec.gallery .cap .sub {padding:0 0 0 0.5em;}
.list-sec.order .head {padding-bottom:0;}
.list-sec.order .ctx {display:flex; flex:1;}
.list-sec.order .ctx > span {box-sizing:border-box; position:relative;}
.list-sec.order .ctx > span > span {font-size:80%;}
.list-sec.order .ctx > span.po {width:7.0em;}
.list-sec.order .ctx > span.product {padding-right:0.5em; flex:1;}
.list-sec.order .ctx > span.product .tag {font-size:80%; line-height:1; vertical-align:middle; color:#fff; margin:0 0 0 0.5em; padding:0.3em 0.5em; background-color:#666; border-radius:3px; display:inline-block;}
.list-sec.order .ctx > span.qty {width:8.0em;}
.list-sec.order .ctx > span.del {width:7.0em;}
.list-sec.order .ctx > span.work {width:10.0em;}
.list-sec.order .ctx > span.work > span {font-size:80%; line-height:1.3; display:inline-block;}
.list-sec.order .ctx > span.spacer {width:0;}
body.worker .list-sec.order .btns {display:none;}
.list-sec.dpp {margin-top:50px; padding-top:5px; border-top:solid 1px #999;}
.list-sec.dpp > li {padding:10px;}
.list-sec.dpp .clm {display:flex; justify-content:flex-start; align-items:flex-start;}
.list-sec.dpp .clm > div {padding-right:1.0em; box-sizing:border-box; position:relative;}
.list-sec.dpp .clm > div.cell1 {line-height:1.2; flex:1; display:flex; flex-wrap:wrap; align-items:center;}
.list-sec.dpp .clm > div.cell1 .name {width:100%;}
.list-sec.dpp .clm > div.cell1 .del {font-size:90%; white-space:nowrap; padding:0 1.0em 0 0;}
.list-sec.dpp .clm > div.cell1 .qty dl {background-color:#fff; border:solid 1px #666; border-radius:3px; box-sizing:border-box; display:flex; align-items:center;}
.list-sec.dpp .clm > div.cell1 .qty dt {font-size:80%; line-height:1; white-space:nowrap; padding:0.3em;}
.list-sec.dpp .clm > div.cell1 .qty dd {font-size:100%; font-weight:bold; line-height:1; white-space:nowrap; padding:0.3em; border-left:solid 1px #666;}
.list-sec.dpp .clm > div.cell1 .qty dd span {font-size:80%;}
.list-sec.dpp .clm > div.cell1 .work {width:100%; font-size:90%; padding:0.3em 0 0 0;}
.list-sec.dpp .clm > div.cell1 .tag {font-size:80%; line-height:1; vertical-align:middle; color:#fff; margin:0 0 0 0.5em; padding:0.3em; background-color:#666; border-radius:3px; display:inline-block;}
.list-sec.dpp .clm > div.cell1 a {font-size:85%; line-height:1; vertical-align:middle; text-decoration:none; color:#fff; margin:0 0 0 0.5em; padding:0.4em 0.5em; background-color:#0062ab; box-shadow:0 1px 3px rgba(0,0,0,0.3); border-radius:3px; display:inline-block;}
.list-sec.dpp .clm > div.cell1 a.type2 {margin:0.5em 0 0 0;}
.list-sec.dpp .clm > div.cell2 {white-space:nowrap; padding-top:0.4em;}
.list-sec.dpp .clm > div.cell3 {display:flex; align-items:center;}
.list-sec.dpp .clm > div.cell3 > div:nth-of-type(1) {width:5.0em;}
.list-sec.dpp .clm > div.cell3 > div:nth-of-type(2) {padding-left:0.2em;}
.list-sec.dpp .clm > div.cell4 {display:flex; align-items:center;}
.list-sec.dpp .clm > div.cell4 > div:nth-of-type(1) {width:5.0em;}
.list-sec.dpp .clm > div.cell4 > div:nth-of-type(2) {padding-left:0.2em;}
.list-sec.dpp .clm > div.cell5 {padding-right:0;}
.list-sec.dpp .clm.fix > div.cell1 .qty dd {color:#06c;}
.list-sec.dpp .cell6 textarea {width:100%; height:4em; font-size:80%; resize:none;}
.list-sec.dpp li .clm > div.cell2::before {content:'利用機';}
.list-sec.dpp li .clm > div.cell3::before {content:'目標量';}
.list-sec.dpp li .clm > div.cell4::before {content:'生産量';}
.list-sec.dpp li .clm > div.cell5::before {content:'作業者';}
.list-sec.dpp li .clm > div.cell2::before,
.list-sec.dpp li .clm > div.cell3::before,
.list-sec.dpp li .clm > div.cell4::before,
.list-sec.dpp li .clm > div.cell5::before {font-size:90%; display:none; position:absolute; top:-2.4em; left:0;}
.list-sec.dpp li:first-of-type .clm > div.cell2::before,
.list-sec.dpp li:first-of-type .clm > div.cell3::before,
.list-sec.dpp li:first-of-type .clm > div.cell4::before,
.list-sec.dpp li:first-of-type .clm > div.cell5::before {display:block;}
body.worker .list-sec.dpp .clm > div.cell3 input {background-color:#eee; pointer-events:none;}
body.worker1 .list-sec.dpp .clm > div.cell1 a {display:none;}
body.worker1 .list-sec.dpp .clm > div input,
body.worker1 .list-sec.dpp .clm > div select {background-color:#eee; pointer-events:none;}
.list-sec.dpp_history .clm {display:flex; flex-wrap:wrap;}
.list-sec.dpp_history .prod {padding:0 1.0em 0 0;}
.list-sec.dpp_history .period {white-space:nowrap; padding:0 1.0em 0 0;}
.list-sec.dpp_history .period span {font-size:80%; line-height:1; vertical-align:middle; padding:0 0.2em; display:inline-block;}
.list-sec.dpp_history .client span {font-size:80%; display:inline-block;}
.list-sec.dpp_history .qty {text-align:right; white-space:nowrap; padding:0 0 0 1.0em; flex:1;}
.list-sec.dpp_history .qty span {font-size:80%; line-height:1; vertical-align:middle; padding:0 0 0 0.2em; display:inline-block;}
.list-sec.dpp_history .tag {font-size:70%; line-height:1; vertical-align:middle; color:#fff; margin:0 0 0 0.5em; padding:0.3em; background-color:#666; border-radius:3px; display:inline-block;}
.list-sec.ship_history .clm {display:flex; flex-wrap:wrap; justify-content:space-between; align-items:start;}
.list-sec.ship_history .stock {text-align:right; white-space:nowrap; padding:0 0 0 1.0em;}
.list-sec.ship_history .stock span {font-size:80%; line-height:1; vertical-align:middle; padding:0 0 0 0.2em; display:inline-block;}
.list-sec.ship_history .hx > div {display:flex; justify-content:flex-end; align-items:center; position:relative;}
.list-sec.ship_history .hx > div > div {padding:0 0 0 1.0em;}
.list-sec.ship_history .hx span {font-size:80%; line-height:1; vertical-align:middle; padding:0 0 0 0.2em; display:inline-block;}
.list-sec.ship {margin-top:50px; padding-top:5px; border-top:solid 1px #999;}
.list-sec.ship > li {padding:10px;}
.list-sec.ship .clm {display:flex; justify-content:flex-start; align-items:flex-start;}
.list-sec.ship .clm > div {padding-right:1.0em; box-sizing:border-box; position:relative;}
.list-sec.ship .clm > div.cell1 {line-height:1.2; flex:1;}
.list-sec.ship .clm > div.cell1 > span {font-size:90%; display:block;}
.list-sec.ship .clm > div.cell1 .tag {font-size:85%; line-height:1; color:#fff; padding:0.3em; background-color:#666; border-radius:3px; display:inline-block;}
.list-sec.ship .clm > div.cell4 {display:flex; align-items:center;}
.list-sec.ship .clm > div.cell4 > div:nth-of-type(1) {width:5.0em;}
.list-sec.ship .clm > div.cell4 > div:nth-of-type(2) {padding-left:0.2em;}
.list-sec.ship .clm > div.cell5 {padding-right:0;}
.list-sec.ship .clm.fix > div.cell1 > span > span {color:#e00;}
.list-sec.ship .cell6 textarea {width:100%; height:4em; font-size:80%; resize:none;}
.list-sec.ship li .clm > div.cell3::before {content:'取引先';}
.list-sec.ship li .clm > div.cell4::before {content:'出荷量';}
.list-sec.ship li .clm > div.cell5::before {content:'作業者';}
.list-sec.ship li .clm > div.cell3::before,
.list-sec.ship li .clm > div.cell4::before,
.list-sec.ship li .clm > div.cell5::before {font-size:90%; display:none; position:absolute; top:-2.4em; left:0;}
.list-sec.ship li:first-of-type .clm > div.cell3::before,
.list-sec.ship li:first-of-type .clm > div.cell4::before,
.list-sec.ship li:first-of-type .clm > div.cell5::before {display:block;}
.list-sec.ship select.fix,
body.worker1 .list-sec.ship .clm > div input,
body.worker1 .list-sec.ship .clm > div select {background-color:#eee; pointer-events:none;}
.list-sec.backup label {display:flex; flex-wrap:wrap; align-items:center;}
.list-sec.backup label > span {padding:0 0 0 0.3em; display:block;}

.list-total-sec {padding:10px; display:flex; justify-content:flex-end; align-items:center;}
.list-total-sec dl {font-weight:bold; white-space:nowrap; display:flex;}
.list-total-sec dt {padding:0 0.5em 0 0;}
.list-total-sec dd span {font-size:80%; margin:0 0 0 0.2em; display:inline-block;}

@media screen and (max-width:767px){
	.list-sec.order .head {display:none;}
	.list-sec.order .ctx {flex-wrap:wrap;}
	.list-sec.order .ctx > span.po {width:auto; white-space:nowrap; order:1;}
	.list-sec.order .ctx > span.product {width:auto; order:4; flex:0 0 auto;}
	.list-sec.order .ctx > span.qty {width:auto; order:5;}
	.list-sec.order .ctx > span.del {width:auto; white-space:nowrap; order:2;}
	.list-sec.order .ctx > span.del::before {content:'納期：';}
	.list-sec.order .ctx > span.spacer {width:100%; order:3;}
	.list-sec.dpp {margin-top:30px;}
	.list-sec.dpp .clm {flex-wrap:wrap;}
	.list-sec.dpp .clm > div.cell1 {width:100%; flex:0 0 auto;}
	.list-sec.dpp li .clm > div.cell2,
	.list-sec.dpp li .clm > div.cell3,
	.list-sec.dpp li .clm > div.cell4,
	.list-sec.dpp li .clm > div.cell5 {margin-top:1.5em;}
	.list-sec.dpp li .clm > div.cell2::before,
	.list-sec.dpp li .clm > div.cell3::before,
	.list-sec.dpp li .clm > div.cell4::before,
	.list-sec.dpp li .clm > div.cell5::before {display:block; top:-1.4em;}
	.list-sec.dpp .cell6 textarea {font-size:100%;}
	.list-sec.ship {margin-top:30px;}
	.list-sec.ship .clm {flex-wrap:wrap;}
	.list-sec.ship .clm > div.cell1 {width:100%; flex:0 0 auto;}
	.list-sec.ship .cell6 textarea {font-size:100%;}
	.list-sec.ship li .clm > div.cell3,
	.list-sec.ship li .clm > div.cell4,
	.list-sec.ship li .clm > div.cell5 {margin-top:1.5em;}
	.list-sec.ship li .clm > div.cell3::before,
	.list-sec.ship li .clm > div.cell4::before,
	.list-sec.ship li .clm > div.cell5::before {display:block; top:-1.4em;}
}
@media screen and (max-width:500px){
	.list-sec .btns {display:block;}
	.list-sec .btns a,
	.list-sec .btns button {margin:5px 0;}
}

/* checkbox-list */
.checkbox-list {margin:0; display:flex; flex-wrap:wrap;}
.checkbox-list > div {padding:5px 20px 5px 0;}
.checkbox-list label {display:flex; align-items:center;}
.checkbox-list label > span {padding:0 0 0 3px; display:block;}

/* radio-list */
.radio-list {margin:0; display:flex; flex-wrap:wrap;}
.radio-list > div {padding:5px 20px 5px 0;}
.radio-list label {display:flex; align-items:center;}
.radio-list label > span {padding:0 0 0 3px; display:block;}
