/* ヘッダー情報デザイン */
div.top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 10px;
	border-bottom: solid 4px #a8bf93;
}
/* ユーザー情報デザイン */
div.user-area {
	white-space: nowrap;
	padding-right: 20px;
	text-align: right;
}

/* ボタン幅 */
.IoAction {
	min-width: 64px;
}

/* ラベル幅 */
.label__labelwidth_01{
	width:113px;
}



/* ボタン幅(ダイアログ表示) */
input[onclick*="onDlgBtnClickMultiDialog"]
{
	min-width: auto;
}

/* ラインタイトル */
div.part_line {
	font-weight:bold
}

/* 一覧の追加削除ボタン */
/* 行追加削除ボタン */
.SELECTED_BTN_LABEL{
	display: inline-flex;
	flex-direction: column;
}


/* 一覧内のボタン幅は指定なし */
.IoAction.GROUP_BUTTON {
	min-width: 40px;
}

/* テキストの折り返し設定(見積/受注/売上の発注除く) */
div.TEXT {
	word-break: break-all;
}
span.TEXT :not(*[id$="sidG7_PLACE_ORDER_NO_field"],
*[id$="sidG7_PLACE_ORDER_NO_02_field"],
*[id$="sidG8_PLACE_ORDER_NO_field"],
*[id$="sidG8_PLACE_ORDER_NO_02_field"],
*[id$="sidG7_PLACE_ORDER_NO_field"],
*[id$="sidG7_PLACE_ORDER_NO_02_field"]){
	word-break: break-all !important;
	white-space: initial !important;
	overflow-wrap: break-word;
}


/* テキストエリア リサイズ禁止 */
textarea {
	resize: none;
}

/* 非活性項目 */
.field .item__CUSTOM_NONEDITABLE,
.g_field .item__CUSTOM_NONEDITABLE,
.field .item__CUSTOM_NONEDITABLE_CALENDAR,
.g_field .item__CUSTOM_NONEDITABLE_CALENDAR {
	background-color: #DDDDDD;
}

/* ------------ メニュー・ボタン固定対応 ------------ */
#commonHeader {
	border-top: 10px solid #a8bf93;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background: #fffce9;
	width: 100%;
}

nav.hierarchical_menu_bar {
	position: fixed;
	z-index: 999;
	top: 70px;
	left: 0;
	width: 100%;
}

.title {
	position: fixed;
	z-index: 998;
	top: 93px;
	left: 0px;
	background: #fffce9;
	width: 100%;
}

#container {
	margin-top: 150px;
}

/* 戻る */
#sidA_BACK {
	position: fixed;
	left: 180px;
	top: 130px;
	z-index: 998;
}

/* 単月 */
#sidBY_DATE {
	position: fixed;
	left: 450px;
	top: 130px;
	z-index: 998;
}

/* 月別 */
#sidBY_MONTH {
	position: fixed;
	left: 535px;
	top: 130px;
	z-index: 998;
}

/* 年別 */
#sidBY_YEAR {
	position: fixed;
	left: 620px;
	top: 130px;
	z-index: 998;
}

/* 全表示/非表示 */
#sidA_ALL_DISP_OR_NOT {
	position: fixed;
	left: 265px;
	top: 130px;
	z-index: 998;
}

/* 画面TOPに戻る */
#sidA_TO_TOP {
	position: fixed;
	left: 375px;
	top: 130px;
	z-index: 998;
}

/* 入力確定 */
/* 出力確定、入庫確定（出庫確定画面、入庫確定画面） */
/* 出力（帳票出力画面） */
#sidA_UPDATE,
#sidA_UPDATE_01,
#sidA_SHIPPING,
#sidA_WAREHOUSE_01,
#sidA_EXPORT,
#sidA_EXPORT_01,
#sidA_EXPORT_02 {
	position: fixed;
	left: 500px;
	top: 130px;
	z-index: 998;
}

/* 戻し処理(FC本部用)（締次更新） */
#sidA_UPDATE_02_FC{
	position: fixed;
	left: 660px;
	top: 130px;
	z-index: 998;	
}

/* コピー */
#sidA_COPPY_01 {
	position: fixed;
	left: 610px;
	top: 130px;
	z-index: 998;
}

/* コピー */
/* 戻し処理（締次画面、月次画面） */
#sidA_COPY,
#sidA_UPDATE_02 {
	position: fixed;
	left: 580px;
	top: 130px;
	z-index: 998;
}

/* 削除 */
#sidA_DELETE,
#sidA_DELETE_02 {
	position: fixed;
	left: 950px;
	top: 130px;
	z-index: 998;
}

/* 売上収支明細出力（帳票出力画面） */
#sidA_SALES_BALANCE_EXPORT {
	position: fixed;
	left: 800px;
	top: 130px;
	z-index: 998;
}

/* ------------ メニュー・ボタン固定対応 ------------ */

/* 一覧のクリック行 */
tr.scrollclick {
	background: #CCFFF2;
	min-height:1em;
}

/* 一覧の削除行 */
tr.scrolldelete {
	background: #D3D3D3;
	min-height:1em;
}

/* 入力枠の色 */
.item__ATTENTION,
.item__ATTENTION option,
.field .item__ATTENTION,
.field .item__ATTENTION option,
.g_field .item__ATTENTION,
.g_field .item__ATTENTION option {
	background-color: #FFE5EC;
	background-image: none;
}

.item__RED_BOLD,
.field .item__RED_BOLD,
.g_field .item__RED_BOLD,
.item__RED_BOLD option,
.field .item__RED_BOLD option,
.g_field .item__RED_BOLD option {
	color: #ff0000;
	font-weight: bold;
}

/* placeholderの色 */
*[type='text']::-webkit-input-placeholder {
    color: #c0c0c0;
}
textarea::-webkit-input-placeholder {
    color: #c0c0c0;
}

.item__CAREFULPRO {
	color: #0000ff;
}
