/*!
 * new.css
 */
@charset "UTF-8";

@media (min-width: 768px) {
  	.divcon {
    	width:100%;
    	padding: 10px;
  	} 
  
	.phone-con {
    	display:none;
	} 
  
  	#searchBox .column3 input.input {
  		display: block;
    	width: 230px;
	    height: 34px;
	    padding: 6px 12px;
	    line-height: 1.42857143;
	    color: #555;
	    background-color: #fff;
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	#searchBox .column2 input.input {
  		display: block;
    	width: 355px;
	    height: 34px;
	    padding: 6px 12px;
	    line-height: 1.42857143;
	    color: #555;
	    background-color: #fff;
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	.setting .input{
		padding: 1px;
	}
	
	footer #footerMenu {
	    padding: 0 20px 10px 0;
	}
	footer #footerMenu a {
	   	height: auto;
		min-height: 22px;
	    
	}
	.pc_entry_tit {
		float:left;
		font-weight: bold;
		padding: 0;
		width:150px;
	}
	.pc_entry_con {
		float:left;
	}
	
	#searchBox .column3 .input-group {
	    width: 230px;
	    margin-left: 0;
	}
	#searchBox .column2 .input-group {
	    width: 355px;
	    margin-left: 0;
	}
	.form-control-page {
	    width: 70px;
	    height: 28px;
	    padding: 6px 12px;
	    font-size: 12px;
	    line-height: 1.42857143;
	    color: #555;
	    background-color: rgb(248, 248, 248);
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	.form-control-select {
	    width: 300px;
	    height: 30px;
	    padding: 6px 12px;
	    font-size: 12px;
	    line-height: 1.42857143;
	    color: #555;
	    background-color: rgb(248, 248, 248);
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	.role_menu_name {
		width: 100%;
		margin-top: 5px;
	}
	
	.pc_td_wrap {
	    word-wrap: break-word;
	    word-break: break-all;
	}
	.td_nowrap{
		white-space: nowrap;
	}
	
	.submit_btn_big {
		width:148px;	
		background-color:#f0ad4e;
		border-color:#eea236;
		padding: 0;
		color:#fff;
		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);
		
	}
	.login_btn {
		display: inline-block;	    
	    padding: 6px 0px;
	    font-weight: 400;
	    border: 1px solid transparent;
	    border-radius: 4px;
	}
	
	.reset_btn {
		width:147px;
		padding: 6px 0px;		
		background: #f0ad4e;
		border-color: #eea236;
		color:#fff;
		text-align: center;
		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);		
	}
	.reset_btn a {		
		background: #f0ad4e;
		border-color: #eea236;
		color:#fff;		
	}
	#login .input {
    	width: 300px;
	}
	
	#searchBox .column3 fieldset {
    	width: 290px;
	}
	#searchBox .column2 fieldset {
    	width: 455px;
	}
	fieldset {
    	min-width: 0;
    	padding: 10px 30px;
    	margin: 0 15px 14px 15px;
    	border: 0;
    	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
    	border-radius: 8px;
	}
	/*入庫一覧、出庫一覧 */
	.fieldset-five-height {
		min-height:374px;
	}
	/*移動一覧、棚卸一覧、移動受入一覧*/
	.fieldset-four-height {
		min-height:334px;
	}
	/*棚詰め一覧*/
	.fieldset-stockbin-height {
		min-height:317px;
	}
	/*発注一覧*/
	.fieldset-order-height {
		min-height:291px;
	}		
	/*ロケーションマスタ*/
	.fieldset-location-height {
		min-height:163px;
	}
	/*在庫一覧、ライセンスマスタ、出荷指示一覧*/
	.fieldset-three-height {
		min-height:197px;
	}	
	/*棚卸在庫調整、入出履歴一覧、端末マスタ、ユーザーマスタ、区分マスタ、区分カテゴリマスタ、商品マスタ*/
	.fieldset-two-height {
		min-height:134px;
	}	
	.editor tbody .input-limit {	   
	    width: 148px;
	    height: 34px;
	    padding: 6px 12px;
	    font-size: 14px;
	    line-height: 1.42857143;
	    color: #555;
	    background-color: #fff;
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}		
}

@media (min-width: 992px) {
  .ipad-con-ver {
	display:none;
  }
  #searchBox div {
	width: 970px;
  }
}

@media (min-width: 1025px) {
  .ipad-con {
    display:none;
  }
  input[type=submit] {
     	-webkit-appearance: button;
	}
	
	#toggleHead h1 {
	    margin-top: 0.2em;
	    font-size: 1.65em;
	}
	#toggleHead .account {
	    top: 0.6em;
	}
	#toggleHead .account a {
   		color: #fff;
	}
	#toggleHead h1 a {
    	color: #fff;
	}
	#toggleHead .account .system_set_button {
		color: #36b1a8;
		background-color: #fff;
	}	
	.index {
    	box-shadow: 0px -2px 15px rgba(0, 0, 0, 0.12);
	}	
	
}

@media (max-width: 1024px) {
  .ipad-con-big {
    display:none;
  } 
  #login{
		position: absolute;
    	top: 50%;
    	left: 20%;
   		margin-left: 0px;
    	width: 60%;

	}	
	#login .input {
	    width: 100%;
	    height: 34px;
	    padding: 6px 0px;
	    font-size: 14px;
	    line-height: 1.42857143;
	    color: #555;
	    background-color: #efeeee;
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}	
	.submit_btn_big {	
		width:35%;
		background-color:#f0ad4e;
		border-color:#eea236;
		padding: 0;
		color:#fff;
		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);		
	}
	.reset_btn {
		width:35%;		
		background: #f0ad4e;
		border-color: #eea236;
		color:#fff;
		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);		
	}
	.reset_btn a {		
		background: #f0ad4e;
		border-color: #eea236;
		color:#fff;		
	}
	.login_btn {
	    display: inline-block;
	    padding: 6px 12px;
	    margin-bottom: 0;
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 1.42857143;
	    text-align: center;
	    white-space: nowrap;
	    vertical-align: middle;
	    -ms-touch-action: manipulation;
	    touch-action: manipulation;
	    cursor: pointer;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	    background-image: none;
	    border: 1px solid transparent;
	    border-radius: 4px;
	}	
	.fixed_font_size {
		font-size: 1.2em;
	}
	span#version {
		font-size: 1.2em;
	}	
	article {
	    width: 100%;
	}	
	.index li {
	    float: left;	    
	    width: 18%;
	    height: 90px;	    
	    color: #000;
	    font-size: 14px;
	    text-align: center;
	    border-radius: 5px;
	    border: 1px solid #c7d8d7;
	    text-decoration: none;
	}
	.index li a {
	    display: table-cell; 
	    vertical-align: middle;
	    padding: 0 5px;
	    width: 1%;
	    height: 90px;
	    color: #000;
	    font-size: 14px;
	    text-align: center;
	    border-radius: 0px;
	    border: 0;
	    text-decoration: none;
	}	
	.index li a:focus,.index li a:hover {
		background-color:transparent;
		color:#000;
		border:0;
		border-radius: 5px;
	}
	.index li a:active,
	.index li a.active{
		background-color: #36b1a8;
		color:#ffffff;
		border: 1px solid #36b1a8;	
		border-radius: 5px;	
	}
	footer #footerMenu a:focus,footer #footerMenu a:hover {
		background-color:transparent;
		color: #FFF;
	}
	footer #footerMenu a:active,
	footer #footerMenu a.active{
		color: #fff;
    	background-color: #efad00;
    	border: 1px solid #efad00;	
	}	
	.td_wrap {
	    word-wrap: break-word;
	    word-break: break-all;
	}	
	.form-control-page {
	    width: 70px;
	    height: 34px;
	    padding: 6px 12px;
	    font-size: 12px;
	    line-height: 1.42857143;
	    color: #555;
	    background-color: rgb(248, 248, 248);
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}		
	.navbar {
	    position: relative;
	    min-height: 30px;
	    margin-bottom: 0px;
	    border: 1px solid transparent;
	}	
	.navbar-toggle {
		margin-right: 0px;
		margin-left: 5px;
		background-color: #eeedef;
	  	border-color: #eeedef;
	}	
	#toggleHead .app_account{
	 text-align:right;
	 margin-top: 10px;
	}
	#toggleHead .app_account li {
      display: inline;
      margin-left: 0px; 
	}   
	#toggleHead .app_account .locale a {
      padding-right: 8px;    
	}
     #toggleHead .app_account .password a {
      /*padding-left: 16px;
      padding-right: 2px;
      background-image: url(../../images/ico_key.png); */
	}
    #toggleHead .app_account .logout a {
      /*padding-left: 16px;       
      background-image: url(../../images/ico_status_offline.png); */
	}
	
	footer #footerMenu {
	    padding: 0 5px 0px;
	}
	
	footer #footerMenu p {
	    padding: 5px 0 0;
	    height: auto;
	}
	
	footer #footerMenu #whole {	
		height:auto;   
	    float: none;
	    text-align: center;
	}
	
	footer #footerMenu #paginate {	
		height:auto;   
	    float: none;
	    text-align: center;
	}
	
	footer #footerMenu #manage {
	    float: none;
	    margin-right: 0px;
	    text-align: center;
	    height: auto;
	}
	
	footer p {
	    padding: 0 5px;
	}
	
	footer #footerMenu a {
	    margin: 5px 0 0 3px;
	    height: auto;
	    min-height: 22px;
	    
	}
	
	footer #footerMenu a {
		min-width: 30px;
	}
	.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{
		background-color:#ffffff;		
	}
	.dropdown-menu>li>a:active,
	.dropdown-menu>li>a.active{
		background-color:#e8e8e8;
		
	}	
	
	tr.result a, tr.result span.gs128, tr.result span.location {
	    padding: 5px 10px;
	    height: auto; 
	}
	#modalBackground {
	   /*  position: absolute; */
	    z-index: 1100;
	}
	
	.editor tbody .input {
	    display: block;
	    width: 350px;
	    height: 34px;
	    padding: 6px 12px;
	    font-size: 14px;
	    line-height: 1.42857143;
	    color: #555;
	    background-color: #fff;
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	.editor tbody .input-limit {
	    width: 173px;
	    height: 34px;
	    padding: 6px 12px;
	    font-size: 14px;
	    line-height: 1.42857143;
	    color: #555;
	    background-color: #fff;
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	footer #footerMenu .primary_button {
	    width: 200px;
	    line-height: 2.2em;
	}
	footer #footerMenu #action{
	 	text-align: center;
	}
	.td_space_nowrap {
		white-space:nowrap;
	}
	footer .footerhide {
	    padding: 0 5px;
	    min-width:60px;
	    text-align: center;
	    height: 30px;
	    line-height: 30px;
	    display: inline-block;
	    color: white;
	    background: #36b1a8;
	    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;
	}
	
	#wrapper {margin: 5px auto;}
	#wrapper .input_check {position: absolute;width: 25px;height: 25px;}
	#wrapper span {position: relative;}
	#wrapper .input_check+label {display: inline-block;width: 25px;height: 25px;}
	#wrapper .input_check:checked+label {background-position: -5px -3px;}
	
	label {
	    margin-bottom: 0px;
	    font-weight: normal;
	    line-height: 30px;
	}
	.input {
	    padding: 0 4px;
	    height: 34px;
	}
	.form-control-select {
	    width: 350px;
	    height: 30px;
	    padding: 6px 12px;
	    font-size: 12px;
	    line-height: 1.42857143;
	    color: #555;
	    background-color: rgb(248, 248, 248);
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	
	.modalBackgroundPhone {
	  position:fixed;
	  top:1px;
	  bottom:1px;
	  width:100%;
	  overflow-y:scroll;	    
	}
	.phone-div-touch {
	    -webkit-overflow-scrolling: touch;
	}
	
	#toggleHead {
    	padding: 0;
    	background-color: #36b1a8;
    
	}
	#toggleHead h1 {
	       margin-top: 6px;
	       font-size: 1.65em;
		   width: 10%;
	}
	.navbar-nav {
		margin: 7.5px -15px 0 -15px;
	}
	
	#toggleHead h1 a {
    	color: #fff;
    	padding:5px 0 0 15px;
	}
	
	.system_set_button {
      	display: inline-block;
      	padding: 0 5px;
      	margin-left: 5px;
      	min-width: 18px;
      	height: 24px;
      	line-height: 2em;
      	text-align: center;
      	text-decoration: none;
      	border-radius: 3px;
      	text-shadow: none;
      	font-weight: normal;
      	cursor: pointer;
      	-webkit-border-radius: 3px;
      	-moz-border-radius: 3px;
      	color: #36b1a8;
	  	background-color: #fff;
	}
	.phone-lang {
		float:right;
		padding: 3px 5px;
		margin-top: -23px;
	}
	.phone-lang a {
    	color: #fff;
    	padding:5px 0 0 15px;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #fff;
	}
	
  
}

@media (max-width: 991px) {
  .ipad-con-small {
    display:none;
  }  
  #login{
		position: absolute;
    	top: 50%;
    	left: 10%;
   		margin-left: 0px;
    	width: 80%;
	}	
	.index li {	    	    
	    width: 30%;
	}
	#searchBox div {
	    width:740px;
	}
	#searchBox .column3 fieldset {
	    width: 225px;
	}
	fieldset {
	    min-width: 0;
	    padding: 10px 15px;
	    margin: 0 10px 14px 10px;
	    border: 0;
	    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);	
	    border-radius: 8px;    	    
	}
	#searchBox .column3 input.input {
	    display: block;
	    width: 197px;
	    height: 34px;
	    padding: 6px 12px;
	    line-height: 1.42857143;
	    color: #555;
	    background-color: #fff;
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	#searchBox .column3 select.input {
	    width: 197px;
	}
	#searchBox .column3 .input-group {
	    width: 197px;
	    margin-left: 0;
	}	
	#searchBox .column2 fieldset {
	    width: 340px;
	}
	#searchBox .column2 input.input {
	    display: block;
	    width: 310px;
	    height: 34px;
	    padding: 6px 12px;
	    line-height: 1.42857143;
	    color: #555;
	    background-color: #fff;
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	#searchBox .column2 select.input {
	    width: 310px;
	}
	#searchBox .column2 .input-group {
	    width: 310px;
	    margin-left: 0;
	}
	
}

@media (max-width: 767px) {
	.pc-con {
		display:none;
  	}
  
	#login{
		position: absolute;
    	top: 50%;
    	left: 10%;
   		margin-left: 0px;
    	width: 80%;

	}
	.submit_btn_big {	
		width:35%;		
	}
	.reset_btn {
		width:auto;			
	}
	
	article {
	    width: 100%;
	    padding: 20px 5px 120px;
	}
	/*#toggleHead {
    	padding: 4px 10px 0;
	}*/
	#toggleHead .account {
	    top: 0.1em;
	    right: 10px;
	    line-height: 30px;
	}
	
	header .menu li {
   	  border-bottom: 1px solid #0c3963;
	}
		
	.index li {	    	    
	    width: 45%;
	}
	
	.popHeight {
		min-height:300px;
	}
	
	#searchBox div {
	    width:100%;
	}
	#searchBox .column3 fieldset {
	    width:100%;
	}
	#searchBox .column2 fieldset {
	    width: 100%;
	}
	fieldset {
		width: 100%;
	    min-width: 0;
    	padding: 0;
    	margin: 0;
    	border: 0;
    	box-shadow: none;
    	border-radius: 8px;
	}
	
	#searchBox .column3 input.input {
	    display: block;
	    width: 100%;
	    height: 34px;
	    padding: 6px 12px;
	    font-size: 12px;
	    line-height: 1.42857143;
	    color: #555;
	    background-color: #fff;
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	
	#searchBox .column3 select.input {
	    display: block;
	    width: 100%;
	    height: 34px;
	}
	
	#searchBox .column3 .input-group {
	    width: 100%;
	    margin-left: 0;
	}
	#searchBox .column2 .input-group {
	    width: 100%;
	    margin-left: 0;
	}
	
	#searchBox .column2 fieldset {
	    width:100%;
	}
	#searchBox .column2 input.input {
	    display: block;
	    width: 100%;
	    height: 34px;
	    padding: 6px 12px;
	    font-size: 12px;
	    line-height: 1.42857143;
	    color: #555;
	    background-color: #fff;
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	#searchBox .column2 select.input {
	    display: block;
	    width: 100%;
	    height: 34px;
	}
		
	.ph_search_btn {
		width:40%
	}

	#toggleSearch {
	    padding: 0 5px;
	}
	#search {
	    margin: -20px -5px -15px;
	}
	
	#conditions .count {
	    width: 100%;
	}
	
	#modalBackground iframe {
	    position: absolute;
	    padding: 50px 5px;
	    top: 0;
    	left: 0;
	    width: 100%;
	    height: 100%;
	}
	
	.editor tbody .input {
	    display: block;
	    width: 100%;
	    height: 34px;
	    padding: 6px 12px;
	    font-size: 14px;
	    line-height: 1.42857143;
	    color: #555;
	    background-color: #fff;
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	.editor tbody .input-limit {	    
	    width: 48%;
	    height: 34px;
	    padding: 6px 12px;
	    font-size: 14px;
	    line-height: 1.42857143;
	    color: #555;
	    background-color: #fff;
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	.editor tbody th {
	    min-width: 90px;
	    width:auto; 
	}
	footer #footerMenu .primary_button {
	    width: 45%;
	    line-height: 2.2em;
	}
	footer #footerMenu #action{
	 	text-align: center;
	}
	
	#result table thead th {
	    padding: 5px 10px 0 6px;
	    background: #a5dcd8;
	}
	.ph_warehous_td{
		width:110px;
	}
	.ph_warehous_td1{
		width:70px;
	}
	
	.pc_entry_tit {
		float:none;
		font-weight: bold;
		padding: 0 0 10px 0;
	}
	.pc_entry_con {
		float:none;
	}
	article .ph_from {
		padding:0 7px
	}
	.form-control-select {
	    width: 100%;
	    height: 30px;
	    padding: 6px 12px;
	    font-size: 12px;
	    line-height: 1.42857143;
	    color: #555;
	    background-color: rgb(248, 248, 248);
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	.adjust-qty-w {
		width:60px;
	}
	#modalBackground .mrx_app_modal {
	    margin-left: -45%;
	}
	.mrx_app_modal {
		width:90%;
	}
		
}






.bs-example-modal-annkenn .modal-body{
	padding:2px;
}

.bs-docs-nav {
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0;
}
.bs-home-nav .bs-nav-b {
  display: none;
}
.bs-docs-nav .navbar-brand,
.bs-docs-nav .navbar-nav > li > a {
  font-weight: 500;
  color: #563d7c;
}
.bs-docs-nav .navbar-nav > li > a:hover,
.bs-docs-nav .navbar-nav > .active > a,
.bs-docs-nav .navbar-nav > .active > a:hover {
  color: #463265;
  background-color: #eeedef;
}
.bs-docs-nav .navbar-toggle .icon-bar {
  background-color: #563d7c;
}
.bs-docs-nav .navbar-header .navbar-toggle {
  border-color: #fff;
}
.bs-docs-nav .navbar-header .navbar-toggle:hover,
.bs-docs-nav .navbar-header .navbar-toggle:focus {
  background-color: #eeedef;
  border-color: #eeedef;
}

.Icon-loading {
    background-image: url('images/loading.gif');
    background-repeat: no-repeat;
}
.uwh-loading {
    width: 3em;
    height: 3em;
}
.uhide {
	display: none;
}
.loading-top {
	margin:20% auto;
    
}
.modalloading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1150;
    outline: 0;
}

.menu-btn-li{
	width:100%;
	height:40px;
	display: inline-block;
    padding: 6px 15px 6px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    background-color: #fff;
    text-align: left;
	
}

.index h1 {
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 0px;
    margin: 0;
}

footer p {
    margin: 0;
}

nav p {
	margin: -10px 0 10px 0;
}

dt {
    font-weight: normal;
}

#ph_directions{
	font-size: 14px; 
}
 /*一覧*/
body {   
    font-size: 12px;   
}

label {  
    margin-bottom: 0px;
    font-weight: normal;
}
article h1 {
	font-size: 12px;
	line-height: 16px;
    font-weight: bold;
}
article p {
	margin: 0;
}
fieldset dl {
    margin-bottom: 0px;
}
.td_none{
	display:none;
}

#modalBackground{
	-webkit-overflow-scrolling:touch; 
	overflow: scroll;
	cursor: pointer;
}

#datalist .divider {
	height: 1px;
    overflow: hidden;
    background-color: #e5e5e5;
}
.list_detail_none {
	display:none;
}
.list_detail_bg {
	background-color: #fff;
}
.list_detail_tit {
	font-weight: bold;
	vertical-align: middle;
}
.list_detail_w {
	width:100px;
}
.list_detail_es {
	width:85px;
	vertical-align: middle;
}
.detail_termminal_td {
	width:95px;
	vertical-align: middle;
}
input[type=checkbox], input[type=radio] {
    margin: 0px 2px 2px;
    line-height: normal;
}

a {
    color: #589894;
    text-decoration: none;
}
a:hover {
	color: #589894;
}

.body_header {
	background: #36b1a8;
	height:38px;
	color:#fff;
	font-weight: bold;
}

#lang a {
    color: #fff;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -16px;
    margin-left: -16px;
    background-color: #36b1a8;
}
.container {
    background-color: #36b1a8;
}
.navbar-collapse {
	border : 0;
	-webkit-box-shadow: none;
    box-shadow: none;
}
footer #footerMenu .primary_button {
    min-width: 60px;
    width: auto;
}

.input-group .form-control {
	z-index: 0 !important;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	z-index: 0 !important;
}
.modal-open {
    overflow: scroll;
}

/*# sourceMappingURL=bootstrap.css.map */
