﻿/*
 * 画面の基本となる背景色・フォント（bodyタグで使用する）
 */
.cs_body
{
  font-family: "MS UI Gothic","ＭＳ Ｐゴシック";
  font-size: 10pt;
  background-color: #9ee8f7;
  margin: 4px;
}

/*
 * 表の背景色（trタグで使用する）
 */
.cs_tr_back
{
  background-color: peachpuff;
}

/*
 * テキスト（左寄せ, IME:active）
 */
.cs_text
{
  font-family: "MS UI Gothic","ＭＳ Ｐゴシック";
  ime-mode: active;
  font-size: 11pt;
}

/*
 * テキスト（左寄せ, IME:inactive）
 */
.cs_text_imeina
{
  font-family: "MS UI Gothic","ＭＳ Ｐゴシック";
  ime-mode: inactive;
  font-size: 11pt;
}
/*
 * テキスト（左寄せ, IME:disabled）
 */
.cs_text_imeoff
{
  font-family: "MS UI Gothic","ＭＳ Ｐゴシック";
  ime-mode: disabled;
  font-size: 11pt;
}

/*
 * テキスト（右寄せ, IME:disabled）
 */
.cs_text_r
{
  font-family: "MS UI Gothic","ＭＳ Ｐゴシック";
  text-align: right;
  ime-mode: disabled;
  font-size: 11pt;
}

/*
 * テキスト（左寄せ readonly）
 */
.cs_text_read
{
  font-family: "MS UI Gothic","ＭＳ Ｐゴシック";
  background-color: peachpuff;
  border: none;
  font-size: 11pt;
  vertical-align: top;
}

/*
 * ファイル選択ダイアログ用フォント
 */
.cs_text_file
{
  font-family: "MS UI Gothic","ＭＳ Ｐゴシック";
  font-size: 11pt;
}

/*
 * 必須項目マーク
 */
.cs_hissu
{
  font-family: "Arial";
  font-size: 12pt;
  color: Red;
}

/*
 * 表のタイトル（任意入力項目）
 */
.cs_lbl_title
{
  word-break: break-all;
  text-align: center;
  height: 24px;
}

/*
 * 表の値（ラベル値）
 */
.cs_lbl_value
{
  word-break: break-all;
/*background-color: white;*/
  height: 20px;
}

/*
 * 表の値（ラベル値・中央寄せ）
 */
.cs_lbl_value_c
{
  text-align: center;
  word-break: break-all;
/*background-color: white;*/
  height: 20px;
}

/*
 * 一覧タイトルの背景色
 */
.cs_list_title
{
  background-color: peachpuff;
  font-weight: bold;
}

/*
 * [一覧]データ背景色
 */
.cs_list_data
{
  background-color: #ffffff;
}

/*
 * [一覧]データ背景色(偶数行)
 */
.cs_list_data_alt
{
  background-color: #fbf0ef;
}

/*
 * 画面タイトル
 */
.cs_menu_title
{
  font-family: "MS UI Gothic","ＭＳ Ｐゴシック";
  font-size: 16pt;
  font-weight: bold;
  color: navy;
  text-align: center;
}

/*
 * エラー画面テキスト
 */
.cs_error_text
{
  font-family: "MS UI Gothic","ＭＳ Ｐゴシック";
  font-size: 12pt;
  font-weight: bold;
  color: red;
  text-align: center;
}

/*
 * メインメニューボタン
 */
.cs_btn_main
{
  font-family: "MS UI Gothic","ＭＳ Ｐゴシック";
  font-size: 12pt;
  font-weight: bold;
  width: 240px;
  height: 36px;
}

/*
 * 小さいサイズのボタン
 */
.cs_btn_small
{
  font-family: "MS UI Gothic","ＭＳ Ｐゴシック";
  font-size: 9pt;
  width: 30px;
  height: 22px;
}

/*
 * 50px幅のボタン
 */
.cs_btn_w50
{
  font-family: "MS UI Gothic","ＭＳ Ｐゴシック";
  font-size: 9pt;
  width: 50px;
  height: 24px;
}

/*
 * 70px幅のボタン
 */
.cs_btn_w70
{
  font-family: "MS UI Gothic","ＭＳ Ｐゴシック";
  font-size: 9pt;
  width: 70px;
  height: 24px;
}

/*
 * 100px幅のボタン
 */
.cs_btn_w100
{
  font-family: "MS UI Gothic","ＭＳ Ｐゴシック";
  font-size: 9pt;
  width: 100px;
  height: 24px;
}

/*
 * タイムアウト画面ログインボタン
 */
.cs_btn_timeout_login
{
  font-family: "MS UI Gothic","ＭＳ Ｐゴシック";
  font-size: 12pt;
  font-weight: bold;
  width: 150px;
  height: 30px;
}
