﻿@charset "utf-8";

-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;/*vertical-align: baseline;*/}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;width:100%;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

.mozi {font-weight: bold;}

a:-webkit-any-link {text-decoration: none;}
/* -------------------------------------------------------------- */
html {
	width: 100%;  /* autoによる既定値 */
    height: 100%;
}
body{
	color:#333;
	font-size:13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height:1.5;
	-webkit-text-size-adjust: none;
}


input,input[type="submit"] {
    /* -webkit-appearance: none; */
    z-index: 1;
    position: relative;
	overflow:hidden;
}

.login-modal input, .flex input, .flex2 input, .sobt input[type="submit"], input.win-button, input.win-button-t, .previous-button input, .next-button input,
.transfer-cont-end input, .transfer-cont-end input[type="submit"], .transfer-menu input[type="submit"], input.update-bt, input.change,
.buttons input, .buttons input[type="submit"], .buttons2 input[type="submit"], .template input, .ex-menu-first button, .loader,
.ex-menu-first input, .ex-menu-last input, input.dw_bt, table.four td input[type="submit"] , table.five td input[type="submit"] {
   -webkit-appearance: none;
}
.tab_content textarea, .tab_content_description textarea, .tab_content_original textarea {
	-webkit-appearance: none;
	border-radius: 0 !important;
}

/***** hoverアクション ******/
a {text-decoration: none;}

a:hover svg,
.left-column-list input:hover,button:hover,.ex-menu-right input:hover,
.button-link:hover, .ct-bt:hover, .search-bt:hover, .list-bt:hover, .list-ref-button:hover, .list-dust:hover, .win-button:hover, .win-button-t:hover,
.menu-item .fas:hover, .ct-list a:hover  {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

header {
    position: fixed;
    width: 100%;
    height: 50px;
    display: flex;
    background-color: #1f2327;
    z-index: 1001;
}
.header-menu {
    min-width: 300px;
    color: #fff;
    position: relative;
}
.header-main {
    width: auto;
    display: flex;
    flex-grow: 1;
}
.logo {
    max-width: 180px;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    padding: 3px 0 0;
    margin: 0 auto;
    color: #fff;
	text-align: center;
    pointer-events: none;
}
.logo-title {
	margin: 5px;
}
.user {
    position: absolute;
    top: 0;
    right: 0;
	display: flex;
    flex-grow: 1;
    align-items: stretch;
	max-width: 300px;
	padding: 10px;
	margin: 5px;
	float: right;
}
.user svg, .user p {
	color: #fff;
	display: inline-block;
}
.user p {
    margin: 0 10px 0 5px;
    position: relative;
}
.user p:before {
	content: "";
	width: 1px;
    height: 14px;
	border-right: 1px solid #fff;
	position: absolute;
    right: -8px;
    top: 2px;
	bottom: 0;
}
.user a {
    color: #fff;
    margin: 0 5px;
}
h2 {
	margin:0 0 5px 0;
	position: relative;
	font-weight: normal;
}
h2 span { position: absolute;}
h2.count-title { overflow: hidden;}

h2.count-title svg {
	width: 40px;
	float: left;
}
h2.count-title span {
	margin: 15px;
	font-size: 14px;
}

h3 {
	margin: 5px 0;
	font-weight: normal;
}

.fullheight {
	height: 100%;
	background-color: #fafafa;
	margin: 0;
}
#content {
	width: 100%;
    display: table;
    height: 100%;
    margin: auto;

}

.login-box {
	height: 100%;
	margin: 0 auto;
    display: table-row;
    vertical-align: middle;
}
.login-box-in {
    display: table-cell;
    vertical-align: middle;
}
.login-modal {
    padding: 40px;
    border: 1px solid #ddd;
    background:#fff;
}

.login-box h1 {
	margin: 0 auto 15px;
    text-align: center;
}
.login-box h1 span {
	font-size: 14px;
	margin: 5px;
	color: #0164aa;
}
.login-box h1 img {
	display: block;
	margin: 0 auto;
}

input.logins {
    line-height: 15px;
    width: 100%;
    height: auto;
    min-width: 80px;
    overflow: hidden;
    padding: 12px 16px;
    margin-top: 18px;
    border-color: transparent;
    background-color: #0164aa;
    color: white;
    border-radius: 5px;
    z-index: 1;
}

.login-field {
    z-index: 1;
    position: relative;
    margin-bottom: 0;
    margin: 0;
    height: 37px;
    width: 100%;
}
.login-field label.text {
    color: #c2c7cc;
    font-size: 14px;
    line-height: 15px;
    height: 38px;
    width: 100%;
    padding: 15px 0 0 10px;
}

input.text {
	position: absolute;
    top: 0;
    left: 0;
    height: 38px;
    width: 100%;
    background: transparent;
    border: 1px solid #d0d2d3;
	border-radius: unset;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    -webkit-appearance: none; 
    /* width: -webkit-fill-available; */
}
input::placeholder {
  color: #d0d2d3;
}

/********************** ドロワーメニュー & アイコン *****************************/
.drawer {
    padding: 24px 0;
    font-size: 16px;
    width: 320px;
    border-right: 1px #d5d9dc solid;
}
.drawer-up ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 24px;
}
.drawer-up li {
    display: block;
    min-height: 104px;
    width: 33.3333333333%;
}
.drawer-up li.new-box {
    width: 66.6666666666%;
}
.drawer-up svg {color: #fff;}

.drawer-up {
    transform: scale(1);
}
.drawer-up.drawer-list {
    height: 90%;
}

.drawer-up svg {
    display: block;
    margin: 8px auto 8px;
    border-radius: 10px;
    padding: 9px;
    transition: transform .2s ease-in-out;
}
.drawer-up span {
	display: block;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    min-height: 32px;
    color: #343b42;
}
/**** アイコン単体 ******/

.home {background-color: #0661B0;}
.list {background-color: #6168DD;}
.new {background-color: #7150A1;}
.inport {background-color: #5F6A7C;}
.titled {color: #aaa;}

.title-f {
    display: block;
    border-radius: 10px;
    padding: 5px;
    color: #fff;
    background-color: #6168DD;
}
.title-item {
    display: block;
    border-radius: 10px;
    padding: 5px;
    color: #fff;
    background-color: #7150A1;
}

/******** ダッシュボード 左右カラム	 ******/
.left-column {
	width: 46%;
	margin: 1.5% 2.5% 1.5% 1.5%;
	float: left;
}
.right-column {
	width: 46%;
	margin: 1.5% 1.5% 1.5% 2.5%;
	float: right;
}
.center-column {
	width: 95%;
	margin: 1.5% 2.5%;
}
.dashboard {
	width: auto;
	overflow: hidden;
	padding: 10px 15px;
	margin-bottom: 15px;
	border: solid 1px #efefef;
}

.dashboard table {
	border: none;
}

.dashboard td {
	border: none;
	border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.dashboard td:first-child,
.dashboard .unders td:first-child  {
    border-left: 1px solid #ccc;
}
.dashboard .unders td {
	border: none;
	border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.scroll-set {
	max-height: 400px;
	overflow-y: scroll;
}
.dashboard h3 {
	margin: 5px 0;
	display: inline-block;
}
.graph-bt {
	display: inline-block;
}

#create_day,
#previous,
#next,
#export_day,
#import_day,
#download_day {
	-webkit-appearance: none;
	display: inline-block;
	height: auto;
	margin: 5px 2.5px;
	padding: 3px 8px;
	border-radius: 3px;
	background: #ececec;
	border: 0;
	color: #0597dd;
}

.left-column-list {
	width: 300px;
	overflow: hidden;
	margin: 0 15px 0 0;
	float: left;
}
.right-column-list {
	flex-grow: 1;
	overflow: hidden;
	/* margin: 0 30px 0 15px;
	float: right;
	position: absolute;
	left: 350px;*/
}

.cnt {
	font-size: 13px;
	float: right;
	margin-top: 10px;
}
.count {
	max-width: 200px;
	font-size: 13px;
	float: left;
	margin-top: 20px;
	padding: 0 5px;
}
/************************************** 出品リスト ナビメニュー ******/
.search-menu,
.transfer-menu {
	background-color: #efefef;
	border-radius: 5px;
	padding: 0;
	font-size: 12px;
	overflow: hidden;
	margin-bottom: 15px;
}
.transfer-menu {
	padding: 10px;
}
.search-menu h2, .transfer-menu h2 {
	font-size: 16px;
	text-align: center;
	border-bottom: solid 1px #333;
}
.transfer-menu h2 {
    padding: 0 0 10px;
}
/***** アコーディオンパネル *****/
.replace-menu {
	background-color: #efefef;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	padding: 0 ;
	margin-bottom: 15px;
	font-size: 12px;
	overflow: hidden;
}
.acd-check{
	display: none;
}
.acd-label{
	font-size: 16px;
	text-align: center;
	display: block;
	padding: 10px;
	border-bottom: solid 1px #333;
}
.acd-label span {
	display: block;
	width: 125px;
    margin: 0 auto;
    position: relative;
}
.acd-label span:after{
    content: '▲';
    position: absolute;
	color: #222;
    /* box-sizing: border-box;*/
    display: block;
    font-size: 25px;
    left: 0;
    top: -6px;
    z-index: 10000;
}
.acd-check:checked + .acd-label span:after{
    content: '▼';
}
.acd-content{
	height: 0;
	opacity: 0;
	transition: .5s;
	visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
	height: auto;
	opacity: 1;
	border-radius: 0 0 5px 5px / 0 0 5px 5px ;
	padding-bottom: 10px;
	transition: .5s;
	visibility: visible;
}
.search-menu-cont,
.replace-menu-cont {
	padding: 10px;
}

/***** ナビ テーブル *****/
select {
	max-width: 100% !important;
}
table.fixed {
	table-layout: fixed;
}
table.fixed.nonefixed {
	table-layout: unset;
}
table.fixed th {
	min-width: 88px;
	padding: 3px;
}
table.fixed td {
	padding: 3px;
	max-width: 190px;
}
table.fixed td.cell-cont input {
	width: 58px;
}
table.fixed td.cell-cont input.hasDatepicker {
	width: 76px;
}
td.number select#select3 {
	width: 50px;
}
td.number input {
	width: 58px;
}
td.temp select {
	width: 300px;
}

select.all-select {
	width: 100% !important;
}

td.searchs input#category_search_result {
	width: 92%;
}
td.searchs a {
	width: 8%;
	text-align: center;
	display: block;
	float: right;
}
table.fixed td.cell-right {
	text-align: right;
	padding-right: 10px;
	width: 40px;
}
table.fixed td select.w100,
table.fixed td input.w100 {
	width: 100%;
}
/***** 出品リスト ナビメニュー ボタン ******/

.buttons {
	margin: 10px;
	text-align: center;
}
.buttons2 {
	margin: 10px;
	text-align: center;
}
.blocks {
	width: auto;
	margin: 10px 0 0;
	overflow: hidden;
}

.nav-button, .search-save-button, .clear-save-button, .copy-button input, .clear-button {
	width: 100%;
	color: #fff;
	border-radius: 5px;
	border: 0;
}
.nav-button {
	background-color: #1f2327;
	height: 50px;
	font-size: 15px;
	font-weight: normal;
}

.saves-buttons {
	width: 195px;
	margin-right: 10px;
	float: left;
}
.saves-buttons input {
	width: 100%;
	height: 30px;
	margin-bottom: 5px;
}

.search-save-button { background-color: #6168dd;}
.clear-save-button { background-color: #5F6A7C;}
.clear-button { 
	width: 50%;
	height: 30px;
	color: #fff;
	border-radius: 5px;
	border: 0;
	background-color: #5F6A7C;
	margin-top: 5px;
}
.copy-button {
	width: 65px;
	height: 65px;
	float: left;
}
.copy-button input {
	height: 100%;
	background-color: #0661B0;
}
.font35 {
	font-size: 35px;
}

/****** ヤフオクストア・ヤフオク ******/

.yahoostore, .yahoo {
	width: 50%;
	float: left;
	color: #fff;
	border-radius: 5px;
	border: 0;
}
.yahoo-block {
	float: left;
	width: 50px;
	height: 50px;
}
.yahoostore button, .yahoo button,
.yahoostore-col, .yahoo-col { 
	width: 60px;
	height: 60px;
    margin: 10px 5px;
    border-radius: 10px;
    border: 0;
    color: #fff;
}
.yahoostore-col, .yahoo-col { padding: 9px;}
.yahoostore button, .yahoo button { padding: 0;}
.yahoostore button img, .yahoo button img {width: 60px; height: 60px;}

.yahoostore button, .yahoostore-col, .icon-box .yahoo { background-color:#F06324;}
.yahoo button, .yahoo-col, .icon-box .yahoo-k { background-color:#FBC407;}

/****** 一括データ転送・ステータス変更 ******/

.transfer-cont-status {
	width: auto;
	padding-bottom: 10px;
}
.transfer-cont-status p,
.transfer-cont-status serect,
.transfer-cont-status input {
	display: inline-block;
    width: auto;
    margin: 5px;
}
.transfer-cont-status p { width: auto;}
.transfer-cont-status serect { width: 130px;}
.transfer-cont-status input {
	width: 80px;
	height: 25px;
	color: #fff;
	border-radius: 5px;
	border: 0;
	background-color: #0661B0;
}
/****** エクスポート・削除ボタン ******/

.transfer-cont-end {
	width: auto;
	overflow: hidden;
}
.export, .multi_delete, .copys {
	width: 40px;
	height: 40px;
	font-size: 24px;
	color: #fff;
	margin: 0 2.5px;
	border-radius: 5px;
	border: 0;
}
.export { background-color: #5F6A7C;}
.multi_delete {	background-color: red;}
.copys {	background-color: #0661B0;}

.clear-save-button2 {
	width: 50%;
	height: 30px;
	color: #fff;
	border-radius: 5px;
	border: 0;
	background-color: #5F6A7C;
	margin-top: 5px;
}
.right-column-list section {
	padding-bottom: 30px;
	position: relative;
}
/******** 出品リスト 商品一覧表 ******/

.right-column-list .list-column {
	max-height: 760px;
	/* border: solid 1px #ccc;*/
	border-top: solid 1px #ccc;
	overflow-y: scroll;
}
.right-column-list table {
	max-height: 760px;
}

/******** 出品リスト テーブル ******/
/***** 共通 *****/

.right-column-list table, .ex-menu-left table, .ex-menu-center table {
	width: 100%;
	border-collapse:separate;
	border-spacing: 0;
}
.ex-menu-left table, .ex-menu-center table {
	border-top: 1px solid #ccc;
}
.right-column-list table th, .ex-menu-left table th, .ex-menu-center table th  {
	text-align: center;
	background-color: #ddd;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.right-column-list table th, .ex-menu-left table th { padding: 5px;}
.ex-menu-center table th { padding: 9px 5px 10px;}

.right-column-list table td, .ex-menu-left table td {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top:none;
	padding: 5px;
}
th.cell-title12{
	border-right: 1px solid #ccc;
}
.ex-menu-center table td {
	border-bottom: 1px solid #ccc;
	border-top: none;
	padding: 5px;
}
.ex-menu-left table th.del-line, .ex-menu-left table td.del-line {
	border-bottom: none;
}

.right-column-list table td:last-child, .ex-menu-left table td:last-child, .ex-menu-center table:last-child {
	border-right: 1px solid #ccc;
}

/*
.right-column-list table tr:last-child td:first-child { border-radius: 0 0 0 5px;}
.right-column-list table tr:last-child td:last-child { border-radius: 0 0 5px 0;}
*/
.right-column-list .list-column table {
	text-align: left;
	position: relative;
	border-collapse: collapse; 
}
.right-column-list .list-column table th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 99;
}

th.cell-title1, td.cell-cont1,
td.cell-cont2,
th.cell-title4, td.cell-cont4,
td.cell-cont7, td.cell-cont8 {
	width: 45px;
	text-align: center;
}
th.cell-title9, td.cell-cont9,
th.cell-title10, td.cell-cont10,
th.cell-title11, td.cell-cont11,
th.cell-title12, td.cell-cont12 {
	width: 35px;
	text-align: center;
}
td.cell-cont2 {
	text-align: center;
}
td.cell-cont3 {
	width: 110px;
	text-align: center;
}
td.cell-cont5 input {
	font-size: 11px;
	padding: 3px;
	width: 100%;
    float: left;
}
td.cell-cont5 select {
	font-size: 11px;
	margin-bottom: 6px;
	margin-right: 1%;
	width: 49%;
	float: left;
}
td.cell-cont5 select.right-w {
	font-size: 11px;
	margin-bottom: 6px;
	margin-right: 0;
	width: 50%;
	float: right;
}

td.cell-cont6 {
	/* width: 120px; */
	text-align: center;
}
td.cell-cont6 select {
    display: block;
    margin: 0 auto 6px;
}
td.cell-cont6 input, td.cell-cont7 input {
	width: 56px;
}

/************** 商品追加 上部ナビ **********************************************************************/

.ex-menu {
	width: 100%;
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 15px;
    z-index: 998;
   	background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
}
.fixed{
    position: sticky;
    top: 60px;
}
.ex-menu-left table, .ex-menu-center table {
	height: 300px;
}

.ex-menu-left  {
	width: 49%;
	margin: 1% .5% 0 1%;
    overflow: hidden;
    background-color: #fff;
    float: left;
}
.ex-menu-left table th {
	width: 80px;
}
.ex-menu-center {
	width: 28%;
	margin: 1% 1% 0 .5%;
    overflow: hidden;
    background-color: #fff;
    float: left;
}
.ex-menu-center table th {
	width: 80px;
}

.ex-menu-center table td select {
	width: 49%;
}
.ex-menu-right {
	width: 19%;
	margin: 1% 1% 0 0;
    overflow: hidden;
    float: left;
}
.ex-menu-first input, .ex-menu-first button {
    width: 100%;
    color: #fff;
    border-radius: 5px;
    border: 0;
}
.ex-menu-first button span {
    display: inline-block;
    margin: 0 auto;
    padding-left: 30px;
    position: relative;
}

.ex-menu-first button span:after{
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url(img/copy.svg);
	background-size: contain;
    display: block;
    position: absolute;
    left: 0;
    top: -6px;
}
.ex-menu-last .tab1-2 {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	overflow: hidden;
    padding: 8px 0;
	margin: 0 auto;
}
.keep {
	width: 50px;
	height: 50px;
	border: 0;
	color: #fff;
    margin: 0 5px 0 0;
    float: left;
	position:relative;
}
.keep input[type="image"]{
	display: block;
	border: none;
	outline: 0;
	cursor: pointer;
	width: 100%;
    height: 100%;
	padding: 3px;
	border-radius: 10px;
	background-color: #0761B1;
}

  
.not-selecte {
	width: 160px;
    color: #fff;
	height: 50px;
	line-height: 40px;
	background-color: #999;;
    padding: 5px 10px;
	margin-bottom: 6px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
    border: 0;
	float: right;
}

.tab-button {
	width: 50px;
    height: 50px;
	margin: 0 5px 0 0;
	position: relative;
}

.keep span,
.tab-button span {
	display: inline-block;
	transition: 1s all;
	position: absolute;
	width: 50px;
    height: 50px;
    border-radius: 10px;
	top: 0;
    left: 0;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.75);
	z-index: 2;
}

.keep:hover span, .tab-button:hover span, .keep input[type="image"]:hover,
.tab-button button:hover, .tab-button a:hover {
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.ex-menu-last .tab1-2 .tab-button button,
.ex-menu-last .tab1-2 .tab-button a svg {
	width: 50px;
    height: 50px;
    margin: 0 5px 0 0;
    padding: 3px;
    border: 0;
    color: #fff;
    border-radius: 10px;
}

.yahoostore-long button, 
.yahoostore-long-col, 
.yahoostore-long
{ background-color:#F06324;}
 
.yahoo-long button, 
.yahoo-long-col, 
.yahoo-long
{ background-color:#FBC407;}

.base {
	background-color: #F9CD9E;
}

.icon-box {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	width: 100%;
}

.icon-box button, .icon-box a {
	width: 60px;
	height: 60px;
    margin: 10px 5px;
    border-radius: 10px;
    border: 0;
    color: #fff;
}

.ex-menu-last button img {
	width: 100%;
	height: auto;
}
.ex-menu-right .tab3 {
    width: 100%;
    overflow: hidden;
    padding: 5px 0 0;
}
.ex-menu-right .tab3 .tab3-c {
	width: 210px;
    margin: 0 auto;
}

.ex-menu-right .tab3 .tab3-c input {
    float: left;
}
.ex-menu-right .tab3 .tab3-c p {
    float: left;
    margin-top: 4px;
    color: #fff;
    padding-right: 1%;
}

.ex-menu-right .tab3 .tab3-c .transfer-cont-status {
    float: left;
    margin-top: 4px;
    padding-right: 2%;
}
.ex-menu-button {
	background-color: #6168DD;
	height: 45px;
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: normal;
}
.ex-menu-button.color-a{ background-color: #0761B1;}
.ex-menu-button.color-b{ background-color: #029A67;}
.ex-menu-button.color-c{ background-color: #5f237c;}

/***** 画像アップロード アコーディオンパネル *****/
.image-acd {
	width: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.image-acd-check{
    display: none;
}
.image-acd-label{
    background: #ccc;
    display: block;
    font-size: 15px;
    padding: 10px 10px 10px 35px ;
    position: relative;
}
.image-acd-label:after{
    box-sizing: border-box;
    content: "+";
    font-family: FontAwesome;
    display: block;
    font-size: 20px;
    padding: 5px 10px;
    position: absolute;
    left: 0;
    top: 0px;
}
.image-acd-content{
    background: #eee;
    display: block;
    height: 0;
    opacity: 0;
    margin-bottom: 10px;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.image-acd-check:checked + .image-acd-label{
    background: #eee;
}

.image-acd-check:checked + .image-acd-label:after{
    content: "－";
}
.image-acd-check:checked + .image-acd-label + .image-acd-content{
    overflow: hidden;
    height: auto;
    opacity: 1;
    padding: 15px;
    visibility: visible;
}

.image-acd-content ul {
	width: 100%;
	overflow: hidden;
}
.image-acd-content ul li {
	width: 8%;
	height: 115px;
	margin: 1%;
	float: left;
}
.dw_bt {
	display: block;
	width: 500px;
	border: 0;
	margin: 10px auto;
	padding: 10px;
	color: #fff;
	background: #0761B1;
	text-align: center;
	border-radius: 5px;
}
.image-block {
	width: 100%;
	height: 100%;
    position: relative;
}
.up-image img {
	width: 100%;
	height: 100%;
}
.delete {
	width: 30px;
	height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
}

/***** タブ切り替え 2021.08.25削除済み *****/

.tabs {
	margin-top: 50px;
	padding-bottom: 40px;
	/* border: solid 1px #ccc;*/
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

/*タブのスタイル*/
.tab_item {
	display: block;
	width: calc(100%/2);
	height: 30px;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	background-color: #eee;
	line-height: 30px;
	text-align: center;
	float: left;
	transition: all 0.2s ease;
}
.tab_item_one {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	transition: all 0.2s ease;
	background-color: #0661B0;
    color: #fff;
}
.tab_item_two {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	transition: all 0.2s ease;
	background-color: #666;
    color: #fff;
}
.tab_item:hover {
	opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
	display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	background-color: #0661B0;
	color: #fff;
}
.tab_content textarea, .tab_content_description textarea, .tab_content_original textarea {
	width: 100%;
	height: 340px; 
	padding: 5px;
	border: solid 1px #ccc;
	overflow-y: scroll;
	resize: none;
}

.tab_content_description {
	width: 79%;
	float: left;
}

.tab_content_original {
	width: 21%;
	float: left;
}


/**********************************************************************************************************************************************/

* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,body {
	height: 100%;
}

/***** コンテンツ幅 *****/

#container {
	width: auto;
	background: #fff;
	padding-top: 50px;
	margin-left: 300px;
	height: 100%;
	position: relative;
	-moz-transition: margin-left .15s linear;
	-webkit-transition: margin-left .15s linear;
	transition: margin-left .15s linear;
}
#container_sub {
	width: auto;
	background: #fff;
	padding-top: 50px;
	padding-bottom: 85px;
	height: 100%;
	position: relative;
}
#main {
	background: #eee;
	padding-top: 50px;
	min-height: 1400px;
}
#main p {
	margin-bottom: 1em;
	line-height: 1.9;
}
#main .inner {
	padding: 60px;
}

/* main-visual */
#main-visual {
	background: #64CE80;
	background: -webkit-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: -moz-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: -ms-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: -o-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: linear-gradient(-45deg, #64CE80, #C68BC4);
	height: 400px;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#copyright a {
	color: #666;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}

#global-head {
	position: fixed;
	color: #033560;
	width: 100%;
	padding: 10px 30px;
	background: #fff;
	display: -webkit-flex;
	display: flex;
}
#global-nav:active {
    pointer-events: none;
}
.submenu ul a:active {
	pointer-events: all;
}

#sidebar {
	padding-top: 60px;
	width: 300px;
	height: 100%;
	position: fixed;
	color: #afc3f2;
	opacity: 1;
	/* background: #033560; */
}
body.close #sidebar {
	opacity: 0;
}

#brand-logo {
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

/* nav-toggle */
#nav-toggle {
	position: fixed;
	top: 15px;
	left: 15px;
	height: 24px;
}
#nav-toggle > div {
	position: relative;
	width: 24px;
}
#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #fff;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

/* #nav-toggle close */
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 7px;
}
#nav-toggle span:nth-child(3) {
	top: 14px;
}
#nav-toggle {
	z-index: 1000;
}
#container {
	z-index: 900;
}

/* close */
.close #container {
	margin-left: 0;
}
.close #brand-logo {
	margin-left: 50px;
}
.close #nav-toggle span {
	background: #fff;
}

/******************* 下層ナビ**********/

nav.and {
	width: 300px;
	height: 100%;
	margin-top: 50px;
	padding-top: 10px;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
    border-right: 1px #d5d9dc solid;
	transform: translate(-300px);
	transition: all .5s;
}
nav.open {
	transform: translateZ(0);
}

/******************* カテゴリー **********/
.register {
	padding: 15px;
	margin-bottom: 60px;
    border: 1px #ccc solid;
}
.register-name{
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}
.register-name dl {
	float: left;
}
.register-name dl dt {
	float: left;
	margin-right: 10px;
}
.register-name dl dd {
	float: left;
}

/******************* リスト **********/

.list-title {
    color: #333;
    background-color: #f2f2f2;
    padding: 10px;
    text-align: center;
    border: 1px #ccc solid;
}
.list-cont, .list-cont-noct {
    min-height: 43px;
    overflow: hidden;
    padding: 10px;
    line-height: 1.7;
    border: 1px #ccc solid;
    margin-top: -1px;
    position: relative;
}
.list-cont .list-name {
	width: 85%;
}
.list-cont-noct input.list-preview {
	min-width: 30px;
	min-height: 22px;
	float: left;
}
.list-cont-noct .list-name {
	width: 75%;
	float: left;
}
.list-cont .list-ref-button,
.list-cont-noct .list-ref-button  {
    position: absolute;
    top: 7.5px;
    right: 46px;
	height: 27px;
    background-color: #0661B0;
    padding: 2.5px 10px;
    border: 0;
    border-radius: 3px;
    color: #fff;
}
.list-cont .list-dust,
.list-cont-noct .list-dust {
    position: absolute;
    top: 7.5px;
    right: 10px;
    width: 27px;
    height: 27px;
    background-color: #0661B0;
    /* padding: 6px 5px; */
    border: 0;
    border-radius: 3px;
	background-image: url("img/dust.svg") ;
	background-repeat: no-repeat;
	background-size: contain;
}
.list-cont .list-dust svg,
.list-cont-noct .list-dust svg {
	color: #fff;
}

/******************* カテゴリーの一覧表示 **********/

.cat-display {
	display: inline-block;
	width: 100%;
	margin: 15px 0;
	overflow: hidden;
}

/******************* リスト 並べ替え表示 **********/

.sobt {
	display: inline-block;
	width: 100%;
	margin: 10px 0 0 ;
	overflow: hidden;
}
.sort {
	width: 600px;
}
.sort span {
	width: auto;
	padding: 0 10px;
	border-right: solid #ccc 1px;
	float: left;
}
.sort span.last {
    margin: 0 10px 0 0;
}

.sort input {
	float: left;
}

.button-new {
	width: 120px;
	height: 60px;
    background-color: #0661B0;
    padding: 6px 5px;
    border-radius: 3px;
    color: #fff;
}

.bt-two {
	float: right;
}

.cat-check {
	margin-top: 20px;
}
.cat-check span {
    display: inline-block;
	margin: 0 5px 0 0;
}
.cat-check div {
    display: inline-block;
	width: auto;
	min-width: 120px;
	height: 20px;
	padding: 0 5px;
	margin: 5px 0;
	border: solid #666 1px;
}
.cat-check input.checks {
	margin: 5px 5px 0 10px;
}

/*** カテゴリー リストボタン ***/

.ct-list {
	display: inline-block;
    overflow: hidden;
	margin-bottom: 10px;
}
.ct-list a  {
	display: inline-block;
	border: 0;
    background-color: #0661B0;
    padding: 3px 10px;
    border-radius: 3px;
    color: #fff;
}
.ct-hints { overflow: hidden;}
.ct-hints p {
	color: red;
	margin-bottom: 10px;
}
.ct-hints p a {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}

@media screen and (max-width: 567px) {
	.ct-list {
		display: block;
	}
	.ct-list a {
		width: 48%;
		padding: 5px 10px;
		margin: 5px 1%;
		text-align: center;
		float: left;
	}
}


/********************************************************************** 右下ナビ ****************************/
.lower-right {
	width: 240px;
    position: fixed;
    bottom: 0;
    right: 2.5%;
    background-color: #efefef;
    border-radius: 5px;
    padding: 10px;
    font-size: 12px;
    overflow: hidden;
    margin-bottom: 30px;
}
.lower-right-tab1,
.lower-right-tab2,
.lower-right-tab3 {
	width: 100%;
    display: inline-block;
}
.lower-right-tab3 p, .lower-right-tab3 div, .lower-right-tab3 input {
	float: left;
	margin-right: 10px;
}


.template {
	width: auto;
	overflow: hidden;
}
.template dl {
	float: left;
	width: auto;
	margin-bottom: 7px;
}
.template dt {
	width: 100px;
	height: 40px;
	border: solid #ccc 1px;
	float: left;
	text-align: center;
	padding: 10px 5px;
}
 .template dd {
 	width: auto;
	height: 40px;
	border: solid #ccc 1px;
	border-left: 0;
	float: left;
	padding: 9px 8px;
}
.template dd select {
 	width: 100%;
}
.temp-button {
	width: 40px;
	height: 40px;
	float: left;
	margin-left: 7px;
	border: 0;
    background-color: #0661B0;
    padding: 2.5px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 25px;
}
.ct-bt  {
	display: inline-block;
	border: 0;
    background-color: #0661B0;
    padding: 2.5px 10px;
    border-radius: 3px;
    color: #fff;
}
.search-bt {
	width: 20px;
	height: 20px;
	border: 0;
    background-color: #0661B0;
    padding: 2.5px;
    margin: 0 5px;
    border-radius: 3px;
    color: #fff;
}
.list-bt {
	display: inline-block;
    background-color: #333;
    padding: 2.5px 10px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    color: #fff;
}
.change {
	border: 0;
    background-color: #0661B0;
    padding: 2.5px 10px;
    border-radius: 3px;
    color: #fff;
}
.button-link {
	display: inline-block;
	width: auto;
    background-color: #0661B0;
    padding: 8px 15px 8px 8px;
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 3px;
    color: #fff;
}
.button-link span {
    font-size: 20px;
    line-height: 20px;
    margin-right: 5px;
}

/******************* カテゴリー ポップアップ **********/
.windows {
	width: 100%;
	height: auto;
}
.windows-name {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #333;
}
.windows-name h2 {
	width: 100%;
	height: 50px;
	font-size: 15px;
	padding:13px 5px 0 15px;
	color: #fff;
}
.windows-name .close {
	position: absolute;
	width: 40px;
	height: 50px;
	top: 0;
	right: 0;
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	background: 0;
    border: 0;
}
.windows-name .close:hover {
	color: #fff;
}
.windows-cont {
	width: auto;
	height: auto;
	margin: 15px;
}
.windows ul {
	width: auto;
	overflow: hidden;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
}
.windows ul li {
	width: 31.3%;
	margin: 1%;
	float: left;
}
.windows .out-box {
	width: auto;
	margin: 10px;
}
.windows .in-box {
	border: 1px solid #ccc;
    padding: 7px 8px;
}
.win-button {
	border: 0;
    display: inline-block;
    width: auto;
    background-color: #0661B0;
    font-size: 15px;
    line-height: 15px;
    padding: 10px 15px;
    margin: 0 10px;
    border-radius: 3px;
    color: #fff;
}
.win-button-t {
	border: 0;
    display: inline-block;
    width: auto;
    background-color: #0661B0;
    font-size: 15px;
    line-height: 15px;
    padding: 10px 15px;
    margin: 0 10px 0 0;
    border-radius: 3px;
    color: #fff;
}

.windows textarea,
.windows input[type="text"] {
	padding: 5px;
}
.list-delete-button {
	width: 35px;
	height: 35px;
	border: 0;
    background-color: red;
    padding: 6px 5px;
    border-radius: 3px;
    color: #fff;
    position: relative;
    top: -50px;
    right: 15px;
    float: right;
}
.list-delete-button svg {
    color: #fff;
    width: 22px;
    height: 22px;
}


/* Submenu */
.submenu {
	position: relative;
}
.submenu ul {
    display: none;
}
.submenu:hover ul {
    display: block;
    position: absolute;
    background-color: #dedede;
	width: 300px;
	padding: 0;
    right: -25px;
    top: 60px;
}
.submenu ul li {
    display: block;
    width: 100%;
    min-height: 35px;
}
.submenu ul li a,
.sub-menu-nav li a {
	display: block;
    color: #222;
    width: 100%;
    padding: 16px 22px;
}
.submenu ul li a:hover {
    color: #222;
    background-color : #ccc;
}
body.close .sub-menu-nav:hover {
    display: block;
    position: absolute;
    background-color: #dedede;
	width: 300px;
	padding: 0;
    right: -25px;
    top: 60px;
}

/************ マウスオーバー テキスト表示 ***************/
.tooltip {
	position: relative;
}
.tooltip .tooltip-text {
	position: absolute;
	z-index: 1;
	bottom: 0%;
	left: 110%;
	visibility: hidden;
	width: auto;
	white-space: nowrap;
	padding: 0.5em;
	transition: opacity 1s;
	text-align: center;
	opacity: 0;
	color: #ffffff;
	border-radius: 6px;
	background-color: #000;
}
.tooltip .tooltip-text::after {
	position: absolute;
	top: 50%;
	left: -10px;
	margin-top: -5px;
	content: '';
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 0px solid transparent;
	border-right: 10px solid #000;
}
.tooltip:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
}

.goods {/*** アイテム一覧 ***/
	width: auto;
	height: 65%;
	padding: 10px;
	overflow-y: scroll;
}
.goods-list {
	margin: 10px;
	overflow: hidden;
}
.goods-img {
	width: 35%;
	margin: 2.5%;
	float: left;
}
.goods-img img {
	width: 100%;
	height: auto;
}
.goods-content {
	width: 55%;
	margin: 2.5%;
	line-height: 1.6;
	font-size: 12px;
	color: #222;
	float: left;
}
.goods-title {
	display: inline;
	line-height: 1.6;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.goods-data, .goods-price, .goods-status {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* プレビュー表示 */
.preview-item {
	width: 95%;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
.preview-item input {
    width: 150px;
    padding: 6px;
	border: 0;
    background-color: #000;
    color: #fff;
}
.preview-item img {
	max-width: 100%;
	height: auto;
}

.previous-button {
    position: absolute;
    bottom: 0;
    left: 0;
}
.next-button {
    position: absolute;
    bottom: 0;
    right: 0;
}
.previous-button input,
.next-button input {
    padding: 2px 8px;
}

/***  R3追記  ************************************************/
.table-five {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
table.five, table.four {
	border-top: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	border-left: solid #ccc 1px;
}
table.five th,
table.four th { 
	width: auto;
	padding: 10px;
	border-right: solid #ccc 1px;
	background: #efefef;
}
table.five td { 
	width: auto;
	padding: 10px;
	border-right: solid #ccc 1px;
	border-top: solid #ccc 1px;
	white-space: nowrap; /* もしかしたら何か起こるかも */
}
table.four td { 
	width: 5%;
	padding: 10px;
	border-top: solid #ccc 1px;
}
table.four td.second { 
	width: 160px;
}

table.five .list-ref-button {
    width: auto;
    height: 27px;
    line-height: 24px;
    background-color: #0661B0;
    padding: 2.5px 10px;
    border-radius: 3px;
    margin-right: 35px;
    border: 0;
    color: #fff;
    float: left;
}
table.four .list-ref-button {
    width: auto;
    height: 27px;
    line-height: 24px;
    background-color: #0661B0;
    padding: 2.5px 10px;
    border-radius: 3px;
    margin-right: 35px;
    border: 0;
    color: #fff;
    float: left;
}

table.five .list-dust,
table.four .list-dust {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 27px;
    height: 27px;
	background-color: red;
    border: 0;
    border-radius: 3px;
	background-image: url("img/dust.svg") ;
	background-repeat: no-repeat;
	background-size: contain;
}

table.five td.flex {
	position: relative;
	width: 170px;
}
table.four td.flex {
	position: relative;
	border-right: solid #ccc 1px;
}


table.five td.flex2 {
	position: relative;
	width: 106px;
}

/****** 固定
table.five td.flex2 {
    position: relative;
    width: 170px;
    padding: 10px 10px 36px;
}
table.five .list-ref-button {
	top: 10px;
    position: absolute;
    right: 10px;
}*/

table.five svg {
	color: #fff;
}

td.c-choice {
    position: relative;
	width: 56px !important;
	padding: 0;
}
td.c-flex {
    position: relative;
	width: 50px !important;
	padding: 0 25px !important;
}
table.five td.c-choice .list-ref-button {
	margin-right: 0 !important;
}

.update-bt {
	width: auto;
	height: auto;
	border: 0;
    background-color: #0661B0;
    padding: 2.5px 5px;
    margin: 0 5px;
    border-radius: 3px;
    color: #fff;
}

.update-name {
	display: inline-block;
	width: 100%;
	margin: 10px 0 0;
	overflow: hidden;
}


/************************************* 追加サイドメニュー *********************************************************/
#side {
    text-align: center;
   	width: 50px;
	height: 100%;
    position: fixed;
    background-color: #1f2327;
    z-index: 999;
    left: 0;
    top: 0;
}
#side.active {
    z-index: 1010;
}
.hamburger {
	height: 50px;
    position: absolute;
    /* top: 50%;*/
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);	
    border-left: 1px solid #fff;
    padding: 5px;
    border-right: 1px solid #fff;
}
/*
.hamburger:before {
	content: "一括処理";
	color: #fff;
    width: 60px;
	height: 0px;
    position: absolute;
    left: -16px;
    top: -50px;
    letter-spacing: 2px;
	bottom: 0;
	transform: rotate( 90deg );
    -webkit-transform: rotate( 90deg );
    -ms-transform: rotate( 90deg );
}*/
/* ナビ開いてる時のボタン */
.hamburger.active {
    z-index: 1100;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

nav.globalMenuSp {
	display: none;
	width: 100%;
	opacity: 0;
	z-index : -1;
	top  : 0;
	left : 0;
    /* background-color:rgba(0,0,0,.65);*/
	background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
	text-align: center;
	opacity:0.7;
	filter: alpha(opacity=70);
	transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp.active {
	position: fixed;
	z-index : 1003;
	opacity: 100;
	height: 100%;
	display: block;
	overflow-y: scroll;
}

.table-column, .menu-item {
    width: 90%;
    margin: 2.5% 2.5% 2.5% 7.5%;
}
.menu-item .search-menu,
.menu-item .transfer,
.menu-item .replace-menu {
	width: 300px;
    margin: 15px;
    float: left;
}
.menu-item table.fixed td.cell-cont input, .texts {
    width: 44%;
}
.menu-item select#select17, .text100 {
    width: 100% !important;
}

.clears {
    height: 29px !important;
    background-color: #80608b !important;
    margin-bottom: 5px;
}


/*************************************************************************************************************************************************************************/
@media screen and (max-width: 1300px) {
	.graph-bt {
		float: none;
	}
}
@media screen and (max-width: 1200px) {
	.wrap,
	.one-column #content .wrap {
	    margin-left: 30px;
		margin-right: 30px;
		width: auto;
	}

	.main-inner {
		margin-right: 320px;
		box-sizing: border-box;
	  }
	.submenu:hover ul {
	    display: none;
	}

	.sub-menu-nav {
		position: absolute;
		background-color: #dedede;
		width: 300px;
		padding: 0;
		right: -25px;
		top: 60px;
	}
	.ex-menu {
	    position: unset;
		background-image: unset;
	}
	.ex-menu-left {
	    width: 49.5%;
	    margin: 0 .5% 0 0;
	    float: left;
	}
	.ex-menu-center {
	    width: 49.5%;
	    margin: 0 0 0 .5%;
	    float: left;
	}	
	.ex-menu-right {
	    width: 100%;
	    float: none;
	}
	.ex-menu-left table, .ex-menu-center table {
		height: auto;
	}
	.ex-menu-center table th, .ex-menu-left table th {
	    width: 120px;
	}
	.ex-menu-first input, .ex-menu-first button {
	    width: 24%;
	    margin: 1.5% 0;
		font-size: 13px;
	}
	.ex-menu-button {
		height: 55px;
	}

	.ex-menu-first {
	    width: 100%;
	    overflow: hidden;
	    float: unset;
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
    	justify-content: space-between;
	}
	.ex-menu-last {
	    width: 100%;
	    overflow: hidden;
	    float: left;
	    display: block;
	}
	.ex-menu-last .tab1-2 {
		width: 240px;
		float: left;
	}
	.ex-menu-last .tab3 {
	    width: 240px;
	    display: inline-block;
	    padding: 26px 0 0;
	}
	.ex-menu-right .tab3 .tab3-c p {
		width: 72px;
		color: #000;
	}
	.ex-menu-right .tab3 .tab3-c .transfer-cont-status {
		width: 90px;
	}
	
	#global-nav:active {
	    pointer-events: all;
	}
	#overlay {
	    display: none;
	    position: fixed;
	    background: rgba(30,30,30,.95);
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
		z-index: 999;
	}
 
    /* nav open */
    .open {
        overflow: hidden;
    }
    .open #overlay {
        display: block;
        z-index: 10001;
    }
	/* スタイルの状態変化を「my-fade-in」という名前で定義 */
	@keyframes my-fade-in {
	  from {
	    opacity: 0;
	  }
	  to {
	    opacity: 1;
	  }
	}

	#overlay {  
	  animation-name: my-fade-in;
	  animation-duration: .5s;
	}
	#overlay ul {  
		padding: 70px 0 0 0;
		text-align: center;
	}
	#overlay ul li {
	  width: 40%;
	  float: left;
	  margin: 2.5% 5%;
	  padding: 0;
	  font-size: 15px;
	}
	#overlay ul li a {  
	  color: #fff;
	}
	.dashboard table {
		border: none;
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	
	/* 20210809.修正*/
	td.cell-cont5 input {
		font-size: 11px;
		padding: 3px;
		min-width: 510px;
	    float: left;
	}
	/*
	td.cell-cont5 select {
		font-size: 11px;
		margin-bottom: 6px;
		margin-right: 5px;
		width: 250px;
		float: left;
	}
	*/
	/*
	td.cell-cont5 select {
	    width: 48%;
	}
	*/
	
	.st-menu {
	    display: block;
	    overflow: hidden;
	    float: left;
	}
	.menu-item .search-menu, .menu-item .transfer {
	    float: none;
	}
	
	#transport_select_id, #transport_select_id2 {
		margin: 6px 0;
	}
	#transport_select_id2 {
		margin-bottom: 6px;
	}	

	.drawer-up {
	    transform: unset;
	}
	
	.tab_content_description { width: 70%;}
	.tab_content_original { width: 30%;}
}
@media screen and (max-width: 1000px) { /******* 1000pxまで **********/
	.ex-menu-left, .ex-menu-center, .ex-menu-right {
	    width: 100%;
	    float: none;
	  	margin: 0;
	}
	.ex-menu-first {
	    width: 100%;
		margin: 10px 0;
	}
	.ex-menu-last {
	    width: 100%;
	}
	.ex-menu-first input, .ex-menu-first button {
	    width: 49%;
		margin: 10px 0 0;
	}
	.ex-menu-last .tab1, .ex-menu-right .tab2 {
		width: 125px;
	    display: inline-block;
	    padding: 10px 7px 8px 0;
	}
	.ex-menu-last button,
	.yahoostore-long button, .yahoo-long button, .yahoostore-long-col, .yahoo-long-col {
		width: 55px;
		height: 55px;
	    margin: 0 7px 0 0;
	}
	.ex-menu-last .tab1-2 {
	    width: 240px;
	    float: left;
	}
	.ex-menu-last .tab3 {
	    margin: 0 10px;
	    float: left;
	}
}
@media screen and (max-width: 900px) { /******* 900pxまで **********/
	.right-column-list {
		overflow: unset;
		/* padding-bottom: 100px; */
		padding-bottom: 10px;
		z-index: 100;
	}
	.right-column-list .list-column {
		width: 100%;
		max-height: 100%;
		overflow-y: unset;
		overflow-x: scroll;
		/* margin-bottom: 20px;*/
	}
	.left-column-list {
		float: none;
		width: auto;
	}
	#sp-toggle {
	    display: block;
	}
	footer { 
		display: none;
	}
	.search-menu {
		width: 49%;
		margin: 1% 1% 1% 0;
		float: left;
	}
 	.transfer {
		width: 49%;
		margin: 1% 0 1% 1% ;
		float: left;
	}
	.image-acd-content ul li {
		width: 18%;
		height: 100px;
		margin: 1%;
		float: left;
	}
}

@media screen and (min-width: 768px) { 
	.goods {
		display: block;
	}
	.goods-sp {
		display: none;
	}
}
@media screen and (max-width: 767px) { 
	/*** hacchu_top.php ****/
	.left-column, .right-column {
	    width: 95%;
	    margin: 1.5% 2.5%;
	    float: left;
	}
	.goods {
		display: none;
	}
	.goods-sp {
		display: block;
		width: 100%;
		height: auto;
		float: left;
		padding: 10px 10px 100px;
	}
	.goods-img {
		width: 28%;
		margin: 2.5%;
		float: left;
	}
	.goods-img img {
		width: 100%;
		height: auto;
	}
	.goods-content {
		width: 62%;
		margin: 2.5%;
		line-height: 1.6;
		font-size: 12px;
		color: #222;
		float: left;
	}
	.windows ul li {
	    width: 48%;
	    margin: 1%;
	    float: left;
	}
	.image-acd-content ul li {
		width: 23%;
		height: 100px;
		margin: 1%;
		float: left;
	}
}

@media screen and (max-width: 600px) { /******* 600pxから **********/
	.template {
	    margin-bottom: 30px;
	}
	.template dl {
	    float: none;
		width: calc(100% - 100px);
		margin-bottom: 7px;
	}
	.template dt {
		width: 85%;
		border: 0;
		text-align: left;
	}
	.template dd {
		/*width: 85%;*/
		border: 0;
		padding: 9px 8px 9px 0;
	}
}

@media screen and (min-width: 568px) { /******* 568pxから **********/
	#content {
		width: 465px;
    }
	#sidebar {
		display: block;
	}
	
	.footer-menu, #overlay {
		display: none;
	}
}

@media screen and (max-width: 567px) { /******* 567pxまで **********/
	#sidebar {
		display: none;
	}
	
	.footer-menu {
		display: block;
	}

	#content {
		width: 100%;
    }
	.login-box-in {
	    display: block;
	}

	#container {
		margin-left: 0;
	}
	#brand-logo {
		margin-left: 50px;
	}
	#nav-toggle span {
		background: #fff;
	}
	.close #nav-toggle span {
		background: #fff;
	}
	#sidebar {
		left: -300px;
		z-index: 910;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	.close #sidebar {
		left: 0;
	}

	#sp-toggle {
	    display: block;
	    position: fixed;
	}
	#sp-toggle span {
		color: #fff;
	}
	body {
		height: auto;
		margin-bottom: 80px !important;
	}
	#container {
		padding-top: 20px;
		padding-bottom: 50px;
		height: auto;
		overflow: hidden;
	}
	header {
		font-size: 90%;
		height: 40px;
		position: unset;
	}
	.logo {
	    position: unset;
	    padding: 2px;
	    text-align: left;
	    line-height: 1.2;
	}
	.user {
	    padding: 5px;
	}
	.header-menu {
		display: none;
	}
	.transfer-cont-end {
		padding: 1% 1% 2.5%;
	}
	.left-column-list {
	    width: 100%;
	    overflow: hidden;
	    margin: 0;
	    float: left;
	}
	.user p {
		max-width: 140px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding-right: 10px;
	}
	.user p:before {
	    right: 0;
	}
	.user a { margin: 0;}
	
	/****** フッターメニュー ************************************/
	footer {
		display: block!important;
		width: 100%;
		height: 80px;
	    position: fixed;
	    bottom: 0;
	    z-index: 1000;
	    background-color: #000;
		opacity: 1;
	}
	.footer-menu ul {
		padding: 0;
	}
	.footer-menu li {
		width: 14%;
		margin: 0 0.5%;
		float: left;
	}
	.footer-menu li a span {
		color: #fff;
	}
	.footer-menu li.new-box {
	    width: 37.5%;
		margin: 0 1.5% 0 1%;
	}
	.footer-menu span {
	    font-size: 10px;
	}
	.app svg {
		max-width: 45px;
	    width: 100%;
		height: 45px;
	}

	.new-box svg {
		max-width: 135px;
	    width: 100%;
		height: 45px;
	}
	
	.submenu:hover ul {
	    display: block;
	    position: fixed;
	    background-color: #dedede;
		width: 100%;
		padding: 0;
		top: unset;
	    right:  0;
	    bottom: 103px;
	}
	.submenu ul li {
	    display: block;
	    width: 100%;
	    min-height: 35px;
	}
	.submenu ul li a {
		display: block;
	    color: #222;
	    width: 100%;
	    padding: 20px 25px;
	}
	.submenu ul li a:hover {
	    color: #222;
	    background-color : #ccc;
	}
	#global-nav:active {
	    pointer-events: all;
	}
	/******** 追従メニュー ************************************/
	.lower-right {
	    width: 220px;
	    position: fixed;
	    top: 0;
	    right: 0;
	    bottom: unset;
	    margin-bottom: 0;
	    padding: 5px 10px 10px;
	}
	.lower-right-tab1, .lower-right-tab2 {
	    width: 100px;
	    display: inline-block;
	}
	.lower-right-tab3 {
	    width: 100%;
	    display: inline-block;
	}
	.yahoostore-long, .yahoo-long,
	.yahoostore-long button, .yahoo-long button, .yahoostore-long-col, .yahoo-long-col {
	    width: 45px;
	    height: 45px;
	    margin: 5px 2.5px 0;
	}
	.yahoostore-long img, .yahoo-long img {
	    width: 100%;
	    height: auto;
	}
	.lower-right-tab3 div {
	    float: none;
	}
	.lower-right-tab3 input {
	    width: 100%;
	    padding: 7px;
	}
	
	/******** 新規出品 ************************************/
	.ex-menu-first input, .ex-menu-first input:first-child, .ex-menu-first input:last-child, .ex-menu-first button {
	    width: 100%;
	    margin: 1.5% 0;
	}
	.dw_bt {
	    display: block;
	    width: 100%;
	    border: 0;
	    margin: 10px auto;
	    padding: 10px;
	    color: #fff;
	    background: #0761B1;
	    text-align: center;
	    border-radius: 5px;
	}

	.ex-menu-left {
		overflow-x: scroll;
		margin-bottom: 10px;
	}
	.ex-menu-center table th {
	    width: 87px;
	}
	.ex-menu-center table td {
		width: 78%;
	}
	.ex-menu-center table td.times {
		width: 130px;
	}
	.ex-menu-center table td select {
	    width: 65%;
	}
	
	table tbody {
	    display: block;
	    width: auto;
	    position: relative;
	    overflow-x: auto;
	    white-space: nowrap;
	    -webkit-overflow-scrolling: touch;
		-webkit-text-size-adjust: 100%;
	}
	.dashboard table tbody {
		display: table;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}	
	
	.cat-check div {
	    min-width: none;
	    width: 100%;
	}
	.ct-bt {
	    width: 50%;
	    padding: 5px 10px;
	    margin: 5px 0;
	    text-align: center;
	}
	.bt-two {
	    margin: 10px 0;
	}
	.list-cont .list-name {
	    width: 70%;
	}
	.list-cont-noct .list-name {
	    width: 60%;
	}
	#categorys .list-cont .list-ref-button,
	#categorys .list-cont .list-dust {
	    margin: 7px 0;
	}
	#overlay ul {  
		padding: 100px 0 0 0;
		text-align: center;
	}
	#overlay ul li {
	  width: auto;
	  float: none;
	  padding: 18px;
	  font-size: 15px;
	}
	.search-menu, .transfer-menu, .replace-menu {
		width: 100%;
		margin: 2% 0 3% 0;
		float: left;
	}
	.goods-img {
		width: 35%;
		margin: 2.5%;
		float: left;
	}
	.goods-img img {
		width: 100%;
		height: auto;
	}
	.goods-content {
		width: 55%;
		margin: 2.5%;
		line-height: 1.6;
		font-size: 12px;
		color: #222;
		float: left;
	}
	table.four td.second {
	    width: 100%;
	}
	/*
	table.five td.flex {
	    display: flex;
	}
	table.four td.flex {
	    display: flex;
	    width: 170px;
	}
	table.five .list-dust,
	table.four .list-dust {
	    top: 16px !important;
	}
	*/
	.windows ul li {
	    width: 98%;
	    margin: 1%;
	    float: left;
	}
	.sobt {
		margin:0 0 10px;
	}
	.image-acd-content ul li {
		width: 31.33%;
		height: 90px;
		margin: 1%;
		float: left;
	}
	
	#side {
	    text-align: center;
	    width: 100%;
	    height: 40px;
	    position: absolute;
	    background-color: #1f2327;
	    z-index: 999;
	    left: 0;
	    right: 0;
	    top: 0;
	}
	#side.fixing {
	    position: fixed;
	    top: 0px !important;	
	}
	.hamburger {
		width: 50px;
		height: 10px;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);	
	    border-top: 1px solid #fff;
	    border-bottom: 1px solid #fff;
	    border-left: 0;
	    border-right: 0;
	}
	.hamburger:before {
		content: unset;
	}
	.hamburger.active {
	    border-left: 0;
	    border-right: 0;
	}
	nav.globalMenuSp.active {
	    top:40px;
	}
	.table-column {
		width: auto;
	    margin: 20px;
	}
	.menu-item {
	    width: 90%;
	    margin: 50px auto 30px auto;
		padding-bottom: 50px;
	    overflow: hidden;
	}
	.menu-item .search-menu, .menu-item .transfer, .menu-item .replace-menu {
	    width: 100%;
	    margin: 10px 0;
	}
	.acd-label:after{
	    left: 26%;
	}
	.windows-cont {
	    margin: 15px 50px 15px 15px;
	}

	.yahoostore, .yahoo {
	    width: 50%;
	    height: auto;
	    margin: 1% 0;
	}
	.yahoostore button, .yahoo button, .yahoostore-col, .yahoo-col, .yahoo-block {
	    width: 45%;
	    margin: 1.5% 2%;
	    height: auto;
	}	
	.yahoostore button img, .yahoo button img, .yahoo-block svg {
	    width: 100%;
	    height: auto;
	}
	
	table.fixed td {
		/*max-width: unset;*/
		width: 100%;
	}
	.tab_content_description, .tab_content_original { width: 50%;}
}

@media screen and (max-width: 500px) { 
	.ex-menu-last .tab1-2 {
	    width: 100%;
	    float: left;
	}
	.ex-menu-last .tab3 {
	    width: 100%;
	    display:inline-block;
	}

}

@media screen and (max-width: 400px) { 
	.menu-item {
	    max-width: 320px;
	}
	.windows-cont {
	    margin: 15px;
	}
	.windows .out-box {
	    width: 100%;
	    margin: 0;
	}
	.windows .list-delete-button {
	    top: 0px;
	}
	.win-button {
		margin: 0 0 0 10px;
		float: right;
	}
}

@media screen and (max-width: 350px) { 
	table.fixed th {
	    min-width: 80px;
	    padding: 2px;
	}
	table.fixed td {
		max-width: 160px;
	}
}

/***  高さ調整  ************************************************/
@media screen and (max-height: 500px) { 
	.goods {
		height: 45%;
	}
}
@media screen and (max-height: 300px) { 
	.goods {
		height: 25%;
	}
}


/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
	height: 4px;
}
/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
	  background: #eee;
}
/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
	background: #aaa;
	border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
	background: #999;
}
#ui-datepicker-div {
	z-index: 1010 !important;
}


.cell-cont12 input:checked {
    background-color: #4caf50;
	position: relative;
}

.cell-cont12 input:checked::after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
	background-size: contain;
	background-image: url(img/radio.png);
	background-repeat: no-repeat;
}

/****** 更新ボタン ************************************/

.loader {
	position: fixed;
	top: 70px;
	right: 0;
	width: 35px;
    height: 35px;
    padding: 5px;
    background-color: rgb(200, 200, 200, 0.6);
    border-radius: 5px;
	z-index: 100000;
	border: 0;
}


/****** 新規追加 **************************************/

.one-selecte {
    width: 50%;
    margin: 0 auto;
}

.pink {
	background-color: #E761A0;
}

.template_bt {
	float: left;
}