﻿@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');


/* 共通スタイル(ヘッダー、ナビゲーション)
==============================================================================*/
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family: 'Noto Sans JP', YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
/*	font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif; */
	font-size: 14px;
	font-weight: normal;
	color:#333;
}

a{
	text-decoration:none;
	color:#333;
}
a:hover{
	color:#1a0dab;
	text-decoration: underline;
}

select {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:14px;
	border: 1px solid #c0c0c0;
	padding: 1px;
}
input {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:14px;
}

input[type=text] ,
input[type=tel] ,
input[type=email] ,
input[type=time] {
	height: 18px;
	border: 1px solid #c0c0c0;
	padding: 2px;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus {
	background-color: #ffffd0;
}

input[type=button] {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:12px;
	background-color: #eee;
	border: 1px solid #adadad;
	padding: 2px 10px;
}
input[type=button]:hover {
	background-color: #e5f1fb;
	border: 1px solid #0078d7;
	cursor:pointer;
}

textarea {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:14px;
	border: 1px solid #c0c0c0;
	padding: 2px;
}
textarea:focus {
	background-color: #ffffd0;
}

button {
	font-size:14px;
}

.btnHead {
	width: 100px;
	height: 30px;
	font-size: 14px!important;
}
.btnOrderPut {
	height: 50px;
	font-size: 14px;
	font-weight: bold;
}

.btnPDF {
	display: inline-block;
	width: 100px;
	font-size: 14px!important;
	background-color: #eee;
	border: 1px solid #adadad;
	text-decoration: none;
	line-height: 28px;
	vertical-align: bottom;
}
.btnPDF:hover {
	color: #333;
	background-color: #e5f1fb;
	border: 1px solid #0078d7;
	cursor:pointer;
	text-decoration: none;
}
.date { /* 日付 */
	width: 76px;
	text-align: center;
}
.time { /* 時刻 */
	width: 44px;
	text-align: center;
}
.selstat { /* ステータス */
	width: 118px;
}
.name10 {  /* 名称１０桁 */
	width: 142px;
}
.suryo { /* 数量 */
	width: 45px;
	text-align: right;
}
.hokokusu { /* 報告数量 */
	width: 55px;
	text-align: right;
}
.biko { /* 備考 */
	width: 430px;
}
.biko-line { /* 備考(表) */
	width: 243px;
}
.carno { /* 車番・カードNO */
	width: 55px;
}
.kaiji { /* 回次 */
	width: 16px;
}
.row_col { /* 表行 */
	height: 54px;
}
.row_col_item { /* 表項目 */
/*	padding: 1px; */
	line-height: 24px;
	height: 26px;
	text-align: left;
}
.row_disp { /* 表行 */
	height: 51px;
}
.row_disp_item { /* 表項目 */
/*	padding: 1px; */
	line-height: 14px;
	height: 18px;
	text-align: left;
}

.Required { /* 必須入力 */
	color:#FF0000;
}

.indicate { /* 指示 */
	color:#1578b8;
}
.warn { /* 警告 */
	color:#FF9900;
}

.ban { /* 禁止 */
	color:#FF0000;
/*	background-color: #FFC6E0;	*/
}

.readonly {
  pointer-events: none;
}



/* 共通スタイル(スマホ)
==============================================================================*/
.sp-wrapper {
	margin: 1em auto;
	padding: 0 1em;
	max-width: 400px;
}

.sp-wrapper h1 {
	background: #666;
	color: #fff;
	font-size: 36px;
	text-align: center;
	padding: 24px 0;
}

.sp-wrapper h2 {
	color: #666;
	font-size: 18px;
	text-align: center;
/*	padding: 24px 0; */
}

.sp-wrapper form {
/*	padding: 0 1em; */
}

.sp-item {
	margin-bottom: 0.75em;
	width: 100%;
}

.sp-item input {
	background: #fafafa;
	border: none;
	border-bottom: 2px solid #e9e9e9;
	color: #666;
/*	font-family: 'Open Sans', sans-serif; */
	font-size: 24px;
/*	font-size: 1em; */
	height: 50px;
	transition: border-color 0.3s;
	width: 100%;
}

.sp-item input:focus {
	border-bottom: 2px solid #c0c0c0;
	outline: none;
}

.sp-scroll {
	margin: 1em 0 0;
/*	height: calc(100vh - 42px - 78px - 16px -10px - 65px); */
	height: calc(100svh - 175px);
	overflow-y: scroll;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */
}
.sp-scroll::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
}

.sp-scroll .row_col {
	height: auto;
	text-align: left;
}

.sp-scroll .row_col_item {
	box-sizing: border-box;
	line-height: 18px;
	min-height: 18px;
	height: auto;
	text-align: left;
}

.sp-menu-panel {
	box-sizing: border-box;
	padding: 1em;
	width: 100%;
}

.sp-menu-panel .button {
	background: #00A9F5;
	border: none;
	color: #fff;
	cursor: pointer;
	height: 200px;
	font-size: 24px;
	border-radius: 30px;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	transition: background 0.3s ease-in-out;
	width: 100%;
}
.sp-menu-panel .button:hover {
	background: #0078D7;
}

.sp-row {
	display: flex;
}

.sp-row .full-box { /* フルBOX(左) */
	flex-grow: 1;
	display: inline-block;
	margin-top: 7px;
	width: 100%;
}
.sp-row .half-box-l { /* ハーフBOX(左) */
	flex-grow: 1;
	display: inline-block;
	margin-top: 7px;
	padding-right: 5px;
	width:	50%;
}
.sp-row .half-box-r { /* ハーフBOX(右) */
	flex-grow: 1;
	display: inline-block;
	margin-top: 7px;
	padding-left: 5px;
	width:	50%;
}

.sp-row .item-title { /* 入力項目タイトル */
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: 22px;
	line-height: 22px;
	padding-left: 10px;
	color: #0078d7;
	font-weight: bold;
}

.sp-row .disp-title { /* 表示項目タイトル */
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: 22px;
	line-height: 22px;
	padding-left: 10px;
	color: #666;
	font-weight: bold;
}

.sp-row input[type=text],
.sp-row input[type=time] { /* INPUT項目 */
	box-sizing: border-box;
	width: 100%;
/*	border-radius: 5px; */
	font-size:14px;
	height: 30px;
	padding: 0 5px;
/*	background: #f3f3f3;	*/
	-webkit-appearance: none;
}

.sp-row input[type=button] { /* ボタン項目 */
	height: 30px;
}

.sp-row select { /* SELECT項目 */
	box-sizing: border-box;
	width: 100%;
/*	border-radius: 5px; */
	font-size:14px;
	height: 30px;
	padding: 5px 5px;
/*	background: #CFD8DC;	*/
	-webkit-appearance:none;
}

.sp-row .item-disp { /* 表示項目 */
	box-sizing: border-box;
	min-height: 30px;
	background: #f8f8f8;
	padding: 7px 5px;
	border: 1px solid #c0c0c0;
}

.sp-row .item-tani { /* 単位目 */
	box-sizing: border-box;
	display: inline-box;
	height: 30px;
	line-height: 30px;
}

.sp-row .warn {	/* 警告 */
	color: #FF9900;
}


.sp-row .row_col { /* 表行 */
	height: 54px;
}
.sp-row .row_col_item { /* 表項目 */
/*	padding: 1px; */
	line-height: 24px;
	height: 26px;
	text-align: left;
}
.sp-row .row_disp { /* 表行 */
	height: 51px;
}
.sp-row .row_disp_item { /* 表項目 */
/*	padding: 1px; */
	line-height: 14px;
	height: 18px;
	text-align: left;
}




.sp-button-panel {
	margin: 1em 0 0;
	width: 100%;
}

.sp-button-panel .button {
	background: #00A9F5;
	border: none;
	color: #fff;
	cursor: pointer;
	height: 50px;
	font-size: 16px;
/*	border-radius: 20px; */
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	transition: background 0.3s ease-in-out;
	width: 100%;
}
.sp-button-panel .button:hover {
	background: #0078D7;
}

.sp-button-panel .back-button {
	background: #00A9F5;
	border: none;
	color: #fff;
	cursor: pointer;
	height: 50px;
	font-size: 16px;
/*	border-radius: 20px; */
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	transition: background 0.3s ease-in-out;
	width: 95%;
}
.sp-button-panel .back-button:hover {
	background: #0078D7;
}

.sp-button-panel .text-button {
	background: #00A9F5;
	border: none;
	color: #fff;
	cursor: pointer;
	height: 50px;
	font-size: 16px;
	padding: 0;
/*	border-radius: 20px; */
	letter-spacing: 0.05em;
	text-align: center;
	transition: background 0.3s ease-in-out;
	width: 100%;
}
.sp-button-panel .text-button:hover {
	background: #0078D7;
}
.sp-button-panel .text-button::placeholder {
	color: #fff;
}
.sp-button-panel .text-button:focus::placeholder {
	color: #0078D7;
}

.sp-button-panel .text {
	border: 1px solid #c0c0c0;
	height: 50px;
	font-size: 18px;
	padding: 0;
/*	border-radius: 20px; */
	letter-spacing: 0.1em;
	text-align: center;
	width: 100%;
}
.sp-box {
	border: 1px solid #c0c0c0;
	padding: 5px;
	line-height: 1.25em;
}
.sp-button-select {
	background: #0078D7;
}
/* ===== ヘッダ部 =========================================================== */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	display: table;
	font-size: 0;
	background: #FFF;
	z-index: 10;
	border-bottom: 2px solid #000;
}
.header-logo {
	width: 230px;
	padding: 0 0 0 20px;
	display: table-cell;
	vertical-align: middle;
}
.header-logo a{
	display: block;
}
.header-logo img {
	width: auto;
	max-width: 230px;
}



/* ===== メニュー部 ========================================================= */
.nav {
  width: 900px;
  height: 40px;
/*  margin: 0 auto; */
  padding: 0;
  display: flex;
	border-left: 1px solid #eee;
}
.nav li {
	position: relative;
	list-style: none;
}
.nav li a {
	display: block;
	width: 150px;
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 40px;
	background: #333;
	transition: 0.2s;
	text-decoration: none;
	border-right: 1px solid #eee;
	box-sizing: border-box;
}
.nav > li > a {/*layer-1*/
	color: #333;
	background: #fff;
}
.nav > li:hover > a {/*layer-1*/
	color: #fff;
	background: #666;
}
.nav > li li:hover > a {/*layer-2*/
	color: #fff;
	background: #666;
}
.nav li ul {
  top: 40px;
/*  left: -40px; */
	position: absolute;
}
.nav li ul li {
	overflow: hidden;
	height: 0;
	transition: 0.2s;
}
.nav li ul li a {
  border-top: 1px solid #eee;
}
.nav li:hover > ul > li {
	overflow: visible;
	height: 40px;
}
.nav li ul li ul {
	top: 0;
	left: 150px;
}
.nav li ul li ul:before {/*layer-2?*/
	position: absolute;
	content: "";
	top: 15px;
	left: -10px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.nav li ul li ul li:hover > a {/*layer-3*/
	color: #fff;
	background: #666;
}



/* ===== ハンバーガーメニュー部 =========================================================== */
.sp-menu-btn {
	position: fixed;
	top: 0px;
	right: 10px;
	display: flex;
	height: 40px;
	width: 40px;
	justify-content: center;
	align-items: center;
	z-index: 90;
/*	background-color: #333; */
}
.sp-menu-btn span,
.sp-menu-btn span:before,
.sp-menu-btn span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background-color: #333;
	position: absolute;
}
.sp-menu-btn span:before {
	bottom: 8px;
}
.sp-menu-btn span:after {
	top: 8px;
}
#sp-menu-btn-check:checked ~ .sp-menu-btn span {
	background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#sp-menu-btn-check:checked ~ .sp-menu-btn span::before {
	background-color: #fff;
	bottom: 0;
	transform: rotate(45deg);
}
#sp-menu-btn-check:checked ~ .sp-menu-btn span::after {
	background-color: #fff;
	top: 0;
	transform: rotate(-45deg);
}
#sp-menu-btn-check {
	display: none;
}

#sp-menu-btn-check:checked ~ .sp-menu-content {
	left: 0;/*メニューを画面内へ*/
}
.sp-menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;/*leftの値を変更してメニューを画面外へ*/
	z-index: 80;
	background-color: #333;
	transition: all 0.5s;/*アニメーション設定*/
}
.sp-menu-content ul {
	padding: 40px 10px 0;
}
.sp-menu-content ul li {
	border-bottom: solid 1px #ffffff;
	list-style: none;
}
.sp-menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
	color:#ffffff;
	text-decoration: none;
	padding: 14px 15px 15px 0;
	position: relative;
}
.sp-menu-content ul li a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	transform: rotate(45deg);
	position: absolute;
	right: 11px;
	top: 16px;
}


/* ===== メイン部 =========================================================== */
main {
	z-index: 1;
	padding:40px 0 16px 0;
}



/* ===== フッダ部 =========================================================== */
footer {
	z-index: 10;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 16px;
/*	background-color:#d3d3d3; */
	background-color:#e6001b;
}

.footer-copy {
	padding: 3px 20px 0 0;
	font-size: 10px;
	color: #fff;
	letter-spacing: -0.03em;
	font-weight: 600;
	text-align: right;
}



/* ===== ダイアログ部 ======================================================= */
.dialog_overlay {
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	z-index: 90;
}
.dialog_body {
	font-size: 14px;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -200px;
	width: 400px;
	text-align: center;
	display: block;
	background: #fff;
	position: fixed;
	box-shadow: 6px 6px 6px rgba(0,0,0,0.4);  /* CSS3 */
	z-index: 95;
}

#dialog_title {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	width: 400px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-indent: 15px;
	background: #ac1d34;
}
.dialog_body p {
	padding: 0 15px 0px 15px;
	text-align: left;
}
.dialog_body p.conf {
	margin: 20px 0 0;
	padding: 12px 15px 12px 0;
	text-align: right;
	background-color: #f0f0f0;
}

.dialog_body button {
	padding: 5px 0px;
	width: 30%;
	margin: 0 5px;
	color: #000;
	background-color: #e1e1e1;
	border: solid 1px #adadad;
	border-radius: 2px;
	font-size: 14px;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
	transition: background 0.15s ease;
}
.dialog_body button:focus {
	outline: 0;
}

.dialog_body button.close {
	width: auto;
	padding: 0;
	background: none;
	border: none;
	position: absolute;
	font-size: 20px;
	right: 5px;
	color: #fff;
	outline: none;
}
.dialog_body button.yes {
}
.dialog_body button.yes:hover {
	border: solid 1px #ac1d34;
}

.dialog_body button.no {
}
.dialog_body button.no:hover {
	border: solid 1px #ac1d34;
}

.dialog_body button.ok {
}
.dialog_body button.ok:hover {
	border: solid 1px #ac1d34;
}



/* ===== モーダル部 ========================================================= */
.modal_overlay {
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	z-index: 90;
}
.modal_body {
	font-size: 14px;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -300px;
	width: 400px;
/*	height: 300px;	*/
	text-align: center;
	display: block;
	background: #fff;
	position: fixed;
	box-shadow: 6px 6px 6px rgba(0,0,0,0.4);  /* CSS3 */
	z-index: 95;
}
.modal_body p {
	padding: 15px;
	text-align: left;
	display: inline-block;
}
.modal_close {
	width: 36px;
	height: 36px;
	-webkit-border-radius: 18px;/* width,heightの半分 */
	-moz-border-radius: 18px;
	border-radius: 18px;
	background-color: #ac1d34;/* 円の色 */
	padding: 0;
	border: none;
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	top: -20px;
	right: 10px;
	color: #fff;
	outline: none;
}



/* ===== 処理中 ========================================================= */
.processing_overlay {
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	z-index: 90;
}

.processing {
	position: fixed;
	top: 50%;
	left: 50%;
	display: block;
/*	margin: 100px auto; */
	width: 60px;
	height: 50px;
	text-align: center;
	font-size: 10px;
	z-index: 95;
}

.processing > div {
	background-color: #e6001b;
	height: 100%;
	width: 8px;
	display: inline-block;
	
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.processing .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.processing .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.processing .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.processing .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
	0%, 50%, 100% { -webkit-transform: scaleY(0.5) }  
	20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
	0%, 50%, 100% { 
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.5);
	}  20% { 
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}



/* === 列タイトル背景色 ===================================================== */
.tcAtoms { /* ATOMS標準色 */
	background-color: #DDEBF7;
}

.tcClient { /* ステータス／運送会社／出荷基地 */
	background-color: #E2EFDA;
}

.tcYesNo { /* 諾否備考 */
	background-color: #FCE4D6;
}



/* ===== ステータス色 ======================================================= */
/* ********* ＡＴＯＭＳ／出荷基地　／運送会社　 ********* */

.stat { /* 未選択 */
	color: #333 !important;
	background-color: #FFF !important;
}

.stat00 { /* 発注　　　／　　　　　／未配車　　 */
	color: #333 !important;
	background: #FFF2CC !important;
}

.stat10 { /* 配車進行中／出荷確認中／　　　　　 */
	color: #333 !important;
	background: #DDEBF7 !important;
}

.stat30 { /* 　　　　　／承認待ち　／承認待ち　 */
	color: #333 !important;
	background: #A9D08E !important;
}

.stat40 { /* 　　　　　／変更希望　／変更希望　 */
	color: #fff !important;
	background: #ED4AD7 !important;
}

.stat50 { /* 配車ＯＫ　／承諾　　　／承諾　　　 */
	color: #fff !important;
	background: #305496 !important;
}

.stat80 { /* ＮＧ　　　／出荷不能　／配車不能　 */
	color: #fff !important;
	background: #ED4AD7 !important;
}

.stat90 { /* キャンセル／ＮＧ　　　／ＮＧ　　　 */
	color: #fff !important;
	background: #FF0000 !important;
}

/* ===== ステータス色 ======================================================= */
.err_msg {
	color: #ff0080 !important;
}

.unavailable { /* 入力不可 */
	background: #E0E0E0 !important;
}

.forwarded { /* 転送済み */
	color: #0000ff !important;
}

/* ツールチップ（カーソルを重ねる要素） */
.tooltip {
	position: relative; /* ツールチップの位置の基準に */
	cursor: pointer; /* カーソルを当てたときにポインターに */
}

/* ツールチップのテキスト */
.tooltip-text {
	opacity: 0; /* はじめは隠しておく */
	visibility: hidden; /* はじめは隠しておく */
	position: absolute; /* 絶対配置 */
/*	left: 50%; /* 親に対して中央配置 */
/*	transform: translateX(-50%); /* 親に対して中央配置 */
	bottom: 0px; /* 親要素下からの位置 */
	left: 35px;
	display: inline-block;
	padding: 5px; /* 余白 */
	white-space: nowrap; /* テキストを折り返さない */
/*	font-size: 0.8rem; /* フォントサイズ */
	line-height: 1.3; /* 行間 */
	background: #eee; /* 背景色 */
/*	color: #fff; /* 文字色 */
	border-radius: 3px; /* 角丸 */
	transition: 0.3s ease-in; /* アニメーション */
}

/* ホバー時にツールチップの非表示を解除 */
.tooltip:hover .tooltip-text {
	opacity: 1;
	visibility: visible;
}
