/**
 * Salasee admin style
 *
 * @author	asterisk.Inc
 * ==============================
 * Color schema:
 * main color: #c59f46
 * sub color: #c59f46
 * ==============================
 */
@charset "UTF-8";
@import url(calendar.css);
/*
 * Salasee admin
 *
 */
body {
  font-size: 12px;
  line-height: 1.3;
  /* cursor: pointer; */
  cursor: default;
  }

/* a {
	color: #ffffff;
	text-decoration: none;
} */
/* a:hover {
	text-decoration: underline;
} */

input {
  outline: none; }

/* Header */
header {
  position: relative; }
header .toggle {
  position: absolute;
  right: 20px;
  bottom: 5px;
  width: 28px;
  height: 28px;
  line-height: 30px;
  color: white;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #c59f46;
  text-align: center;
  text-decoration: none; }
header .menu {
  list-style: none;
  width: 156px;
  margin: 0;
  padding-left: 0;}
header .menu a, header .menu span {
  display: block;
  padding: 0 5px;
  min-width: 90px;
  height: 50px;
  line-height: 50px;
  /* color: #000;
  font-weight: bold; */
  text-align: center;
  text-decoration: none;
  font-size: 13px; }
header .menu a:hover, header .menu span:hover {
   color: #ffed03; }
header .menu li {
   position: relative;
   list-style: none;
   border-bottom: 1px solid #ffffff;
}
header .menu li ul {
  position: absolute;
  display: none;
  z-index: 9999;
  width:600px; 
  /* box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3); */
  background-color:#181e22;
  padding:10px 15px; 
  margin-left: 150px;
  margin-top: -50px;
  -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;   /* Firefox用 */
  border-radius: 5px;
}
header .menu li ul li {
  position: static;
  float: left;
  font-weight: normal;
  text-align: left; 
  width:180px;
  color:#ffffff; 
  border:0;
 }
header .menu li ul a {
  font-weight:normal;
  padding: 10px 0;
  height: auto;
  line-height: 1.2em;
  color:#ffffff;
  text-align:left;
}
header .menu li ul a:hover {
	text-decoration:underline;
}
header .menu li.hover ul {
  display: block; }

#toggleHead {
  padding: 4px 20px 0; 
}  
#toggleHead .app_title {
	float: left;
    line-height: 67px;
   	font-size: 2.5em;
   	color: #fff;
   	-webkit-font-smoothing: antialiased;
}
#toggleHead .app_title a {
   	color: #ffffff;
}
#toggleHead .app_tip {
    line-height: 20px;
   	color: #e40606;
   	margin-left: 145px;
   	font-family: monospace;
   	padding:25px 0;
}
#toggleHead .account {
    position: absolute;
	top: 0.3em;
	right: 30px; 
	-webkit-font-smoothing: antialiased;
}
#toggleHead .account li {
    border: 1px solid #ffffff;
    border-top: none;
    margin-top: 4px;
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	border-radius: 2px; 
}
#toggleHead .account a {
  display: inline-block;
  /* padding-left: 21px; */
  height: 16px;
  line-height: 16px;
  color: #ffffff;
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: none; 
  width: 75px;
  text-align: center;
}
#toggleHead .account_btn {
    position: absolute;
	top: 1.4em;
	right: 130px; 
	-webkit-font-smoothing: antialiased;
}
#toggleHead .account_btn li {
    float: left;
    background:#a68023;
    box-shadow: 3px 3px 5px 0px #7d611a;
    height: 34px;
    font-size:14px;
    border: 0;
    margin: 4px 6px 5px 5px;
    -webkit-border-radius: 1px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 1px;   /* Firefox用 */
	border-radius: 1px; 
}
#toggleHead .account_btn a {
  display: table-cell;
  color: #ffffff;
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: none; 
  min-width: 115px;
  text-align: center;
  vertical-align: middle;
  height: 34px;
}
#toggleHead .account .password a {
  /*background-image: url(../images/ico_key.png); */
  }
#toggleHead .account .logout a {
  /*background-image: url(../images/ico_status_offline.png);*/
   }

article {
	padding: 5px 15px 0px 15px;
	/*background: url(/images/bg_article.png) 0 0 repeat-x;*/
}
article h1 {
	display: inline;
}
article section {
	margin-top: 0.5em;
}
article table {
	width: 100%;
	border-collapse: collapse;
}
article table td,
article table th {
	padding: 5px;
	border: 1px solid #e0cf9f;
}
article table .num {
	text-align: right;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 10px solid #c59f46; }
  footer p {
    padding: 0 20px;
    text-align: right; }
  footer .pagetop {
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: white;
    background: #c59f46;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px; }
    footer .pagetop:hover {
      padding-bottom: 10px; }
  footer #footerMenu {
    position: relative;
    padding: 0 20px;
    text-align: right;
    background-color: #c59f46; }
    footer #footerMenu p {
      padding: 10px 0 0;
      height: 25px;
      color: white; }
    #whole {
      float: right;
      text-align: right; }
    footer #footerMenu a {
      display: inline-block;
      line-height: 28px;
      color: #ffffff;
      text-align: center;
      text-decoration: none;
      font-weight: normal;
      cursor: pointer;
      padding: 0 12px;
	  text-decoration: none; 
	  background:#a68023;
	  box-shadow: 3px 3px 5px 0px #7d611a;
	  font-size:12px;
	  border: 0;
	  margin: 0px 3px 0px 5px;
	  -webkit-border-radius: 1px;    /* Safari,Google Chrome用 */
	  -moz-border-radius: 1px;   /* Firefox用 */
	  border-radius: 1px;
     }
    footer #footerMenu a:hover {
    	color: #ffffff !important;
	    background-color: #775d1e;
    }
	footer #footerMenu a:focus,footer #footerMenu a:active,footer #footerMenu a.active{
		color: #ffffff !important;
    	background-color: #a68023;
	}	
footer #footerMenu .primary_button {
	width: 60px;
}
footer #footerMenu .primary_button:hover {
}
footer #footerMenu .primary_button:active {
}

#paginate {
      float: left;
      text-align: left; }
footer #paginate a {
      padding: 0 10px;
	  box-shadow: none;
	  margin: 0px 2px;
	  -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	  -moz-border-radius: 3px;   /* Firefox用 */
	  border-radius: 3px;
     }
  #paginate .current {
    color: #000;
    background: #fff; }
/*   footer .button {
  	height: 20px;
  	line-height: 20px;
  } */
  #manage {
  	float: left;
  	margin-right:20px;
  	text-align: left;
  }
#action a.disabled{
	background: #900 !important;
	border-color: #900 !important;
	color: #600 !important;
	cursor: default !important;
}
#decision.disabled {
	background: #224364 !important;
	border-color: #224364 !important;
	color: #999 !important;
	cursor: default;
}

#search {
  position: relative;
  margin-top: 10px;
}

#submit,#special_submit {
   border: 0;
  }

#toggleSearch {
	display:none;
  padding: 0 20px;
  text-align: right;
  border-top: 10px solid #181e22; }
  #toggleSearch a {
    display: inline-block;
    padding: 0 20px;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    font-size: 12px;
    background: #181e22;
    text-decoration: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px; }

#conditions .count {
  float: left;
  width: 25%; }
#conditions .detail {
  float: right;
  width: 75%; }
#summary {
	width: 100%;
    overflow-x: scroll;
}
#summary table {
	width: 100%;
}
#summary table thead th { 
  	background: #c59f46;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
}
#summary table td:nth-child(1) {
	white-space: nowrap;
}
/**
 * 一覧の結果
 */
#result {
	width:100%;overflow-x: scroll;
}
#result .setting {
	margin-bottom: 10px;
	line-height: 23px;
}
#result .setting label {
    display: inline;
    vertical-align: middle;
}

#result table thead th {
	padding: 5px 10px;
	background: #c59f46;
	color: #ffffff;
	font-weight: normal;
	white-space: nowrap;
}
#result table thead th.sort {
	 background-image: url(../images/order.gif);
	 background-position: right center;
	 background-repeat: no-repeat;
}
#result table thead th.asc {
  background-image: url(../images/order_asc.gif); }
#result table thead th.desc {
  background-image: url(../images/order_desc.gif); }
#result table thead .headerSourtUp {
  background: red; }
#result table tr.even td {
  background: #e6e6e6; }
#result table .selected td, #result table tr.even.selected td {
  background: #efe4b7 !important;  }
#result table .delete td, #result table tr.even.delete td {
	color: #CCC;
}#result table .selected a {
  color: #FFF; }
#result .desc, #result .asc {
  background-color: #98731b;
}
#result .adjust td {
    vertical-align: middle;
}

/**
 * 結果テーブルのスタイル
 */
#result table .date			{ width: 100px; }
#result table .rank			{ width: 30px; }



#detail th {
  width: 20%;
  text-align: left;
  background: #eeeeee; }
#detail td {
  width: 80%; }

#loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 9999;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

#login {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	width: 300px;
}
#login h1 {
	margin-bottom: 1em;
	text-align: center;
	/* color: #c59f46; */
	/* font-weight: bold; */
	font-size: 3.1em;
	-webkit-font-smoothing: antialiased;
}
#login .login_list {
	margin-bottom: 40px;
	width:100%;
	min-height:100px
}
#login .login_list .login_con {
	width:100%;
	height: 42px;
	font-weight: normal;
	background-color: #181e22 !important;
    border-bottom: 1.2px solid #ffffff;
	margin-bottom: 2em;
}
#login .login_list .login_title {
	float: left;
	width: 50px;
    line-height: 38px;
    text-align: center;
}
#login .login_list .login_line {
	float: left;
    width: 1px;
    border-left: 1px solid #ffffff;
    height: 42px;
    margin-right: 10px;
    border-image: -webkit-linear-gradient(-180deg, rgba(255,255,255,0.00) 0%,#ffffff 20%, rgba(255,255,255,0.00) 100%) 2 2 2 2;
    border-image: -moz-linear-gradient(-180deg, rgba(255,255,255,0.00) 0%,#ffffff 20%, rgba(255,255,255,0.00) 100%) 2 2 2 2;
    border-image: linear-gradient(-180deg, rgba(255,255,255,0.00) 0%,#ffffff 50%, rgba(255,255,255,0.00) 100%) 2 2 2 2;
}

#login .login_list .login_input {
	float: left;
    width: 230px;
    
}
#login .input {
	width: 100%;
	height: 40px;
    background: #181e22 !important;
    border: 0;
    font-weight: normal;
    color:#ffffff;
}
#login .input:focus {
    /* border-color: #c59f46; */
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none!important;
    }
#login p {
	text-align: center;
}
#login .input.error {
    color: #F00;
    border-color: #F00;
    background-color: #181e22 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #F00 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #F00 !important;
}
#login span.error {
    padding-left: 21px;
    /* margin-left: 10px; */
    margin-top:3px;
    display: block;
    color: #F00;
    background: url(../images/ico_cross.png) left center no-repeat;
}

/* パスワード変更 */
#password {
}
#password dt {
	font-weight: bold;
}
#password dd {
	margin-bottom: 1em;
}
#password .input {
	width: 300px;
}

.index {
	float:left;
	margin: 6px 30px 0 10px;
    padding: 0px 0px 0px 10px;
}

.index h1 {
	display:inline-block;
	width:100%;
	font-size: 0.8em;
    font-weight: bold;
    margin-top: 0px;
    margin: 0;
}
.index .menu_title {
	display:inline-block;
	width:100%;
	font-size: 13px;
	color: #dab751;
	border-bottom: 1px solid #dcdddd;
	padding: 6px 0 3px 0;
    margin-bottom: 10px;
}
.index ul {
	margin-bottom: 0px !important;
	/* min-width:300px; */
}
.index li {
	float: left;
	margin-bottom: 10px;
	background-color: #181e22;
	box-shadow: 3px 2px 5px 0px #181e22;
	border-right: 1px solid #ffffff;
  	border-image: -webkit-linear-gradient(-180deg, rgba(255,255,255,0.00) 0%,#ffffff 20%, rgba(255,255,255,0.00) 100%) 2 2 2 2;
  	border-image: -moz-linear-gradient(-180deg, rgba(255,255,255,0.00) 0%,#ffffff 20%, rgba(255,255,255,0.00) 100%) 2 2 2 2;
  	border-image: linear-gradient(-180deg, rgba(255,255,255,0.00) 0%,#ffffff 50%, rgba(255,255,255,0.00) 100%) 2 2 2 2;
}
.index li a {
    display:table-cell;
    vertical-align: middle;
    padding: 0 5px;
	width: 160px;
	height: 40px;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
}
.index li a:hover {
	color:#ffffff !important;
}
.index li a div {
    height: 40px;
    width: 150px;
    display: table-cell;
    vertical-align: middle;
}
.index li a div:hover {
	display: table-cell;
    vertical-align: middle;
	background-color: #eccd71;
    color: #ffffff !important;
    height: 34px;
    width: 150px;
    background-image: -webkit-linear-gradient(top,#eccd71,#c59934,#9e7123,#996a1b);
    background-image: -o-linear-gradient(top,#eccd71,#c59934,#9e7123,#996a1b);
    background-image: -ms-linear-gradient(top,#eccd71,#c59934,#9e7123,#996a1b);
    background-image: linear-gradient(top,#eccd71,#c59934,#9e7123,#996a1b);
}

#journal {
	margin-top: 1em;
}

.table_list {
	width:100%;
	overflow-x: scroll;
}
.table_list #table_ym {	
	margin-top: 10px;
}
.table_list #table_ym th, .table_list #table_ym td {
	border: 1px solid #727171;
	white-space: nowrap;
}

.table_list #table_ym tr:nth-child(odd) {
    background: #e6e6e6 !important;
}
.table_list #table_ym .td_line2 td {
    background: #efe4b7 !important;
}
.tbcls tbody tr:nth-child(odd) {
    background: #e6e6e6 !important;
}
/* .table_list #table_ym tbody {
    height: calc(100vh - 280px);
    overflow-y: auto;
    display: block;
}
.table_list #table_ym th, .table_list #table_ym td {
    width: 210px;
    min-width: 210px;
    max-width: 210px;
} */

.editor {
	margin-bottom: 20px;
	margin-top: 10px;
	border-top: 1px solid #727171;
}
.editor th, .editor td {
	padding: 15px 0;
	border: none;
	border-bottom: 1px solid #727171;
	background: none !important;
}

.editor tbody th {
	width: 150px;
	text-align: left;
	vertical-align: top !important;
}
.editor tbody .input {
	width: 300px;
}
.editor tbody .textarea {
	width: 300px;
	height: 100px
}
.editor tbody .input.error {
	color: #F00;
	border-color: #F00;
	background-color: #FEE;
}
textarea.error {
	color: #F00;
	border-color: #F00;
	background-color: #FEE;
}
input.error {
	    color: #F00;
	    border-color: #F00;
	    background-color: #FEE !important;
	}
.editor span.error,
.editor div.error {
	display: inline-block;
	padding-left: 21px;
	margin-left: 10px;
    height: auto;
    line-height: 24px;
	color: #F00;
	background: url(../images/ico_cross.png) left center no-repeat;
}
.editor #group td {
	vertical-align: middle;
}

.store_group {
	width: 200px;
	padding:0px;
}
.store_group #search {
	margin: 0;
}
.store_group {
	height: 20px;
	line-height: 20px;
}
.store_group select {
	width: 200px; height:87px;
}
.store_group label {
	display: block;
	width: 200px;
}
.store_group input {
	width:122px;
}
.store_group_control {
	width: 40px;
	text-align: center;
}
.store_group_control input {
	width: 30px;
}
#warehouse_groups {
	height: 107px;
}

.selectList {
	line-height: 1.5;
}
.selectList li {
	padding-bottom: .5em;
	cursor: pointer;
}
.selectList li.selected {
}
.selectList .action {
	display: none;
}
.selectList .selected .action {
	display: inline;
}
.selectList .action span {
	display: inline-block;
	width: 3em;
	padding: 0 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
}
.selectList .handle {
	display: inline-block;
	width: 36px;
	height: 16px;
	background: url(/images/ico_handle.png) left center no-repeat;
	cursor: move;
}
.selectList .action span.delete {
	background: #f08300;
	color: #FFF;
}
.selectList .action span.cancel {
	background: #666;
	color: #CCC;
}

.selectListT {
	line-height: 1.5;
}
.selectListT li {
	padding-bottom: .5em;
	cursor: pointer;
}
.selectListT li.selected {
}
.selectListT .action {
	display: none;
}
.selectListT .selected .action {
	display: inline;
}
.selectListT .action span {
	display: inline-block;
	width: 3em;
	padding: 0 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
}
.selectListT .handle {
	display: inline-block;
	width: 36px;
	height: 16px;
	background: url(/images/ico_handle.png) left center no-repeat;
	cursor: move;
}
.selectListT .action span.delete {
	background: #f08300;
	color: #FFF;
}
.selectListT .action span.cancel {
	background: #666;
	color: #CCC;
}

/** モーダルウィンドウ */
.mrx_app_modal {
	display: none;
	padding: 9px;
	width: 700px;
	border: 1px solid #c59f46;
	background: #FFF;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
	.mrx_app_modal h2 {
		padding: 5px;
		margin: -9px -9px 0;
		color: #FFF;
		text-align: center;
		background: #c59f46;
		font-size: 13px;
	}
	.mrx_app_modal .error {
		padding: 10px;
		margin: 10px 0;
		color: #F00;
		border-color: #F00;
		background-color: #FEE;		
		cursor: pointer;
	}
	.mrx_app_modal .column {
		margin: 10px 0;
	}
	.mrx_app_modal .column li {
		float: left;
		padding: 3px 5px;
		color: #FFF;
		background: #c59f46;
		border-right: 1px solid #e0cf9f;
	}
	.mrx_app_modal form {
		margin: 10px 0 0;
	}
	.mrx_app_modal .action {
		margin-top: 10px;
		text-align: center;
	}

#modalBackground, #modalBackgroundCsv {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg_modal.png) 0 0 repeat;
}
#modalBackground .mrx_app_modal, #modalBackgroundCsv .mrx_app_modal {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -350px;
}

#modalBackground iframe, #modalBackgroundCsv iframe {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
}
#import label, #importCsv label {
    display: inline;
    vertical-align: middle;
}
.modalSelect,
.modalSelect img,
.modalSelect span {
    vertical-align: middle;
}

.checkbox {
	width: 30px;
	text-align: center;
}

#result table tr.motochoDenpyo td {
	background-color:#d4e1f5;
}
#result table tr.motochoDaily td {
	background-color:#a9c4eb;
}
#result table tr.motochoTotal td {
	background-color:#7ea6e0;
}

#result tbody .input.error {
    color: #F00;
    border-color: #F00;
    background-color: #FEE;
}
#result span.error {
    padding-left: 21px;
    margin-left: 10px;
    color: #F00;
    background: url(../images/ico_cross.png) left center no-repeat;
}

.required {
	color: #F00;
}
#ajaxUpload {
	/*visibility: hidden;*/
	display:none;
}

/**
 * 商品パターン選択
 */
#pattern_select .notice {
	height: 18px;
	line-height: 18px;
}
#pattern_buttons {
	float: left;
	margin-top: 10px;
	margin-left: -5px;
	width: 630px;
}

#pattern_buttons .items {
	margin-left: -10px;
}

#pattern_buttons .item {
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 98px;
	font-size: 10px;
	height: 34px;
	border: 1px solid #CCC;
}
#pattern_buttons .hover {
	border-color: #000;
}
#pattern_buttons .detail {
	position: relative;
	padding: 2px;
}
#pattern_buttons span {
	display: block;
	width: 88px;
	overflow: hidden;
	/*text-overflow: ellipsis;*/
	height: 10px;
	line-height: 10px;
}
#pattern_buttons input.name {
	display: none;
	padding: 2px;
	border: 1px solid #CCC;
	width: 82px;
}
#pattern_buttons span.cancel {
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding: 3px 5px;
	display: none;
	width: auto;
	background: #f08300;
	color: #FFF;
	cursor: pointer;
}
#pattern_buttons .type1 {
	background-color: #fafea2;
}
#pattern_buttons .type2 {
	background-color: #fed0fa;
}
#pattern_buttons .type3 {
	background-color: #e8fed0;
}


#pattern_items {
	float: right;
	margin-top: 10px;
	width: 270px;
}
#pattern_items p {
	height: 30px;
	line-height: 30px;
}
#pattern_items ul {
	height: 330px;
	overflow-y: scroll;
}

#pattern_items li {
	padding: 5px;
	cursor: move;
}

#pattern_items .ui-draggable-dragging {
	padding: 5px;
	border:  1px solid #CCC;
	background: #FFF;
}
#pattern_items .more {
	display: none;
	cursor: pointer;
	text-align: center;
	border: 1px solid #CCC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(white, #cccccc);
  background-image: -moz-linear-gradient(white, #cccccc);
  background-image: linear-gradient(#ffffff, #cccccc);
}
#pattern_items_keyword {
	width:100px;
}
#add_tab .add,
#add_tab .edit,
#add_tab .delete {
	display: inline-block;
	padding: 3px 5px;
	border: 1px solid #CCC;
  color: #000 !important;
  cursor: pointer;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(white, #cccccc);
  background-image: -moz-linear-gradient(white, #cccccc); }
  background-image: linear-gradient(#ffffff, #cccccc);
}
#add_tab .add:hover,
#add_tab .edit:hover,
#add_tab .delete:hover {
	text-decoration: none;
}
#add_tab .disabled {
	color: #999 !important;
	background: #EEE;
}

#add_tab .edit {
}
.page-break	{
	display: none;
}
.page-break-view {
	margin-top:30px;
}
@media print
{
  header {display:none;}
  .crumbs {display:none;}
  footer {display:none;}
  .page-break { display: block; page-break-before: always; }
  .page-break-view {display:none;}
  #search,#loading,#modalBackground,#ui-datepicker-div,#modalBackgroundCsv {display:none;}
  article{padding:0}
}
.report {
	width:650px;
	font-size:10px;
}
.report .title {
	line-height:20px;
	font-size:20px;
	font-weight:bold;
}
.report .subtitle {
	font-size:14px;
	font-weight:bold;
	line-height:25px;
}
.report table,.report tr,.report td {
	border:none ;
	table-layout:fixed ;
	padding:0px 0px ;
	margin:0px 0px ;
	border-spacing:0px ;
  	border-collapse:collapse ;
}

.left{
	text-align:left;
}
.right{
	text-align:right;
}
.center{
	text-align:center;
}
/* .left_table {
	width:300px;
}
.right_table {
	width:300px;
} */
.left-panel{
	padding-right:25px !important;
	border-right:1px solid black !important;
	line-height:15px;
}
.right-panel{
	padding-left:25px !important;
	line-height:16.75px !important;
}
.pad1 {
	padding-left:10px !important;
}

#lang {
  position: absolute;
  top: 0.3em;
  right: 30px; 
  -webkit-font-smoothing: antialiased;}
#lang li {
    /* display: inline; */
    border: 1px solid #ffffff;
    border-top: none;
    margin-top: 4px;
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	border-radius: 2px;
    }
/* #lang li :hover{
    background:#fff;
} */
#lang a {
    display: inline-block;
    /* padding-left: 21px; */
    height: 16px;
    line-height: 16px;
    color: #ffffff;
    background-position: left center;
    background-repeat: no-repeat;
    text-decoration: none; 
    width: 75px;
    text-align: center;
}
.login_btn {
	cursor: pointer;
	display: inline-block;
    border: 0;
	}
.submit_btn_big {
	width:100%;
	height:40px;
	padding:5px;
	background-color:#f0ad4e !important;
	border-color:#eea236 !important;
	padding: 0;
	color:#ffffff !important;
	text-shadow:0 -1px 0 rgba(0,0,0,.2);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
	border-radius: 20px;
	font-weight: bold;
	background-image: -webkit-linear-gradient(top,#eccd71,#c59934,#9e7123,#996a1b) !important;
    background-image: -o-linear-gradient(top,#eccd71,#c59934,#9e7123,#996a1b) !important;
    background-image: -ms-linear-gradient(top,#eccd71,#c59934,#9e7123,#996a1b) !important;
    background-image: linear-gradient(top,#eccd71,#c59934,#9e7123,#996a1b) !important;
}
.submit_btn_big:hover {
	background:#e1c463 !important;
	background-image: -webkit-linear-gradient(top,#e1c463,#9e7123) !important;
    background-image: -o-linear-gradient(top,#e1c463,#9e7123) !important;
    background-image: -ms-linear-gradient(top,#e1c463,#9e7123) !important;
    background-image: linear-gradient(top,#e1c463,#9e7123) !important;
}
.submit_btn_big.active.focus,.submit_btn_big:active:hover {
    background:#f0ad4e !important;
	background-image: -webkit-linear-gradient(top,#d8b551,#c59934,#9e7123,#996a1b) !important;
    background-image: -o-linear-gradient(top,#d8b551,#c59934,#9e7123,#996a1b) !important;
    background-image: -ms-linear-gradient(top,#d8b551,#c59934,#9e7123,#996a1b) !important;
    background-image: linear-gradient(top,#d8b551,#c59934,#9e7123,#996a1b) !important;
}

.reset_btn {
		width:45%;	
		padding: 6px 0 3px 0;
		background: #6c7073 !important;
		color:#fff;
		margin-top: 20px;
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
		-moz-border-radius: 5px;   /* Firefox用 */
		border-radius: 5px;
	}
.register_btn {
		width:45%;	
		padding: 6px 0 3px 0;
		background: #6c7073 !important;
		color:#fff;
		margin-top: 20px;
		margin-right: 20px;
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
		-moz-border-radius: 5px;   /* Firefox用 */
		border-radius: 5px;
	}
#login a:hover{
	color:#fff !important;
}
.reset_btn:hover, .register_btn:hover {		
	background: #7a7f83 !important;	
}
.waveline {
	width:45px;
	padding:0 10px;
	text-align:center;
	vertical-align:middle;
}

span#version {
	font-size:10px;
	font-size:10px;
	position: absolute;
  	top: 0.6em;
  	margin-left: 10px;
}
#result .gs128{
	/* text-decoration:underline; */
	cursor:pointer;
}

/*asforce*/
.addfield{
	height:28px !important;
	min-height:28px !important;
	padding:0 10px !important;
	line-height: 28px !important;
	margin-right:2px;
	font-weight: bold !important;
    color: #FFF !important;
    background: #f08300 !important;
	/* background: rgba(218, 136, 21, 0.5) !important; */
	box-shadow: none !important;
	border-radius: 5px !important;
	font-size: 12px !important;
}

.btn_del_option{
	height:27px !important;
	min-height:27px !important;
	padding:0 8px !important;
	line-height: 27px !important;
	margin: 3px !important;
	background: #f08300 !important;
	box-shadow: none !important;
	border-radius: 5px !important;
	font-size: 12px !important;
}

.custom_type{
	border:1px solid #d3dad98f;
	padding:3px 3px 8px 3px; 
	min-height:38px;
	margin-bottom:3px;
}
.field_id {
	display:inline-block;
	min-width: 100px !important;
	margin-right:5px !important;
}
.field_id input{
	width:100px !important;
	min-width:100px !important;
	margin-bottom:3px !important;
	height:30px;
}
.field_name {
	display:inline-block;
	min-width: 190px !important;
	margin-right:5px !important;
}
.field_name input{
	width:190px !important;
	min-width:190px !important;
	margin-bottom:3px !important;
	height:30px;
}
.field_type {
	display:inline-block;
	width: 160px !important;
	min-width: 160px !important;
	margin-right:5px !important;
}
.field_type select{
	width:160px !important;
	min-width:160px !important;
	margin-bottom:3px !important;
	margin-right: 3px !important;
}
.field_order {
	display:inline-block;
	min-width: 100px !important;
}
.field_order input{
	width:100px !important;
	min-width:100px !important;
	margin-bottom:3px !important;
	height:30px;
	margin-right:5px !important;
}

.option_id {
	width: 100px !important;
	margin:1px;
}
.option_value {
	width: 100px !important;
	margin:1px;
}
.option_name {
	width: 200px !important;
	margin:1px;
}
.option_order {
	width: 100px !important;
	margin:1px;
}

.option_id label{
	width: 100px;
}
.option_value label{
	width: 100px;
}
.option_name label{
	width: 200px;
}
.option_order label{
	width: 100px;
}
.fs_zaikoadjust fieldset{
	min-height:200px;
}
.field_hr hr{
	height:3px;
	border:none;
	border-top:2px solid rgba(218, 136, 21, 0.5);
	margin-top: 5px;
    margin-bottom: 3px;
}
.ul_padd{
	display: table-cell;
}

.planMsgStyle {
	color: red;
    float: left;
    margin-left: 30px;
}

/* #38329 [WEB]カーソルが選択できない箇所でも指の形のまま */
input[type=text].disabled, input[type=text][disabled], 
select.disabled, select[disabled] {
    cursor: not-allowed;
}

select, .sort, #group1 img, #group img{
    cursor: pointer;
}

.special_font{
	font-size:12px;
	color:#F00;
	-moz-transform-origin: top left;
	-o-transform-origin-x: left;
    -webkit-transform-origin-x: left;
	-webkit-transform: scale(0.90);
}

span#web_version {
	font-size:12px;
	position: absolute;
  	bottom: 2em;
  	margin-left: 5px;
  	z-index: 9999;
}
span#layout_web_version {
	font-size:12px;
  	margin-left: 5px;
  	z-index: 9999;
  	position: relative;
    bottom: 60px;
}
span#index_web_version {
	font-size:12px;
  	margin-left: 5px;
  	z-index: 9999;
  	position: relative;
    bottom: 25px;
}
#toggleHead .account_info {
    position: absolute;
	top: 1.4em;
	right: 410px; 
	font-weight: bold;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
}