/*------------------------------------------------
    ユーザー選択ボタン
------------------------------------------------*/
/*
.co-usel-set-area-leftsize-user{
    margin-left:9.5em;
}
.co-usel-set-area-leftsize-group{
    margin-left:90px;
}
.co-usel-set-area-leftsize-usergroup{
    margin-left:155px;
    vertical-align: top;
}
.co-usel-set-area-leftsize-sel{
    margin-left:75px;
}
*/
/*------------------------------------------------
    プロジェクト管理 ＞ 一覧
------------------------------------------------*/
.prj-list-uname{
    max-width: 140px;
    display: inline-block;
    vertical-align: middle;
    /* ...用 */
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
/*------------------------------------------------
    プロジェクト管理 ＞ ガントチャート
------------------------------------------------*/
.prj-gantt-uname{
    max-width: 650px;
    display: inline-block;
    vertical-align: middle;
    /* ...用 */
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
/*------------------------------------------------
    タイムカード ＞ トップ
------------------------------------------------*/
.tcard-top-uname{
    max-width: 450px;
    /* ...用 */
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
.tcard-summary-uname{
    max-width: 650px;
    /* ...用 */
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
/*------------------------------------------------
    管理者設定 ＞ メールサーバー設定
------------------------------------------------*/
.co-table-set .set-mailsvr-th{
    width: 145px;
}
/*************************************************
    基本CSS
*************************************************/
body, input, button, textarea, select, option{
    font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro W3', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
}
/*------------------------------------------------
    共通テーブル
------------------------------------------------*/
.co-colon:after{
    content: '：';
}
/*------------------------------------------------
    jQuery UI （ダイアログ、日付選択など）
------------------------------------------------*/
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{
    /* com.cssと揃える */
    font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro W3', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
}
/*------------------------------------------------
    イタリック（メイリオ全角対応）
------------------------------------------------*/
i, [style*=italic]{
    font-family: 'Hiragino Kaku Gothic Pro W3', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
}
/*------------------------------------------------
    タイトル（イタリック = ユーザー記述）
------------------------------------------------*/
.co-m-title .overflow-auto{
    font-family: 'Hiragino Kaku Gothic Pro W3', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
}
/*------------------------------------------------
    共通項目
------------------------------------------------*/
/*
    ■サイズ関連（サイズだけしか入っていないCSSは1行目だけにセットすればよい）
    .co-thd-1em       一文字のカラム、アイコンだけのカラム (必ずthとtd両方設定すること）
    .co-thd-ymd       年月日
    .co-thd-md        月日
    .co-thd-ymdhi     年月日時分
    .co-td-ymdymd     年月日 ～ 年月日（要半角スペース）
    .co-thd-time      時分
    .co-thd-timetime  時分 ～ 時分（要半角スペース）

    ■左・中・右　寄
    .co-td-num      数値 (tdのみ設定すること）
*/
/* 一文字記号*/
th.co-thd-1em, td.co-thd-1em{
    padding-right: 0;
    padding-left: 0;
    width: 30px;
    text-align: center;
}
/* yyyy/mm/dd */
.co-th-ymd, .co-td-ymd, .co-thd-ymd{
    width: 7em;
}
/* mm/dd */
.co-th-md, .co-td-md, .co-thd-md{
    width: 4em;
}
/* yyyy/mm/dd hh:ii */
.co-thd-ymdhi, .co-td-ymdhi, .co-thd-ymdhi{
    width: 11em;
}
/* yyyy/mm/dd ～ yyyy/mm/dd（←スペースを入れること） */
.co-td-ymdymd{
    width: 15em;
}
.co-th-time, .co-td-time, .co-thd-time{
    width: 4em;
}
.co-th-timetime, .co-td-timetime, .co-thd-timetime{
    width: 9em;
}

/* 数値 */
.co-td-num{
    text-align: right !important;
    white-space: nowrap;
}
/*------------------------------------------------
    2ペイン関連
------------------------------------------------*/
.co-listview-list .co-listview-scroll td.co-chk {
    width: 32px;
}
.co-listview-list .co-listview-scroll td {
    padding-left: 6px;
    padding-right: 6px;
}
.co-listview-list .co-listview-scroll td.co-thd-handle {
    padding-left: 1px;
    padding-right: 1px;
}
.co-listview-list .co-listview-scroll td.co-chk {
    padding-left: 0px;
    padding-right: 0px;
}
.co-listview-list .co-listview-scroll td.co-thd-1em {
    padding-left: 1px;
    padding-right: 1px;
}
/*------------------------------------------------
    すべての機能の システム管理 管理者設定 管理対象
------------------------------------------------*/
.co-thd-admin-target, .co-th-admin-target, .co-td-admin-target{
    width: 10em;
}
.co-sel-admin-target {
    width: 10em;
}
/*------------------------------------------------
    通常画面
------------------------------------------------*/
/* 部署選択の条件 */
.co-th-gcond{
    width: 80px;
}
.co-td-gcond{
    width: 82px;
}

.co-th-access-view-add{
    width:100px;
}
.co-th-access-all{
    width:200px;
}
/*------------------------------------------------
    アクセス権のダイアログ
------------------------------------------------*/
/* 
  アクセス権設定値
      view : 参照
      add  : 追加
*/
/* クロスブラウジング（Chrome対策） */
.co-th-acc-user, .co-td-acc-user, .co-th-acc-busyo, .co-td-acc-busyo,
.co-th-acc-user-3of4, .co-td-acc-user-3of4, .co-th-acc-busyo-3of4, .co-td-acc-busyo-3of4,
.co-th-acc-user-2of4, .co-td-acc-user-2of4, .co-th-acc-busyo-2of4, .co-td-acc-busyo-2of4,
.co-th-acc-user-1of4, .co-td-acc-user-1of4, .co-th-acc-busyo-1of4, .co-td-acc-busyo-1of4,
.co-th-acc-user-5, .co-td-acc-user-5, .co-th-acc-busyo-5, .co-td-acc-busyo-5, .co-th-acc-access-5, .co-td-acc-access-5
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
/* アクセス権4つ */
.co-th-acc-user{
    width: 180px;
}
.co-td-acc-user{
    width: 181px;
}
.co-th-acc-busyo{
    width: 150px;
}
.co-td-acc-busyo{
    width: 152px;
}
/* アクセス権3つ */
.co-th-acc-user-3of4{
    width: 175px;
}
.co-td-acc-user-3of4{
    width: 176px;
}
.co-th-acc-busyo-3of4{
    width: 175px;
}
.co-td-acc-busyo-3of4{
    width: 177px;
}
/* アクセス権2つ */
.co-th-acc-user-2of4{
    width: 220px;
}
.co-td-acc-user-2of4{
    width: 221px;
}
.co-th-acc-busyo-2of4{
    width: 200px;
}
.co-td-acc-busyo-2of4{
    width: 201px;
}
/* アクセス権1つ */
.co-th-acc-user-1of4{
    width: 220px;
}
.co-td-acc-user-1of4{
    width: 221px;
}
.co-th-acc-busyo-1of4{
    width: 220px;
}
.co-td-acc-busyo-1of4{
    width: 222px;
}
/* アクセス権4つ＋通知メール */
.co-th-acc-user-5{
    width: 160px;
}
.co-td-acc-user-5{
    width: 161px;
}
.co-th-acc-busyo-5{
    width: 100px;
}
.co-td-acc-busyo-5{
    width: 102px;
}
.co-th-acc-access-5{
    width: 200px;
}
.co-td-acc-access-5{
    width: 50px;
}

/*------------------------------------------------
    有効/無効
    ・キャビネット > フィルター設定
------------------------------------------------*/
.co-th-set-onoff{
    width: 100px;
}
/*------------------------------------------------
    制限する/制限しない
    ・ウェブメール > システム管理 > 容量設定
    ・キャビネット > システム管理 > 容量設定
    ・メモパッド > システム管理 > 容量設定
------------------------------------------------*/
.co-th-set-capaonoff{
    width: 150px;
}
/*------------------------------------------------
    容量
    ・キャビネット
    ・メモパッド 
------------------------------------------------*/
#co-capacity-detail{
    width: 230px;
}
#co-capacity-detail>dt{
    width: 65px;
}
#co-capacity-detail>dd{
    width: 70px;
}
#co-capacity-detail>dd.percent{
    width: 80px;
}
/*------------------------------------------------
    表示/非表示
    ・ネオツイ(neotwi)　新着通知設定　表示
    ・ポータル > 個人ブックマーク設定　表示
    ・管理者設定 > 運用設定 > 画面デザイン設定 > メニュー設定
    ・管理者設定 > 運用設定 > 画面デザイン設定 > オプションメニュー設定
------------------------------------------------*/
.co-th-set-view{
    width: 50px;
}
.co-th-set-view-sel{
    width: 70px;
}
/*------------------------------------------------
    起動
    ・ポータル > 個人ブックマーク設定　起動
    ・ポータル > 機能管理 > 個人ブックマーク設定　起動
    ・管理者設定 > 運用設定 > 画面デザイン設定 > メニュー設定　起動
    ・管理者設定 > 運用設定 > 画面デザイン設定 > オプションメニュー設定
------------------------------------------------*/
.co-th-set-window{
    width: 50px;
}
/*------------------------------------------------
    保存サイズ　サイズ
    ・ウェブメール > システム管理 > 容量設定 保存サイズ
    ・キャビネット サイズ
    ・キャビネット > 機能管理 > キャビネット管理 > [ｘｘｘ]　サイズ
    ・キャビネット > システム管理 > 容量設定
    ・メモパッド > 機能管理 > メモパッド管理　容量制限 
    ・メモパッド　サイズ　(２ペインの対応で設定できなくなっている)
    ・メモパッド > 機能管理 > メモパッド管理　容量制限 
    ・メモパッド > システム管理 > 容量設定
------------------------------------------------*/
.co-th-set-size{
    width: 100px;
}
td.co-th-set-size{
    width: 99px;
}
/*------------------------------------------------
    保存サイズ　サイズ(補足有り　10％など）
    ・キャビネット > 機能管理 > キャビネット管理　 使用容量 
    ・メモパッド > 機能管理 > メモパッド管理　 使用容量
------------------------------------------------*/
.co-th-set-usesize{
    width: 150px;
}
/*------------------------------------------------
    設定数

    例）
      ラベルの設定されている数
      個人グループ設定数

    使用箇所
    ・ToDo > ラベル設定　タスク数
    ・ToDo > 機能管理 > ToDo管理　タスク数
    ・ネオツイ(neotwi) > 機能管理 > 投稿管理　投稿数
    ・管理者設定 > 運用設定 > 組織設定 > 組織管理　所属ユーザー数
    ・個人グループ設定　人数
    ・メモパッド > ラベル設定　メモ数
    ・伝言・所在 > 機能管理 > 伝言管理　伝言数
    ・備品管理   在庫数　出庫数
    ・備品管理  > 出庫 在庫数 出庫数 残りの個数 
    ・来訪者管理 > 来訪者の詳細　人数
    ・来訪者管理 > 機能管理 > 来訪者管理 > 来訪者の詳細　人数
    ・議事録 > ラベル設定 議事録数
    ・電子会議室 投稿数
    ・電子会議室 > ラベル設定  会議室数
------------------------------------------------*/
.co-th-set-num{
    width: 100px;
}
/*------------------------------------------------
    内線 
    ・利用者名簿
    ・管理者設定 > 運用設定 > ユーザー設定 > ユーザー管理
------------------------------------------------*/
.co-th-extension{
    width:100px;
}
/*------------------------------------------------
    ユーザー名
    （ユーザーと所属組織のみのダイアログで使用） 
    ・スケジュール > 空き状況検索
    ・プロジェクト管理 > ガントチャート
------------------------------------------------*/
th.co-th-dialog-user{
    width: 200px;
}
td.co-td-dialog-user{
    width: 201px;
}
/*------------------------------------------------
    スケジュール
------------------------------------------------*/
/* スケジュール > 機能管理 > その他アイコン設定 */
.sch-th-icon{
    width: 100px;
}
/* スケジュール > 予定作成 > 来訪者選択ダイアログ */
.sch-th-visitor{
    width: 130px;
}
/*------------------------------------------------
    ToDo
------------------------------------------------*/
/* 内容 */
.todo-thd-memo, .todo-td-memo{
    width: 275px;
}
/* ユーザー名 */
.todo-thd-user, .todo-td-user{
    width: 200px;
}
/* 期限 */
.todo-thd-limit, .todo-td-limit{
    width:auto;
}
/*------------------------------------------------
    ウェブメール 
------------------------------------------------*/
/* ウェブメール > 機能管理 > アカウント設定 メール受信 */
.mail-th-receive{
    width: 100px;
}
/* ウェブメール > 機能管理 > アカウント設定 利用 */
.mail-th-use{
    width: 100px;
}
/* ウェブメール > 機能管理 > アカウント設定 受信状態 */
.mail-th-status-receive{
    width: 70px;
}
/* ウェブメール > 機能管理 > アカウント設定 削除 */
.mail-th-del{
    width: 40px;
}
/* ウェブメール > 機能管理 > 管理者設定 > メール索引の最適化 氏名 */
.mail-th-name{
    width: 200px;
}
/* ウェブメール > システム管理 > 容量設定 ゴミ箱の保存期間 */
.mail-th-delfolder{
    width: 300px;
}
/*------------------------------------------------
    伝言・所在 
------------------------------------------------*/
/* 伝言・所在 状態　（自由にユーザーが登録できる値を表示） */
.memo-th-status{
    width: 100px;
}
/* 伝言・所在 所在一覧 > 氏名 */
.memo-th-name {
    width: 120px;
}
/* 伝言・所在 所在一覧 > 日時 */
.memo-th-date{
    width: 100px;
}
/* 伝言・所在 所在一覧 > 連絡先 */
.memo-th-tel{
    width: 120px;
}
/* 伝言・所在 > 自分への伝言一覧 付箋 */
.memo-th-sticky{
    width: 40px;
}
/*------------------------------------------------
    タイムカード
------------------------------------------------*/
.tcard-th-day{
    width: 70px;
}
.tcard-th-time{
    width: 65px;
}
.tcard-th-modtime{
    width: 125px;
}
.tcard-th-stamptitle{
    width: 135px;
}
.tcard-th-out{
    width: 40px;
}
.tcard-th-reason{
    width: 45px;
}
/* 本来なら40に設定したいが、クロムでサイズをこれ以上小さくできない */
.tcard-th-reason2{
    width: 55px;
}
.tcard-th-reason-sort1{
    width: 50px;
}
.tcard-th-reason-sort2{
    width: 60px;
}
.tcard-th-month{
    width: 100px;
}
.tcard-th-day{
    width: 90px;
}
.tcard-th-weeksituation{
    width: 40px;
}

.tcard-th-employ-time{
    min-width: 80px;
}

.tcard-th-subwintitle{
    width: 68px;
}

/* 機能管理 */
.tcard-th-app{
    width: 150px;
}
.tcard-th-name-size{
    width: 200px;
}
.tcard-th-name-mg{
    max-width: 100px;
}
/*------------------------------------------------
    連絡先詳細
------------------------------------------------*/
/* 来訪者管理 > 一覧 */
/* 合計で最大837pxまで */
.visitor-list-appointment>.time{
    width: 83px; /* 時刻の改行位置を微調整しているため変更しない */
}
.visitor-list-appointment>.state{
    width: 60px;
}
.visitor-list-appointment>.vname{
    width: 364px;
}
.visitor-list-appointment>.hname{
    width: 155px;
}
.visitor-list-appointment>.room{
    width: 175px;
}
/* 来訪者管理 > 検索結果 */
.visitor-th-time{
    width: 180px;
}
.visitor-th-state{
    width: 70px;
}
.visitor-th-hname{
    width: 140px;
}

/* 来訪者管理 > 連絡先詳細 連絡先 */
/* 伝言所在とはアイコンと文字列で違うため統一しない */
.visitor-th-tel{
    width: 150px;
}
/*------------------------------------------------
    議事録
------------------------------------------------*/
/* 状態 */
.agenda-th-set-status{
    width: 40px;
}
/* 議事録 作成者名 */
.agenda-th-name{
    width:150px;
}
/* 議事録 タイトル */
.agenda-th-title{
    width:287px;
}
/* 状態 */
.agenda-td-status{
    width: 40px;
}
/* 議事録 作成者名 */
.agenda-td-name{
    width:150px;
}
/* 議事録 タイトル */
.agenda-td-title{
    width:287px;
}
/* 議事録 > 議事録の内容確認 メール送信 */
th.agenda-thd-mailsend{
    width:80px;
}
td.agenda-thd-mailsend{
    width:81px;
}
/* 議事録 > 議事録の内容確認 氏名 */
th.agenda-thd-mailname{
    width:300px;
}
td.agenda-thd-mailname{
    width:302px;
}
/*------------------------------------------------
    文書管理
------------------------------------------------*/
/*文書管理 > 各一覧 > 文書名 */
.doc-list-name{
    width: 282px;
}
/*文書管理 > 各一覧 > 所有者名 */
.doc-list-entry{
    width: 162px;
}
/*文書管理 > 各一覧 > 最終更新日時（履歴） */
th.doc-th-ymdhi-his{
    width: 171px;
}
td.doc-th-ymdhi-his{
    width: 170px;
}
/*文書管理 > 履歴一覧 改訂番号 */
.doc-th-docno{
    width:60px;
}
/*文書管理 > 履歴一覧 更新者 */
.doc-th-creuser{
    width:150px;
}
/*文書管理 > 履歴一覧 文書名 */
.doc-th-foldname{
    width:150px;
}
/*------------------------------------------------
    購買予約
------------------------------------------------*/
/* 購買予約 > 予約受付中 購買予約名 */
.koubai-thd-detail{
    width:450px;
}
/* 購買予約 > 予約受付中 残り時間 */
.koubai-th-ent-time{
    width:100px;
}
/* 購買予約 > 予約受付中 > 注文詳細 状態 (キャンセルが長いので統一しない)*/
.koubai-th-status{
    width:100px;
}
/* 購買予約 > 予約受付中 金額 */
.koubai-th-money{
    width:100px;
}
.koubai-th-money-sum{
    width:220px;
}
/* 購買予約 > 予約受付中 数量　商品数　 (購買のテーブルが表示項目が多いのでco-th-set-numを使わない)*/
.koubai-th-num{
    width:100px;
}
/* 購買予約 > 注文済み 購買予約名 */
.koubai-thd-detail-order{
    width:200px;
}
/* 購買予約 > 購買管理 購買予約名 */
.koubai-thd-detail-mg{
    width:210px;
}

/*------------------------------------------------
    電子会議室
------------------------------------------------*/
/*
    カラム幅
*/
/* 会議室 */
th.forum-list-forumname { width: 162px; }
td.forum-list-forumname { width: 162px; }
/* トピック */
th.forum-list-topicname { width: 208px; }
td.forum-list-topicname { width: 194px; }
th.forum-list-topicname-search { width: 162px; }
td.forum-list-topicname-search { width: 162px; }
/* 作成者 */
th.forum-list-entryname{ width: 162px; }
td.forum-list-entryname { width: 162px; }
/* 作成日時 */
th.forum-list-entrytime { width: 150px; }
td.forum-list-entrytime { width: 150px; }
/*------------------------------------------------
    プロジェクト
------------------------------------------------*/
/*
    カラム幅
*/
/* プロジェクト管理 状態 */
th.prj-list-status{ width: 55px; }
td.prj-list-status{ width: 57px; }
/* プロジェクト管理 進捗率 */
th.prj-list-progress{ width: 64px; }
td.prj-list-progress{ width: 66px; }
/* プロジェクト管理 タスク名 */
th.prj-list-taskname{ width: 180px; }
td.prj-list-taskname{ width: 182px; }
th.prj-list-taskname-move{}
td.prj-list-taskname-move{}
/* プロジェクト管理 担当者 */
th.prj-list-username{ width: 147px; }
td.prj-list-username{ width: 149px; }
/* プロジェクト管理 全メンバー  氏名*/
th.prj-th-allusersel-name{ width: 200px; }
td.prj-td-allusersel-name{ width: 202px; }
/* プロジェクト管理 予定日 */
th.prj-list-period{ width: 176px; }
td.prj-list-period{ width: 164px; }
th.prj-list-period-move{ width: 200px; }
td.prj-list-period-move{ width: 200px; }
/* プロジェクト管理 開始予定日 */
th.prj-list-sdate{ width: 90px; }
td.prj-list-sdate{ width: 92px; }
/* プロジェクト管理 終了予定日 */
th.prj-list-edate{}
td.prj-list-edate{}
th.prj-list-edate-print{ width: 90px; }
td.prj-list-edate-print{ width: 92px; }
th.prj-list-edate-search{ width: 90px; }
td.prj-list-edate-search{ width: 91px; }
/*------------------------------------------------
    仮払精算
------------------------------------------------*/
/* 仮払精算 金額 */
.pay-th-money{
    width:100px;
}
/* 仮払精算 精算 */
.pay-th-clearing{
    width:50px;
}
/* 仮払精算 報告 */
.pay-th-report{
    width:50px;
}
/*------------------------------------------------
    備品管理
------------------------------------------------*/
/* 備品管理 出庫数　前回・前々回 */
.stock-th-issue{
    width:200px;
}
/* 備品管理 > 出庫履歴 担当者*/
.stock-th-user{
    width:200px;
}
/*------------------------------------------------
    アラーム
------------------------------------------------*/
/* アラーム 分類 機能 */
.agent-th-func{
    width:100px;
}
/* アラーム 状態 */
.agent-th-status{
    width:150px;
}
/*------------------------------------------------
    キャビネット
------------------------------------------------*/
/* キャビネット > フィルター設定 振り分け対象機能 */
.cab-th-func{
    width:150px;
}
.cab-th-name{
    width:372px;
}
.cab-td-ymdhi, cab-td-ymdhi{
    width: 143px;
}

/*------------------------------------------------
    利用者名簿
------------------------------------------------*/
/*利用者名簿 > ユーザー管理 > ユーザー名 */
.uset-msetlist-name{
    width: 176px;
}
/*利用者名簿 > ユーザー管理 > 所属組織 */
.uset-msetlist-group{
    width: 163px;
}
/*利用者名簿 > ユーザー管理 > 内線 */
.uset-msetlist-naisen{
    width: 100px;
}
/*利用者名簿 > ユーザー管理 > メールアドレス */
th.uset-msetlist-mail{
    width: 164px;
}
td.uset-msetlist-mail{
    width: 163px;
}
/* 所属組織 所属 */
.uset-thd-belong{
    width: 55px;
}
/* 所属組織 代表組織 */
.uset-thd-rep{
    width: 130px;
}

/*
利用者名簿 > 機能管理 > ユーザー情報のインポート
*/
/* タイムゾーン、言語ガイドダイアログ */
.uset-th-imp-str{
    width: 100px;
}
.uset-td-imp-str{
    width: 102px;
}

/*------------------------------------------------
    安否確認
------------------------------------------------*/
.safety-th-report{
    width: 80px;
}
/* 安否確認 > 機能管理 > 安否確認管理者設定 */
.safety-th-admin-user{
    width:250px;
}
.safety-td-admin-user{
    width:252px;
}
.safety-th-admin-group{
    width:200px;
}
.safety-td-admin-group{
    width:202px;
}

/*------------------------------------------------
    管理者設定
------------------------------------------------*/
/* 管理者設定 > 運用設定 > 組織設定 > 組織管理 > 組織名 */
.sysad-grouplist-name{
    width: 264px;
}
/* 管理者設定 > 運用設定  > 組織設定 > 組織管理 > 連絡先 */
.sysad-grouplist-tel{
    width: 251px;
}
/* 管理者設定 > 運用設定  > 組織設定 > 組織管理 > 所属ユーザー数 */
th.sysad-grouplist-assign{
    width: 100px;
}
td.sysad-grouplist-assign{
    width: 99px;
}
/* 管理者設定 > 運用設定 > 組織設定 > 人事組織管理 状態*/
.sysad-th-group-status{
    width:100px;
}
/* 管理者設定 > 運用設定 > ロール設定 > ロール管理 条件*/
.sysad-th-rol-conditions{
    width:200px;
}
/* 管理者設定 > 運用設定 > 祝日・休日設定 > 祝日設定 毎年繰り返し*/
.sysad-th-holiday-repeat{
    width:100px;
}
/* 管理者設定 > 運用設定 > 画面デザイン設定 > ファイルタイプ設定 */
.sysad-th-filetype-ext{
    width:200px;
}
.sysad-th-filetype-icon{
    width:50px;
}
/*管理者設定 > 運用設定 > 基本設定 > ライセンス設定　お客様コード */
.sysad-th-lic-code{
    width:130px;
}
/*管理者設定 > 運用設定 > 基本設定 > ライセンス設定 種別 */
.sysad-th-lic-type{
    width:70px;
}
/*管理者設定 > ログ > アクセス数集計 アクセス数集計　アクセス数 */
.sysad-th-log-acc-cnt{
    width:200px;
}
/*管理者設定 > 基本設定 > ライセンス設定 お客様コード */
.sysad-th-lic-code{
    width:130px;
}

/*------------------------------------------------
    ワークフロー
------------------------------------------------*/
/* 一覧 > 申請者 */
.flow-th-applicant {
    width:130px;
}
/* 一覧 > 次の承認者 */
.flow-th-approver {
    width:130px;
}
/* 一覧 > 作成日 */
.flow-th-entrydate {
    width: 100px;
}
/* 一覧 > 経過日数 */
.flow-th-day {
    width: 70px;
}
/* 一覧 > 進捗 */
.flow-th-progress {
    width: 45px;
}
/* 一覧 > 決裁状況 */
.flow-th-status {
    width: 70px;
}

/*
申請一覧 > 確認依頼 | 作成分 
*/

/* 表題 */
.co-table-list.recv .flow-th-subject {
    width: 197px;
}
/* 決裁状況 */
.co-table-list.recv th.flow-th-status {
    width: 73px; /* 右端のtdは-1px */
}

/* 表題 */
.co-table-list.send .flow-th-subject {
    width: 197px;
}
/* 決裁状況 */
.co-table-list.send th.flow-th-status {
    width: 73px; /* 右端のtdは-1px */
}

/* 
申請一覧 > 確認依頼 > 未確認
*/

/* 表題 */
.co-table-list.unconfirmed .flow-th-subject {
    width:145px;
}
/* 申請者 */
.co-table-list.unconfirmed .flow-th-applicant {
    width:100px;
}
/* 決裁状況 */
.co-table-list.unconfirmed th.flow-th-status {
    width: 73px; /* 右端のtdは-1px */
}

/* 
申請一覧 > 下書き
*/

/* 表題 */
.co-table-list.draft .flow-th-subject {
    width: 437px;
}
/* 作成日時 */
.co-table-list.draft .flow-th-entrydate {
    width: 143px;
}
/* 作成日時 */
.co-table-list.draft th.flow-th-entrydate {
    width: 142px; /* 右端のtdは-1px */
}

/*------------------------------------------------
    回覧レポート
------------------------------------------------*/
/* 回覧一覧 > 重要度、添付ファイル */
.co-table-list td.creport-importance,
.co-table-list td.creport-file {
  width: 30px;
  padding-left: 1px;
  padding-right: 1px;
  text-align: center;
}
/* 回覧一覧 > ステータス */
.creport-status {
    width: 40px;
}
/* 回覧一覧 > 締切日 */
.creport-closedate{
    width: 130px;
}
/* 回覧一覧 > 日付 */
.creport-cretime{
    width: 100px;
}
/* 回覧一覧 > 作成日 */
.creport-entrydate{
    width: 100px;
}
/* 回覧一覧 > 作成者 */
.creport-entryname{
    width: 130px;
}
/* 回覧一覧 > 差出人 */
.creport-from{
    width: 130px;
}
/* 回覧一覧 > 進捗 */
.creport-progress{
    width: 50px;
}
/* 回覧一覧 > 新着トレイの件名 */
.co-table-list.recv .creport-subject {
    width: 136px;
}
/* 回覧一覧 > 新着トレイの締切日 */
.co-table-list.recv th.creport-closedate{
    width: 129px;
}
/* 回覧一覧 > 送信トレイの件名（可変幅列） */
.co-table-list.send .creport-subject {
    width: 208px;
}
/* 回覧一覧 > 送信トレイの締切日 */
.co-table-list.send th.creport-closedate{
    width: 129px;
}
/* 回覧一覧 > 下書きトレイの件名（可変幅列） */
.co-table-list.draft .creport-subject {
    width: 483px;
}
/* 回覧一覧 > 下書きトレイの日付 */
.co-table-list.draft .creport-entrydate {
    width: 99px;
}
.co-table-list.draft th.creport-entrydate {
    width: 98px; /* 右端のtdは-1px */
}
/* 回覧一覧 > 処理済みトレイ/ゴミ箱の件名（可変幅列） */
.co-table-list.other .creport-subject {
    width: 271px;
}
/* 回覧一覧 > 処理済みトレイ/ゴミ箱の作成者 */
.co-table-list.other .creport-entryname {
    width: 129px;
}
.co-table-list.other th.creport-entryname {
    width: 128px; /* 右端のtdは-1px */
}

/*------------------------------------------------
    アンケート
------------------------------------------------*/
/* アンケート一覧 > 重要度 */
.co-table-list td.enq-importance {
  width:30px;
  padding-left:1px;
  padding-right:1px;
  text-align:center;
}
/* アンケート一覧 > ステータス */
.enq-status {
    width: 40px;
}
/* アンケート一覧 > 締切日 */
.enq-closedate{
    width:130px;
}
/* アンケート一覧 > 日付 */
.enq-cretime{
    width:100px;
}
/* アンケート一覧 > 作成日 */
.enq-entrydate{
    width:100px;
}
/* アンケート一覧 > 作成者 */
.enq-entryname{
    width:130px;
}
/* アンケート一覧 > 差出人 */
.enq-from{
    width:130px;
}
/* アンケート一覧 > 進捗 */
.enq-progress{
    width:40px;
}
/* アンケート一覧 > 新着トレイの件名 */
.co-table-list.recv .enq-subject {
    width: 146px;
}
.co-table-list.recv .enq-cretime{
    width: 80px;
}
/* アンケート一覧 > 新着トレイの締切日 */
.co-table-list.recv th.enq-closedate{
    width: 129px;
}
/* アンケート一覧 > 送信トレイの件名 */
.co-table-list.send .enq-subject {
    width: 269px;
}
/* アンケート一覧 > 送信トレイの締切日 */
.co-table-list.send th.enq-closedate{
    width: 129px;
}
/* アンケート一覧 > 下書きトレイの件名 */
.co-table-list.draft .enq-subject {
    width: 514px;
}
/* アンケート一覧 > 下書きトレイの日付 */
.co-table-list.draft th.enq-entrydate {
    width: 99px;
}
/*------------------------------------------------
    メモパッド
------------------------------------------------*/
/* 内容 */
.memp-th-name{
    width:340px;
}
.memp-td-name{
    width:340px;
}
/*------------------------------------------------
    インフォメーション
------------------------------------------------*/
/* 一覧のサイズ */
.info-th-subject{
    width: 220px;
}
.info-th-entry{
    width: 159px;
}
.info-td-ymdymd{
    width: 190px;
}
td.info-td-ymdymd{
    width: 189px;
}/*------------------------------------------------
  概要
    本ファイルには画面タイトル部に可変長データが
    存在する場合の、可変長データ部の最大幅を記述する。

  記述例
    インフォメーション一覧のタイトルの場合

    インフォメーション > 選択中カテゴリ名
                         ----------------
                                ①

    上記①の部分の最大幅サイズを定義する。
    インフォメーションの場合は"info-title-cate"
    で640pxに設定されている。

  補足
    言語により幅が変わるのでlang下に配置する。
------------------------------------------------*/

/*------------------------------------------------
    TODO
------------------------------------------------*/
/* 先頭ページ */
.todo-title-top-mytask{
    max-width: 630px;
}
.todo-title-top-reqtask{
    max-width: 600px;
}
/* 期限別一覧(マイタスク) */
.todo-title-today-mytask{
    max-width: 440px;
}
.todo-title-tomorrow-mytask{
    max-width: 440px;
}
.todo-title-later-mytask{
    max-width: 510px;
}
.todo-title-past-mytask{
    max-width: 550px;
}
.todo-title-finish-mytask{
    max-width: 510px;
}
/* 期限別一覧(追加したタスク) */
.todo-title-today-reqtask{
    max-width: 410px;
}
.todo-title-tomorrow-reqtask{
    max-width: 410px;
}
.todo-title-later-reqtask{
    max-width: 480px;
}
.todo-title-past-reqtask{
    max-width: 520px;
}
.todo-title-finish-reqtask{
    max-width: 480px;
}
/* 他ユーザータスク */
.todo-title-oname{
    max-width: 700px;
}
.todo-title-oname-detail{
    max-width: 600px;
}
.todo-title-oname-add{
    max-width: 600px;
}
.todo-title-oname-mod{
    max-width: 600px;
}
.todo-title-oname-today{
    max-width: 530px;
}
.todo-title-oname-tomorrow{
    max-width: 530px;
}
.todo-title-oname-later{
    max-width: 600px;
}
.todo-title-oname-past{
    max-width: 640px;
}
.todo-title-oname-finish{
    max-width: 600px;
}
.todomg-title-oname{
    max-width: 655px;
}
.todomg-title-oname-detail{
    max-width: 545px;
}
/*------------------------------------------------
    ネオツイ
------------------------------------------------*/
.ntwimg-title-oname{
    max-width: 620px;
}
.ntwimg-title-oname-detail{
    max-width: 520px;
}
/*------------------------------------------------
    インフォメーション
------------------------------------------------*/
.info-title-cate{
    max-width: 640px;
}
.infomg-title-cate{
    max-width: 390px;
}
/*------------------------------------------------
    キャビネット
------------------------------------------------*/
.cab-title-folder{
    max-width: 700px;
}
.cab-title-oname{
}
.cab-title-oname-folder{
    max-width: 320px;
}
.cab-title-oname-detail{
    max-width: 550px;
}
.cab-title-oname-add{
    max-width: 550px;
}
.cab-title-oname-mod{
    max-width: 550px;
}
.cabmg-title-oname{
}
.cabmg-title-oname-folder{
    max-width: 280px;
}
.cabmg-title-oname-search{
    max-width: 290px;
}
.cabmg-title-oname-detail{
    max-width: 460px;
}
.cabmg-title-oname-add{
    max-width: 330px;
}
.cabmg-title-oname-mod{
    max-width: 460px;
}
/*------------------------------------------------
    文書管理
------------------------------------------------*/
.doc-title-folder{
    max-width: 710px;
}
.docmg-title-folder{
    max-width: 630px;
}
/*------------------------------------------------
    メモパッド
------------------------------------------------*/
.memp-title-label{
    max-width: 710px;
}
.mempmg-title-oname{
    max-width: 610px;
}
.mempmg-title-oname-detail{
    max-width: 510px;
}
.mempmg-title-oname-add{
    max-width: 510px;
}
.mempmg-title-oname-mod{
    max-width: 510px;
}
/*------------------------------------------------
    伝言・所在
------------------------------------------------*/
.memomg-title-oname{
    max-width: 600px;
}
.memomg-title-oname-detail{
    max-width: 500px;
}
/*------------------------------------------------
    タイムカード
------------------------------------------------*/
.tcardmg-title-oname{
    max-width: 450px;
}
.tcardmg-title-oname-mod{
    max-width: 270px;
}
/*------------------------------------------------
    ブックマーク
------------------------------------------------*/
.topmenu-title-folder{
    max-width: 550px;
}
.topmenumg-title-folder{
    max-width: 470px;
}
/*------------------------------------------------
    回覧・レポート
------------------------------------------------*/
.creport-title-folder{
    max-width: 670px;
}
/*------------------------------------------------
    利用者管理
------------------------------------------------*/
.usetmg-title-gname{
    max-width: 625px;
}
/*------------------------------------------------
    管理者設定
------------------------------------------------*/
/* 組織管理 */
.sysad-glist-title-gname{
    max-width: 240px;
}
/* ユーザー管理 */
.sysad-ulist-title-gname{
    max-width: 190px;
}
/*------------------------------------------------
    プロジェクト管理
------------------------------------------------*/
.prj-title-pname{
    max-width: 670px;
}
.prjmg-title-pname{
    max-width: 590px;
}
/*------------------------------------------------
    議事録
------------------------------------------------*/
.agenda-title-label{
    max-width: 720px;
}
.agenda-srch-title-label{
    max-width: 640px;
}
/*------------------------------------------------
    電子会議室
------------------------------------------------*/
.forum-title-label{
    max-width: 700px;
}

.forummg-title-label{
    max-width: 630px;
}

/*------------------------------------------------
    ログイン画面
------------------------------------------------*/
.login-repwd-title{
    max-width: 230px;
}
@charset "UTF-8";
/***************************************
  選択ダイアログ
 **************************************/
#co-sel-descendant-options li:first-child > a:after {
  content: "(解除)";
}
 /*
     添付ファイルアップロード IE用
 
    [添付][中止]＝＝＝＝＝ファイル名[10/10][すべて解除]
 
    [添付]　　　：↓で幅指定
     [中止]　　　：文字数により伸びる
     ＝＝＝＝＝　：固定幅
     ファイル名　：↓で幅指定
     [10/10]　　 ：文字数により伸びるが、現在はmax10件制限あり
     [すべて解除]：文字数により伸びる
 */
 /* 添付ボタン */
 .co-ie-uploader-button {
     width: 48px;
 }
 /* ファイル名 */
 .co-ie-uploader .co-ie-uploader-progress .co-ie-uploader-label {
     width: 128px;
 }
/*************************************************
    [sch]スケジュール ＞ 言語別共通
*************************************************/
/*------------------------------------------------
    各種アイコン
------------------------------------------------*/
/* 外出 */
.sch-ictype1-out{
    background-image: url(/dneores/lang/ja_JP/images/sch/ic_out.gif);
}
.co-browser-IE-8 .sch-ictype1-out{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dneores/lang/ja_JP/images/sch/ic_out.gif', sizingMethod='scale');
}
/* 仮予定 */
.sch-ictype1-tmp{
    background-image: url(/dneores/lang/ja_JP/images/sch/ic_tmpreserve.gif);
}
.co-browser-IE-8 .sch-ictype1-tmp{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dneores/lang/ja_JP/images/sch/ic_tmpreserve.gif', sizingMethod='scale');
}
/* 重要 */
.sch-ictype1-imp{
    background-image: url(/dneores/lang/ja_JP/images/sch/ic_important.gif);
}
.co-browser-IE-8 .sch-ictype1-imp{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dneores/lang/ja_JP/images/sch/ic_important.gif', sizingMethod='scale');
}
/* 定期 */
.sch-ictype1-rep{
    background-image: url(/dneores/lang/ja_JP/images/sch/ic_regular.gif);
}
.co-browser-IE-8 .sch-ictype1-rep{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dneores/lang/ja_JP/images/sch/ic_regular.gif', sizingMethod='scale');
}
/* 承認依頼 */
.sch-ictype1-approve{
    background-image: url(/dneores/lang/ja_JP/images/sch/ic_approve.gif);
}
.co-browser-IE-8 .sch-ictype1-approve{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dneores/lang/ja_JP/images/sch/ic_approve.gif', sizingMethod='scale');
}
/* 承認完了 */
.sch-ictype1-appfinish{
    background-image: url(/dneores/lang/ja_JP/images/sch/ic_end.gif);
}
.co-browser-IE-8 .sch-ictype1-appfinish{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dneores/lang/ja_JP/images/sch/ic_end.gif', sizingMethod='scale');
}
/* 承認依頼 */
.sch-ictype1-appreq{
    background-image: url(/dneores/lang/ja_JP/images/sch/ic_request.gif);
}
.co-browser-IE-8 .sch-ictype1-appreq{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dneores/lang/ja_JP/images/sch/ic_request.gif', sizingMethod='scale');
}
