@charset "utf-8";

textarea, 
select,
input.text,
input.password {
  padding: 1px 3px 1px 3px;
  border: 1px solid #111111;
  background-color: #FFFFFF;
}

input.button,
input.submit {
  width: 90px;
  background-color: #DDDDDD;
  color: #111111;
  padding: 1px 2px;
  border-top: 1px solid #111111;
  border-left: 1px solid #111111;
  border-bottom: 2px solid #111111;
  border-right: 2px solid #111111;
  text-align: center;
  cursor: pointer;
}
input.button:hover,
input.submit:hover {
  width: 90px;
  background-color: #111111;
  color: #DDDDDD;
  border-top: 1px solid #111111;
  border-left: 1px solid #111111;
  border-bottom: 2px solid #111111;
  border-right: 2px solid #111111;
  text-align: center;
}
input.dummy_input {
  display: none;
}
input.num {
  text-align: right;
}
/*
input.checkbox {
  position: relative;
  top: 4px;
  -webkit-appearance:none;
  border: 1px solid #111111;
  border-radius: 3px;
  color:#FFFFFF;
  background-color: #FFFFFF;
  width: 16px;
  height: 16px;
  font-size: 14px;
}
input.checkbox:before {
  position: relative;
  content:"★";
  font-size: 14px;
  top: -1px;
  left: 0px;
} 
input.checkbox:checked {
  color:#F06660;
} 
input.radio {
  border: 1px solid #111111;
}
*/
input.checkbox,
input.radio {
  border: none;
}


span.required {
  font-size: 80%;
  padding: 2px 3px 2px 3px;
  margin-right: 3px;
  background-color: #111111 !important;
  color: #DDDDDD !important;
  border-radius: 3px;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}


/* loader */
#loader_bg {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: 100000;
}
#loader_bg .loader_img {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 100001;
  width: 100px;
}


#main {
  position: relative;
/*
  width: 1024px;
*/
  width: 1124px;
  margin: 0px auto;
/*
  top: 10px;
  background: url("../img/main_bg.png") repeat-y scroll center transparent;
*/
  background-color: #FFFFFF;
}





#header {
  position: relative;
  width: 100%;
  z-index: 5;
}


#logo {
/*
  width: 100%;
*/
  width: 260px;
  height: 45px;
}

#logo h1#h1_logo {
  position: relative;
  left: 0px;
  top: 5px;
  width: 260px;
  height: 40px;
}
#logo h1#h1_logo img {
  border: none;
}

h2 {
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 10px 0px 0px 0px;
}


#menu_button {
  display: block;
  position: absolute;
  padding: 0px 0px 0px 10px;
  border: 6px double #111111;
  background-color: #DDDDDD;
  width: 166px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  top: 5px;
  left: 270px;
}

#menu {
  display: none;
  position: absolute;
  padding: 2px;
  border-left: 2px solid #111111;
  border-right: 2px solid #111111;
  border-bottom: 2px solid #111111;
  background-color: white;
  width: 180px;
  top: 41px;
  left: 270px;
  list-style-type: none;
}
#menu li {
  padding: 1px;
  margin-top: 1px;
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
}
#menu li a {
  height: 25px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 4px 0px 0px 10px;
}
#menu li a.std, 
#menu li a.std:link,
#menu li a.std:visited {
  background-color: #DDDDDD;
}
#menu li a.cur, 
#menu li a.cur:link, 
#menu li a.cur:visited, 
#menu li a.cur:hover, 
#menu li a.std:hover {
  background-color: #111111;
  color: #DDDDDD;
}
/*
#menu {
  width: 930px;
  height: 35px;
  list-style-type: none;
  position: absolute;
  top: 6px;
  left: 180px;
}
#menu li {
  float: left;
  padding: 1px;
  margin-top: 1px;
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
}
#menu li a {
  width: 142px;
  height: 25px;
  font-size: 14px;
  text-decoration: none;
}
#menu li a.std, 
#menu li a.std:link,
#menu li a.std:visited {
  background-color: #DDDDDD;
  color:#111111;
  font-weight: bold;
  display:block;
  padding:4px 0pt 0pt 10px;
}
#menu li a.cur, 
#menu li a.cur:link, 
#menu li a.cur:visited, 
#menu li a.cur:hover, 
#menu li a.std:hover {
  background-color: #111111;
  color: #DDDDDD;
  font-weight: bold;
  display:block;
  padding:4px 0pt 0pt 10px;
}
*/





#info {
  position: absolute;
  top: 12px;
  right: 0px;
}
#info span#spn_loginuser_name {
/*
  font-size: 16px;
*/
}
#info span#spn_cnt_waiting {
  position: relative;
/*
  margin: 0px 10px 0px 10px;
*/
  margin: 0px 0px 0px 0px;
  color: #FF0000;
}
#info span#spn_cnt_waiting a {
  color: #FF0000;
  text-decoration: underline;
  font-weight: bold;
}



#container {
  position: relative;
  width: 100%;
  z-index: 3;
}
#container div#result {
  position: relative;
  margin: 5px auto 0px auto;
/*
  width: 994px;
  padding: 15px;
  background-color: #DDDDDD;
*/
  border: 2px solid #DDDDDD;
/*
  width: 1020px;
*/
  width: 1120px;
}
#container h2#page_subtitle {
  font-size: 16px;
  text-align: center;
}


#footer {
  position: relative;
  width: 100%;
  top: 0px;
  margin: 10px 0px 0px 0px;
  text-align: center;
  font-size: 80%;
  z-index: 4;
}
#footer div.copy_right {
  position: relative;
  top: 10px;
  font-weight: bold;
}
#footer div.copy_right a {
  text-decoration: underline;
  font-size: 90%;
}

/* サーバ処理中(loading) */
#imgload {
  display:block;
  position: relative;
  width:100px;
  height:100px;
  margin: 0px auto;
/*
  top: 50px;
*/
}
/*
#imgload_confirm,
#imgload_accept,
#imgload_result,
#imgload_boardcomment {
  display:block;
  position: relative;
  width:100px;
  height:100px;
  margin: 0px auto;
}
#imgload_dice {
  display:block;
  position: relative;
  width:100px;
  height:100px;
  margin: 0px auto;
}
*/


/* to top */
a.a_totop {
  font-size: 90%;
  font-weight: bold;
  display: block;
  position: fixed;
  text-align: center;
  right: 0px;
  bottom: 15px;
  z-index: 8;
  color: white;
  background-color: #000000;
  opacity: 0.7;
  width: 20px;
  height: 64px;
  padding: 4px 0px 4px 2px;
  line-height: 1 !important;
  border-radius: 2px;
}
a.a_bottom {
  font-size: 90%;
  font-weight: bold;
  display: block;
  position: fixed;
  text-align: center;
  right: 0px;
  bottom: 15px;
  z-index: 8;
  color: white;
  background-color: #000000;
  opacity: 0.7;
  width: 20px;
  padding: 4px 0px 4px 2px;
  line-height: 1 !important;
  border-radius: 2px;
}


/* 設定画面（共通） */
form#setting_container {
  position: relative;
  width: 410px;
  margin: 0px auto;
  padding: 20px 0px 0px 0px;
}
ul#ul_setting {
  width: 330px;
  margin: 0px auto;
}
ul#ul_setting li {
  width: 330px;
  display: table;
}
ul#ul_setting li p.p_setting_left {
  width: 105px;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  padding: 2px 5px 2px 0px;
  /*
  font-weight: bold;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  background-color: #FFFFFF;
  */
}
ul#ul_setting li p.p_setting_right {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 2px 0px 2px 0px;
}
ul#ul_setting li p.p_setting_right input#txt_account {
  width: 185px;
}
ul#ul_setting li p.p_setting_right input#txt_newpass {
  width: 185px;
}
ul#ul_setting li p.p_setting_right input#txt_newpass_confirm {
  width: 185px;
}
#p_setting_pw input#txt_oldpass {
  width: 185px;
}

form#setting_container p#setting_msg {
  padding-top: 2px;
  text-align: center;
  font-weight: bold;
  color: #FF0000;
  height: 22px;
  line-height: 22px;
}
#p_setting_notice_pw {
  padding: 30px 0px 0px 170px;
  color: #FF0000;
  font-size: 10px;
}
#p_setting_pw {
  padding: 0px 15px 0px 0px;
  text-align: right;
}
#p_setting_pw #btn_setting_save {
  width: 50px !important;
}





/* 在庫と入出庫予定（共通） */
.stockinfodetails_title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0px 0px 0px;
}

#divStockInfoDetails h4 {
  background-color: #111111;
  color: #DDDDDD;
  font-size: 14px;
  font-weight: bold;
  margin: 5px auto 5px auto;
  padding: 2px 5px;
}

/* 在庫と入出庫予定：商品情報 */
table.stockinfodetails_item {
  margin: 0px auto 35px auto;
}
table.stockinfodetails_item th {
  background-color: #BBBBBB;
  border: 1px solid #DDDDDD;
}
table.stockinfodetails_item td {
  border: 1px solid #DDDDDD;
}
table.stockinfodetails_item th div {
  width: 188px;
  height: 24px;
  line-height: 24px;
  padding: 2px 2px;
  text-align: right;
}
table.stockinfodetails_item td div {
  padding: 2px 2px;
  width: 834px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 在庫と入出庫予定：具体的な内容 */
.stockinfodetails_subtitle {
  background-color: #DDDDDD;
  width: 1025px;
  margin: 0px auto 5px auto;
  font-weight: bold;
  padding: 5px 5px;
  line-height: 20px;
}
.stockinfodetails_stock {
  font-size: 16px;
}


table.tbl_stockinfodetails_reserved {
  margin-left: 30px;
  margin-top: 0px;
  margin-bottom: 35px;
}
table.tbl_stockinfodetails_reserved th {
  background-color: #BBBBBB;
  border: 1px solid #111111;
}
table.tbl_stockinfodetails_reserved td {
  border: 1px solid #111111;
}
table.tbl_stockinfodetails_reserved th div {
  font-size: 12px !important;
  text-align: center !important;
}
table.tbl_stockinfodetails_reserved td div {
}
.stockinfodetails_reserved_customer_name {
  width: 250px;
  padding: 2px 2px;
  text-align: left;
}
.stockinfodetails_reserved_sale_date {
  width: 100px;
  padding: 2px 2px;
  text-align: center;
}
.stockinfodetails_reserved_qty {
  width: 100px;
  padding: 2px 2px;
  text-align: center;
}





/* ステータス変更履歴（共通） */
.statushistories_title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0px 0px 0px;
}

#divStatusHistories h4 {
  background-color: #111111;
  color: #DDDDDD;
  font-size: 14px;
  font-weight: bold;
  margin: 5px auto 5px auto;
  padding: 2px 5px;
}
.statushistories_nodata {
  text-align: center;
  margin: 0px auto 30px auto;
}

table.tbl_statushistories {
  margin: 0px auto 30px auto;
}
table.tbl_statushistories th {
  background-color: #BBBBBB;
  border: 1px solid #111111;
}
table.tbl_statushistories td {
  border: 1px solid #111111;
}
table.tbl_statushistories th div {
  font-size: 12px !important;
  text-align: center !important;
}
table.tbl_statushistories td div {
}
.statushistories_detail_changedate {
  width: 150px;
  padding: 2px 2px;
  text-align: center;
}
.statushistories_detail_oldstatus {
  width: 150px;
  padding: 2px 2px;
  text-align: center;
}
.statushistories_detail_newstatus {
  width: 150px;
  padding: 2px 2px;
  text-align: center;
}
.statushistories_detail_user_name {
  width: 150px;
  padding: 2px 2px;
  text-align: center;
}





/* datepicker強制調整 */
.ui-datepicker-title {
  color: white;
}
.ui-datepicker-title span {
  color: white;
}
.ui-datepicker-calendar {
  color: white;
}
.ui-datepicker-calendar span {
  color: white;
}





/* 共通部分 */
.disable {
  color: gray !important;
  border-color: gray !important;
}
.warning {
  color: red !important;
  font-weight: bold !important;
}
.to_none {
  display: none !important;
}
.to_block {
  display: block !important;
}
.to_inline_block {
  display: inline-block !important;
}


.to_white {
  background-color: white !important;
}
.to_lightcyan {
  background-color: lightcyan !important;
}
.to_aqua {
  background-color: aqua !important;
}
.to_springgreen {
  background-color: springgreen !important;
}
.to_gold {
  background-color: gold !important;
}
.to_lightpink {
  background-color: lightpink !important;
}
.to_hotpink {
  background-color: hotpink !important;
}
.to_deeppink {
  background-color: deeppink !important;
}
.to_orangered {
  background-color: orangered !important;
}
.to_red {
  background-color: red !important;
}

.to_color_white {
  color: white !important;
}

.to_color_red {
  color: red !important;
}

.to_bold {
  font-weight: bold !important;
}

.to_shining {
  -webkit-animation: shining 3s linear 0s infinite normal;
  -moz-animation: shining 3s linear 0s infinite normal;
}






/* ↓↓チャージアカウントの金額調整フォーム関連↓↓ */
/* 金額調整 */
#frmChargeaccountChangeAmt .change_amt_title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0px 0px 0px;
}
#frmChargeaccountChangeAmt .change_amt_confirmed {
  color: #FFFFFF;
  background-color: #111111;
  width: 1025px;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 5px;
  margin: 5px auto 0px auto;
  text-align: center;
}

#frmChargeaccountChangeAmt h4 {
  background-color: #111111;
  color: #DDDDDD;
  font-size: 14px;
  font-weight: bold;
  margin: 5px auto 5px auto;
  padding: 2px 5px;
}

/* 金額調整：金額調整 */
#frmChargeaccountChangeAmt .change_amt_inputs {
  width: 1025px;
  margin: 0px auto;
}
#frmChargeaccountChangeAmt .change_amt_inputs > span,
#frmChargeaccountChangeAmt .change_amt_inputs > label {
  position: relative;
  margin: 0px 10px 0px 0px;
  font-weight: bold;
}
#frmChargeaccountChangeAmt .change_amt_inputs #txt_chargeaccount_diff_amt {
  position: relative;
  width: 60px;
  height: 18px;
  top: -1px;
  left: -7px;
}
#frmChargeaccountChangeAmt .change_amt_inputs #txt_chargeaccount_target_amt {
  position: relative;
  width: 60px;
  height: 18px;
  top: -1px;
  left: -7px;
}
#frmChargeaccountChangeAmt .change_amt_inputs #cmb_chargeaccount_reason {
  position: relative;
  width: 77px;
  height: 22px;
  top: -1px;
  left: -7px;
}
#frmChargeaccountChangeAmt .change_amt_inputs #txt_chargeaccount_change_date {
  position: relative;
  width: 70px;
  height: 18px;
  top: -1px;
  left: -7px;
}
/*
#frmChargeaccountChangeAmt .change_amt_inputs #txt_chargeaccount_note {
  position: relative;
  width: 70px;
  height: 18px;
  top: -1px;
  left: -7px;
}
*/
#frmChargeaccountChangeAmt .change_amt_inputs #cmd_chargeaccount_method {
  position: relative;
  width: 77px;
  height: 22px;
  top: -1px;
  left: -7px;
}
#frmChargeaccountChangeAmt .change_amt_inputs #txt_chargeaccount_explanation {
  position: relative;
  width: 70px;
  height: 18px;
  top: -1px;
  left: -7px;
}

#frmChargeaccountChangeAmt .change_amt_buttons {
  margin: 0px auto;
  padding: 5px 5px 25px 5px;
  text-align: center;
}
#frmChargeaccountChangeAmt .btn_chargeaccount_change_amt_send {
  width: 220px !important;
}
#frmChargeaccountChangeAmt .msg_chargeaccount_change_amt_send {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 2px 0px 0px 0px;
  color: #FF0000;
}

/* 金額調整：金額調整履歴 */
#frmChargeaccountChangeAmt .change_amt_chargehistories_title {
  margin: 0px auto;
  padding: 0px 0px 0px 10px;
  position: relative;
}

#frmChargeaccountChangeAmt .change_amt_chargehistories_container table.change_amt_chargehistories_table {
  margin: 0px auto;
}
#frmChargeaccountChangeAmt .change_amt_chargehistories_container table.change_amt_chargehistories_table th {
  background-color: #BBBBBB;
  border: 1px solid #111111;
}
#frmChargeaccountChangeAmt .change_amt_chargehistories_container table.change_amt_chargehistories_table td {
  border: 1px solid #111111;
}
#frmChargeaccountChangeAmt .change_amt_chargehistories_container table.change_amt_chargehistories_table tr.tr_0 td {
  background-color: #DDDDDD;
}
#frmChargeaccountChangeAmt .change_amt_chargehistories_container table.change_amt_chargehistories_table tr.tr_1 td {
  background-color: #FFFFFF;
}
#frmChargeaccountChangeAmt .change_amt_chargehistories_container table.change_amt_chargehistories_table tr.tr_change_amt_chargehistories_ng td {
  background-color: #AAAAAA;
}
#frmChargeaccountChangeAmt .change_amt_chargehistories_container table.change_amt_chargehistories_table tr.tr_change_amt_chargehistories_ng td div {
  color: #666666;
}
#frmChargeaccountChangeAmt .change_amt_chargehistories_container table.change_amt_chargehistories_table th div {
  font-size: 12px !important;
  text-align: center !important;
}

#frmChargeaccountChangeAmt .change_amt_chargehistories_table .div_change_amt_chargehistories_amt {
  width: 120px;
  padding: 2px 2px;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}
#frmChargeaccountChangeAmt .change_amt_chargehistories_table .div_change_amt_chargehistories_currency_name {
  width: 100px;
  padding: 2px 2px;
  text-align: center;
}
#frmChargeaccountChangeAmt .change_amt_chargehistories_table .div_change_amt_chargehistories_change_date {
  width: 100px;
  padding: 2px 2px;
  text-align: center;
}
#frmChargeaccountChangeAmt .change_amt_chargehistories_table .div_change_amt_chargehistories_reason {
  width: 100px;
  padding: 2px 2px;
  text-align: center;
}
#frmChargeaccountChangeAmt .change_amt_chargehistories_table .div_change_amt_chargehistories_customer_name {
  width: 100px;
  padding: 2px 2px;
  text-align: center;
}
#frmChargeaccountChangeAmt .change_amt_chargehistories_table .div_change_amt_chargehistories_sale_no {
  width: 170px;
  padding: 2px 2px;
  text-align: center;
}
#frmChargeaccountChangeAmt .change_amt_chargehistories_table .div_change_amt_chargehistories_note {
  width: 270px;
  padding: 2px 2px;
  text-align: left;
}
#frmChargeaccountChangeAmt .change_amt_chargehistories_table .div_change_amt_chargehistories_checked_invisible {
  width: 33px;
  padding: 2px 2px;
  text-align: center;
}

#frmChargeaccountChangeAmt .change_amt_chargehistories_hide_and_show_invisible_chargehistories {
  width: 1006px;
  margin: 0px auto;
  padding: 2px 0px 0px 0px;
  position: relative;
  text-align: right;
}
#frmChargeaccountChangeAmt .change_amt_chargehistories_hide_and_show_invisible_chargehistories label {
  position: relative;
}
#frmChargeaccountChangeAmt .change_amt_chargehistories_hide_and_show_invisible_chargehistories label .chk_hide_and_show_invisible_chargehistories {
  position: relative;
  top: 2px;
  margin-left: 2px;
}


/* 金額調整：チャージアカウント情報 */
#frmChargeaccountChangeAmt table.change_amt_chargeaccount_info {
  margin: 0px auto 35px auto;
}
#frmChargeaccountChangeAmt table.change_amt_chargeaccount_info th {
  background-color: #BBBBBB;
  border: 1px solid #DDDDDD;
}
#frmChargeaccountChangeAmt table.change_amt_chargeaccount_info td {
  border: 1px solid #DDDDDD;
}
#frmChargeaccountChangeAmt table.change_amt_chargeaccount_info th div {
  width: 100px;
  height: 24px;
  line-height: 24px;
  padding: 2px 2px;
}
#frmChargeaccountChangeAmt table.change_amt_chargeaccount_info td div:not(.div_customers) {
  padding: 2px 2px;
  width: 234px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#frmChargeaccountChangeAmt table.change_amt_chargeaccount_info td div.div_customers {
  padding: 2px 2px;
  width: 922px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#frmChargeaccountChangeAmt table.change_amt_chargeaccount_info td div.div_customers .customers_big {
  font-size: 16px;
  font-weight: bold;
}
#frmChargeaccountChangeAmt table.change_amt_chargeaccount_info a {
  text-decoration: underline;
  color: #0000FF;
}
/* ↑↑チャージアカウントの金額調整フォーム関連↑↑ */
