@charset "UTF-8";

/*============================================

 Reset

============================================*/
html,body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
	line-height: 1.5;
    font-family: "Sawarabi Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 100%;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: none;
}
img {
	vertical-align: bottom;
}

/*============================================

 style

============================================*/
html {
	scroll-behavior: smooth;
}

/*--------------------------------------------

 header

--------------------------------------------*/
header {
    position: relative;
    padding: 10px;
    border-bottom: 3px solid #82682F;
}
header h1 {
    color: #2D1700;
    font-size: 1.2em;
    font-weight: bold;
}
header h1 img {
    margin-right: 10px;
}
header p {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.8em;
    text-align: right;
}
header p span {
    min-height: 16px;
    padding-left: 15px;
    background: url(/assets/img/user.gif) no-repeat left center;
}
header ul {
    display: flex;
    position: relative;
    margin-top: 20px;
}
header li {
    list-style: none;
    margin-right: 5px;
}
header li.last:last-child {
    position: absolute;
    right: 0;
}
/* BEGIN 「操作履歴」ボタン用で追加 @2025/03/23 */
header ul > li.last:nth-last-child(-n+2) {
    margin-left: auto;
    right: 139px !important;
}
/* END 「操作履歴」ボタン用で追加 @2025/03/23 */
header li a {
    display: block;
    padding: 0.2em 1em;
    border: none;
    border-radius: 1em;
    background: #82682F;
    color: #FFF;
    text-decoration: none;
}
header li a:hover {
    opacity: 0.8;
}

header p a {
    display: inline-block;
    margin-left: 1em;
    padding: 0.3em 0.8em;
    border-radius: 9px;
    background: #1C305C;
    color: #fff;
    font-size: 0.8em;
    text-decoration: none;
}

/*--------------------------------------------

 403,404,500エラー

--------------------------------------------*/
#error-401, #error-403, #error-404, #error-500 {text-align: center;}
#error-403 .error-text-1,#error-404 .error-text-1,#error-500 .error-text-1{font-size: 100px;font-weight: bold;}
#error-403 .error-text-2,#error-404 .error-text-2,#error-500 .error-text-2{font-weight: bold;font-size: 40px;}
#error-403 .error-text-3,#error-404 .error-text-3,#error-500 .error-text-3{font-weight: bold;font-size: 22px;}
#error-403 .error-text-4,#error-404 .error-text-4,#error-500 .error-text-4{font-weight: bold;font-size: 17px;}
#error-403>div,#error-404>div,#error-500>div{background: #FFF;border: solid 0.5px;padding: 20px 72px 20px 10px;text-align: left;/*! margin: 0 auto; *//*! height: 10em; */display: inline-table;/*! align-items: center; *//*! justify-content: center; */font-size: 14px;margin-top: 12px;}
#error-403>div>p,#error-404>div>p,#error-500>div>p{margin-left: 20px;}

/*--------------------------------------------

 main

--------------------------------------------*/
main {
    display: block;
    padding: 15px 10px;
    background: #F1E9D8;
}
section {
    margin-top: 1.5em;
}
section:first-of-type {
    margin-top: 0;
}

/*---------------------------
見出し
---------------------------*/
section h2 {
    margin-bottom: 0.3em;
    font-size: 1.3em;
    font-weight: bold;
}
section h3 {
    margin-bottom: 5px;
    font-size: 1.1em;
    font-weight: bold;
}
.gaichu::before {
    content: "●";
    color: #CC0066;
}
.fukuei::before {
    content: "●";
    color: #008000;
}
.shisan::before {
    content: "●";
    color: #D26D19;
}


/* add start by j-suga @2021/08/11 */
/* デバイスサイズに応じて表示調整 */
/* 狭いブラウザとタブレット向け */
@media (max-width: 1020px) and (min-width: 768px) {
	/* ヘッダー */
	header,
	main {
		width: 1208px;
	}
}
/* スマホ向け */
@media (max-width: 767px) {
	/* ヘッダー */
	header,
	main {
		width: 1208px;
	}
}
/* iPad 横向きのみ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	/* ヘッダー */
	header,
	main {
		width: 1300px;
	}
}
/* add end by j-suga @2021/08/11 */


/*---------------------------
表 トップ / 加工予定表
---------------------------*/
.type01 tr {
    background: #FFF;
}
th,td {
    padding: 5px;
}
th {
    font-weight: normal;
    text-align: left;
}
.type01 th,
.type01 td {
    border: 1px solid #BBB;
}
.type01 th {
    background: #E0E6CD;
    font-size: 0.9em;
    text-align: center;
    padding: 0px;
}
.type01 th.yellow {
    background: #FFDE79;
}
.type01 th.blue {
    background: #0070C0;
    color: #FFF;
}
.type01 th.red {
    background: #C00000;
    color: #FFF;
}
.type01 td {
/*    background: #FFF;*/
    text-align: center;
    padding: 0px;
}
.type01 th.date {
	width: 85px;
}

/*---------------------------
表 加工予定入力 / スケジュール
---------------------------*/
.backRed th:first-child,
.backYellow th:first-child,
.backBlue th:first-child {
    padding-left: 7px;
}
.backRed th,
.backRed td {
    background: #E6B8B7;
}
.backYellow th,
.backYellow td {
    background: #FFEDB7;
}
.backBlue th,
.backBlue td,
.backBlue caption {
    background: #EFF7FF;
}
.backBlue caption {
    display: inline-block;
    padding: 5px 7px;
    text-align: left;
}
.backBlue input[type=text] {
    width: 6em;
}
.ok th,
.ok input {
    color: #FF0000;
}
.bring {
    border: 1px solid #A9A9A9;
    background: #FFFF00;
}
.progress {
    border: 1px solid #A9A9A9;
    background: #FFDE79;
}

/*---------------------------
input
---------------------------*/
input[type=submit]:hover,
input[type=button]:hover,
input[type=color]:hover,
label:hover,
button:hover,
select:hover {
    cursor: pointer;
    opacity: 0.8;
}
.buttonStyle input,
input.buttonStyle {
    padding: 0.2em 1em;
    border: none;
    border-radius: 1em;
    background: #797979;
    color: #FFF;
}
input[type=date] {
    width: 10em;
}
/*
input[type=text]{
    width: 100%;
}
*/
button {
    line-height: 2;
    display: inline-block;
    margin-left: 30px;
    border: none;
    background: greenyellow;
    border-radius: 1em;
}

/*---------------------------
加工予定表 / スケジュール
---------------------------*/
/* 表示条件 */
.pick {
    margin: 1em 0;
}
.pick select {
    padding: 0.2em;
    font-size: 0.9em;
}
/* 横長の表にスクロール表示 */
.over {
    overflow: auto;
    padding-bottom: 1em;
    white-space: nowrap;
}


/*--------------------------------------------

 footer

--------------------------------------------*/
footer p {
    margin-top: 5px;
    color: #888;
    font-size: 0.7em;
    text-align: center;
}

* 入力モード
--------------------------------------------*/
/* 全角入力モード */
.imeModeZen {
    ime-mode: active;
}
/* 半角入力モード */
.imeModeHan {
    ime-mode: inactive;
}
/* 変更不可モード */
.imeModeDisable {
    ime-mode: disabled;
}

/* カレンダーアイコン */
.ui-widget-header {
	border: 1px solid #CECACA;
	background: #82682F 50% 50% repeat-x;
}
/* ボタンの文字サイズ変更 */
/* ボタンのpadding変更 */
.ui-datepicker-close {
	font-size: 16px !important;
	padding: 10px 15px !important;
}
button.ui-datepicker-current {
	font-size: 16px !important;
	padding: 10px 15px !important;
}

img.ui-datepicker-trigger {
	cursor: pointer;
	vertical-align: middle;
	width: 20px;
	position: absolute;
	margin: 2px 0;
	margin-left: 7px　!important;
}
div#ui-datepicker-div {
	font-size: 14px !important;
}
/* 日曜日のカラー設定 */
td.ui-datepicker-week-end:first-child a.ui-state-default{
	background: #ffecec !important;	/* 背景色（ピンク）を設定 */
/*	color: #f00 !important;*/		/* 文字色（赤）を設定 */
	color: #000 !important			/* 文字色（黒）を設定 */
}
/* 土曜日のカラー設定 */
td.ui-datepicker-week-end:last-child a.ui-state-default{
	background: #eaeaff;			/* 背景色（グレー）を設定 */
/*  color: #00f !important;*/		/* 文字色（青）を設定 */
	color: #000 !important;			/* 文字色（黒）を設定 */
}
/* 祝日 */
td.ui-datepicker-week-end a {
	background: #fff !important;
/*	background: #ffecec !important;*/	/* 背景色（ピンク）を設定 */
	color: #f00 !important;				/* 文字色（赤）を設定 */
}
/* 公休日 */
td.ui-datepicker-fukuei-green a.ui-state-default{
	background: #a9f3a9 !important;	/* 背景色（緑色）を設定 */
/*	color: #f00 !important;*/		/* 文字色（赤）を設定 */
	color: #000 !important;			/* 文字色（黒）を設定 */
}
/* 祝日 */
td.ui-datepicker-fukuei-blue a.ui-state-default{
	background: #bbd1fc !important;	/* 背景色（青色）を設定 */
/*	color: #f00 !important;*/		/* 文字色（赤）を設定 */
	color: #000 !important;			/* 文字色（黒）を設定 */
}
/* ホバー時の動作 */
td.ui-datepicker-week-end a.ui-state-hover{
  opacity: 0.8;
}
/* 当日を示す色はそのまま */
td.ui-datepicker-week-end a.ui-state-highlight{
  background-color: #fffa90 !important;
}
.ui-state-default {
/*	color: #7e7c7c !important;*/
	color: #000 !important;
}

/* 年月カレンダー用設定 */
/* 入力フィールド */
.monthPick {
    width: 80px;
    margin-right: 3px;
}
/* カレンダーアイコン */
img.ui-monthpicker-trigger {
    cursor: pointer;
    vertical-align: middle;
    width: 20px;
    position: absolute;
    margin: 2px 0;
    margin-left: 7px　 !important;
}

/* 幅 */
.width40 {
	width: 40px;
}
.width100 {
	width: 100px;
}
.width200 {
	width: 200px;
}
.width250 {
	width: 250px;
}

/* ※必須 */
span.required {
    padding-left: .2em;
    font-size: 0.6em;
    color: #f00;
}
div.required {
	padding-left: .2em;
	font-size: 0.6em;
	color: #f00;
	position: fixed;
	margin: -4px 0px 0 15px;
}

/* BEGIN メッセージダイアログ */
#confirm_dialog {
    width: 250px;
    height: 150px;
    margin: auto;
  /*  margin-top: 40vh;*/
    padding: 30px 20px;
    display: none;
    text-align: center;
    border: 1px solid #aaa;
    box-shadow: 2px 2px 4px #888;
    position: relative;
    z-index: 10;
    top: -350px;
    background: #fff;
  }
  
  #confirm_dialog #yes, #no {margin-right: 5px;cursor: pointer;}
  #confirm_dialog #cancel {cursor: pointer;}
  
  /* 処理中メッセージ */
  #message_dialog {
    width: 250px;
    height: 150px;
    margin: auto;
    padding: 30px 20px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid #aaa;
    box-shadow: 2px 2px 4px #888;
    z-index: 11;
    background: #fff;
    cursor: wait;
    text-align: center;
  }
  /* END メッセージダイアログ */

  /* 久岡追加 */
h3#import_sagyochu_area {
  width: 400px;
  margin: 10px auto;
  border: 4px solid #ff3388;
  background-color:#ffff90;
  height:60px;
  line-height: 60px;
  font-size: 32px;
  text-align: center;
  opacity: 0;
}

button.ui-dialog-titlebar-close{
    display: none;
}
/* 久岡追加終了 */
