﻿/* 外枠   背景色 #005bac; */
/* 中枠   背景色 #005bac; */
/* 背景色 背景色 #f0f0f0; */


body{
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* IE input[x] 削除 */
input[type="text"]::-ms-clear  { display:none; }
input[type="text"]::-ms-reveal { visibility:hidden }

/* コンテナ */
#container { 
  /* min-width: 960px; */
  min-width: 1180px;
  border: 2px solid #65ccf7;
  background-color: #f0f0f0;
  margin:0 auto;
  border-radius: 5px;
}

.message-label{
  height:20px;
  background-color: #f3f3ff;
}

#message-area {
  height:30px;
}
/* TOPヘッダー(企業名) */
#header {
  background-color:#65ccf7;
  height:40px;
  line-height:40px;
}

#menu {
  height:28px;
  margin: 8px;
}

/* 処理のヘッダー(タイトル・日付テキスト用) */
#main_title {
  height:28px;
  margin:8px;
  line-height:28px;
  border-radius: 5px;
  background-color:#65ccf0;
  position:relative;
}

/* メインボックス */
#main_form {

  min-height:400px;

  margin:8px;
  background-color:#f0f0f0;
  border: 3px solid #005bac;
  border-radius: 5px;

  /*overflow-y:auto;*/
  overflow-y:hidden;
  overflow-x:hidden;
}

/* フッター */
#footer {
  clear:both;
  height:20px;
  line-height:20px;
  background-color:#65ccf7;
  text-align: right;
  padding-right:12px;
  font-size:0.7em;
}

.select select:focus  {
  border:1px solid orange; /*#FF6000;*/
  background-color:#ffdef0; /*pink;*/
}
select.ui-widget-content:focus {
  border:1px solid orange; /*#FF6000;*/
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus {
  border:1px solid orange; /*#FF6000;*/
  background-color:#ffdef0; /*pink;*/
}
input[type=number] {
   text-align: right;
}
input[type=number]::placeholder {
   text-align: left;
}
.dateonly:hover {
  cursor:not-allowed;
}

.dateonly {
  width: 86px !important;
  text-align: center;
  font-weight: bold;
  font-size: 1.18em !important;
}

.h-toolbar {
  border-width: 2px;
  margin-left:5px;
}
.h-toolbar.ui-widget-content:focus {
  border-width: 2px;
}

.menu-title {
  display:inline-block; 
  float: left; 
  margin-left: 20px;
  font-size: 1.1em;
  letter-spacing: 0.16em;
  color: #cff;
  text-shadow: 1px 0px 1px #cff, 1px 0px #cff;
  height: 32px;
  border-bottom: 3px double #efe;
  background-color: #7acaff;
}

.login-title {
  color: #999;
  font-size: 24px;
  letter-spacing: 4px;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
}

.screen-title {
  color: #999;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 10px;
  height: 15px;
}

.ui-datepicker {
  font-size: 70%;
}

input[type="text"][disabled]{
  background:#DCDCDC;
  cursor:not-allowed; /* 禁止カーソル */
}


input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
}
input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
}
input::-moz-placeholder {
    color: #999;
    font-weight: normal;
}
input::placeholder {
    color: #999;
    font-weight: normal;
}
input:disabled::-webkit-input-placeholder {
    opacity: 0;
}
input:disabled:-ms-input-placeholder {
    opacity: 0;
}
input:disabled::-moz-placeholder {
   opacity: 0;
}
input:disabled::placeholder {
    opacity: 0;
}
/*--------------------
     jaGrid
--------------------*/
.div-jqgrid {
  margin: 8px;
}

.jqgrid-rownum {
  text-align: right !important;
}

/*tr/td*/
.ui-jqgrid tr.jqgrow td{
    height: 20px;
}
/* title caption */
.ui-jqgrid .ui-jqgrid-titlebar{
  height: 20px;
}
.ui-jqgrid-title {
  margin-left: 5px;
  font-size: 1em;
}

/*fromat action edit*/
.ui-inline-edit {
  margin: 0 !important;
}
/*fromat action del*/
.ui-inline-del {
  margin: 0 1px 0px !important;
}

.ui-jqdialog-title {
  font-size: 1.1em;
  line-height: 1.4em;
}

.ui-dialog { 
  z-index: 9999 !important;
}

.ui-dialog-title{ 
  font-size:14px;
}
.ui-dialog  .ui-button-text {
  font-size:10px;
}
.ui-dialog .ui-dialog-content{
  font-size:12px;
}

.ui-pg-input {
  ime-mode: disabled;
  
}
.ui-jqgrid .ui-pg-table .ui-pg-input, .ui-jqgrid .ui-pg-table .ui-pg-selbox {
  width: 40px;
  text-align: right;
}

.t-list {
/*
  display: table-cell;
  vertical-align: middle;
  width: 140px;
  height: 30px;
*/
  color: #6e9e9e;
  float: right; 
  margin-right: 5px;
  font-weight: normal;
}

.ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-labels .ui-th-column  {
    font-weight:normal;
}

.ui-jqgrid tr.jqgrow td {
  white-space:nowrap;                                                                                                                                               
}

/********************/
/* ドロップメニュー 

  menu.png, menu_hover.pngの
  実サイズに合わせる(width,height)

*/
/********************/
ul.menu li{
  list-style-type:none;
  float:left;
  width:120px;
  height:28px;
  background:url("../img/menu.png");
  position:relative;
}

* html ul.menu li{
  display:inline;
  zoom:1;
}

*+html ul.menu li{
  display:inline;
  zoom:1;
}

ul.menu li a{
  display:block;
  width:120px;
  height:28px;
  line-height:28px;
  /*font-weight:bold;*/
  font-size: 0.7em;
  text-align:center;
  text-decoration:none;
/*  color:#0066cc;*/
  color:#2e6e9e;
}

ul.menu li a:hover{
  background:url("../img/menu_hover.png");
  color:white;
}

ul.sub{
  display:none;
}

* html ul.sub{
  zoom:1;
  position:relative;
}

*+html ul.sub{
  zoom:1;
  position:relative;
}

/* リンク後の色 */
ul.menu a:visited {
  color:#0066cc;
}
ul.sub a:visited {
  color:#0066cc;
}

/* 描画優先順位を設定(各画面内のボタンに隠れてしまうため) */
ul.sub li{
  float:none;
  z-index:1000;
}

ul.sub li ul.sub{
  position:absolute;
  left:120px;
  top:0;
}

ul.menu{
  zoom:1;
}

ul.menu:after {
  height:0;
  visibility:hidden;
  content:".";
  display:block;
  clear:both;
}
/********************/

/*--------------------
     サイン画像表示
--------------------*/
/* サイン カーソル */
.sign-complete {
  cursor: pointer;
  color: #0000ff;
  font-weight: bold;
}

/* サインレイヤー表示背景 */
#sign-layer {
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  visibility: hidden;
}

/* サイン暗転レイヤー */
#sign-blacklayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000000;
}

/* サイン画像レイヤー */
#sign-imagelayer {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index: 10002;
}

/* サイン画像 */
#sign-image {
  position: relative;
  background-color: #ffffff;
}

/******************/
/* aタグボタンのフォーカス */
a.fm-button:focus {
  border: 1px solid #79b7e7;
  background: #d0e5f5;
  font-weight: bold;
  color: #1d5987;
}
/* ローディング画面 */
#loading{
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  z-index:1010;
  display:none;
  background: url(../img/loading.gif) no-repeat center #000;
}
