﻿/* ========================================
  共通スタイル定義
======================================== */
* 
{
	margin : 0 ;
	padding : 0 ;
    font-size:clamp(10px, 0.9vw, 14px);
    /*font-size:small;*/
	font-family: "ＭＳ ゴシック";
}

/* ========================================
  レイアウト
======================================== */
html, body 
{
  height: 100%;
}

#container 
{
	position: relative;  
    height: 100%;
    min-height: 100%;
}

#sidebar 
{
	position : absolute;
	left: 0;
	width : calc(130px + 39 * (100vw - 768px) / 1392);
	/*width : 140px;*/
    height: 100%;
    min-height: 100%;
}

#sidebar.umc 
{
	background-color: #fdeada;
}

#sidebar.verndor
{
	background-color: #fff;
}

#content 
{
	background-color: #fff;
	margin-left : calc(145px + 42 * (100vw - 768px) / 1392);
    /*margin-left : 150px;*/
}

div.content_header {
	padding-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

h1.content_title 
{
	display: inline-block;
	margin-left: 2px;
	padding-left: 10px;
	color: #ffffff;
	background-color: #333333;
    font-size:calc(12px + 3 * (100vw - 768px) / 1392);
	/*font-size: 14px;*/
	width: 400px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

div.content_body {
	margin-left: 2px;
}
div.content_dialogbody {
	margin: 6px;
}

div.dialogContent 
{
	background-color: #fff;
    margin-left : 10px;
}


/* ========================================
  ロゴ
======================================== */
#sidebar div#logo 
{
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

#sidebar div#logout
{
	margin-top: 6px;
	width: 100%;
	text-align: center;
}

/* ========================================
  メニュー
======================================== */
div#menu 
{
	margin-top: 10px;
}
ul.menu, ul.menu ul 
{
	list-style: none; 
	margin: 0 0 0 1px;
}

ul.menu ul 
{
	padding-left: 7px;
}

ul.menu > li 
{
    font-size:calc(10px + 3 * (100vw - 768px) / 1392);
	/*font-size: 12px;*/
	line-height: 100%;
}

ul.menu .menu_category
{
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 22px;
	color: #ffffff;
	border-style: solid;
    border-color: #666;
	border-width: 1px;
	background-color: #6699ff;
	background-image: url(../Image/menu_arrow_right.png);
	background-repeat: no-repeat;
	background-position: 1px center;
	height: 22px;
	line-height: 22px;
	cursor: pointer;
}
ul.menu .menu_category.open
{
	background-image: url(../Image/menu_arrow_down.png);
	background-position: 1px center;
}

ul.menu .menu_item
{
    font-size:calc(9px + 3 * (100vw - 768px) / 1392);
	/*font-size: 11px;*/
	display: block; 
	margin: 5px 0 0 5px;
	height: 22px;
	line-height: 22px;
	padding-left: 5px;
	width: calc((9px + 3 * (100vw - 768px) / 1392) * 12 - 5px);
	border-style: solid;
    border-color: #666;
	border-width: 1px;
	background-color: #eeeeee;
	background-repeat: no-repeat;
    word-break:keep-all;
	
}

ul.menu .menu_item2Row
{
    font-size:calc(9px + 3 * (100vw - 768px) / 1392);
	/*font-size: 11px;*/
	display: block; 
	margin: 5px 0 0 5px;
	height: 36px;
	line-height: 18px;
	padding-left: 5px;
	width: calc((9px + 3 * (100vw - 768px) / 1392) * 12 - 5px);
	border-style: solid;
    border-color: #666;
	border-width: 1px;
	background-color: #eeeeee;
	background-repeat: no-repeat;
	word-break:keep-all;
}

ul.menu a 
{
	color: black;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

/* ========================================
  テーブル
======================================== */
table {
	table-layout: fixed;
}

tr.border td  {
	border-top-color: black;
	border-top-style: dotted;
	border-top-width: 1px; 
}

th.left
{
    font-weight: normal;
    line-height: 20px;
    line-height: 1.2em;
    
    height: 20px;
    padding: 0 2px 0 2px;

    text-align: left;

    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #666;
    background-color: #69f;
}

th.center
{
    font-weight: normal;
    line-height: 20px;
    line-height: 1.2em;
    
    height: 20px;
    padding: 0 2px 0 2px;

    text-align: center;

    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #666;
    background-color: #69f;
}

td.left 
{
	height: 18px;
    padding: 0 2px 0 2px;
	text-align: left;
    border-width: 1px;
    border-style: solid;
    border-color: #666;
	word-break: break-all;
}

td.center {
	height: 18px;
    padding: 0 2px 0 2px;
	text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #666;
	word-break: break-all;
}

td.right {
	height: 18px;
    padding: 0 2px 0 2px;
	text-align: right;
    border-width: 1px;
    border-style: solid;
    border-color: #666;
	word-break: break-all;
}

td.left_no_border {
	height: 18px;
    padding: 0 2px 0 2px;
	text-align: left;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

td.center_no_border {
	height: 18px;
    padding: 0 2px 0 2px;
	text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

td.right_no_border {
	height: 18px;
    padding: 0 2px 0 2px;
	text-align: right;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

.readonly {
	background-color: #ffffcc;
}

/*2026.03.12 add s*/
input.label.readonly2,
textarea.label.readonly2 {
  background-color: #E0FFFF;
}


tr.row-alt td.readonly {
	background-color: #E0FFFF;
}

tr.row-alt input.label.readonly,
tr.row-alt textarea.label.readonly {
	background-color: #E0FFFF;
}

tr.row-alt input[id$="ColPersonNm"],
tr.row-alt textarea[id$="ColPersonNm"] {
	background-color: #E0FFFF !important;
}

tr.row-alt td.center.readonly {
	background-color: #E0FFFF;
}

tr.row-alt td.left.readonly {
	background-color: #E0FFFF;
}
/*2026.03.12 add e*/

.disabled {
	background-color: #ccc;
}

.table-sticky-header-wrapper {
	position: relative;
	overflow: auto;
}

.table-sticky-header 
{
	margin-top: -2px;
}

.table-sticky-header thead {
    position: sticky;
    top: 0; 
    z-index: 10; 
    background-color: #fff;
}
.table-sticky-header thead th {
    box-shadow: 2px 2px #fff; /* 隙間部分に影を使って背景色風に見せる */
}


/* ========================================
  ボタン
======================================== */
.button {
	height: 20px;
	width: 70px;
    font-size:calc(9px + 3 * (100vw - 768px) / 1392);
	/*font-size: 11px;*/
}
.blue_button {
	height: 20px;
	width: 70px;
    font-size:calc(9px + 3 * (100vw - 768px) / 1392);
	/*font-size: 11px;*/
	color: white;
	background-color: blue;
}
.Qbutton 
{
	width: 34px;
	height: 22px;
    font-size:calc(10px + 3 * (100vw - 768px) / 1392);
	/*font-size: 12px;*/
}

.DownLoadbutton 
{
	width: 130px;
	height: 22px;
    font-size:calc(9px + 3 * (100vw - 768px) / 1392);
	/*font-size: 11px;*/
}


div.dialog_close {
	float:right;
    font-size:calc(8px + 3 * (100vw - 768px) / 1392);
	/*font-size: 10px;*/
}

.PrefixFilterButton 
{
	height: 20px;
	width: 80px;
    font-size:calc(9px + 3 * (100vw - 768px) / 1392);
	/*font-size: 11px;*/
}

/* ========================================
  ラベル
======================================== */
.label
{
    border: 1px solid black;
	color: #000000;
    background-color: #FFFFCC;
	padding: 1px;
}

.titleLabel
{
    font-size:calc(10px + 3 * (100vw - 768px) / 1392);
	/*font-size: 12px;*/
	display: inline-block;
    width: 100px;
    padding: 3px;
    float: left;
    color: #ffffff;
    background-color: #6699ff;
    border-style: solid;
    border-width: 1px;
	border-color: black;
}


/* ========================================
  テキストボックス
======================================== */
textarea 
{
	padding: 1px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

textarea.information 
{
	height:200px;
	width:600px;
	padding:10px;
	overflow: auto;
}

input[type=text].left 
{
	padding: 1px;
	text-align: left;
}
input[type=text].center 
{
	padding: 1px;
	text-align: center;
}
input[type=text].right 
{
	padding: 1px;
	text-align: right;
}



input[type=text].left_no_border
{
	padding: 1px;
	text-align: left;
	border :none;
}
input[type=text].center_no_border
{
	padding: 1px;
	text-align: center;
	border :none;
}
input[type=text].right_no_border
{
	padding: 1px;
	text-align: right;
	border :none;
}


input[type=text].date 
{
}


/* ========================================
  セレクトボックス
======================================== */
select
{
	padding: 1px;
}

/* ========================================
  チェックボックス  
======================================== */
.checkbox
{
	margin-top: 8px;
	margin-left:8px;
}

/* ========================================
  メッセージ
======================================== */
div.success_messages
{
	padding: 0.3em 0.7em;
	border-color: #246625;
	border-width: 1px;
	border-style: solid;
	background-color: #DFF0D8;
}
p.success_message
{
	margin: 2px;
	padding: 0;
	color: #246625;
}

div.error_messages 
{
	padding: 0.3em 0.7em;
	border-color: #CD0A0A;
	border-width: 1px;
	border-style: solid;
	background-color: #FEF1EC;
	text-align: left;
}
p.error_message 
{
	margin: 2px;
	padding: 0;
	color: #CD0A0A;
}

input.validation_error, select.validation_error, textarea.validation_error, td.validation_error {
	background-color: #ffc0cb;
}

/* ========================================
  その他
======================================== */
hr.separator {
	margin: 4px 0 4px 0;
}
.explanatory_note  
{
    font-size:calc(10px + 3 * (100vw - 768px) / 1392);
	/*font-size: 12px;*/
    color:#CC0000;
}
/* ========================================
  ログイン画面
======================================== */
div.login_logo 
{
	margin: 30px auto 25px auto;
	text-align: center;
}


div.login_container 
{
	width: 80%;
	height: 80%;
	margin: 0 auto;
}
    
div.login_box 
{
	width: 350px;
	margin: 5px auto;
}

form.login label 
{
	display: inline-block;
    width: 100px;
    padding: 3px;
    float: left;
    color: #ffffff;
    background-color: #6699ff;
    border-style: solid;
    border-width: 1px;
	border-color: black;
}

form.login p.input 
{
	width: 300px;
	overflow: auto;
	margin: 8px auto;
	vertical-align: middle;
}

form.login input 
{
	margin-left: 3px;
	padding: 2px;
}

form.login p.submit 
{
	text-align: center;
}

div.login_information 
{
	margin: 20px auto;
	padding-top: 10px;
	text-align: center;
}

.description 
{
	font-size: x-small;
	margin: 10px 5px 5px 5px;
}


/* ========================================
  ログイン画面 購買部用
======================================== */
div.loginkoubai_logo 
{
	margin: 30px auto 25px auto;
	text-align: center;
}

div.loginkoubai_box 
{
	width: 350px;
	margin: 5px auto;
}

form.loginkoubai label 
{
	display: inline-block;
    width: 100px;
    padding: 3px;
    float: left;
    color: #ffffff;
    background-color: #6699ff;
    border-style: solid;
    border-width: 1px;
	border-color: black;
}

form.loginkoubai p.input 
{
	width: 380px;
	overflow: auto;
	margin: 8px auto;
	vertical-align: middle;
}
form.loginkoubai p.inputvendor 
{
	width: 505px;
	overflow: auto;
	margin: 8px auto;
	vertical-align: middle;
	right:inherit;
}

form.loginkoubai input 
{
	margin-left: 3px;
	padding: 2px;
}


form.loginkoubai p.submit 
{
	text-align: center;
}

/*=====================================
 ページング
===================================== */
ul.pagenavi {
  display: inline-block;
  margin: 0;
  width: 400px;
  padding: 5px;
  text-align: center;
}

ul.pagenavi li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    vertical-align: middle;
}

ul.pagenavi li a {
    display: inline-block;
    color: blue;
    padding: 2px 8px;
    background: #fff;
    border: 1px solid #333;
    font-size:calc(13px + 3 * (100vw - 768px) / 1392);
	/*font-size: 15px;*/
    font-weight: bold;
}
ul.pagenavi li a:visited {
    color: blue;
}
    
ul.pagenavi li a:hover { cursor: pointer; }
ul.pagenavi li a.aspNetDisabled { border: 1px solid #aaa; color: gray; }
  
ul.pagenavi li a:hover { cursor: pointer; }
ul.pagenavi li a.aspNetDisabled { cursor: auto; }

/* ========================================
  必須入力
======================================== */
.required {
	color: #ff0000;
}

/* ========================================
  検索欄の折り畳み機能
======================================== */
.accordion {
  margin-top: 30px;
  max-width: 85vw;
  position: relative;
  width: 100%;
}

.accordion_title {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
}

.accordion_content {
  display: block;
  padding: 10px 20px;
}

.accordion_item:nth-of-type(1) .accordion_title {
  background-color: #69f;
}

.accordion_item:nth-of-type(1) .accordion_content {
  border-bottom: 2px solid #69f;
  border-left: 2px solid #69f;
  border-right: 2px solid #69f;
}

.accordion_title {
  position: relative;
}

.accordion_title::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(-45deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;    
  width: 8px;
}

.accordion_title.open::after {
  top: 45%;
  transform: rotate(135deg);
}



/* ========================================
 手配一覧、手配一覧（依頼部門用） 検索結果
 ========================================*/
 #search_conditions
{
    width:100%;
    overflow:auto;
}
#search_conditions_area,
.listview-header-inner table,
.listview-body-inner   table {
    width: 100%;
}
.listview-container 
{
    overflow: hidden;
    width:97%;
    height:97%;
}
.listview-header-inner {
    margin-right:15px;
    overflow:hidden;
}
.listview-body-inner 
{
    overflow: auto;
    min-height:auto;
    max-height:25vh;
}
