@charset "UTF-8";
/*******************************************************************************

	システム設定

*******************************************************************************/
/*******************************************************************************
	システム設定　一覧画面
*******************************************************************************/
/* 従事者一覧 */
#account_list .col1 { width: 130px; }
#account_list .col2 {  }
#account_list .col3 { width: 200px; }
#account_list .col4 { width: 200px; }

/* 人マスタ一覧 */
#search-box dt.title_personnel_no { width: 100px; }
#search-box dt.title_name_jp { width: 100px; }

#personnel_list .col_personnel_no { width: 100px; }
#personnel_list .col_name_jp { width: 130px; }
#personnel_list .col_department_jp { }
#personnel_list .col_job_jp { width: 130px; }

/* 管理者一覧 */
#admin_list .col1 { width: 130px; }
#admin_list .col2 { width: 130px; }
#admin_list .col3 {  }
#admin_list .col4 { width: 100px; }

/* システム設定一覧 */
#config_list .col1 { text-align:center; width: 120px; }
#config_list .col2 { }

/* 所属一覧 */
#department_list .col_id { width: 150px; }
#department_list .col_name { }
#department_list .col_short_name { width: 80px; }
#department_list .col_description { width: 270px; }

/* 役職一覧 */
#job_list .col1 { width: 150px; }
#job_list .col2 {  }
#job_list .col3 { width:80px; text-align:center; }

/* お知らせ一覧 */
#news_list .col_begin_date { width: 100px; }
#news_list .col_end_date { width: 100px; }
#news_list .col_content_jp { }
#news_list .col_login_fg { width: 80px; }

/*******************************************************************************
	システム設定　フォーム画面
*******************************************************************************/
/* 従事者登録・編集・削除 */
#account_form th { width: 150px; }
#account_form .department_list { width: 93%; }

/* 人マスタ登録・編集・削除 */
#personnel_form th { text-align: left; width: 150px; }
#personnel_form .department_list { width: 93%; }
#personnel_form select.select_group { vertical-align: middle; }
#personnel_form .other_group input.department_other { width: 50%; }

/* 人マスタ一括更新 */
#personnel_update .col1 { width: 200px; }
#personnel_update .col2 input[type="file"] { width: 100%; }

#personnel_update .col_personnel_no { }
#personnel_update .col_name_jp { }
#personnel_update .col_name_kana { }
#personnel_update .col_department_id { }
#personnel_update .col_department_jp { }
#personnel_update .col_job_jp { }
#personnel_update .col_email { }

/* 管理者登録・編集・削除 */
#admin_form th { width: 150px; }

/* システム設定登録・編集・削除 */
#config_form th { width: 150px; }

/* 所属登録・編集・削除 */
#department_form th { width: 150px; }

/* 所属一括更新 */
#department_update .col1 { width: 200px; }
#department_update .col2 input[type="file"] { width: 100%; }

#department_update .col_id { width: 150px; }
#department_update .col_name { }
#department_update .col_short_name { width: 80px; }
#department_update .col_description { width: 400px; }

/* 役職登録・編集・削除 */
#job_form th { width: 150px; }

/* 役職一括更新 */
#job_update .col1 { width: 200px; }
#job_update .col2 input[type="file"] { width: 100%; }

#job_update .col_id { width: 150px; }
#job_update .col_name {  }
#job_update .col_faculty_fg { width:80px; text-align:center; }

/*******************************************************************************
	マニュアル
*******************************************************************************/
#manual_pdf_table .col_no { width:30px; text-align:center; }
#manual_pdf_table .col_name { }
#manual_pdf_table .col_download { width:80px; text-align:center; }
#manual_pdf_table .col_version { width:70px; }
#manual_pdf_table .col_date { width:90px; }

#manual_movie_table .col_no { width:30px; text-align:center; }
#manual_movie_table .col_name {  }
#manual_movie_table .col_download { width:80px; text-align:center; }
#manual_movie_table .col_version { width:70px; }
#manual_movie_table .col_date { width:90px; }
