@charset "UTF-8";

.ui-datepicker { z-index: 1000 !important; }
.handsontable th {
  background-color: #0099cc;
  color: #fff;
}

/* === Basic LAYOUT === */
html {
  overflow-y:scroll;
}
body {
  margin:0;
  padding:0;
  line-height:1.6;
  letter-spacing:1px;
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size:13px;
  color:#333;
  background:#fff url("img/bg.gif") 0 85px repeat-x;
  border-top:3px solid #134D99;
}
br {
  letter-spacing:normal;
}
a {
  color:#000;
  text-decoration:none;
  cursor:pointer;
}
a:hover {
  /*color:#999;*/
  color:blue;
  text-decoration:underline;
}
img {
  border:0;
  vertical-align:bottom;
}
h1,h2,h3,h4,h5,h6 {
  margin:0;
}
p,form,input{margin: 0}
input ,select{
  vertical-align:middle;
}

/* === APP LAYOUT === */
#wrapper {
  width:950px;
  margin:0 auto;
  padding:0;
}
#header {
  position:relative;
  width:950px;
}
#logo {
  margin-top:10px;
  margin-left:40px;
}

/* === MENU LAYOUT === */
.cls_menu {
  float:left;
  width:950px;
  margin-top:12px;
  display:none;
}
.cls_menu ul {
  margin:0 0 1px 0;
  padding:0;
  list-style:none;
  cursor:pointer;
}
li.lft {
  overflow:hidden;
  float:left;
  margin:0;
  margin-left:-1px;
  padding:0;
  border:1px solid #CECBCE;
  border-bottom:none;
  background:#fff url("img/bg_menu.gif") -40px 0 repeat-x;
}
li.rgt {
  overflow:hidden;
  float:right;
  margin:0;
  margin-left:-1px;
  padding:0;
  border:1px solid #CECBCE;
  border-bottom:none;
  background:#fff url("img/bg_menu.gif") -40px 0 repeat-x;
}
li.lft div {
  display:block;
  width:129px;
  height:20px;
  padding:10px 0;
  line-height:20px;
  font-weight:bold;
  text-align:center;
  outline:none;
}
li.rgt div {
  display:block;
  width:129px;
  height:20px;
  padding:10px 0;
  line-height:20px;
  font-weight:bold;
  text-align:center;
  outline:none;
}
li.lft div:hover {
  color:#fff;
  text-decoration:none;
  background:#fff url("img/bg_menu.gif") 100% 100% repeat-x;
}
li.rgt div:hover {
  color:#fff;
  text-decoration:none;
  background:#fff url("img/bg_menu.gif") 100% 100% repeat-x;
}
li.active {
  color:#fff;
  background:#fff url("img/bg_menu.gif") 100% 100% repeat-x;
  text-decoration:none;
}

/* === PROCESS LAYOUT === */
.inner {
  float:left;
  margin-top:5px;
  width:950px;
  height:450px;
  /*background-color:skyblue;*/
  display:none;
}
.inner h2 {
  clear:both;
  margin-bottom:8px;
  padding:1px 10px;
  line-height:2.0;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  background:#fff url("img/bg_h2.gif") 100% 100% repeat-x;
}

/* === FORM LAYOUT === */
.form_area {
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  -webkit-box-shadow:0px 1px 10px #488a9e;
  -moz-box-shadow:0px 1px 10px #488a9e;
  box-shadow:0px 1px 10px #488a9e;
  border:1px solid #4eb4c2;
  background:#fafafa;
}
.label_vertical {
  vertical-align:middle;
}
.necessary_input_color {
  color:red;
}

/* === ACCEPT LOGIN LAYOUT === */
#logon_form {
  width:320px;
  margin:12px auto;
  padding:10px;
}
#logon_form p{
  color:#077685;
  font-size:13px;
  font-weight:bold;
}
#logon_form .form-title{
  text-align:center;
  font-family:Arial;
  font-size:20px;
  color:#4eb4c2;
}
#logon_form .error{
  color:red;
  font-weight:bold;
}
.logonlabel{
  margin-left:40px;
}
.logoninp{
  margin-left:90px;
  margin-bottom:10px;
}
.exebtn {
  text-align:center;
}

/* === ACCEPT_INSERT LAYOUT === */
#accept_insert_form {
  /*text-align:center;*/
  width:900px;
  margin:12px auto;
  padding:5px;
  font-size:13px;
}
#accept_insert_tabl {
  /*border:2px green double;*/
  margin-top:3px;
  margin-bottom:3px;
  margin-left:auto;margin-right:auto;
  width:840px;
}
#accept_insert_tabl td {
  /*border:2px green double;*/
}
#insert_out_Div {
  position: relative;
  padding-top: 22px;
  width: 670px;
  border: 1px solid #0099cc;
  background-color: #fff;
}
#insert_in_Div {
  overflow: auto;
  height: 140px;
}
#insert_sclTbl {
  background-color: #fff;
  border-collapse:separate;
  /*font-size: 14px;*/
  vertical-align:middle;
}
#insert_sclTbl thead tr {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
}
#insert_sclTbl thead tr th{
  background-color: #0099cc;
  color: #fff;
  padding: 2px 0px;
}
#insert_sclTbl tbody tr td{
  background-color: whitesmoke;
  color: black;
  padding: 2px 2px;
  /*vertical-align:middle;*/
}
.insert_coL0 { width: 180px; }
.insert_coL1 { width: 110px; }
.insert_coL2 { width: 130px; }
.insert_coL3 { width: 110px; }
.insert_center { text-align:center; }
.insert_disp_center { text-align:center; }
.insert_del_center { text-align:center; }
.insert_right { text-align:right; }
/* === ACCEPT_UPDATE LAYOUT === */
#accept_update_form {
  /*text-align:center;*/
  width:900px;
  margin:12px auto;
  padding:5px;
}
#accept_update_table {
  /*border:2px green double;*/
  margin-top:3px;
  margin-bottom:3px;
  margin-left:auto;margin-right:auto;
  width:840px;
}
#accept_update_table td {
  /*border:2px green double;*/
}
#accept_update_list {
  width:900px;
  /*margin:20px auto;
  padding:10px;*/
  margin-top: 10px;
  padding:10px;
}
#accept_update_list {
  /*border:2px green double;*/
}
#accept_update_list td{
 /* border:2px green double;*/
}
#accept_update_detail {
  /*text-align:center;*/
  width:900px;
  margin:2px auto;
  padding:3px;
  font-family:'ＭＳ ゴシック';
  font-size:13px;
}
#accept_update_detailtabl {
  /*border:2px green double;*/
  margin-top:3px;
  margin-bottom:3px;
  margin-left:auto;margin-right:auto;
  width:860px;
}
.update_detail {
  margin-left:10px;
  vertical-align:middle;
  background-color: mintcream;
  padding: 2px 5px 2px 5px;
  border:1px solid;
  font-weight: bold;
}
.update_detail_input {
  background: mintcream;
  padding-left:5px;
  /*padding-bottom:2px;*/
  font-weight: bold;
  color: black;
  cursor:not-allowed; /* 禁止カーソル */
}
/* === ACCEPT_CSV LAYOUT === */
#accept_csv_form {
  /*text-align:center;*/
  width:900px;
  margin:12px auto;
  padding:5px;
}
#accept_csv_table {
  /*border:2px green double;*/
  margin-top:3px;
  margin-bottom:3px;
  margin-left:auto;margin-right:auto;
  width:840px;
}
#accept_csv_table td {
  /*border:2px green double;*/
}
/* === ACCEPT SHIPPER LAYOUT === */
#accept_shipper_form {
  width:400px;
  /*height:80px;*/
  margin:12px auto;
  padding:10px;
}
/* === ACCEPT INIT LAYOUT === */
#accept_init_form {
  width:870px;
  height:330px;
  margin:12px auto;
  padding:20px;
  font-size:13px;
}
#accept_init_table {
  border:2px green double;
  margin-top:3px;
  margin-bottom:3px;
  margin-left:auto;margin-right:auto;
  width:840px;
}
#accept_loadcsv_form {
  /*text-align:center;*/
  width:900px;
  margin:12px auto;
  padding:5px;
}
.table_head_tr {
  background-color: #0099cc;
  color: #fff;
  font-size:12px;
}
.table_head_th {
  background-color: #0099cc;
  color: #fff;
}
.table_line_tr {
  font-size:12px;
}
.table_line_center {
  border:1px solid #0099cc;
  text-align:center;
  padding:0 2px;
}
.table_line_over {
  overflow:hidden;
}
.table_line_left {
  border:1px solid #0099cc;
  text-align:left;
  padding:0 4px;
}
.table_line_right {
  border:1px solid #0099cc;
  text-align:right;
  padding:0 4px;
}
#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
}
#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("img/processing_circle2.gif") center center no-repeat;
}
