.tar{
	text-align: right !important;
}
.download{
    width:calc(100% - 164px);
    margin:50px auto;
}
.mt20{
	margin-top:20px !important;
}
#headerWrapper{
	width:100%;
	min-width:var(--min-width);
	overflow: hidden;
}
#headerWrapper.dev{
	background-color:lightyellow;
}
#header{
	width:var(--min-width);
	margin:auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top:15px;
	padding-bottom:15px;
	position: relative;
	overflow: hidden;
}
#header h1 > img{
	width:120px;
}
#header p img{
	width:250px;
	height: auto;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:10px auto;
}
ul.login{
	width:200px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap:5px;
}
ul.login li{
	background-repeat: no-repeat;
	background-position: left center;
	background-size:20px;
	padding-left:30px;
}
ul.login li:nth-child(1){
	background-image:url("../img/001-home.svg");
}
ul.login li:nth-child(2){
	background-image:url("../img/002-user.svg");
}
ul.login li:nth-child(3){
	background-image:url("../img/003-logout.svg");
}
ul.nav{
	width:calc(100% - 20px);
	min-width:var(--min-width);
	margin:auto;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	display: flex;
	justify-content: center;
	gap:1vw;
	padding:10px 0;
}
ul.nav li{
	width:160px;
	height: 40px;
	line-height: 40px;
	border:1px solid var(--red-color);
	text-align: center;
	font-size:mib(1.5vw,18px)
}
ul.nav li a{
	display: block;
	width:100%;
	height: 100%;
}
ul.nav li:hover,
ul.nav li.active{
	background-color:var(--red-color);
}
ul.nav li:hover a,
ul.nav li.active a{
	color:#fff;
}
div.search{
	/*border:1px solid #ccc;*/
	width:var(--min-width);
	margin:auto;
	/*padding:25px;*/
	/*margin-bottom:25px;*/
	border-radius: 4px;
}
div.searchWrapper{
	width:var(--min-width);
	width:100%;
	display: flex;
	flex-wrap: wrap;
	margin:10px auto;
	gap:20px;
}
dl.search{
	width:calc(50% - 20px);
	margin-bottom:10px;
}
dl.search dd.flex{
    display: flex;
    justify-content: flex-start;
    gap:3px;
    flex-wrap: wrap
}
dl.search dt{
	font-weight: bold;
	border-bottom:2px solid #ccc;
}
table.status{
	width:calc(100% - 164px);
	/*max-width:var(--max-width);*/
	min-width:var(--min-width);
	margin:25px auto;
	border-bottom:1px solid #ccc;
}
table.ship{
	width:100%;
	/*max-width:var(--max-width);*/
	min-width:var(--min-width);
	margin:25px auto;
	border-bottom:1px solid #ccc;
}
table.shipset{
	width:100%;
	/*max-width:var(--max-width);*/
	margin:25px auto;
	border-bottom:1px solid #ccc;
}
table td.color{
	text-align: left !important;
}
table.status.narrow{
	width:calc(50%)
}
table.status.wide{
	/*width:1600px !important;*/
}
table.status tr.stock td{
	background-color:powderblue
}
table.transaction{
	width:860px;
	margin:25px auto 15px;
	border-bottom: 1px solid #ccc;
}
table.transaction tr.topline td{
	border-top:1px solid #ccc;
	font-weight: bold;
}
table.today td{
	text-align: right !important;
}
table.today tr td:first-child,
table.today tr td:nth-child(2){
	text-align: left;
}
table.today td.tar{
	display: table-cell !important;
	text-align: right !important;
}
table.status tr:nth-child(2n),
table.ship tr:nth-child(2n),
table.shipset tr:nth-child(2n){
    background-color:#eeeeee;
}
table.status thead tr,
table.ship thead tr,
table.shipset thead tr{
    background-color:darkblue!important;
    color:#fff;
}
table.status tr.total td{
	background-color:#ccc;
}
table.ship td{
	text-align: right;
}
table.ship td.product{
	text-align: left;
}
div.transaction_operation{
	width:860px;
	margin:15px auto;
	border-bottom:1px solid #ccc;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom:15px;
}
div.transaction_operation a{
	padding:2px 10px;
	background:#ccc;
	text-align: center;
}
div.transaction_operation a:hover{
	background:#333;
	color:#fff;
}
table.transaction tr td:nth-child(2),
table.transaction tr td:nth-child(3){
	text-align: center;
}
table.transaction tr td:nth-child(4),
table.transaction tr td:nth-child(5),
table.transaction tr td:nth-child(6){
	text-align: right;
}
table.transaction tr td:nth-child(7){
	text-align: center;
}
table.transaction2 tr td:nth-child(3),
table.transaction2 tr td:nth-child(4),
table.transaction2 tr td:nth-child(5){
	text-align: right !important;
}
table.status{
	border-left:1px solid #ccc;
}
table.status td.aligncenter{
	vertical-align: middle;
}
table.status td,
table.transaction td,
table.shipset td{
	/*border-top:1px solid #ccc;*/
	padding:7px 10px;
}
table.shipset{
	border-left:1px solid #ccc;
}
table.status td,
table.shipset td{
	border-right: 1px solid #ccc;
}
table.status thead td,
table.transaction thead td,
table.shipset thead td{
	font-weight: bold;
	text-align: center;
}
table.status .t1,.t2{
	text-align: right;
}
table.status .t4{
	text-align: left;
}
table.status .t6{
	vertical-align: middle;
	overflow: hidden;
	width:400px;
	min-width: 400px;
	max-width:400px !important;
}
table.status .t6 div:first-child{
	float: left;
}
table.status .t6 div:last-child{
	float: right;
}
table.status .t6 label{
	display: inline-block;
}
table.status .t5,.t7{
	vertical-align: middle;
}
table.status .t7{
	vertical-align: middle;	
}
table.status .t7 a{
	text-decoration: none;
	padding:2px 5px;
	background-color: white;
	color:#000;
	border:1px solid #000;
	display: block;
	text-align: center;
	width:100px;
	margin:auto;
}
table.status .t7 a:hover{
	background-color:#000;
	color:#fff;
}
table.status td.t8{
	text-align: center;
	vertical-align: middle;
}
table.status td.flextitle div{
	display: flex;
	gap:10px;
	align-items: center;
}
input.bank{
	width:16px;
	height: 16px;
	border:1px solid #333;
	border-radius: 4px;
	background:#fff;
	cursor: pointer;
}
input.bank:disabled{
	display: none;
}
input.bank:checked{
	background:#800000;
}
input.cal{
	width:120px!important;
	border:1px solid #ccc;
	height: 1.8em;
	margin:0 15px;
}
input.date{
	width:60px;
	border:1px solid #ccc;
	height: 1.8em;
	margin:0 15px;
	cursor: pointer;
}
input.date:hover{
	background:#000;
	color:#fff;
}
dl.search dd.flex{
	display:flex;
	justify-content: flex-start;
	align-items: center;
	padding-top:10px;
}
dd.flex input[type=button]{
	border:1px solid #ccc;
	padding:0 8px;
	height: 1.8em;
	cursor: pointer;
}
dl.search input:checked + label{
	background:#000;
}
input.status{
	display: none;
}
input+label{
	padding:2px 5px;
	border:1px solid #ccc;
	cursor: pointer;
    background-color:#fff;
    width:4em;
	text-align: center;
	white-space: nowrap;
}
dl.search input+label{
	display: inline-block;
	width:auto;
	margin-bottom:5px;
}
input:checked+label{
	color:#fff;
}
input:checked+label.c1{
	background-color:cornflowerblue;
}
input:checked+label.c2{
	background-color:forestgreen;
}
input:checked+label.c3{
	background-color:maroon;
}
input:checked+label.c4{
	background-color:grey;
}
input:checked+label.c5{
	background-color:darkorange;
}
input:checked+label.c8{
	background-color:hotpink;
}
div.page{
	margin:25px auto;
	display: flex;
	justify-content: center;
	gap:5px;
	align-items: center;
}
div.page a{
	border:1px solid #ccc;
	padding:2px 8px;
}
div.page a:hover{
	border:1px solid var(--red-color);
	padding:2px 8px;
	background:var(--red-color);
	color:#fff;
}
div.page span.current{
	border:1px solid var(--red-color);
	padding:2px 8px;
	background:var(--red-color);
	color:#fff;
}
div.submit{
	display: flex;
	justify-content: center;
	margin:25px auto 25px;
	gap:25px;
}
div.submit.tar{
	justify-content: flex-end;
	width:var(--max-width);
	margin:auto;
}
div.submit input{
	width:150px;
	height: 50px;
	text-align: center;
	cursor:pointer;
	background:var(--red-color);
	border-radius: 4px;
	color:#fff;
}
div.submit input.wide{
	width:250px;
}
div.submit input.reset{
	background-color:grey;
	color:#fff;
}
div.submit input.reset.blue{
	background-color:cornflowerblue;
	color:#fff;
}
div.submit input.reset.blue:hover{
	background-color:darkblue;
	color:#fff;
}
div.submit input.reset:hover{
	background-color:dimgrey;
}
div.submit input.submit{
	background-color:var(--red-color);
	color:#fff;
}
div.submit input.submit:hover{
	background-color:darkred;
	color:#fff;
}
input.submit.csv{
	background-color:cornflowerblue !important;
}
input.submit.csv:hover{
	background-color:darkblue !important;
}





p.pankuzu {
	width:var(--min-width);
	margin:25px auto;
	display: flex;
	
}
p.pankuzu span.next{
	background:url("../img/right-arrow.svg") center center no-repeat;
	background-size:12px;
	padding:0 25px;
}
p.pankuzu a:hover{
	color:var(--sub-color);
}
div.transactionWrapper {
	max-width:var(--max-width);
	width:860px;
	margin:25px auto;
	display: flex;
	justify-content: space-between;
	gap:25px;
	align-items:flex-start;
}
dl.transaction{
	overflow: hidden;
	width:calc(33%);
}
dl.transaction dt{
	width:100px;
	float: left;
	clear: both;
}
dl.transaction dd{
	width:calc(100% - 100px);
	float: right;
}
div.transaction_option{
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap:0px;
}
input#residence:checked+label{
	background:var(--red-color);
	color:#fff;
}
table.transaction tr td:nth-child(3) input,
table.transaction tr td:nth-child(4) input{
	width:80px;
	text-align: right;
	border:1px solid #ccc;
	height: 1.8em;
	padding:0 10px;
}
table.transaction tr td:nth-child(3) input{
	width:40px;
}
table.transaction tr td:nth-child(4) input{
	width:80px;
}
table.transaction select{
	padding:2px 30px 2px 10px;
	border:1px solid #ccc;
	cursor: pointer;
	background:url("../img/down-arrow.svg") right 10px center no-repeat;
	background-size:10px;
}
table.transaction input[type=checkbox]{
	width:20px !important;
	height: 20px !important;
	border:1px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
}

table.transaction input[type=checkbox]:checked{
	width:20px !important;
	height: 20px !important;
	border:1px solid #ccc !important;
	background:#333 !important;
}
p.status {
	display: inline;
	padding:8px 20px;
	color:#fff;
	border-radius: 20px;
}
p.status.syori{
	background-color:forestgreen;
}
a.ime{
	padding:8px 20px;
	color:#fff;
	background-color:royalblue;
}
a.ime:hover{
	background-color:dodgerblue
}
a.instock{
	width:107px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color:cornflowerblue;
	color:#fff;
	padding:0 15px;
	border-radius: 4px;
}
a.instock:hover{
	background-color:darkblue;
}
/*モーダル*/
/*モーダルを開くボタン*/
.modal-open{
	/*position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
	width: 300px;
	height: 50px;
	font-weight: bold;
	color: #fff;
	background: #000;
	margin: auto;
	cursor: pointer;
	transform: translate(-50%,-50%);*/
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
	text-align: center;
	background: rgba(0,0,0,60%);
	/*padding: 40px 20px;*/
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
	z-index: 100000000;
}

.modal-container.hide{
	display: none;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 90vh;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 600px;
	width: 90%;
	height: calc(100vh - 50px);
	margin:25px auto;
	overflow-y: auto;
	box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
}
.arrivaldata{
	width:var(--min-width) !important;
	max-width: 100% !important;
}

/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	top:12px;
	right: 12px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-image:url("../img/icon-close.svg");
	background-size:32px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.modal-close:hover{
	background-size:35px;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	padding: 30px;
	border:4px solid var(--main-color);
}
.modal-content::-webkit-scrollbar{
   width: 5px;
   margin-right: 15px;
}
.modal-content::-webkit-scrollbar-track{
   background-color: #ccc;
}
.modal-content::-webkit-scrollbar-thumb{
   background-color: var(--red-color);
}
table.ime{
	width:100%;
	margin-bottom: 25px;
}
table.input{
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}
table.input td{
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px;
}
table.ime thead{
	font-weight: bold;
}
table.ime td{
	padding:5px 10px;
}
table.ime input{
	border:1px solid #ccc;
	padding:0 5px;
}
table.ime span{
	display: inline-block;
	width:48px;
	height: 24px;
	line-height: 24px;
	text-align:center;
	border-radius: 20px;
	color:#fff;
	font-size:13px;
    border:2px solid #ccc;
}
table.ime span.purple{
	background:purple;
}
table.ime span.gold{
	background:#e6b422;
}
table.ime span.silver{
	background:#808080;
}
table.transaction tr td:nth-child(3):not(table.shipset tr td){
	display: flex;
	gap:5px;
}
table.transaction input[type=button].set{
	width:3em !important;
	display: inline-block !important;
	padding:0 !important;
	background:#ccc;
	text-align: center;
	color:#fff;
	cursor: pointer;
}
table.transaction input[type=button].set:hover{
	background:#333;
}
div.total{
	width:460px;
	margin:25px auto;
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
}
div.total.wide{
	
width:860px;}
div.total.narrow{
	width:100%;
}
div.total span.title{
	
}
div.total span.total{
	padding-left:25px;
	font-size:24px;
	padding-right: 25px;
}
ul.status,
ul.switch{
	width:860px;
	margin:25px auto;
	display: flex;
	justify-content: center;
	gap:50px;
	position: relative;
}
ul.status::before{
	content:"";
	width:100%;
	height: 3px;
	background:#ccc;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	z-index:1
}
ul.status li{
	width:120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	z-index: 2;
}
ul.switch li{
	width:120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	z-index: 2;
	border:2px solid #ccc;
	border-radius: 40px;
}
ul.switch li:hover,
ul.switch li.active{
	background-color:coral;
	color:#fff;
}
ul.switch li:hover a,
ul.switch li.active a{
	color:#fff;
}
ul.switch li a{
	display: block;
	width:100%;
	height: 100%;
}
ul.status input[type=radio]{
	display: none;
}
ul.status label{
	width:100%;
	height: 100%;
	border:3px solid #ccc;
	display: block;
	padding:0;
	background:#fff;
	border-radius: 40px;
}
ul.status input:checked+label.wait,
ul.status label.wait.active{
	background-color:cornflowerblue;
	color:#fff;
}
ul.status input:checked+label.syori,
ul.status label.syori.active{
	background-color:forestgreen;
	color:#fff;
}
ul.status input:checked+label.kanryo,
ul.status label.kanryo.active{
	background-color:darkorange;
	color:#fff;
}
ul.status input:checked+label.finish,
ul.status label.kanryo.active{
	background-color:maroon;
	color:#fff;
}
input.arrival{
	border:1px solid #333;
	text-align: left !important;
	padding:0 5px;
}
input:focus::placeholder {
	color: transparent;
}


h3.ship{
	width:100%;
	/*max-width:var(--max-width);*/
	font-weight: bold;
	margin:25px auto;
	font-size:32px;
	border-bottom:3px solid #ccc;
}
h3.ship > div,
h3.shipdetail > div{
	display: flex;
	justify-content: space-between;
}
h3.ship div span,
h3.shipdetail div span{
	display: block;
}
h3.ship > div div.toship{
	display: flex;
	gap:25px;
	justify-content: flex-end;
	align-items: center;
	width:600px;
}
h3.ship > div div.toship input{
	width:100px;
	font-size:18px;
	background:var(--red-color);
	color:#fff;
	cursor: pointer;
}
h3.ship > div div.toship input:hover{
	background:darkblue;
}
h3.ship > div select{
	width:200px;
}
h3.ship > div span.contractor{
	font-size:18px;
	font-weight: normal
}
h3.shipdetail{
	width:calc(100% - 164px);
	margin:auto;
	font-size:32px;
	font-weight: bold;
}
h3.shipdetail > div div.awd{
	width:400px;
}
div.awd{
	display: flex;
	align-items: center;
	gap:20px;
}
div.awd input{
	font-size:18px;
	font-weight: normal;
}
div.awd input[type=submit]{
	padding:3px 30px;
	background:var(--red-color);
	color:#fff;
	border-radius: 4px;
}
div.colum {
	width:var(--min-width);
	margin:25px auto;
	display: flex;
	gap:25px;
}
div.colum div.right{
	width:calc(100% - 325px);
}
div.colum div.left{
	width:300px;
}
div.colum div.left h3{
	font-size:24px;
	margin-top:25px;
	border-bottom:2px solid #ccc;
}
div.colum div.left ul{
	margin:25px auto auto 10px;
}
div.colum div.left ul li{
	margin-bottom: 1em;
}
div.colum div.left ul li::before{
	display: inline-block;
	padding:2px 10px;
	color:#fff;
	width:50px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size:14px;
	border-radius: 22px;
	margin-right: 10px;
}
div.colum div.left ul li a:hover{
	color:var(--red-color);
}
div.colum div.left ul li.decided::before{
	content: "確定";
	background-color:forestgreen;
}
div.colum div.left ul li.undecided::before{
	content: "未確定";
	background-color:coral
}
div.colum div.left input[type=text]{
	border:1px solid #ccc;
}
.mb25{
	margin-bottom:25px;
}

input.checks {
	width:20px;
	height: 20px;
}

div.allstore {
	width:860px;
	margin:25px auto;
	display:flex;
	align-items: center;
}
div.allstore p.inputDate{
	font-size:24px;
	font-weight: bold;
}

div.lisence {
	width:860px;
	margin:25px auto;
	display:flex;
	gap:25px;
}
div.lisence img{
	width:calc(50% - 25px);
	height: auto;
}
div.login{
	width:480px;
	margin:100px auto;
	border:1px solid var(--linelight-color);
	box-sizing: border-box;
	padding:20px;
	border-radius: 4px;
}
div.login p.message{
	margin-bottom:10px;
}
div.login p.error{
	min-height: 3em;
	color:var(--red-color);
}
dl.login{
	margin-bottom: 20px;
}
dl.login dt{
	font-weight: bold;
	margin:10px 0;
}
div.login input[type=email],
div.login input[type=password]{
	border:1px solid var(--line-color);
	box-sizing: border-box;
	padding:20px 10px;
	width:100%;
	border-radius: 4px;
	line-heigt:3em;
}
div.login input.submit{
	background:var(--red-color);
	width:100%;
	height: 50px;
	border-radius: 4px;
}
div.login input.reset{
	width:100%;
	height: 50px;
	border-radius: 4px;
}
p.forget{
	text-align: right;
	margin-bottom:20px;
}
p.forget a{
	color: var(--red-color);
	border-bottom: 1px solid  var(--red-color);
}
p.forget a:hover{
	color:darkred;
	border-bottom: 1px solid  darkred;
}
div.auth{
	display: flex;
	justify-content: space-between;
	margin:10px 50px 50px;
}
div.auth input{
	width:50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border:2px solid var(--line-color);
	border-radius: 4px;
	font-size:24px;
}





div.addBlock {
	padding:10px 10px 0;
	border:2px solid transparent;
	width:min(var(--max-width),calc(100% - 20px));
	margin:auto;
	border-radius: 8px;
}
div.addBlock.edit {
	border:2px solid var(--red-color);
}
div.add2column{
	display: flex;
	gap:10px;
}
div.add2column.hide{
	display: none;
}
div.addWrapper{
	/*display: flex;
	gap:10px;*/
	margin-bottom:10px;
	width:100%;
}
div.block{
	display: flex;
	justify-content: flex-start;
	gap:20px;
	padding:15px;
	background:#efefef;
	border-radius: 4px;
	margin-bottom:10px;
}
div.block div{
	border-radius: 4px;
	/*min-width: 100px;*/
}
div.block div h2{
	font-weight: bold;
	margin-bottom:10px;
	display: flex;
	align-items: center;
	gap:5px;
}
div.block div h2 span{
	display: inline-block;
	width:30px;
	height: 30px;
	cursor: pointer;
}
div.block div.h2 span img{
	width:10px;
}
.tac{
	text-align: center;
}
div.block1{
}
.box0{
	flex-grow:0.5;
}
.box1{
	flex-grow: 1;
}
.box2{
	flex-grow: 5;
}
.box3{
	flex-grow: 3;
}
.box4{
	flex-grow: 1;
}

input.price{
	text-align: right;
	width:7em !important;
}
div.conditionFlex{
	display: flex;
	gap:10px;
}
input.condition{
	display: none;
}
input.condition+label{
	width:4em;
	display: block;
	text-align: center;
	margin:0;
	height: 30px;
	line-height: 30px;
	border:1px solid #aaa;
	border-radius: 4px;
	background-color:#fff;
}
input.condition:checked+label{
	background-color:darkblue;
}
input.condition:disabled+label{
	cursor: not-allowed;
}
input.condition:disabled+label{
	background-color:#efefef;
}
input.condition:disabled:checked+label{
	background-color:#333;
}
div.block input[type=number],
div.block input[type=tel],
div.block input[type=text]{
	border:1px solid #aaa;
	border-radius: 4px;
	background-color:#fff;
	width:calc(100% - 20px);
	padding:0 10px;
}
div.block input[type=number]:disabled,
div.block input[type=tel]:disabled,
div.block input[type=text]:disabled{
	border:none;
	border-radius: 4px;
	background-color:transparent;
	width:calc(100% - 20px);
	padding:0 10px;
	cursor: not-allowed;
}
input.visible{
	width:40px;
	height: 40px;
	background:url("../img/icon_hide.svg") center center no-repeat;
	background-size:40px;
	cursor: pointer;
	margin:auto;
	display: block;
}
input.visible:checked{
	background-image:url("../img/icon_show.svg");
}
input.visible:disabled:checked{
	background-image:url("../img/icon_show_disabled.svg");
}
input.visible:disabled{
	cursor: not-allowed;
}
input.enhance{
	width:40px;
	height: 40px;
	background:url("../img/icon_degrade.svg") center center no-repeat;
	background-size:30px;
	cursor: pointer;
	margin:auto;
	display: block;
}
input.enhance:checked{
	background-image:url("../img/icon_enhance.svg");
}
input.enhance:disabled:checked{
	background-image:url("../img/icon_enhance_disable.svg");
}
input.enhance:disabled{
	cursor: not-allowed;
}
div.block select{
	border:1px solid #aaa;
	border-radius: 4px;
	padding:4px 30px 4px 10px;
	background:url("../img/down-arrow.svg") right 10px center no-repeat;
	background-size:10px;
	background-color:#fff;
}
input.num{
	width:4em !important;
    height: 41px;
}
input.col{
	width:5em !important;
	text-align: center;
}
input.col_en{
	width:7em !important;
}
div.colorBox {
	display: flex;
	gap:10px;
	margin-bottom:5px;
}
div.box11 img{
	display:none;
}
ul.operation{
	display: flex;
}
ul.operation li{
	width:40px !important;
	height: 40px !important;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-size:35px;
	background-repeat:no-repeat;
	background-position: center center;
	cursor: pointer;
	text-align: left;
}
ul.operation li.edit{
	background-image:url("../img/icon_edit.svg");
}
ul.operation li.move{
	background-image:url("../img/icon_move.svg");
	cursor:move;
}
ul.operation li.copy{
	background-image:url("../img/icon_copy.svg");
}
ul.operation li.delete{
	background-image:url("../img/icon_delete.svg");
	display: none;
}
ul.operation li.delete2{
	background-image:url("../img/icon_delete.svg");
}
ul.operation li.addcolor{
	background-image:url("../img/icon_addcol.svg");
}
ul.operation li.addtime{
	background-image:url("../img/icon_add.svg");
}
ul.operation li.decision{
	background-image:url("../img/icon_complete.svg");
}
ul.operation li.save{
	background-image:url("../img/icon_save.svg");
}




a.add {
	width:50px;
	height: 50px;
	display: block;
	background:url("../img/icon_add.svg");
	margin:20px auto;
    cursor: pointer;
}
a.add:hover{
	opacity: 0.8;
}
ul.category{
	width:100%;
}
ul.category.half{
	width:50%;
}
ul.category > li{
	width:calc(100% - 20px);
	display: flex;
	justify-content: space-between;
	background-color:#efefef;
	padding:5px 10px;
	border-radius: 4px;
	margin-bottom: 10px;
	align-items: center;
}
div.category{
	margin-bottom:10px;
	margin:auto;
	width:50%;
}
div.category form{
	display: flex;
	gap:10px;
	margin-bottom:20px;
}
div.category input[type=submit]{
	width:80px;
	background:var(--red-color);
	color:#fff;
	border-radius: 4px;
}
div.category input[type=text]{
	border:1px solid #aaa;
	border-radius:4px;
	padding:0 10px;
}
input[type=color]{
	cursor: pointer;
    width:65px;
    height: 41px;
}
input[type=color]:disabled{
	cursor: not-allowed;
}
ul.tab{
	width:860px;
	margin:10px auto 50px;
	display: flex;
	gap:10px;
	justify-content: space-between;
}
ul.tab li{
	width:30%;
	height: 50px;
}
ul.tab li a{
	display: block;
	width:100%;
	height: 100%;
	border:1px solid var(--red-color);
	border-radius: 50px;
	text-align: center;
	line-height: 50px;
}
ul.tab li:hover a,
ul.tab li.active a{
	background:var(--red-color);
	color:#fff;
}
ul.tab li.date{
	width:30%;
}
ul.capital {
	width:580px;
	display: flex;
	justify-content: space-between;
	font-size:24px;
	gap:10px;
}
ul.capital li{
	width:50px;
	height: 50px;
}
ul.capital li a{
	display: block;
	width:100%;
	height: 100%;
	border:1px solid #ccc;
	text-align: center;
	line-height: 50px;
	border-radius: 50px;
	
}
ul.capital li a:hover{
	background:var(--red-color);
	color:#fff;
	border:1px solid var(--red-color);
}
div.searchBox{
	width:350px;
	border:1px solid #ccc;
	padding:0 0 0 10px;
	border-radius: 4px;
	display: flex;
}
div.searchBox input[type=text]{
	width:300px;
}
div.searchBox input[type=submit]{
	width:30px;
	height: 30px;
	background:url("../img/icon_searchbutton.svg") center center no-repeat;
	background-size:30px;
	cursor: pointer;
}
div.searchBox input[type=submit]:hover{
	opacity: 0.7;
}
div.customerSearch {
	display: flex;
	justify-content: space-between;
	margin:0 auto 50px;
}
form#search_form{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
table.customer{
	width:100%;
	border-bottom:1px solid #ccc;
}
table.customer td{
	padding:10px;
	border-top:1px solid #ccc;
}
table.customer thead td{
	font-weight: bold;
}
table.customer a{
	border-bottom:1px solid #ccc;
}
table.customer a:hover{
	color:var(--red-color);
	border-bottom:1px solid var(--red-color);
}
a.csvDownload{
	line-height: 40px;
	border:1px solid var(--red-color);
	padding:5px 20px;
	border-radius: 4px;
}
a.csvDownload.wide{
	width:150px;
	text-align: center;
}
a.csvDownload:hover{
	background:var(--red-color);
	color:#fff;
}
div.customerWrapper{
	width:var(--min-width);
	margin:10px auto;
}
input[type=text],
input[type=tel],
input[type=password],
input[type=email],
select{
	border:1px solid #333;
	border-radius: 4px;
	box-sizing: border-box;
	padding:0px 10px;
	width:100%;
	font-size:16px;
	height: 44px;
}
select{
	background-image:url("../img/icon_select.svg");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size:10px;
}
input.invoice+label{
	min-width:18em !important;
}
select.year{
	width:5em;
}
select.month{
	width:3em;
}
select.day{
	width:3em;
}
input[type=radio]{
	/*width:15px;
	height: 15px;
	border:1px solid #333;
	border-radius: 15px;*/
}
input[type=radio]:checked{
	background:#333;
}
dl.cart{
	margin:10px;
}
dl.cart dt,
dl.cart dd{
	padding:10px;
	overflow: hidden;
	box-sizing: border-box;
}
dl.cart dt{
	font-weight: bold;
	width:30%;
	float: left;
	clear: both;
}
dl.cart dd{
	display: flex;
	justify-content: flex-start;
	gap:10px;
	flex-wrap: wrap;
	align-items: center;
}
dl.cart dd div{
	display: flex;
	justify-content: flex-start;
	gap:10px;
	align-items: center;
}
dl.cart dd label{
	cursor: pointer;
}
dl.cart select{
	border:1px solid #333;
	padding:3px 10px;
}
dl.cart input[type=email]{
	width:100%;
}
dl.cart img{
	width:120px;
	height: auto;
}
/*dl.transaction,*/
dl.store,
dl.time,
dl.kyc,
dl.residence1,
dl.residence2,
dl.pay1,
dl.pay2,
dl.bank1,
dl.bank2,
dl.send{
	display: none;
}
div.cartWrapper{
	margin:10px;
}
div.cart:first-child{
	border-top:1px solid #ccc;
}
div.cart{
	overflow: hidden;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	padding-top:10px;
	margin-bottom:10px;
}
div.cart div.left1{
	width:calc(100% - 120px);
	float: left;
}
div.cart div.left1 p.product{
	color:#000;
	font-size:16px;
	font-weight: bold;
}
div.cart div.right1{
	width:110px;
	float: right;
	display: flex;
	justify-content: flex-end;
	gap:10px;
}
div.cart div.right1 p.condition{
	box-sizing: border-box;
	width:54px;
	height: 24px;
	line-height: 24px;
	font-size:12px;
	color:#fff;
	text-align: center;
	border-radius: 4px;
}
div.right1 p.condition.noopen{
	background-color:#4d4d4d;
}
div.right1 p.condition.open{
	background-color:#999999;
}
div.right1 p.color{
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	text-align: center;
	line-height: 24px;
	border-radius: 4px;
	border-width: 2px;
	border-style: solid;
	font-size:12px;
}
div.left2{
	width:calc(100% - 150px);
	clear: both;
	float: left;
	display: flex;
	gap:10px;
	margin-top:10px;
	flex-wrap: wrap;
	padding-top:18px;
	align-items: baseline;
}
div.right2{
	width:130px;
	float: right;
	margin-top:10px;
}
div.left2 div.number{
	width:132px;
	border:1px solid #999;
	border-radius: 4px;
	box-sizing: border-box;
	position: relative;
}
div.left2 div.number::before{
	content: "謨ｰ驥�";
	position: absolute;
	margin:auto;
	left:0;
	right:0;
	top:-24px;
	text-align: center;
	font-weight: bold;
	color:#666;
}
div.left2 div.unit{
	/*width:clamp(100px,142px,calc(100% - 162px));*/
	width:100%;
	min-width:100px;
	max-width:132px;
	box-sizing: border-box;
	padding-top:20px;
	position: relative;
}
div.left2 div.unit::before{
	content:"蜊倅ｾ｡";
	position: absolute;
	margin:auto;
	left:0;
	right:0;
	top:-3px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	color:#666;
}
div.left2 div.unit input{
	box-sizing:border-box;
	width:100%;
	border:1px solid #999;
	border-radius: 4px;
	text-align: right;
	padding:0 10px;
	font-size:16px;
	height: 39px;
}
div.right2 p.total{
	color:var(--red-color);
	font-size:20px;
	font-weight: bold;
	text-align: right;
	position: relative;
	line-height: 36px
}
div.right2 p.total::before{
	content:"驥鷹｡�";
	font-size:14px;
	color:#666;
	text-align: right;
	padding-right: 10px;
}
div.right2 p.total span{
	font-size:12px;
	color:#333;
}

table.preview strong{
	font-weight: bold;
}
table.preview{
	width:100%;
}
table.preview td{
	padding:10px;
}
table.preview input[type=number]{
	width:2em;
	border:1px solid #333;
	text-align: center;
	background:#fff;
}

table.preview input[type=tel]{
	width:6em;
	border:1px solid #333;
	text-align: right;
	background:#fff;
	padding:0 10px;
}
table.preview input[type=tel]:disabled{
	border:none;
	background:transparent;
}
dl.cart input.reserve{
	width:180px;
	border-radius: 4px;
	padding:0 10px;
	font-size:16px;
}
dl.cart input[type=radio]{
	display: none;
}
dl.cart input[type=radio]+label{
	border:1px solid #333;
	padding:0 10px;
	height: 44px;
	line-height: 44px;
	min-width: 100px;
	text-align: center;
	border-radius: 4px;
}
dl.cart input[type=radio]:checked+label{
	background:var(--darkgray-color);
	border-color: var(--darkgray-color);
	color:#fff;
}
p.notes{
	color:var(--red-color);
	display: none;
	text-align: justify;
}
input#term{
	display: none;
}
input#term+label{
	border:1px solid #333;
	padding:10px;
	width:50%;
	box-sizing: border-box;
	text-align: center;
	border-radius: 4px;
}
input#term:checked+label{
	background:#00bfde;
	border-color:var(--darkgray-color);
	color:#fff;
}
dl.hide2{
	display: none;
}
div.idPhotoWrapper {
	/*display: flex !important;
	justify-content: space-between !important;
	gap:10px;
	align-items: center !important;*/
}
div.idPhotoWrapper2{
    display: flex;
}
div.idPhotoWrapper > div{
	width:120px;
	display: flex;
	flex-direction: column;
	border:1px solid #333;
	border-radius: 4px;
	box-sizing: border-box;
	padding:10px;
}
div.idPhotoWrapper2 > div{
	width:calc(50% - 10px);
	display: flex;
	flex-direction: column;
	border:1px solid #333;
	border-radius: 4px;
	box-sizing: border-box;
	padding:10px;
    gap:10px;
}
dl.cart.confirm div.idPhotoWrapper > div{
	box-sizing: content-box;
}
input[type=file]{
	display: none;
}
input[type=file]+label{
	width:50px;
	height: 50px;
	background:url("../img/icon_photo_add.svg") center center no-repeat;
	background-size:30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
div.image1,
div.image2{
	/*width:100%;
	aspect-ratio:4 / 3;*/
	position: relative;
}
img#image1 ,
img#image2 {
	width:100%;
	height: 100%;
	object-fit:cover;
	display: none;
}
span.delete{
	width:25px;
	height: 25px;
	background:url("../img/icon_photo_delete.svg") center center no-repeat;
	background-size:25px;
	position: absolute;
	top:-5px;
	right:-5px;
	z-index: 10;
	display: none;
}
dl.bankWrapper {
	border:1px solid #ccc;
	border-radius: 4px;
	padding:10px;
}
input.search {
    border: none !important;
}
p.newsTitle{
	font-size:24px;
	margin-bottom: 20px;
}
p.newsTitle span{
	color:var(--red-color);
	font-weight: bold;
}
textarea.news{
	width:100%;
	box-sizing: border-box;
	padding:10px;
	height: 300px;
	border:1px solid #ccc;
	border-radius: 4px;
}
div.preset{
	display: flex;
	justify-content: center;
	gap:10px;
	width:640px;
	margin:auto;
}
div.preset > div{
	flex-basis: 1;
	width:100%;
	display: flex;
	flex-direction: column;
	gap:15px;
}
div.preset input.SavePresetBtn,
div.preset input.DeleteBtn{
	color:#fff;
	border-radius: 4px;
	height: 50px;
	cursor: pointer;
}
div.preset input.SavePresetBtn{
	background:green;
}
div.preset input.DeleteBtn{
	background:darkred;
}
div.preset input.SavePresetBtn:hover,
div.preset input.DeleteBtn:hover{
	opacity: 0.8;
}
div.setdate {
	width:480px;
	margin:50px auto;
	display: flex;
	justify-content: center;
	gap:20px;
	align-items: center;
}
div.setdate input[type=text]{
	width:calc(60% - 10px);
	text-align: center;
	font-size:32px;
	font-weight: bold;
	height: 60px;
	font-family:"Arial Black", Gadget, "sans-serif" !important;
}
div.setdate input[type=submit]{
	width:80px;
	border-radius: 4px;
	background:#ccc;
	color:#333;
	font-size:20px;
	height: 60px;
	cursor: pointer;

}
div.setdate input[type=submit]:hover{
	background:var(--red-color);
	color:#fff;

}
body,html{
    scroll-behavior: smooth;
}
a.move{
    display: block;
    width:50px;
    height: 50px;
    background-size:50px;
    position: fixed;
    background-position: center top;
    right:20px;
    cursor: pointer;
}
a.move:hover{
    background-position: center bottom;
}
a.move.top{
    background-image:url("../img/tobottom.png");
    top:calc((100vh / 2) - 25px);
}
a.move.bottom{
    background-image:url("../img/totop.png");
    top:calc((100vh / 2) + 25px);
}
div.total span{
    font-size:24px;
    padding:0 10px;
}

h2.purchase {
    font-size:24px;
    font-weight: bold;
    border-bottom:2px solid #ccc;
    margin-bottom:10px;
}
h3.purchase{
    font-size:20px;
    margin-bottom:10px;
}
dl.total{
    border-bottom:1px solid #ccc;
    width:300px;
    overflow: hidden;
}
dl.total dt,
dl.total dd{
    padding:5px;
    border-top:1px solid #ccc;
    width:calc(50% - 12px);
}
dl.total dt{
    float: left;
    clear: both;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
dl.total dd{
    float: right;
    text-align: right;
    border-right: 1px solid #ccc;}

div.separate {
	width:2px;
	height: 50px;
	background:#ccc;
}
span.time,
span.member,
span.price{
    display: block;
    font-size:14px;
}
span.time{
	text-align: right;
}
span.price{
	text-align: right;
	padding-top:3px;
}
div.batchWrapper{
	width:calc(100% - 164px);
	margin:auto;
	overflow: hidden;
}
div.batch{
	width:calc(50% - 20px);
	display: flex;
	justify-content: center;
	gap:15px;
	align-items: center;
    float: right;
}
div.batch.operation{
	width:calc(50% - 20px);
	display: flex;
	justify-content: center;
	gap:15px;
	align-items: center;
    box-sizing: border-box;
    padding:10px;
    border:1px solid #ccc;
    border-radius: 8px;
    padding-top:25px;
    position: relative;
    overflow: visible;
}
div.batch.operation p.title{
    width:120px;
    height: 1.5em;
    text-align: center;
    background:#fff;
    position: absolute;
    margin:auto;
    left:0;
    right:0;
    top:-.5em;
    color:#000;
    z-index: 10;
    font-weight: bold;
}
div.batch span{
	display: block;
	width:150px;
}
div.batch select{
	width:180px;
}
div.batch input{
	text-align: center;
	width:100px;
	height: 45px;
	background:var(--red-color);
	color:#fff;
	border-radius: 4px;
	cursor: pointer;
}
div.batch input:hover{
	background-color:darkred;
}
span#checksum{
	width:300px;
}
table.ship td.tdflex{
	display: flex;
	justify-content: center;
	align-items: center;
}
input.ship {
    width: 16px;
    height: 16px;
    border: 1px solid #333;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}
table.ship td.shipcheck{
	text-align: center;
	vertical-align: middle;
}
table.ship td.setnum,
table.status td.setnum{
	display: flex;
	justify-content: flex-end;
	gap:10px;
	align-items: center;
}
table.ship td.setnum span.stock{
	width:3em;
}
table.ship td.setnum input{
	border:1px solid #ccc;
	width:5em;
	padding:0 5px;
	text-align: right;
}
div.adminOperation {
    display: flex;
    justify-content: space-around;
    gap:10px;
    padding-top:20px;
}

table.ship td,
table.shipset td{
	vertical-align: middle;
}
table.shipset td.shipflex{
	display: flex;
	justify-content: space-between;
	align-items:center;
}
table.ship tr td:last-child{
	font-size:18px;
	font-weight: bold;
}
table.shipset input[type=number]{
	width:60px !important;
}
table.shipset input[type=number]::-webkit-outer-spin-button,
table.shipset input[type=number]::-webkit-inner-spin-button{
	margin-left: 10px;
}
table.shipset td.tac{
	display: table-cell;
	text-align: center !important;
}
td.stock_edit{
	display: flex;
	justify-content: flex-end;
	gap:10px;
	align-items: center;
}
td.stock_edit div{
	width:30px;
	display: flex;
	justify-content: space-between;
	gap:5px;
}
td.stock_edit div input{
	width:15px;
	height: 15px;
	background-repeat: no-repeat;
	background-size:15px;
	background-position: center center;
	cursor: pointer;
	opacity: 0.7;
	border:none !important;
}
td.stock_edit div input:hover{
	opacity: 1
}
td.stock_edit input.stock_edit{
	background-image:url("/img/icon_edit.svg");
}
td.stock_edit input.stock_ok{
	background-image:url("/img/icon_complete.svg");
}
td.stock_edit input.stock_cancel{
	background-image:url("/img/icon_photo_delete.svg");
	background-size:13px;
}
td.stock_edit div input.hide{
	display: none;
}
input.stock{
	width:4em;
	/*background:#ddd;*/
	text-align: right;
	padding:0 5px;
}
input.stock:disabled{
	background:none;
	border:none;
}


div.shipWrapper {
	display: flex;
	margin:auto 20px;
	gap:20px;
}
div.shipWrapper div.left{
	width:calc(30% - 10px);
}
div.shipWrapper div.right{
	width:calc(70% - 10px);
}
label.ship,
label.noship{
	width:80px;
	text-align: center;
	display: block;
	border:1px solid #ccc;
	padding:3px 0;
	color:#fff;
	cursor: pointer;
}
label.noship{
	background:var(--red-color);
}
label.noship:hover{
	background:darkblue;
}
label.ship{
	background-color:green;
}
td.shipprice input{
	text-align: right;
	border:1px solid #ccc;
	border-radius: 0;
	width:120px;
}


.switchWrapper {
	display: flex;
	width: min(var(--max-width), calc(100% - 20px));
	margin:auto;
	justify-content: space-around;
	align-items: baseline;
}
.switchWrapper h2{
	font-weight: bold;
	border-bottom:2px solid #000;
	margin-bottom:1em;
}
.switchWrapper ul{
	display: flex;
	gap:10px;
}
.switchWrapper label{
	width:auto !important;
}
