/**
 * plum-net用共通CSS
 */


/** 画面全体の基本設定 */
form{
	width:1920px;
	font-size:1.12em;
    font-family: "ＭＳ ゴシック";
    vertical-align:middle;
}

/** スピンボタンをオフにする **/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/** ヘッダーの高さ*/
.header {
    height:70px;
}

.body-style {
    height: 882px;
    width: 1875px!important;
    background-color: #F0F0F0;
}

/** ラベル設定 */
/**     メッセージ */
.lbl_message {
    font-size:1.12rem;
    height:40.5px;
    width:1500px;
    background-color:#ffffff!important;
    border:1px solid #ffffff;
    box-shadow: inset 1px 1px 5px #999;
    text-align:left;
    display: table-cell;
    vertical-align: middle;
}
/**     画面名 */
.lbl_gamen_nm {
    font-size:2.25rem;
    height:49px;
    width:130.5px;
    text-align:left;
}


/** テキストボックス設定 */
/**お客様コード*/
.txt_okyakusama_cd{
    height:27px;
    width:100px;
    ime-mode:disabled;
}

/**お客様名*/
.txt_okyakusama_nm{
    height:27px;
    width:400px;
}

/**受付No(From)*/
.txt_uketsuke_no_from{
    height:27px;
    width:200px;
    ime-mode:disabled;
}

/**受付No(To)*/
.txt_uketsuke_no_to{
    height:27px;
    width:200px;
    ime-mode:disabled;
}

/**工場入荷日(To)*/
.kojoNyukaBiTo{
    height:27px;
    width:200px !important;
    display:inline-block !important;
}

/**工場入荷日(From)*/
.kojoNyukaBiFrom{
    height:27px;
    width:200px !important;
    display:inline-block !important;
}

/**開始受付No.*/
.txt_kaishi_uketsuke_no{
    height:27px;
    width:70px;
}

/**TEL*/
.txt_tel{
    height:27px;
    width:200px;
}

/**注文数量*/
.txt_chumon_suryo{
    height:27px;
    width:70px;
}

/** ラベル設定 */
/**受付No,枝番*/
.lbl_uketsuke_no_edaban{
    height:27px;
    width:150px;
    text-align:left;

}

/**工場入荷日*/
.lbl_kojo_nyukabi{
     height:27px;
    width:230px;
    text-align:left;
}

/**作業完了/発送待*/
.lbl_sagyo_kanryo{
     height:27px;
    width:230px;
    text-align:left;
}

/**発送*/
.lbl_hasso{
    height:27px;
    width:230px;
    text-align:left;
}

/**宅配便会社*/
.lbl_takuhaibin_kaisha{
    height:27px;
    min-width:430px;
    text-align:left;
}

/**宅配便伝票番号*/
.lbl_takuhaibin_dempyo_bango{
    height:27px;
    min-width:230px;
    text-align:left;
}


/**注文日時*/
.lbl_chumon_dt{
    height:27px;
    width:300px;
    text-align:left;
}

/**発注数量*/
.lbl_hatchu_su{
    height:27px;
    width:200px;
    text-align:right;
}

/**開始受付No*/
.lbl_kaishi_uketsuke_no{
    height:27px;
    width:200px;
    text-align:left;
}

/** パスワード */
.pwd_password{
    height:37px;
    width:300px;
}

/** ボタン設定 */
/** 検索ボタン*/
.btn_kensaku{
	height:56px;
	width:150px;
	background-color:#808080;
	border:none;
}

.btn_login_back{
	height:56px;
	width:200px;
	background-color:#808080;
	border:none;
}

/** 発注実行ボタン*/
.btn_hatchu_jikko{
	height:56px;
	width:150px;
	background-color:#808080;
	border:none;
}

/** パスワード変更 */
.btn_password_henko{
    height:56px;
    width:270px;
    background-color:#808080;
    border:none;
}


/** カレンダ*/
.ui-datepicker-trigger{
vertical-align:top;
}
/** ロゴ*/
.img-company-logo{
margin-top:10px;
margin-left:100px;
}
