	@charset "windows-31j";

/************* e-オンデマンド版　ロジASP用 各機能CSS *************/

/****************   共通   **************************************#*/

/*****************************
開発/運用時調整・追加スタイル
******************************/

/*■最小レイアウト幅*/
body {
	min-width:900px;
}

body#home,
* html body#minmax_length{
   width:expression(document.documentElement.clientWidth < 900? "900px" : "auto");
}

/*■一覧表部分（ページング等を含む）最大幅*/
/*値 ＝ 最小レイアウト幅 − 左右余白計（28px）*/
#list_area{
	min-width:872px;
}

* html #minmax_length#list_area{
   width:expression(document.documentElement.clientWidth < 872? "872px" : "auto");
}

/*■一覧表最大高さ*/
div.list_table{
	max-height:none;
}

/*■テーブル各項目の幅指定*/
/*本ファイルの最下部に指定箇所あり*/


/*■ホーム タイトル配置位置*/
/*「OnDemand Service」の画像を使用する場合は、top:27px; left:33px;*/
p#home_title{
	top:27px;
	left:33px;
	position:absolute;
	font-family:"Century Gothic", Meiryo, "ヒラギノ角ゴ Pro W3", "MS ゴシック", Tahoma, Verdana, Arial, Sans-Serif;
	margin:0;
	padding:0;
	border:none;
	font-size:32px;
	background-color:transparent;
	font-weight:900;
	color:#0F2F8D;
	line-height:32px;
}

/*■ホーム ログイン機能配置位置*/
div#login{
	top:120px;
	left:42px;
	position:absolute;
	width:500px;
	font-weight:bold;
}

/*■ヘッダー部ロゴ 画像ファイル・サイズ*/
/*ロゴのサイズは250pxＸ40px以内（高さ40pxの時、ユーティリティリンクの底辺とおおむね揃います。*以内であれば揃っていなくてもデザイン上問題ありません）*/
a#system_ci{
	background:transparent url("../img/logo_sample.gif")  left top no-repeat;
	width:300px;
	height:25px;
}

/*■ログイン権限種別色分け
「本社」「営業所」以外の権限種別がある場合は、
以下 span#id_type3 などどして、適宜スタイルを追加してください
*/
span#id_type1{
	background-color:#0F2F8D;
}

span#id_type2{
	background-color:#2C820D;
}

span#id_type3{

}



/*****************************
基本要素初期スタイル
******************************/

body {
	margin: 0;
	padding: 0;
	font-size: 75%;/*browser default ≒12px*/
	font-family: Tahoma, Verdana, Arial, "MS UI Gothic", Sans-Serif;
	color: #000000;
	background-color: #ffffff;
	line-height:120%;
	-webkit-text-size-adjust: 100%;
}

ul{
	list-style: none;
}

img {
	border: none;
}

img#thumbnail{
 border: 1px #0F2F8D solid;
 width:40px;
 height:40px;
}


h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,p,form{
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
/*    border: 1px #808080 solid;*/
}

input{
	font-family : "MS UI Gothic";
}

.floatclear{
	clear:both;
	line-height:0em;
	font-size:0;
	background:transparent url("")  left top no-repeat;
	height:0;
}

.floatclear hr{
	display:none;
}

label {
	margin-right:1em;
	vertical-align:0.1em;
}

*:first-child+html label {
	zoom: 1;
	vertical-align:bottom;
}

a{
	color:#0055aa;
}

a:hover{
	color:#0055aa;
}

a:active {
	color:#000000;
}

strong,
em{
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

h1{
	height:1.7em;
	margin-bottom:8px;
	font-size:133%;/*browser default ≒16px*/
	background:#0F3678 url("../img/h1_bullet.gif") left top repeat-x;
	line-height:28px;
	font-weight:bold;
}

h1 span.h1bg{
	height:1.7em;
	background:#b2bdce url("../img/h1_bg.gif") left top repeat-x;
	margin-left:8px;
	display:block;
	padding-left:8px;
}

h2{
	margin-bottom:4px;
	font-size:116%;/*browser default ≒14px*/
	line-height:16px;
	font-weight:bold;
	border-left:4px solid #0F2F8D !important;
	border-bottom:1px solid #0F2F8D !important;
	padding-left:2px;
	clear:both;
}

h2.recommend{
	margin:14px 0 4px 0;
}

/*****************************
ヘッダー
******************************/

div#header{
	margin:12px 12px 8px 12px;
	clear:both;
}

a#system_ci{
	display:block;
	text-decoration:none;
	font-weight:normal;
	color:#000000;
	text-indent:-99999px;
	float:left;
	margin-right:14px;
}

div#header ul li{
	display:inline;
	margin:0 0 0 12px;
}

div#user_profile{
	text-align:right;
	padding-right:0;
}

div#user_profile span.affiliation1,
div#user_profile span.affiliation2,
div#user_profile span.id_type{
	margin-right:1em;
}

.userinfo_block1,
.userinfo_block2{
	white-space: nowrap;
	margin-right:0 !important;
}

span.user_name{
	font-weight:bold;
	margin-right:1em;
	margin-left:1em;
}

span.id_type{
	color:#FFFFFF;
	padding:2px 4px;
}

#plofile_edit_link{
	margin:0 0.5em;
}

input#logout_btn{
	height:1.6em;
	margin-left:0.5em;
}

div#utilitylink{
	text-align:right;
	padding-right:0;
	margin-top:4px;
}

#infomation li{
	display:block !important;
	margin:0 0 2px 0 !important;
	padding:0 0 0 18px !important;
	background:transparent url("../img/info_icon.gif") left center no-repeat;
}

#infomation table td{
	vertical-align:bottom;
	padding-left:14px;
}

#infomation ul{
	vertical-align:bottom;
}

#infomation p{
	vertical-align:bottom;
	margin-bottom:2px;
	margin-left:1em;
}

.info_data{
	margin-right:1.5em;
}

#tablet_icon{
	position:absolute;
	top:1.2em;
	left:23.0em;
	z-index:1;
	font-weight:bold;
	color: #ffffff;
	background-color: #ff9900;
	padding:3px;
	font-size:12px;
	-webkit-border-radius:8px;
}

/******************************
ナビゲーション
******************************/

div#g_navbar{
	background:#0F3678 url("../img/gnav_bg.gif") left top repeat-x;
	clear:both;
}

div#globalnav{
	background:#0F3678 url("../img/gnav_bg.gif") left top repeat-x;
	padding-left:14px;
	float:left;
}



#globalnav p{
	float:left;
	border-left: 1px solid #4D6F99;
	border-right: 1px solid #003567;
	background:#0F3678 url("../img/gnav_bg.gif")  repeat-x;
	font-size: 117%;
	display:block;
	padding:2px 0;
}

#globalnav p a{
	padding:0px 1.4em;
	display:block;
}
#globalnav p a:hover{
	background: url("../img/gnav_selected.gif") repeat-x #BFC8D7;
	color:#000;
}
#globalnav p.gnav_crnt a{
	background: url("../img/gnav_selected.gif") repeat-x #BFC8D7;
	color:#000;
	font-weight:bold;
}
/*
#globalnav li{
	float:left;
	border-left: 1px solid #4D6F99;
	border-right: 1px solid #003567;
	background:#0F3678 url("../img/gnav_bg.gif")  repeat-x;
	font-size: 117%;
	display:block;
	padding:2px 0;
}

#globalnav li a{
	padding:0px 1.4em;
	display:block;
}
*/
div#globalnav a {
	text-decoration: none;
	color:#FFFFFF;
	line-height:28px;
	white-space: nowrap;
}
/*
#globalnav li a:hover{
	background: url("../img/gnav_selected.gif") repeat-x #BFC8D7;
	color:#000;
}

#globalnav li.gnav_crnt a{
	background: url("../img/gnav_selected.gif") repeat-x #BFC8D7;
	color:#000;
	font-weight:bold;
}
*/

#master_link{
	background:#0F3678 url("../img/gnav_bg.gif") left top repeat-x;
	padding-right:14px;
	float: right;
}

#master_link p{
	font-size: 117%;
	display:block;
	padding:2px 0;
}

#master_link p a{
	padding:0 4px 0 30px;
	display:block;
	text-decoration: none;
	color:#FFFFFF;
	line-height:28px;
	background:transparent url("../img/config_icon.gif") left center no-repeat;
	white-space: nowrap;
}

#master_link p a:hover{
	background: url("../img/config_selected.gif") left center no-repeat #BFC8D7;
	color:#000;
}

#master_link p.selected a{
	background: url("../img/config_selected.gif") left center no-repeat #BFC8D7 !important;
	color:#000 !important;
	font-weight:bold;
}

div#localnav {
	margin: 0;
	padding: 0;
	font-size: 100%;
	background-color: #BFC8D7;
	clear:both;
	font-family:"MS UI Gothic" !important;
}

div#localnav ul {
	margin: 0;
	padding: 0 8px;
	clear: both;
	background-color: #BFC8D7;
	zoom: 1; /* For IE7 */
	line-height:200%;
}

p.CF03_navi{
	word-break: keep-all;
}

div#localnav ul p {
/*	display: inline;*/
	line-height: 200%;
/*	text-align: center;*/
	background: transparent;
/*	white-space: nowrap;*/
	margin: 0;
	padding: 0;
}

div#localnav ul p a {
	padding: 1px 0.5em 6px 0.5em;
	color: #333;
	text-decoration: none;
	line-height:200%;
}

*:first-child+html div#localnav ul p a {
	padding: 3px 0.5em 6px 0.5em;
}

div#localnav ul p a:hover {
	color: #333;
	background-color:#FFF;
	text-decoration: none;
}

div#localnav ul p span a {
	background-color:#FFF;
	font-weight:bold;
}


/*
div#localnav ul li {
	display: inline;
	line-height: 200%;
	text-align: center;
	background: transparent;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

/*For IE
* html div#localnav ul li {
    float: left;
}


div#localnav ul li a {
	padding: 1px 0.5em 6px 0.5em;
	color: #333;
	text-decoration: none;
	line-height:200%;
}

*:first-child+html div#localnav ul li a {
	padding: 3px 0.5em 6px 0.5em;
}

div#localnav ul li a:hover {
	color: #333;
	background-color:#FFF;
	text-decoration: none;
}

div#localnav ul li span a {
	background-color:#FFF;
	font-weight:bold;
}

*/

div#hierarchicalnav{
	height:36px;
	margin:8px 14px -10px 14px;
	font-family:"MS UI Gothic" !important;
}

div#hierarchicalnav ul{
}

div#hierarchicalnav li{
	display:inline;
	background-color: #D9E2F0;
	margin-right:-12px;
	padding:10px 8px 10px 8px;
	line-height:32px;
}

*:first-child+html div#hierarchicalnav li{
	padding:6px 8px 14px 8px;
	line-height:36px;
}
*:first-child+html div#hierarchicalnav{
	margin:4px 14px -8px 14px;
}
* html div#hierarchicalnav li{
	padding:6px 8px 14px 8px;
	line-height:36px;
}
* html div#hierarchicalnav{
	margin:6px 14px -8px 14px;
}


div#hierarchicalnav li a {
	text-decoration: none;
	border:1px solid #A1ADBC;
	padding:4px 4px 4px 4px;
	line-height:24px;
}

div#hierarchicalnav li a:hover{
	background-color: #FFF;
}

div#hierarchicalnav li span a{
	background-color: #FFF;
	font-weight:bold;
}

/******************************
検索機能
******************************/
/*▼共通スタイル*/
div#searchbox{
	margin-top:8px;
	margin-bottom:12px;
	margin-right:auto;
	margin-left:auto;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}

div#normal_search{/*常時表示*/
	margin-bottom:0.6em;
	display: block;
}

div#advanced_search{/*詳細検索*/
	margin-bottom:8px;
}

div.advanced_search_on{
	display: block;
}

div.advanced_search_off{
	display:none;
}

div#static_search{/*詳細検索なし*/
	margin-bottom:8px;
}

div#searchbox input,
div#searchbox select{
	font-size:100%;
}

.ctr_th{/*入力項目見出し(幅は各画面個別に指定)*/
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
}

.td_listbox{
	width:232px;
}

.td_listbox_btn{
	width:106px;
}

.td_listbox_btn input{
	width:52px;
	height:19px;
}

*:first-child+html .td_listbox_btn input{
	line-height:130%;
}

select#listbox1,
select#listbox2,
select#listbox3,
select#listbox4,
select#listbox5,
select#listbox6,
select#listbox7,
select#listbox8{
	width:230px;
	height:112px;
}

.lb_btn_left{
	text-align:left;
	vertical-align:top;
}
.lb_btn_right{
	text-align:right;
	vertical-align:bottom;
}

p#switchlink {
	display: block;
	text-align:left;
	margin-bottom:6px;
	margin-left:2px;
}

a#trigger{
	padding-left:16px;
}

a.trigger_on{
	background: transparent url("../img/triangle_on.gif") left no-repeat;
}

a.trigger_off{
	background: transparent url("../img/triangle_off.gif") left no-repeat;
}

div#searchbtnbox{
	position:relative;
	z-index: 0;
}

input.serchbtn{
	width:120px;
	line-height:130%;
}

p.sch_clrbtn{
	width:6em;
	position:absolute;
	z-index: 5;
}

p.sch_clrbtn input{
	border:#555555 1px solid;
	background-color:#dddddd;
	color:#333333;
	line-height:130%;
}

p.sch_btn{
	text-align:center;
	position:relative;
	z-index: 1;
}

input.selectbtn{
	width:300px;
	height:120px;
	text-align:center;
	margin:8px 20px;
	line-height:130%;
	font-weight:bold;
	font-size:25px;
}

input#password,
input#userid{
	ime-mode: inactive;
}

input[type="password"]{
 font-family: Verdana, sans-serif;
}

/*▼標準スタイル（class="std_schbox"）*/
.std_schbox{
	width:700px;
}

.std_schbox .std_th{
	width:114px;/*見出し部分の標準幅*/
}

.std_schbox .short_th{
	width:72px;
}

input#txt_fw{
/*	width:362px; */
	width:356px;
}

input#txt_ic{
/*	width:114px; */
	width:120px;
}

input#txt_kw{
	width:550px;
}

input#txt_sizai_cd{/*資材コード(共通)の横幅*/
	width:180px;
}

input#txt_seisaku_busho{/*製作部署(共通)の横幅*/
	width:180px;
}

input#txt_tanto_id{/*担当者(共通)の横幅*/
	width:180px;
}

input#txt_sosiki_cd{/*組織(共通)の横幅*/
	width:180px;
}

/*▼資材検索（class="std_schbox"）*/

#optional_srch_link{
	text-align:right;
	margin:-8px auto 14px auto;
	width:716px;
}

#optional_srch_link li{
	display:inline;
	margin-left:1.5em;
}

/*▼届先マスタ検索（class="addrmaster_schbox"）*/

.addrmaster_schbox{/*検索機能の横幅*/
	width:750px;
}

.addrmaster_schbox .std_th{
	width:80px
}

input#txt_tdk_nm{
	width:380px;
}
input#txt_tdk_cd,
input#txt_ph_n{
	width:180px;
}

select#sle_area,
select#sle_city{
	width:112px;
}

#td_city{
	width:182px;
}

/*▼出荷依頼一覧検索（class="oredrrev_schbox"）*/

.oredrrev_schbox{/*検索機能の横幅*/
	width:400px;
	padding-bottom:0 !important;
}

#tnt_sshk{
	width:213px;
}

.oredrrev_schbox input.serchbtn{
	width:90px;
}

/*▼出荷情報一覧検索（class="std_schbox"）*/

.ctr_td{
	width:220px;
}

#txt_od_st,
#txt_shpd_st{
	width:5em;
	margin-right:0.5em;
}

#txt_od_ed,
#txt_shpd_ed{
	width:5em;
	margin-right:0.5em;
	margin-left:0.5em;
}

#sle_od_st,
#sle_ms_st{
	width:14em;
}

td span.notice{
	display:block;
}

#txt_odcd_st,
#txt_odcd_ed{
	width:10em;
	margin-right:2px;
}
#txt_odcd_ed{
	margin-left:2px;
}

.ctr_td label{
	margin-right:0.3em;
}

#sch_icd_st{
	width:15em;
	margin-right:4px;
}

.sch_itemlist_link{
	margin-left:1em;
	margin-right:1em;
}

.sch_show_itemname{
	color:#666;
}


/******************************
content 共通スタイル
******************************/

div#content{
	margin:14px 14px 0 14px;
	padding-bottom:14px;
}

div.content_sect{/*見出し2とその上のコンテンツの間隔*/
	margin-bottom:28px;
}

.datablock{
	line-height:19px;
	margin-bottom:2px;
	margin-right:1em;
}

.datablock span.head{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:13em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
	white-space:nowrap;
}

.datablock span.data{
	display:block;
	padding:1px 2px;
}

.dtblck_flt{
	float:left;
}

.dtblck_clr{
	clear:both;
}

.tab_date_area{
	position:relative;
}
.tab_date_position{
	position:absolute;
	top:1.3em;
	left:9.5em;
	z-index:1;
}
.tab_date_position1{
	position:absolute;
	top:1.3em;
	left:22.5em;
	z-index:1;
}
.tab_date_position2{
	position:absolute;
	top:1.4em;
	left:7em;
	z-index:1;
}
.tab_date_position3{
	position:absolute;
	top:1.4em;
	left:26em;
	z-index:1;
}
.tab_date_position4{
	position:absolute;
	top:1.4em;
	left:35.5em;
	z-index:1;
}
.tab_date_position5{
	position:absolute;
	top:1.4em;
	left:38em;
	z-index:1;
}

input.tex_date{
	width:8em;
	ime-mode: inactive;
}

.back_link_y,
.back_link_w{
	margin-bottom:8px;
}

.back_link_y a{
	padding:2px 2px 2px 14px;
	background:#EDECD7 url("../img/back_arrow_y.gif") 4px center no-repeat;
	border:1px solid #9B996C;
	text-decoration:none;
	line-height:120%;
	display:block;
}
.back_link_y a:hover{
	background-color:#d9d7b8;
}

.back_link_w a{
	padding-left:12px;
	background:transparent url("../img/back_arrow_w.gif") left center no-repeat;
	line-height:18px;
}

.notice{
	font-size:92%;
	color:#666666;
}

input.del_lnkbtn{
	border:#555555 1px solid;
	background-color:#dddddd;
	color:#333333;
}

div.search_error{
	margin-bottom:28px;
}

p.error_message{
	margin:8px 0 8px 0px;
}

p.error_message span{
	padding:4px;
	color:#FFF;
	background-color:#FF0000;
	line-height:140%;
	font-weight:bold;
}

p#top_err_msg{
	margin:8px 0 16px 0px;
}

p#top_err_msg2{
	margin:8px 0 16px 0px;
}

/*****************************
ページング
******************************/
ul.paging li{
	display:inline;
}

ul.paging a{
	border:#999999 1px solid;
	padding-left:4px;
	padding-right:4px;
	margin-left:1px;
	margin-right:1px;
	text-decoration:none;
}

ul.paging a:hover{
	background-color:#f7ffab;
}

ul.paging a.paging_prevnext{
	border:none;
	text-decoration:underline;
}

ul.paging span.currentpage{
	border:#999999 1px solid;
	background-color:#333333;
	padding-left:4px;
	padding-right:4px;
	margin-left:1px;
	margin-right:1px;
	color:#fff;
}

/*****************************
サブミットボタン/戻るリンク
******************************/
#submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}

p.positive_act{
	text-align:center;
	position:relative;
	z-index: 1;
}

button#submit_btn{
	height:1.8em;
	font-size:110%;
}

#submit_btn_area input{
	height:1.8em;
	font-size:110%;
	padding:0 30px;
}

.negative_act{
	width:20em;
	padding-left:8px;
	position:absolute;
	z-index: 5;
}

.negative_act a{
	padding-left:12px;
	background:transparent url("../img/back_arrow_g.gif") left center no-repeat;
	line-height:18px;
}

a.nega_link_strong{
	padding:2px 2px 2px 14px;
	background:#EDECD7 url("../img/back_arrow_y.gif") 4px center no-repeat;
	border:1px solid #9B996C;
	text-decoration:none;
	line-height:120%;
	display:block;
	width:11em;
}
a.nega_link_strong:hover{
	background-color:#d9d7b8;
}

/*****************************
ホーム
******************************/
body#home #content{
}

#home_panel{
	margin:72px auto 0 auto;
	width:591px;
	height:399px;
	background:transparent url("../img/home_bg.gif") left center no-repeat;
	position:relative;
}

p#home_title{
	position:absolute;
	font-family:"Century Gothic", Meiryo, "ヒラギノ角ゴ Pro W3", "MS ゴシック", Tahoma, Verdana, Arial, Sans-Serif;
	margin:0;
	padding:0;
	border:none;
	font-size:32px;
	background-color:transparent;
	font-weight:900;
	color:#0F2F8D;
	line-height:32px;
	top:27px;
	left:33px;
}

div#login{
	position:absolute;
	width:500px;
	font-weight:bold;
}

div#login p{
	clear:both;
	margin-bottom:14px;
	height:20px;
	vertical-align:middle;
}

* html div#login p{
	margin-bottom:2px;
}

p.login_btn{
	text-align:right;
}

span.login_h{
	width:160px;
	display:block;
	float:left;
	text-align:right;
	font-weight:bold;
	margin-right:10px;
	line-height:28px;
	vertical-align:middle;
	font-size:120%;
}

span.login_message{
	font-size:88%;
	text-align:left;
	display:block;
	vertical-align:top;
	color:#000099;
}

span.login_input{
	width:226px;
	display:block;
	text-align:right;
	float:left;
	vertical-align:middle;
	font-size:133%;
}

span.login_input input{
	width:100%;
	height:20px;
	line-height:22px;
	border:1px solid #666666;
}

#loginbtn{
	padding-left:24px;
	padding-right:24px;
	margin-right: 100px
}

#home #logo{
	width:350px;
	height:80px;
	background:transparent url("../img/logo_bg.gif") left top no-repeat;
	position:absolute;
	top:282px;
	left:209px;
	text-align:center;
	padding:8px;
}

#home #logo img{
}

#home #forget_password{
	top:315px;
	left:30px;
	position:absolute;
	font-size:130%;
	text-align:center;
}

#home #forget_login{
	top:300px;
	left:30px;
	position:absolute;
	font-size:130%;
	text-align:center;
}

span.forget_msg{
    width:480px;
    display:block;
    float:left;
    text-align:left;
    font-weight:bold;
    font-size:100%;
}

.table_center {
	margin:0 auto;
}

/*****************************
出荷依頼手続き/修正時フォーム
******************************/

.fkrzm_chk{
	text-align:right;
}

.fkrzm_chk label{
	margin-right:0 !important;
}

.action_for_cart{
	margin-bottom:4px;
	position:relative;
	z-index: 0;
}

.action_for_cart .sack_sort{
	text-align:right;
	position:relative;
	z-index: 1;
	height:2em;
}

.action_for_cart input{
	width:10em;
}

.action_for_cart .back_link_y{
	position:absolute;
	z-index: 5;
	margin-left:0;
}

.action_for_cart .back_link_y a{
	margin-left:0 !important;
}

#db_tsc,
#db_odr_cd,
#db_odr_dt{
	width:38em;
}

select#sel_tsc,
select#sel_itc{
	width:15em;
}



/*■郵便番号(20090213変更)*/
#tex_post_code1{
	width:2em;
/*	margin-right:1em; */
}
#tex_post_code2{
	width:2.5em;
}

#tex_ad_ka,
#tex_nm_ka{
	width:30em;
}

#tex_bnm_ka{
	width:20em;
	margin-right:1em;
}

#db_nm_ka{
	margin-bottom:0px !important;
}
#h_bnm_ka{
	margin-top:-2px !important;
	padding-top:5px;
}

#tex_ph_num1,
#tex_ph_num2,
#tex_ph_num3{
	width:5em;
}

#db_tex_ph_num{
	width:31em;
}

#tex_ph_num,
.img_pikr{
	vertical-align:middle;
}

#tex_sh_dt{
	width:8em;
	margin-right:4px;
}

#img_pikr{
	margin-right:1em;
}

#span_sh_dt{
	position:relative;
	padding:0;
}
#span_sh_dt span.notice{
	position:absolute;
	top:1.8em;
	left:0em;
}

* html #span_sh_dt span.notice{
	top:2.3em;
}
*:first-child+html #span_sh_dt span.notice{
	top:2.3em;
}

#db_shitei_date{
	margin-bottom:1.8em;
}

/*
p.my_adrs_action input{
	margin-left:1em !important;
}
*/

div#sk_mail{
	border-top:1px solid #0F2F8D;
	padding-top:8px;
}

#csect_address{
	position:relative;
}

.addr_slct_link{
	position:absolute;
	top:-3px;
	left:8.8em;
}

.addr_slct_link a{
	padding:1px 4px 1px 4px;
	background-color:#EDECD7;
	border:1px solid #9B996C;
	text-decoration:none;
	line-height:120%;
	margin-right:1em;
	display:block;
	float:left;
}

*:first-child+html .addr_slct_link{
	top:-5px;
}

.addr_slct_link a:hover{
	background-color:#d9d7b8;
}

/*****************************
内容確認/出荷依頼詳細情報
******************************/
#before_entyou_no{
	width:38em;
}

#db_inpt_person{
	width:38em;
}

#tnk_total{
	text-align:right;
	margin-right:2px;
	float:right;
}

#tnk_total p{
	width:15em;
	clear:both;
}

#tnk_total p span{
	display:block;
	float:left;
	line-height:140%;
	border-bottom:1px solid #666666;
}

span.total_head{
	width:7em;
}
span.total_data{
	width:8em;
}

span.fin_message{
	font-size:108%;/*browser default ≒13px*/
	font-weight:bold;
}

#finish_message a{
	margin-left:1em;
}

.fin_ordernumber{
	font-size:133%;/*browser default ≒16px*/
	font-weight:bold;
	margin-bottom:8px;
}


/*****************************
出荷情報一覧
******************************/

.odr_dtl_lnkbtn{
	display:block;
	background-color:#C0D5EE;
	border:solid 1px #838A97;
	width:2.4em;
	padding:2px 2px 2px 2px;
	text-decoration:none;
	text-align:center;
}

/*****************************
出荷情報詳細
******************************/

.syuka_detail #db_inpt_person,
.syuka_detail #db_tsc,
.syuka_detail #db_odr_dt,
.syuka_detail #db_update_dt{
	width:290px !important;
	font-size:108%;/*≒13px*/
}

.syuka_detail p.datablock span.head{
		width:114px !important;
}

.syuka_detail #db_sck_odr,
.syuka_detail #db_fin_mail,
.syuka_detail #db_tex_ph_num{
	width:290px !important;
}

.syuka_detail span.odrst{
	font-size:81%;/*≒13px*/
	padding:0 4px;
	margin:5px 0 2px 1em;
	height:20px;
	line-height:20px;
	display:block;
	float:left;
}

* html .syuka_detail span.odrst{
	margin:4px 0 2px 1em;
}
*:first-child+html .syuka_detail span.odrst{
	margin:4px 0 2px 1em;
}

.syuka_detail span.sender_type,
.syuka_detail span.order_code{
	display:block;
	float:left;
	height:28px;
	line-height:28px;
	margin-right:1em;
}

h1 span.st_done{
	background-color:#caedcb;
	border:1px solid #0F3678;
}
h1 span.st_doing{
	background-color:#cad0ed;
	border:1px solid #0F3678;
}
h1 span.st_order{
	background-color:#edebbe;
	border:1px solid #0F3678;
}


/*****************************
一覧表
******************************/

#list_area{
	margin-bottom:4px;
}

* html #list_area{
	margin-bottom:4px;
}
*:first-child+html #list_area{
	margin-bottom:4px;
}

#list_area input.btn{
	font-size:100%;
}

div.list_table{
	border:solid 1px #999999;
	overflow:auto;
	clear:both;
	width:100%;
}
* html div.list_table{
	width:99.8%;
}

div.list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}

* html div.list_table table,
*:first-child+html div.list_table table{
	font-size:100%;
}

div.list_table table tr td,
div.list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.list_table table tr td{
	padding:4px 4px;
}

div.list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}

tr.odd{
	background-color:#D9E2F1;
}

/* IE7マウスオーバー時の背景色が変化しないように修正
div#shizai_list tr:hover{
	background-color:#597ab3;
	color:#FFFFFF;
	cursor: pointer;
} */

div#shizai_list tr:hover .td_ri a{
	color:#FFFFFF;
}


tr.even{
	background-color:#FFFFFF;
}

tr.red{
	background-color:#ffd0a0;
}

tr.red2{
	background-color:#FF0000;
}

tr.yellow{
	background-color:#FFFF00;
}

img.thumbnail{
	width:44px;
	height:36px;
}

.detail_link_btn{
	display:block;
/*	background:#C0D5EE url("../img/dtl_triangle_off.gif")  2px center no-repeat; */
	background:#C0D5EE;
	border:solid 1px #838A97;
	width:2.4em;
/*	padding:2px 0px 2px 16px; */
	padding:3px 3px 3px 3px;
	text-decoration:none;
}

.detail_link_btn2{
	display:block;
	background:#C0D5EE;
	border:solid 1px #838A97;
	width:3.0em;
	padding:0px 4px 0px 4px;
	text-decoration:none;
}

.td_ri a{
	text-decoration:underline;
}

.propbar{
	line-height:0;
	height:0px;
	margin:0;
	padding:0;
}

.propbar hr{
	display:none;
}

/*▼action for list*/

#actfor_list_l{
	margin-bottom:2px;
	float:left;
}

#actfor_list_r{
	margin-bottom:2px;
	text-align:right;
	float:right;
}

#result_num,
.paging{
	float:left;
	line-height:1.7em;
	margin-right:1em;
}

.num_cases,
.show_thmnil,
input#actfor_list_btn{
	display:inline;
	margin-right:1em;
}

input#actfor_list_btn{
	margin-right:0;
}

.show_thmnil label{
	margin-right:0em;
}


/*****************************
item_detail（資材詳細情報）
******************************/

/*このスタイルは動作デモ用スクリプトに設定したものであり、実装時には削除する。
ページ読み込み時に各資材の詳細情報を閉じた状態にすることが目的*/
#detail1, #detail2, #detail3 {
	display: none;
}
/*↑---------*/

.item_detail{
	table-layout: auto;
	border-collapse:collapse;
	font-size:100% !important;/*browser default ≒13px*/
	margin:2px 0;
}

.item_detail td{

}

.itemdetail_h{
	width:8em;
	text-align:right !important;
	padding:0 !important;
}

.itemdetail_h span{
	background-color:#777777;
	color:#FFFFFF;
	line-height:140%;
	display:block;
	padding:2px;
	margin:2px 0;
}


/*-------------------------*//*
▼テーブル各項目の幅指定
必要に応じて、適宜調整・追加を行うこと
".pbXX"はセルの最小幅（ウィンドウ幅を縮めてもこれ以上縮まらないセルの幅）
幅可変セルには".th_XXX"に % を指定（幅可変セルが複数ある場合に、余剰分の幅が各セルに割り振られる割合の目安、と考える）
*//*--------------------------*/

/*■資材名（可変）*/
.th_item_name div{
	width:16em;
}
.th_item_name{
	width:65%;
}
td.td_in{
	font-weight:bold !important;
}

/*■サムネイル*/
.th_thumbnail div{
	width:3.5em;
}

/*■資材コード*/
.th_item_code div{
	width:10em;
}

/*■選択*/
.th_check{
	text-align:right;
}
.th_check div{
	width:2.3em;
}

/*■詳細ボタン*/
.th_detailbtn div{
	width:3.5em;
}

/*■出荷可能数*/
.th_available_quantity{
	text-align:right !important;
}
.th_available_quantity div{
	width:8em;
}

.th_iaq{
	width:13%;
	text-align:right !important;
	white-space: nowrap;
}
.th_iaq div{
	width:7em;
}
.td_iaq{
	text-align:right !important;
}

/*■予定日*/
.th_date div{
	width:6.8em;
}

/*■備考（可変）*/
.th_note{
	width:35%;
}
.th_note div{
	width:10em;
}


/*■関連資材*/
.th_related_item div{
	width:4.7em;
}

/*■カート　No.*/
.th_no div{
	width:2em;
}

/*■単価*/
.th_tanka{
	text-align:right !important;
}
.th_tanka div{
	width:4.2em;
}
.td_tnk{
	text-align:right !important;
}

/*■金額*/
.th_price{
	text-align:right !important;
}
.th_price div{
	width:4.2em;
}
.td_prc{
	text-align:right !important;
}

/*■有償区分*/
.th_yusyo div{
	width:4.5em;
}

/*■出荷依頼数*/
.th_order_amount{
	text-align:right !important;
}
.th_order_amount div{
	width:6em;
}
.td_oa{
	text-align:right !important;
}
.td_oa input{
	width:6em;
	text-align:right;
}

/*■袋詰順*/
.th_sack_seq{
	text-align:right !important;
}
.th_sack_seq div{
	width:5em;
}
.td_ssq{
	text-align:right !important;
}
.td_ssq input{
	width:3.2em;
	text-align:right;
}

/*■削除*/
.th_del div{
	width:3.2em;
}
.td_del input{
	width:3.2em;
}

/*■選択（ボタン）*/
.th_slctbtn div{
	width:3em;
}
.td_slctbtn {
	text-align:center !important;
}

/*■届先名（可変）*/
.th_tdksk_name div{
	width:12em;
}
.th_tdksk_name{
	width:25%;
}
#order_reference .th_tdksk_name{
	width:30% !important;
}

/*■住所（可変）*/
.th_addres div{
	width:20em;
}
.th_addres{
	width:75%;
}

/*■郵便番号*/
.th_post_code div{
	width:6em;
}

/*■電話番号*/
.th_phone_num div{
	width:8em;
}

/*■届先コード*/
.th_tdk_cd div{
	width:7em;
}

/*■出荷依頼番号*/
.th_order_code div{
	width:7.2em;
}

/*■入力者*/
.th_input_person div{
	width:8em;
}

/*■使用者*/
.th_tanto_person div{
	width:8em;
}
#order_reference .th_tanto_person{
	width:30% !important;
}


/*■出荷依頼区分*/
.th_order_state div{
	width:7em;
}

/*■宅配便伝票番号*/
.th_delivery_code div{
	width:10em;
}
#order_reference .th_delivery_code{
	width:30% !important;
}

/*■出荷明細区分*/
.th_meisai div{
	width:7em;
}

/*■ロット番号*/
.th_lot div{
	width:5em;
}

/*-------------------------*//*
▼追加
*//*--------------------------*/

/*▼ユーザープロファイルマスタメンテナンス*/

/*■YSD証明書ダウンロードリンク*/
.YSDlink_act a{
	padding-left:12px;
	background:transparent url("../img/arrow_blue.gif") left center no-repeat;
	line-height:18px;
}


/*■メールアドレス*/
.Maildatablock{
	line-height:19px;
	margin-bottom:2px;
	margin-right:1em;
}

.Maildatablock span.Mailhead{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:11em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.Maildatablock span.Maildata{
	display:block;
	padding:1px 2px;
}

/*▼住所マスタ検索（class="addrmaster_schbox"）*/

/*■テキストbox */
input#txt_adress{
	width:230px;
}

/*■カラムsize */
select#sle_adress{
	width:235px;
}

/*■セル幅 */
#td_adress{
	width:250px;
}

/*****************************
(テーブル項目の幅指定〜共通〜)
******************************/


/*■ランキング*/
.th_ranking div{
	width:5.8em;
	text-align:center;
}

/*■全社フリー在庫*/
.th_free_zaiko div{
	width:8em;
	text-align:center;
}

/*■予定日*/
.th_nyuko_date div{
	width:5.8em;
	text-align:center;
}



/*****************************
	(在庫管理関係)
******************************/

/*▼在庫移動入力*/

/*■在庫関係の入力項目幅*/
/*組織コード(※テーブル内での幅指定) */
.std_schbox #soshiki_code_st{
	width:10em;
	margin-right:4px;
}

/*組織コード,移動数 */
#soshiki_code_st,
#ido_su_st{
	width:15em;
	margin-right:4px;
}

/*■在庫関係の表示項目幅*/

#db_zaiko{
	width:800px;
}

.zaikoDatablock{
	line-height:19px;
	margin-bottom:2px;
	margin-right:1em;
}

.zaikoDatablock span.zaikoHead{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:10em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.zaikoDatablock span.zaikoData{
	display:block;
	padding:1px 2px;
}

/*■見出し部分の在庫管理関係の幅*/

/*■条件入力青table■*/

.zk63_std_schbox{
	width:850px;
}

/*移動元組織コード*/
.zk63_std_schbox .zk63_zai_th{
	width:160px;
}

/*SEQ*/
.ZK63_th_seq_zaiko{
	width:3em;
	text-align:center !important;
}

/*組織コード */
.ZK63_th_sosiki_code div{
	width:10em;
}

/*組織名 */
.ZK63_th_sosiki_name div{
	width:16em;
}
.ZK63_th_sosiki_name{
	width:65%;
}

/*在庫数,移動数 */
.ZK63_th_zaiko_su div,
.ZK63_th_ido_su div{
	width:7em;
}

.ZK63_th_zaiko_su,
.ZK63_th_ido_su{
	text-align:right !important;
	width:20%;
}

/*遷移ボタンエリア*/
#ZK63_submit_btn_area {
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}

#ZK63_submit_btn_area .positive_act {
	text-align:left !important;
}

#ZK63_submit_btn_area input {
	height:1.8em;
	font-size:110%;
}

/*条件入力エリア*/
.ZK63_content_style div#searchbox {
	margin-left:0;
}

.ZK63_content_style .oredrrev_schbox{
	width:650px;
	padding-bottom:0 !important;
}

td.ZK63_td_data2{
	padding:2px;
	width:65em;
}


/**************** マスタ管理サブシステム ************************/

/*****************************
MM01.仕入先マスタメンテナンス
******************************/


/* 条件入力の仕入先コード */
.mm01_ctr_th{/*入力項目見出し(幅は各画面個別に指定)*/
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
}
/*条件入力の仕入先コードBOXの長さ*/
#mm01_box{
	width:15em;
}
/* 仕入先コード 検索BOX*/
.mm01_oredrrev_schbox{
	width:500px;
	padding-bottom:0 !important;
}
/*table*/
div#mm01_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
/* ボタンの部分*/
#mm01_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}
/*登録・修正・削除ボタン*/
p.mm01_positive_act{
	text-align:left;
	position:relative;
	z-index: 1;
}
/*全体のデータの長さ*/
#mm01_length{
	width:80em;
}
/*データBOXの長さ*/
#mm01_box_length{
	width:30em;
}
/*電話のデータBOXの長さ*/
#mm01_tell{
	width:3em;
}
/*フリーフィールドの長さ*/
#mm01_box_freefield{
	width:50em;

}

/*****************************
MM05.組織マスタメンテナンス
******************************/


/*使用者組織comboBox検索機能の横幅*/
.mm05_oredrrev_schbox{
	width:500px;
	padding-bottom:0 !important;
}
div#mm05_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
/*条件入力の組織コードBOXの長さ*/
#mm05_box{
	width:15em;
}
td.mm05_td_head{
	padding:2px 4px;
	line-height:20px;
	white-space:nowrap;
	width:150px;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}
/* 条件入力の組織コード */
.mm05_ctr_th{/*入力項目見出し(幅は各画面個別に指定)*/
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
}
/*電話番号データBOXの長さ*/
#mm05_tell{
	width:3em;
}
/*全体のデータの長さ*/
#mm05_length{
	width:80em;
}
/*全体のデータBOXの長さ*/
#mm05_box_length{
	width:34em;
}
/* ボタンの部分*/
#mm05_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}
/*登録・修正・削除ボタン*/
p.mm05_positive_act{
	text-align:left;
	position:relative;
	z-index: 1;
}
.datablock span.mm05_head{
	padding:2px 4px;
	display:block;
	line-height:20px;
	float:left;
	width:150px;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

/*****************************
MM06.社員マスタメンテナンス
******************************/



/* 条件入力のユーザーＩＤ */
.mm06_ctr_th{/*入力項目見出し(幅は各画面個別に指定)*/
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
}
/* ボタンの部分*/
#mm06_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}
/*登録修正削除ボタン*/
p.mm06_positive_act{
	text-align:left;
	position:relative;
	z-index: 1;
}
/*条件入力のユーザーＩＤBOXの長さ*/
#mm06_box{
	width:15em;
}
/*ユーザーＩＤcomboBox検索機能の横幅*/
.mm06_oredrrev_schbox{
	width:500px;
	padding-bottom:0 !important;
}
div#mm06_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}

/**全体のデータBOXの長さ*/
#mm06_box_length{
	width:15em;
}
/*passworの長さ*/
#mm06_tex_pass{
	width:9em;
}
/*全体のデータの長さ*/
#mm06_length{
	width:76em;
}
/*所属組織コードのデータの長さ*/
#mm06_db_syozoku{
	width:78em;
}
/*ユーザ名の長さ*/
#mm06_tex_user{
	width:26em;
}

/*データ入力画面の全ヘッダ*/

.mm06_datablock{
	line-height:19px;
	margin-bottom:2px;
	margin-right:1em;
}

.mm06_datablock span.mm06_head{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:12em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.mm06_datablock span.mm06_data{
	display:block;
	padding:1px 2px;
	float:left;
}
.mm06_datablock span.mm06_data1{
	display:block;
	padding:2px 2px 1px 2px;
	float:left;
}

span.mm06_pw_message{
	display:block;
	text-align:left;
	vertical-align:middle;
	font-size:88%;
	color:#000099;
}

/*****************************
MM07.資材マスタメンテナンス
******************************/



/*▼条件入力画面*/

/*table*/
div#MM07_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
.MM07_oredrrev_schbox{
	width:750px;
	padding-bottom:0 !important;
}

/*▼ボタンの部分*/
#MM07_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}
#MM07_submit_btn_area input{
	height:1.8em;
	font-size:110%;
}
/*登録・修正・削除ボタン*/
p.MM07_positive_act{
	text-align:left;
	position:relative;
	z-index: 1;
}

/*▼データ入力＆内容確認*/
#MM07_db_shizi1{
	width:580px;
}
#MM07_db_shizi2{
	width:280px;
}
#MM07_db_shizi3{
	width:900px;
}
.MM07_datablock{
	line-height:20px;
	margin-bottom:2px;
	margin-right:1em;
}

.MM07_dtblck_flt{
	float:left;
}
td.MM07_td_head{
	padding:2px 4px;
	line-height:20px;
	white-space:nowrap;
	width:12em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

td.MM07_td_data{
	padding:2px;
}
td.MM07_td_data1{
	padding:2px;
	width:14em;
}
td.MM07_td_data2{
	padding:2px;
	width:65em;
}
td.MM07_td_data5{
	width:65em;
	padding:2px;
    word-break:break-all;
}

td.MM07_mihon_pdf_head{
	text-align:center;
	white-space:nowrap;
}

/*▼comboBox*/
input#MM07_tnt_shizai,
input#MM07_tnt_yusyo_kbn,
input#MM07_tnt_shizai_kbn,
input#MM07_tnt_zaikogire,
input#MM07_tnt_soshiki_cd{
	width:200px;
}

input#MM07_txt_sho_cd{
	width:15em;
}
input#M07_txt_sho_seq{
	width:2em;
}
input#MM07_tex_shizai_nm{
	width:30em;
}
input#MM07_tex_kijunzaiko_su,
input#MM07_tex_aish_tani,
input#MM07_tex_konpo_tani,
input#MM07_shukka_jogen,
input#MM07_tanka,
input#MM07_seisaku_tanka{
	width:8em;
	text-align:right;
}
input#MM07_tex_soshiki_cd,
input#MM07_tex_seikyu_cd,
input#MM07_user_id,
input#MM07_shiire_cd,
input#MM07_tex_saitantochaku_date,
input#MM07_tex_shiyou_date,
input#MM07_tex_shukkairai_date{
	width:15em;
}
input#MM07_tex_bikou,
input#MM07_tex_comment{
	width:40em;
}
input#MM07_tex_shizai_memo{
	width:35em;
}
input#MM07_tex_version{
	width:5em;
	ime-mode:inactive;
}
input#MM07_tex_mihon_pdf_name{
	width:40em;
	ime-mode:active;
}
input#MM07_tex_mihon_pdf_path{
	width:50em;
	ime-mode:inactive;
}
input#MM07_tex_page_count{
	width:7em;
	ime-mode:inactive;
	text-align:right;
}
input.MM07_tex_color_count{
	width:3em;
	ime-mode:inactive;
	text-align:right;
}
input.MM07_tex_nengetsu{
	width:4em;
	ime-mode:inactive;
}

input.MM07_tex_shukkameyasu_su{
	width:8em;
	ime-mode:inactive;
	text-align:right;
}

/*****************************
■MM09_セット構成マスタメンテナンス c.sakurai
******************************/

div.mm09_list_table{
	border:solid 1px #999999;
	clear:both;
	width:100%;
}
* html div.mm09_list_table{
	width:99.8%;
}

div.mm09_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}

* html div.mm09_list_table table,
*:first-child+html div.mm09_list_table table{
	font-size:100%;
}

div.mm09_list_table table tr td,
div.mm09_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.mm09_list_table table tr td{
	padding:4px 4px;
}

div.mm09_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}


/* ボタンの部分*/
#mm09_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}
/*登録・修正・削除ボタン*/
p.mm09_positive_act{
	text-align:left;
	position:relative;
	z-index: 1;
}
/*セット資材コードcomboBox検索機能の横幅*/
.mm09_oredrrev_schbox{
	width:550px;
	padding-bottom:0 !important;
}
div#mm09_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
/*条件入力のセット資材コード */
.mm09_ctr_th{/*入力項目見出し(幅は各画面個別に指定)*/
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
}
/*セット資材コードBOXの長さ*/
#mm09_box{
	width:15em;
}
/*全体の長さ*/
#mm09_length{
	width:39em;
}
/*SEQ*/
.mm09_th_seq div{
	width:3em;
}
.mm09_th_seq{
	text-align:center !important;
}
.mm09_td_seq{
	text-align:right !important;
}
/*構成資材コード*/
input#mm09_tex_sizai_cd{
	width:15em;
}
.mm09_th_item_code div{
	width:10em;
}
/*構成資材名（可変）*/
.mm09_th_item_name{
	width:50%;
}
.mm09_th_item_name div{
	width:10em;
}

.mm09_th_hinmoku_mei{
	width:50%;
}
.mm09_th_hinmoku_mei div{
	width:10em;
}

.mm09_th_syurui_mei{
	width:50%;
}
.mm09_th_syurui_mei div{
	width:10em;
}

.mm09_th_sizai_kubun{
	width:50%;
}
.mm09_th_sizai_kubun div{
	width:10em;
}

.mm09_td_item_name{
    font-weight:bold !important;
}
.mm09_td_hinmoku_mei{
    font-weight:bold !important;
}
.mm09_td_syurui_mei{
    font-weight:bold !important;
}
.mm09_td_sizai_kubun{
    font-weight:bold !important;
}

/*構成数数*/
.mm09_th_kousei_su{
	text-align:right !important;
	width:20%;
}
.mm09_th_kousei_su div{
	width:5em;
}
.mm09_td_kousei_su{
	text-align:right !important;
}
/*セット順*/
.mm09_th_setjyun{
	text-align:right !important;
}
.mm09_th_setjyun div{
	width:8em;
}
.mm09_td_setjyun{
	text-align:right !important;
}


/*****************************
MM10.出荷依頼区分変更
******************************/
/*▼条件入力画面*/

/*■table*/
.MM10_std_schbox{
	width:400px;
}
.MM10_std_schbox .MM10_std_th{
	width:114px;/*見出し部分の標準幅*/
}

/*▼text▼*/
input#MM10_tex_shohin_cd{
	width:15em;
}

/* データ入力 見出し(選択) */
.MM10_th_check {
	text-align:center !important;
}
.MM10_th_check div {
	width:2.3em;
}

/* データ入力 見出し(ステータス) */
.MM10_th_status {
	text-align:center !important;
}
.MM10_th_status div {
	width:7em;
}

/* データ入力 データ部(選択、ステータス) */
.MM10_td_status,
.MM10_td_check {
	text-align:center !important;
}

.MM10_std_data{
	display:table;
	padding:1px 2px;
}

/*****************************
MM11.権限別出荷指示回数設定
******************************/
.MM11_datablock{
	line-height:19px;
	margin-bottom:2px;
	margin-right:1em;
}

#MM11_td_length{
	width:950px;
}

.MM11_datablock td.MM11_td_head{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:80px;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.MM11_datablock td.MM11_td_data{
	display:block;
	padding:1px 2px;
}

/*▼データ入力、内容確認*/
/*項目の全体の長さ*/
#MM11_db_odr_dt{
	width:40em;
}

/*ヘッダ*/
.MM11_datablock span.MM11_head{
	padding:2px 4px;
	display:block;
	line-height:20px;
	float:left;
	width:10em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

/*データ*/
.MM11_datablock span.MM11_data{
	display:block;
	padding:2px;
}

/*一覧表示のBOXの縦幅*/
/*■一覧表最大高さ*/
#MM11_list_area{
	width:50%;
	margin-bottom:4px;
}

* html #MM11_list_area{
	margin-bottom:4px;
}

*:first-child+html #MM11_list_area{
	margin-bottom:4px;
}

div.MM11_list_table{
	border:solid 1px #999999;
	/*overflow-x:scroll;*/
	overflow:auto;
	clear:both;
	width:100%;
}

* html div.MM11_list_table{
	width:99.8%;
}

div.MM11_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}

* html div.MM11_list_table table,
*:first-child+html div.MM11_list_table table{
	font-size:100%;
}

div.MM11_list_table table tr td,
div.MM11_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.MM11_list_table table tr td{
	padding:4px 4px;
}

div.MM11_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}

/*権限区分（可変）*/
.MM11_th_item_name{
	text-align:left !important;
}
.MM11_th_item_name div{
	width:70%;
}
.MM11_td_item_name{
	text-align:left !important;
}

/*制限回数*/
.MM11_th_seigen_kaisu{
	text-align:right !important;
}

.MM11_th_seigen_kaisu div{
	width:30%;
}

.MM11_td_seigen_kaisu{
	text-align:right !important;
}

.MM11_seigen_msg{
	text-align:right;
}

/*****************************
MM13.資材マスタメンテナンス
******************************/



/*▼条件入力画面*/

/*table*/
div#MM13_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
.MM13_oredrrev_schbox{
	width:750px;
	padding-bottom:0 !important;
}

/*▼ボタンの部分*/
#MM13_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}
#MM13_submit_btn_area input{
	height:1.8em;
	font-size:110%;
}
/*登録・修正・削除ボタン*/
p.MM13_positive_act{
	text-align:left;
	position:relative;
	z-index: 1;
}

/*▼データ入力＆内容確認*/
#MM13_db_shizi1{
	width:580px;
}
#MM13_db_shizi2{
	width:280px;
}
#MM13_db_shizi3{
	width:900px;
}
.MM13_datablock{
	line-height:20px;
	margin-bottom:2px;
	margin-right:1em;
}

.MM13_dtblck_flt{
	float:left;
}
td.MM13_td_head{
	padding:2px 4px;
	line-height:20px;
	white-space:nowrap;
	width:12em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

td.MM13_td_data{
	padding:2px;
}
td.MM13_td_data1{
	padding:2px;
	width:14em;
}
td.MM13_td_data2{
	padding:2px;
	width:65em;
}
td.MM13_td_data5{
	width:65em;
	padding:2px;
    word-break:break-all;
}

td.MM13_mihon_pdf_head{
	text-align:center;
	white-space:nowrap;
}

/*▼comboBox*/
input#MM13_tnt_shizai,
input#MM13_tnt_yusyo_kbn,
input#MM13_tnt_shizai_kbn,
input#MM13_tnt_zaikogire,
input#MM13_tnt_soshiki_cd{
	width:200px;
}

input#MM13_txt_sho_cd{
	width:15em;
}
input#M07_txt_sho_seq{
	width:2em;
}
input#MM13_tex_shizai_nm{
	width:30em;
}
input#MM13_tex_kijunzaiko_su,
input#MM13_tex_aish_tani,
input#MM13_tex_konpo_tani,
input#MM13_shukka_jogen,
input#MM13_tanka,
input#MM13_seisaku_tanka{
	width:8em;
	text-align:right;
}
input#MM13_tex_soshiki_cd,
input#MM13_tex_seikyu_cd,
input#MM13_user_id,
input#MM13_shiire_cd,
input#MM13_tex_saitantochaku_date,
input#MM13_tex_shiyou_date,
input#MM13_tex_shukkairai_date{
	width:15em;
}
input#MM13_tex_bikou,
input#MM13_tex_comment{
	width:40em;
}
input#MM13_tex_shizai_memo{
	width:35em;
}
input#MM13_tex_version{
	width:5em;
	ime-mode:inactive;
}
input#MM13_tex_mihon_pdf_name{
	width:40em;
	ime-mode:active;
}
input#MM13_tex_mihon_pdf_path{
	width:50em;
	ime-mode:inactive;
}
input#MM13_tex_page_count{
	width:7em;
	ime-mode:inactive;
	text-align:right;
}
input.MM13_tex_color_count{
	width:3em;
	ime-mode:inactive;
	text-align:right;
}
input.MM13_tex_nengetsu{
	width:4em;
	ime-mode:inactive;
}

input.MM13_tex_shukkameyasu_su{
	width:8em;
	ime-mode:inactive;
	text-align:right;
}

input#MM13_hosho_kingaku{
	width:8em;
	text-align:right;
}

/**** MM20.ユーザプロファイルマスタメンテナンス ****/

.datablock span.mm20_head{
	padding:2px 4px;
	display:block;
	line-height:20px;
	float:left;
	width:11em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.MM20_data_len1{
	white-space: nowrap;
}

/*****************************
MM14.貸出機材マスタメンテナンス
******************************/
/*▼条件入力画面*/
/*table*/
div#MM14_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
.MM14_oredrrev_schbox{
	width:750px;
	padding-bottom:0 !important;
}

input#MM14_txt_sho_cd{
	width:15em;
}

/*▼ボタンの部分*/
#MM14_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}
#MM14_submit_btn_area input{
	height:1.8em;
	font-size:110%;
}
/*登録・修正・削除ボタン*/
p.MM14_positive_act{
	text-align:left;
	position:relative;
	z-index: 1;
}
/*▼データ入力＆内容確認*/
td.MM14_td_head{
	padding:2px 4px;
	line-height:20px;
	white-space:nowrap;
	width:12em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

td.MM14_td_data{
	padding:2px;
}

td.MM14_td_data1{
	padding:2px;
	width:14em;
	white-space: nowrap;
}

input#MM14_tex_shizai_nm,
input#MM14_tex_note{
	width:30em;
}

input#MM14_tex_shizai_tokusei{
	width:40em;
}
input#MM14_tex_shizai_memo{
	width:35em;

	:in-range {
  		border: 3px inset red;
	}
}
input#MM14_tex_kashidashiKanouNissu,
input#MM14_tex_yoyakuKanouSuryo,
input#MM14_tex_refurbishKikan,
input#MM14_tex_yoyakuKanoWariai{
	width:3em;
	ime-mode:inactive;
}
input#MM14_tex_soshiki_cd,
input#MM14_user_id{
	width:15em;
}
input#MM14_tex_kingaku{
	width:8em;
	text-align:right;
}
td.MM14_td_data5{
	width:65em;
	padding:2px;
    word-break:break-all;
}

/*****************************
MM30.倉庫営業日マスタメンテナンス
******************************/



/*▼条件入力画面*/

/*table*/
div#MM30_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
.MM30_oredrrev_schbox{
	width:430px;
	padding-bottom:0 !important;
}

/*▼ボタンの部分*/
#MM30_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}
#MM30_submit_btn_area input{
	height:1.8em;
	font-size:110%;
}
/*検索ボタン*/
p.MM30_positive_act{
	text-align:left;
	position:relative;
	z-index: 1;
}
/*登録状態(未)*/
.MM30_entry_notyet{
	display:block;
	border:solid 1px #838A97;
	background-color:#ffffff ;
	color:#0055aa;
	padding:2px 2px 2px 2px;
	text-decoration:none;
	text-align:center;
	width:5em;
}
/*登録状態(済)*/
.MM30_entry_already{
	display:block;
	border:solid 1px #838A97;
	background-color:#ffffff ;
	color:#FF0000;
	padding:2px 2px 2px 2px;
	text-decoration:none;
	text-align:center;
	width:5em;
}
/*▼データ入力＆内容確認*/
#MM30_db_shizi1{
	width:580px;
}
#MM30_db_shizi2{
	width:280px;
}
#MM30_db_shizi3{
	width:900px;
}
.MM30_datablock{
	line-height:20px;
	margin-bottom:4px;
	margin-right:1em;
}

.MM30_dtblck_flt{
	float:left;
}
td.MM30_td_head{
	padding:2px 4px;
	display:block;
	line-height:20px;
	float:left;
	width:145px;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

td.MM30_td_data1{
	padding:2px 4px;
	display:block;
	float:left;
	width:12em;
}
td.MM30_td_data2{
	padding:2px 4px;
	display:block;
	/*float:left;*/
	width:65em;
}



/*■一覧テーブル*/

/*表スタイル*/
div.MM30_list_table{
	border:solid 1px #999999;
	clear:both;
	width:40%;
}
* html div.MM30_list_table{
	width:10%;
}
div.MM30_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}
* html div.MM30_list_table table,
*:first-child+html div.MM30_list_table table{
	font-size:100%;
}

div.MM30_list_table table tr td,
div.MM30_list_table table tr th{
	padding:2px 4px;
	/*text-align:left;*/
}

div.MM30_list_table table tr td{
	padding:4px 4px;
}

div.MM30_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}

/*年*/
.MM30_th_year div{
	width:8em;
	text-align:left !important;
}
/*月*/
.MM30_th_month div{
	width:8em;
	text-align:left !important;
}
/*選択*/
.MM30_th_select div{
	width:4em;
	text-align:center !important;
}

/*日付*/
.MM30_th_day div{
	width:8em;
	text-align:left !important;
}
/*曜日*/
.MM30_th_youbi div{
	width:8em;
	text-align:left !important;
}
/*平日*/
.MM30_th_day div{
	width:8em;
	text-align:left !important;
	background-color:#999999;
}
/*休日*/
.MM30_th_holiday div{
	width:4em;
	text-align:center !important;
}
/*土曜日*/
.MM30_td_youbi_sat{
	color:#0000ff;
}
/*日曜日*/
.MM30_td_youbi_sun{
	color:#FF0000;
}
/*平日*/
.MM30_td_youbi{
	color:#000000;
}
/*未登録*/
.MM30_td_notyet{
	display:block;
	border:solid 1px #0055aa;
	color:#0055aa;
	padding:4px 4px 4px 4px;
	text-decoration:none;
	text-align:center;
	width:5em;
	font-weight:bold
}
/*登録済*/
.MM30_td_already{
	border:solid 1px #FF0000;
	color:#FF0000;
	padding:4px 4px 4px 4px;
	text-decoration:none;
	text-align:center;
	width:5em;
	font-weight:bold
}

/*****************************
MM40.e-bookメール登録
******************************/

/* 条件入力のお客様コード */
.MM40_ctr_th{/*入力項目見出し(幅は各画面個別に指定)*/
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
}
/*条件入力のお客様コードBOXの長さ*/
#MM40_box{
	width:16em;
}
/* お客様コード 検索BOX*/
.MM40_oredrrev_schbox{
	width:600px;
	padding-bottom:0 !important;
}
/*table*/
div#MM40_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
/* ボタンの部分*/
#MM40_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}
/*登録・修正・削除ボタン*/
p.MM40_positive_act{
	text-align:left;
	position:relative;
	z-index: 1;
}
/*全体のデータの長さ*/
#MM40_length{
	width:80em;
}
/*データBOXの長さ*/
#MM40_box_length{
	width:15em;
}
/*電話のデータBOXの長さ*/
#MM40_tell{
	width:3em;
}
/*データ入力画面の全ヘッダ*/
.datablock span.MM40_head{
	padding:2px;
	display:block;
	line-height:20px;
	float:left;
	width:12em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.MM40_data{
	display:block;
	padding:2px;
	margin-top:7px;
}

/*▼ボタンの部分*/
#MM40_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}
/*■textboxサイズ設定*/
input#MM40_tex_client_name{
	width:17em;
}
input#MM40_tex_company_name{
	width:22em;
}
input#MM40_tex_department_name{
	width:22em;
}
input#MM40_tex_official_position{
	width:32em;
}
input#MM40_tex_contact_mail_address{
	width:55em;
}

/*****************************
■MM51_各種マスタ・ダウンロード
******************************/

/*▼条件入力画面*/

/*■table*/
.MM51_schbox{
	width:450px;
}
.std_schbox .MM51_std_th{
	width:120px;/*見出し部分の標準幅*/
}

/*▼確認画面*/
.MM51_fin_message{
	line-height:160%;
}

/*****************************
■mm62_割当パターンマスタメンテナンス＜本社用＞  追加しましたokane
******************************/

/*▼条件入力*/

/*comboBox検索機能の横幅*/
.mm62_oredrrev_schbox{
	width:420px;
	padding-bottom:0 !important;
    float:left;
}

/* 割当パターン */
.mm62_ctr_th{
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
	width:160px;
}
/*パターン名(textbox)の長さ*/
#mm62_tex_nm_pa{
	width:18em;
}

/* ボタンの部分*/
#mm62_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}
/*登録修正削除ボタン*/
p.mm62_positive_act{
	text-align:left;
	position:relative;
	z-index: 1;
}

/*参照ボタン*/
.mm62_btn_sansyou{
	width:6.5em;
	text-align:center !important;
}

/*修正削除ボタン*/
.mm62_btn{
	width:3.5em;
	text-align:center !important;
}

.mm62_td_btn{
	text-align:center !important;
}


/*▼データ入力１*/

/*■入力項目見出し(幅は各画面個別に指定)*/

.mm62_datablock{
	line-height:20px;
	margin-bottom:4px;
	margin-right:1em;
}

#mm62_td_length{
	width:950px;
}

.mm62_datablock td.mm62_td_head{
	padding:2px 4px;
	line-height:20px;
	width:80px;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.mm62_datablock td.mm62_td_data{
	padding:2px;
}


/*▼データ入力２、内容確認*/


/*パターン名項目の全体の長さ*/
#mm62_db_odr_dt{
	width:40em;
}
/*パターン名 ヘッダ*/
.mm62_datablock span.mm62_head{
	padding:2px 4px;
	display:block;
	line-height:20px;
	float:left;
	width:5em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

/*パターン名 データー*/
.mm62_datablock span.mm62_data{
	display:block;
	padding:2px;
}

.mm62_std_schbox{
	width:900px;
}


/*組織選択の標準幅*/
.mm62_std_schbox .mm62_std_th{
	width:114em;/*見出し部分の標準幅*/
}
/*組織選択のBOXの長さ*/
#mm62_listbox1,
#mm62_listbox2{
	width:360px;
	height:118px;
}
/*▼データ入力２（一覧表）*/
/*一覧表示のBOXの縦幅*/
/*■一覧表最大高さ*/

div.mm62_list_table{
	border:solid 1px #999999;
	/*overflow-x:scroll;*/
	overflow:auto;
	clear:both;
	width:100%;
}
* html div.mm62_list_table{
	width:99.8%;
}
div.mm62_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}
* html div.mm62_list_table table,
*:first-child+html div.mm62_list_table table{
	font-size:100%;
}

div.mm62_list_table table tr td,
div.mm62_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}
div.mm62_list_table table tr td{
	padding:4px 4px;
}

div.mm62_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}


div.mm62_list_table2{
	border:solid 1px #999999;
	/*overflow-x:scroll;*/
	overflow:auto;
	clear:both;
	/*width:100%;*/
	width:700px;
}
* html div.mm62_list_table2{
	width:99.8%;
}
div.mm62_list_table2 table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}
* html div.mm62_list_table2 table,
*:first-child+html div.mm62_list_table2 table{
	font-size:100%;
}

div.mm62_list_table2 table tr td,
div.mm62_list_table2 table tr th{
	padding:2px 4px;
	text-align:left;
}
div.mm62_list_table2 table tr td{
	padding:4px 4px;
}

div.mm62_list_table2 table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}


/*SEQ*/
.mm62_th_seq{
	width:2.3em;
	text-align:center !important;
}
.mm62_td_seq{
	text-align:right !important;
}

/*資材コード*/
.mm62_th_item_code div{
	width:10em;
}
/*資材名（可変）*/
.mm62_th_item_name{
	width:50%;
}
.mm62_th_item_name div{
	width:10em;
}
.mm62_td_itm_nm{
	font-weight:bold !important;
}

/*比率（％）*/
.mm62_th_hiritu{
	width:20%;
	text-align:right !important;
}
.mm62_th_hiritu div{
	width:6em;
}
.mm62_td_hrt{
	text-align:right !important;
}

/*合計ライン*/
#mm62_tnk_total{
	text-align:right;
	margin-right:2px;
	float:right;
	font-size:110%;
}

#mm62_tnk_total p{
	width:15em;
	clear:both;
}

#mm62_tnk_total p span{
	display:block;
	float:left;
	line-height:140%;
	border-bottom:1px solid #666666;
}

span.mm62_total_head{
	width:7em;
}
span.mm62_total_data{
	width:8em;
}


/*****************************
■mm63_割当パターンマスタメンテナンス＜支店用＞  追加しましたokane
******************************/

/*****************************
■mm63_割当パターンマスタメンテナンス＜支店用＞  追加しましたokane
******************************/

/* 支店名 */
.mm63_ctr_th{/*入力項目見出し(幅は各画面個別に指定)*/
	background-color:#CCCCCC;
	padding:2px 4px;
	text-align:right;
	vertical-align:middle;
	line-height:18px;
	width:5em;
}
/*パターン名の長さ*/
#mm63_tex_nm_pa{
	width:18em;
}
/*組織選択のBOXの長さ*/
#mm63_listbox1,
#mm63_listbox2{
	width:360px;
	height:118px;
}
/*組織選択の標準幅*/
.std_schbox .mm63_std_th{
	width:120px;/*見出し部分の標準幅*/
}


/*支店割当在庫数(残) ヘッダ*/

/*パターン名項目の全体の長さ*/
#mm63_db_odr_dt{
	width:40em;
}

.mm63_datablock{
	line-height:18px;
	margin-bottom:2px;
	margin-right:1em;
}

.mm63_datablock span.mm63_head{
	padding:2px 4px;
	display:block;
	line-height:18px;
	float:left;
	width:5em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
	white-space:nowrap;
}

.mm63_datablock span.mm63_data{
	display:block;
	padding:1px 2px;
}
/*SEQ*/

.mm63_th_seq{
	width:2.3em;
	text-align:center !important;
}
.mm63_td_seq{
	text-align:right !important;
}

/*比率（％）*/
.mm63_th_siten_zaiko_su{
	text-align:right !important;
}
.mm63_th_siten_zaiko_su div{
	width:8em;
}
.mm63_td_siten_zaiko_su{
	text-align:right !important;
}
/*コード*/
.mm63_th_item_code div{
	width:10em;
}
/*名称（可変）*/
.mm63_th_item_name{
	width:50%;
}
.mm63_th_item_name div{
	width:10em;
}

/*comboBox検索機能の横幅*/
.mm63_oredrrev_schbox{
	width:540px;
	padding-bottom:0 !important;
    /*float:left;*/
}
/* ボタンの部分*/
#mm63_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}
/*登録修正削除ボタン*/
p.mm63_positive_act{
	text-align:left;
	position:relative;
	z-index: 1;
}
/*一覧表示のBOXの縦幅*/
/*■一覧表最大高さ*/
div.mm63_list_table{

}
div.mm63_list_table{
	border:solid 1px #999999;
	/*overflow-x:scroll;*/
	overflow:auto;
	clear:both;
	width:100%;
}
* html div.mm63_list_table{
	width:99.8%;
}
div.mm63_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}
* html div.mm63_list_table table,
*:first-child+html div.mm63_list_table table{
	font-size:100%;
}

div.mm63_list_table table tr td,
div.mm63_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.mm63_list_table table tr td{
	padding:4px 4px;
}

div.mm63_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}


div.mm63_list_table2{

}
div.mm63_list_table2{
	border:solid 1px #999999;
	/*overflow-x:scroll;*/
	overflow:auto;
	clear:both;
	width:700px;
}
* html div.mm63_list_table2{
	width:99.8%;
}
div.mm63_list_table2 table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}
* html div.mm63_list_table2 table,
*:first-child+html div.mm63_list_table2 table{
	font-size:100%;
}

div.mm63_list_table2 table tr td,
div.mm63_list_table2 table tr th{
	padding:2px 4px;
	text-align:left;
}

div.mm63_list_table2 table tr td{
	padding:4px 4px;
}

div.mm63_list_table2 table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}


/*合計ライン*/
#mm63_tnk_total{
	text-align:right;
	margin-right:2px;
	float:right;
	font-size:110%;
}

#mm63_tnk_total p{
	width:15em;
	clear:both;
}

#mm63_tnk_total p span{
	display:block;
	float:left;
	line-height:140%;
	border-bottom:1px solid #666666;
}

span.mm63_total_head{
	width:7em;
}
span.mm63_total_data{
	width:8em
}

/*参照ボタン*/
.mm63_btn_sansyou{
	width:6.5em;
	text-align:center !important;
}

/*修正削除ボタン*/
.mm63_btn{
	width:3.5em;
	text-align:center !important;
}

.mm63_td_btn{
	text-align:center !important;
}

/*****************************
■MM71_品目マスタ
******************************/

/*▼条件入力画面*/

/*table*/
div#MM71_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
.MM71_oredrrev_schbox{
	width:450px;
	padding-bottom:0 !important;
}
/*入力項目見出し*/
.std_schbox .MM71_std_th{
	width:114px;
}
/*comboBox*/
#MM71_tnt_hinmoku_code{
	width:22em;
}


/*▼ボタンの部分*/
#MM71_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}
#MM71_submit_btn_area input{
	height:1.8em;
	font-size:110%;
}
/*登録・修正・削除ボタン*/
p.MM71_positive_act{
	text-align:left;
	position:relative;
	z-index: 1;
}

/*▼データ入力＆内容確認*/

#MM71_db_hinmoku{
	width:40em;
}
.MM71_datablock{
	line-height:19px;
	margin-bottom:2px;
	margin-right:1em;
}
.MM71_datablock span.MM71_head{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:140px;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.MM71_datablock span.MM71_data{
	display:block;
	padding:1px 2px;
}
.MM71_dtblck_flt{
	float:left;
}

/*▼textbox設定*/

input#MM71_tex_hin_cd{
	width:15em;
}
input#MM71_tex_hyo_yu{
	width:4em;
}
input#MM71_tex_hin_nm{
	width:276px;
}

/*****************************
■MM72_種類マスタ
******************************/

/*▼条件入力画面*/

/*table*/
div#MM72_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
.MM72_oredrrev_schbox{
	width:450px;
	padding-bottom:0 !important;
}
/*comboBox*/
#MM72_tnt_shurui_code{
	width:23em;
}


/*▼ボタンの部分*/
#MM72_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}
#MM72_submit_btn_area input{
	height:1.8em;
	font-size:110%;
}
/*登録・修正・削除ボタン*/
p.MM72_positive_act{
	text-align:left;
	position:relative;
	z-index: 1;
}

/*▼データ入力＆内容確認*/

#MM72_db_shurui{
	width:40em;
}
.MM72_datablock{
	line-height:19px;
	margin-bottom:2px;
	margin-right:1em;
}
.MM72_datablock span.MM72_head{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:140px;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.MM72_datablock span.MM72_data{
	display:block;
	padding:1px 2px;
}
.MM72_dtblck_flt{
	float:left;
}

/*▼textbox設定*/

input#MM72_tex_shu_cd{
	width:15em;
}
input#MM72_tex_hyo_yu{
	width:4em;
}
input#MM72_tex_shu_nm{
	width:280px;
}

/*****************************
■MM73_分類マスタ
******************************/

/*▼条件入力画面*/
.MM73_content #searchbox {
	margin-left:0;
}

.MM73_content .oredrrev_schbox {
	width:450px;
}

#MM73_submit_btn_area {
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}

#MM73_submit_btn_area .positive_act {
	text-align:left;
}

/** 登録・修正・削除ボタン */
#MM73_submit_btn_area input {
	height:1.8em;
	font-size:110%;
}

/*▼データ入力画面*/
.MM73_content .datablock {
	width:45em;
}

.MM73_content .datablock span.head {
	width:12em;
}

input#MM73_tex_bunrui_cd {
	width:15em;
	ime-mode:inactive;
}

input#MM73_tex_bunrui_nm {
	width:25em;
	ime-mode:active;
}

input#MM73_tex_bunrui_seq {
	width:4em;
	ime-mode:inactive;
	text-align:right;
}

/*****************************
■MM74_品目表示パターンマスタ
******************************/

/*▼データ入力*/

/*■入力項目見出し(幅は各画面個別に指定)*/

.mm74_datablock{
	line-height:20px;
	margin-bottom:4px;
	margin-right:1em;
}

/*パターン名項目の全体の長さ*/
#mm74_db_odr_dt{
	width:47em;
}
/*パターン名 ヘッダ*/
.mm74_datablock span.mm74_head{
	padding:2px 4px;
	display:block;
	line-height:20px;
	float:left;
	width:10em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}
/*パターン名(textbox)の長さ*/
#mm74_tex_nm_pa{
	width:30em;
}

/*▼条件入力（一覧表）*/
/*一覧表示のBOXの縦幅*/
/*■一覧表最大高さ*/

div.mm74_list_table1{
	border:solid 1px #999999;
	/*overflow-x:scroll;*/
	overflow:auto;
	clear:both;
	width:70%;
}

div.mm74_list_table1 table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}
* html div.mm74_list_table1 table,
*:first-child+html div.mm74_list_table1 table{
	font-size:100%;
}

div.mm74_list_table1 table tr td,
div.mm74_list_table1 table tr th{
	padding:2px 4px;
	text-align:left;
}
div.mm74_list_table1 table tr td{
	padding:4px 4px;
}

div.mm74_list_table1 table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}

input#mm74_tex_hyo_yu{
	width:1.5em;
}

.mm74_th_syusei div{
	width:3.2em;
	text-align:center !important;
}
.mm74_th_touroku_date div{
	width:6em;
}
.mm74_th_touroku_user div{
	width:10em;
}
.mm74_th_touroku_user{
	width:22%;
}
.mm74_th_wariate_P div{
	width:20em;
}
.mm74_th_wariate_P{
	width:55%;
}

.mm74_th_torikesi div{
	width:3.2em;
	text-align:center !important;
}
.mm74_td_syusei,
.mm74_td_torikesi{
	text-align:center !important;
}
.mm74_td_touroku_user,
.mm74_td_touroku_date{
	text-align:left !important;
}

/*■テーブルサイズ*/

div.mm74_list_shorttable{
	border:solid 1px #999999;
/*	overflow-x:scroll;*/
	overflow:auto;
	clear:both;
	width:700px;
}
* html div.mm74_list_shorttable{
	width:700px;
}
div.mm74_list_shorttable table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%
}
* html div.mm74_list_shorttable table,
*:first-child+html div.mm74_list_shorttable table{
	font-size:100%;
}

div.mm74_list_shorttable table tr td,
div.mm74_list_shorttable table tr th{
	padding:2px 4px;
	text-align:left;
}

div.mm74_list_shorttable table tr td{
	padding:4px 4px;
}

div.mm74_list_shorttable table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}

/*パターン名 データー*/
.mm74_datablock span.mm74_data{
	display:block;
	padding:2px;
}

div.mm74_list_table{
	border:solid 1px #999999;
	overflow-x:scroll;
	clear:both;
	width:55%;
}
/*
* html div.mm74_list_table{
	width:100%;
}
*/
div.mm74_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}

* html div.mm74_list_table table,
*:first-child+html div.mm74_list_table table{
	font-size:100%;
}

div.mm74_list_table table tr td,
div.mm74_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.mm74_list_table table tr td{
	padding:4px 4px;
}

div.mm74_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}

/*■SEQ*/
.mm74_th_yusen{
	width:5em;
}
.mm74_th_no{
	width:2em;
	text-align:center !important;
}

.mm74_th_hinmoku_code{
	width:5em;
}

/*■品目名*/
.mm74_th_hinmoku_name{
	width:30em;
}

/*****************************
■MM75_カテゴリマスタ
******************************/

/*▼条件入力画面*/

.MM75_content_style #searchbox {/*条件入力画面の入力部の配置*/
	margin-left:0 !important;
}
.MM75_content_style p.positive_act {/*条件入力画面のボタンの配置*/
	text-align:center;
	text-align:left !important;
	z-index: 1;
}
.MM75_content_style p.positive_act input {/*条件入力画面のボタンのサイズ*/
	height:1.8em;
	font-size:110%;
	padding:0 10px !important;
}

/*table*/
div#MM75_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
.MM75_oredrrev_schbox{
	width:450px;
	padding-bottom:0 !important;
}
/*入力項目見出し*/
.ctr_th .MM75_std_th{
	width:500px;
}

.MM75_std_th{
	width:80px;
}
/*comboBox*/
#MM75_tnt_hinmoku_code{
	width:22em;
}


/*▼ボタンの部分*/
#MM75_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}
#MM75_submit_btn_area input{
	height:1.8em;
	font-size:110%;
}
/*登録・修正・削除ボタン*/
p.MM75_positive_act{
	text-align:left;
	position:relative;
	z-index: 1;
}

/*▼データ入力＆内容確認*/

#MM75_db_hinmoku{
	width:40em;
}
.MM75_datablock{
	line-height:19px;
	margin-bottom:2px;
	margin-right:1em;
}
.MM75_datablock span.MM75_head{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:140px;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.MM75_datablock span.MM75_data{
	display:block;
	padding:1px 2px;
}
.MM75_dtblck_flt{
	float:left;
}

/*▼textbox設定*/

input#MM75_tex_hin_cd{
	width:15em;
}
input#MM75_tex_hyo_yu{
	width:4em;
}
input#MM75_tex_hin_nm{
	width:276px;
}

/*****************************
■MM81.画像アップロード
*****************************/

/*▼条件入力*/

/*条件入力エリア*/
.MM81_content_style div#searchbox {
	margin-left:0;
}

.MM81_content_style .oredrrev_schbox{
	width:650px;
	padding-bottom:0 !important;
}

input#MM81_txt_sho_cd {
	width:15em;
	ime-mode:inactive;
}

/*遷移ボタンエリア*/
#MM81_submit_btn_area {
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}

#MM81_submit_btn_area .positive_act {
	text-align:left !important;
}

#MM81_submit_btn_area input {
	height:1.8em;
	font-size:110%;
}

.mm81_datablock{
	line-height:19px;
	margin-bottom:4px;
	margin-right:1em;
}

.mm81_datablock span.head{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:13em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
/**	white-space:nowrap;*/
	white-space:normal;
}

.mm81_datablock span.data{
	display:block;
	padding:1px 2px;
}
td.MM81_td_head{
	padding:2px 4px;
	line-height:20px;
	white-space:nowrap;
	width:12em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

td.MM81_td_data{
	padding:2px;
}

/*****************************
■MM82_お知らせメンテナンス
******************************/

/*▼条件入力画面*/

/*table*/
div#MM82_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
.MM82_oredrrev_schbox{
	width:790px;
	padding-bottom:0 !important;
}
/*comboBox*/
#MM82_tnt_key{
	width:43em;
}
.MM82_ctr_th{/*入力項目見出し(幅は各画面個別に指定)*/
	background-color:#CCCCCC;
	padding:2px 4px;
	text-align:right;
	vertical-align:middle;
}
/*対象ユーザグループ選択の標準幅*/
.MM82_std_th{
	width:18em;/*見出し部分の標準幅*/
	line-height:20px;
	margin-right:2px;
}

/*▼ボタンの部分*/
#MM82_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}
#MM82_submit_btn_area input{
	height:1.8em;
	font-size:110%;
}
/*登録・修正・削除ボタン*/
p.MM82_positive_act{
	text-align:left;
	position:relative;
	z-index: 1;
}
/*▼データ入力＆内容確認*/

.MM82_head{
	padding:2px 4px;
	line-height:20px;
	width:13em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.MM82_data{
	display:block;
	padding:2px;
	line-height:20px;
	word-break:break-all;
}

/*対象ユーザグループ選択のBOXの長さ*/
.MM82_td_listbox{
	width:180px;
}
#MM82_listbox1,
#MM82_listbox2{
	width:180px;
	height:112;
}

/*▼textbox設定*/

input#MM82_tex_nendo{
	width:35px;
	ime-mode:inactive;
}
input#MM82_tex_nichiji{
	width:20px;
	ime-mode:inactive;
}
input#MM82_tex_hyoji_title{
	width:25em;
}
input#MM82_tex_hyoji_msg{
	width:10em;
	vertical-align:middle;
	ime-mode:active;
}


/**** MM84.Myアドレスマスタダウンロード ****/


/**** MM85.Myアドレスマスタアップロード ****/


/*****************************
■MM86_届先マスタメンテナンス
******************************/

/*▼条件入力画面*/

/*table*/
div#MM86_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
.MM86_oredrrev_schbox{
	width:500px;
	padding-bottom:0 !important;
}
/*データBOXの長さ*/
#MM86_box_todo_cd{
	width:15em;
}

/*▼ボタンの部分*/
#MM86_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}
#MM86_submit_btn_area input{
	height:1.8em;
	font-size:110%;
}
/*登録・修正・削除ボタン*/
p.MM86_positive_act{
	text-align:left;
	position:relative;
	z-index: 1;
}
/*▼データ入力＆内容確認*/
.MM86_datablock{
	line-height:19px;
	margin-bottom:2px;
	margin-right:1em;
}
.MM86_datablock span.MM86_head{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:140px;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.MM86_datablock span.MM86_data{
	display:table;
	padding:1px 2px;
}
.MM86_dtblck_flt{
	float:left;
}

/*全体のデータの長さ*/
#mm86_length{
    width:50em;
}

/*▼textbox設定*/

input#MM86_tex_name_knj{
	width:31em;
}
input#MM86_tex_post_cd{
	width:3em;
}
input#MM86_tnt_tododuken{
	width:280px;
}
input#MM86_tnt_area_cd{
	width:280px;
}
input#MM86_tnt_todo_kbn{
	width:280px;
}
input#MM86_tex_tel{
	width:3em;
}
input#MM86_tex_address{
	width:31em;
}

/*****************************
■mm87_最新資材一覧
******************************/

/*▼一覧テーブルサイズ（修正/削除)*/

div.MM87_list_table{
	border:solid 1px #999999;
	overflow-x:scroll;
	clear:both;
	width:100%;
}
* html div.MM87_list_table{
	width:99.8%;
}

div.MM87_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}

* html div.MM87_list_table table,
*:first-child+html div.MM87_list_table table{
	font-size:100%;
}

div.MM87_list_table table tr td,
div.MM87_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.MM87_list_table table tr td{
	padding:4px 4px;
}

div.MM87_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}



/* ■使用開始日 */
.mm87_th_start_date div{
	width:8.5em;
}

/* ■写真 */
.mm87_th_thumbnail div{
	width:3.5em;
}

.mm87_th_thumbnail{
	text-align:center !important;
}

.mm87_td_thn{
	text-align:center !important;
}
/* ■資材名（可変）*/
.mm87_th_item_name div{
	width:16em;
}
.mm87_th_item_name{
	width:65%;
}

/* ■資材コード */
.mm87_th_item_code div{
	width:10em;
}

/* ■備考（可変）*/
.mm87_th_note div{
	width:10em;
}

.mm87_th_note{
	width:35%;
}

/*****************************
MM88.お知らせ一覧表示
******************************/

/*■一覧表*/

div.MM88_list_table{
	border:solid 1px #999999;
	overflow-x:scroll;
	clear:both;
	width:100%;
}
* html div.MM88_list_table{
	width:99.8%;
}
div.MM88_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}
* html div.MM88_list_table table,
*:first-child+html div.MM88_list_table table{
	font-size:100%;
}

div.MM88_list_table table tr td,
div.MM88_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.MM88_list_table table tr td{
	padding:4px 4px;
}

div.MM88_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}
/*■テーブルヘッダ*/

/*no.*/
.MM88_th_no div{
	width:2.5em;
}
.MM88_th_no{
	text-align:center !important;
}
.MM88_td_no{
	width:2.5em;
	text-align:right !important;
}

/*日付関係*/
.MM88_th_date div{
	width:8em;
}
.MM88_th_date{
	text-align:center !important;
}
.MM88_td_date{
	width:8em;
	text-align:center !important;
}
/*表示タイトル*/
.MM88_th_title div{
	width:22em;
}
.MM88_th_title{
	width:20%;
}
/*表示メッセージ*/
.MM88_th_message{
	width:40%;
}
.MM88_td_message{
	word-break:break-all;
}

/*****************************
MM90.Myアドレスマスタメンテナンス
******************************/

/* 条件入力 ボタン配置 */
.MM90_submit_btn_area p.positive_act {
	text-align:left !important;
}
.MM90_submit_btn_area p.positive_act input {
	padding:0 !important;
}

/* 条件入力 ボタン */
.MM90_th_UpdBtn,
.MM90_th_DelBtn{
	width:3em;
	text-align:center !important;
}

.MM90_th_sanInsBtn{
	width:6em;
	text-align:center !important;
}

/* 条件入力 リスト内容(ラジオボックス) */
.MM90_td_check{
	text-align:right !important;
}

/* 条件入力 リスト見出し(宛先) */
.MM90_th_atesaki div {
	width:15em;
}

/* 条件入力 リスト見出し(住所) */
.MM90_th_address div {
	width:16em;
}
.MM90_th_address{
	width:35%;
}

/* 条件入力 リスト見出し(郵便番号) */
.MM90_th_post_code div {
	width:7em;
}

/* 条件入力 リスト見出し(電話番号) */
.MM90_th_phone_no div {
	width:8em;
}

/*■初期表示*/
.MM90_th_first_print div{
	width:5em;
}
.MM90_th_first_print{
	text-align:center !important;
}
.MM90_td_first_print{
	text-align:center !important;
}

/* データ入力 見出し */
.datablock span.MM90_head{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:140px;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}


.datablock span.MM90_data{
	display:block;
	padding:1px 2px;
/*	margin-top:5px;*/
}

.datablock span.MM90_data2{
	display:block;
	padding:1px 2px;
}

#MM90_head_space{
	margin-top:-2px !important;
	padding-top:5px;
}


/* データ入力 テキストボックス(郵便番号1) */
input.MM90_tex_post_cd1 {
	width:1.8em;
	ime-mode:inactive;
}

/* データ入力 テキストボックス(郵便番号2) */
input.MM90_tex_post_cd2 {
	width:2.4em;
	ime-mode:inactive;
}

/* データ入力 テキストボックス(住所) */
input.MM90_tex_address {
	width:30em;
	ime-mode:active;
}

/* データ入力 テキストボックス(宛先) */
input.MM90_tex_atesaki {
	width:30em;
	ime-mode:active;
}

/* データ入力 テキストボックス(電話番号) */
input.MM90_tex_phone_no {
	width:6em;
	ime-mode:inactive;
}

/* データ入力 テキストボックス(表示優先度) */
input.MM90_tex_hyoji_seq {
	width:4.8em;
	ime-mode:inactive;
	text-align:right;
}

.MM90_data_len1{
	white-space: nowrap;
}

#MM90_db_tex_ph_num{
	width:35em;
}

/****************** 入庫管理サブシステム ***********************************/

/*****************************
■NK02_入庫入力 追加しましたc.sakurai
******************************/

/*▼条件入力画面*/

/*table*/
div#NK02_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
.NK02_oredrrev_schbox{
	width:830px;
	padding-bottom:0 !important;
}

/*▼comboBox*/
input#NK02_tnt_chumon_no{
	width:200px;
}

/*▼ボタンの部分*/
#NK02_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}
#NK02_submit_btn_area input{
	height:1.8em;
	font-size:110%;
}
/*登録・修正・削除ボタン*/
p.NK02_positive_act{
	text-align:left;
	position:relative;
	z-index: 1;
}
/*▼データ入力＆内容確認*/

#NK02_db_nyuko{
	width:310px;
}
.datablock span.NK02_head{
	padding:2px 4px;
	display:block;
	line-height:22px;
	float:left;
	width:130px;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}
.datablock span.NK02_data{
	display:block;
	padding:2px;
}
/*▼入力項目*/
.NK02_th_version div{
	width:7em;
}
.NK02_th_nyuka_kbn div{
	width:6em;
}
.NK02_th_hinmoku_name div,
.NK02_th_shu_name div{
	width:8em;
}
/*構成資材名（可変）*/
.NK02_th_item_name{
	width:50%;
}

/*****************************
 *■NK04.入庫確定入力
*****************************/
.NK04_std_schbox {/*条件入力画面入力エリアの設定*/
	width:520px !important;
}
.NK04_std_th {/*条件入力画面見出しの幅*/
	width:8em;
}
.NK04_tex_shiire_cd,
.NK04_tex_number {/*テキスト入力(番号,仕入先コード)の幅*/
	width:11em;
}
.NK04_th_seq div {/*一覧見出し(SEQ)の幅*/
	width:2em;
}
.NK04_th_check div {/*一覧見出し(チェックボックス)の幅*/
	width:2.5em;
}
.NK04_th_number div {/*一覧見出し(番号)の幅*/
	width:10em;
}
.NK04_th_shiire_name div,
.NK04_th_shizai_name div {/*一覧見出し(仕入先名,資材名)の幅*/
	width:16em;
}
.NK04_th_date div {/*一覧見出し(日付)の幅*/
	width:5.8em;
}
.NK04_th_seq,
.NK04_th_check,
.NK04_th_date {/*一覧見出し(SEQ,チェックボックス,日付)の配置*/
	text-align:center !important;
}
.NK04_td_check,
.NK04_td_date {/*一覧明細(チェックボックス,日付)の配置*/
	text-align:center !important;
}

.NK04_th_version div{
	width:7em;
}
.NK04_th_nyuka_kbn div{
	width:6em;
}


/*****************************
/*■NK06入庫情報照会
******************************/

/*▼条件入力画面*/

/*■table*/
.NK06_schbox{
	width:650px;
}
/*見出し部分の標準幅*/
.std_schbox .NK06_std_th{
	width:114px;
}

.NK06_std_schbox{
	width:780px;
}
.NK06_std_schbox .std_th{
	width:114px;
}
.NK06_std_schbox .short_th{
	width:72px;
}

/*■textboxサイズ設定*/
input#NK06_tex_chumon_nmb,
input#NK06_tex_siire_cd,
input#NK06_tex_sizai_cd,
input#NK06_tex_jigyosho_cd,
input#NK06_tex_user_id{
	width:15em;
}

/*comboBox設定*/
#NK06_tnt_nyuko_jotai{
	width:6em;
}

/*■一覧テーブル*/

/*表スタイル*/
div.NK06_list_table{
	border:solid 1px #999999;
	overflow-x:scroll;
	clear:both;
	width:100%;
}
* html div.NK06_list_table{
	width:99.8%;
}
div.NK06_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}
* html div.NK06_list_table table,
*:first-child+html div.NK06_list_table table{
	font-size:100%;
}

div.NK06_list_table table tr td,
div.NK06_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.NK06_list_table table tr td{
	padding:4px 4px;
}

div.NK06_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}

/*SEQ*/
.NK06_th_seq{
	width:3em;
	text-align:center !important;
}
.NK06_td_seq{
	text-align:right !important;
}

/*注文番号*/
.NK06_th_chumon_nm div{
	width:8em;
}
.NK06_th_chumon_nm{
	width:20%;
}

/*資材コード*/
.NK06_th_sizai_cd div{
	width:5em;
}

/*資材名（可変）*/
.NK06_th_sizai_name div{
	width:11em;
}
.NK06_th_sizai_name{
	width:65%;
}
.NK06_td_si_nam{
	font-weight:bold !important;
}
/* 品目名
   種類名
   分類名
*/
.NK06_th_hinmoku_name div,
.NK06_th_shurui_name div,
.NK06_th_bunrui_name div,
.NK06_th_jigyosho_name div,
.NK06_th_operator_name div{
	width:8em;
}

/*数値関係（可変）
	＋予定数
	＋実績数*/
.NK06_th_nyuko_su div,
.NK06_th_gisseki_su div{
	width:5em;
}
.NK06_th_nyuko_su,
.NK06_th_gisseki_su{
	text-align:right !important;
	width:20%;
}

/*入庫予定日、入庫日*/
.NK06_th_nyukoyotei_date div,
.NK06_th_nyuko_date div{
	width:6em;
}
.NK06_th_nyukoyotei_date,
.NK06_th_nyuko_date{
	text-align:center !important;
}
.NK06_td_nykyo_date,
.NK06_td_nyk_date{
	text-align:center !important;
}

/*割当状況*/
.NK06_th_wariate_zyokyo div{
	width:5em;
}
.NK06_th_wariate_zyokyo{
	text-align:center !important;
}
.NK06_td_wari_zyo{
	text-align:center !important;
}

/*状態*/
.NK06_th_nyuko_zyotai div{
	width:6em;
}
.NK06_th_nyuko_zyotai{
	text-align:center !important;
}
.NK06_td_nyu_zyo{
	text-align:center !important;
}

/* 数値関系td */
.NK06_td_iaq{
	text-align:right !important;
}

/*▼詳細画面*/

#NK06_db_nyuko{
	width:31em;
}

#NK06_db_nyuko_short{
	width:40em;
}

#NK06_db_nyuko_long{
	width:40em;
}

.NK06_datablock{
	line-height:20px;
	margin-bottom:4px;
	margin-right:1em;
}

.NK06_datablock span.NK06_head{
	padding:2px 4px;
	display:block;
	line-height:20px;
	float:left;
	width:8em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.NK06_datablock span.NK06_data{
	display:block;
	padding:2px;
	float:left;
}

.NK06_dtblck_flt{
	float:left;
}

#NK06_csect_nyuko{
	position:relative;
}

/*■一覧テーブル*/

/*詳細*/
.NK06_th_detailbtn div{
	width:3em;
}
.NK06_th_detailbtn{
	text-align:center !important;
}
.NK06_td_detlbn{
	text-align:right !important;
}

/*割当ボタン*/

.NK06_th_wariate_btn div{
	width:3em;
}
.NK06_th_wariate_btn{
	text-align:center !important;
}
.NK06_td_wari_btn{
	text-align:center !important;
}

/*▼割当確認１*/

/*■資材コードテーブル*/
div.NK06_sizai_cd_table{
	border:solid 1px #999999;
	/*overflow-x:scroll;*/
	overflow:auto;
	clear:both;
	width:650px;
}

div.NK06_sizai_cd_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:650px;
}

* html div.NK06_sizai_cd_table table,
*:first-child+html div.list_table table{
	font-size:100%;
}

div.NK06_sizai_cd_table table tr td,
div.NK06_sizai_cd_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.NK06_sizai_cd_table table tr td{
	padding:4px 4px;
}

div.NK06_sizai_cd_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}

/*■一覧テーブル*/

/* 組織コード*/
.NK06_th_sosiki_cd div{
	width:8em;
}
/* 割当数*/
.NK06_th_wariate_su div{
	width:5em;
}
.NK06_th_wariate_su{
	text-align:right !important;
	width:20%;
}

/*合計*/
#NK06_tnk_total{
	margin-right:2px;
	float:right;
	font-size:110%;
}

#NK06_tnk_total p{
	width:16em;
	clear:both;
}

#NK06_tnk_total p span{
	display:block;
	float:left;
	line-height:140%;
	border-bottom:1px solid #666666;
}

span.NK06_total_head{
	width:7em;
}
span.NK06_total_data{
	width:9em;
}

/*ボーダー用テーブル*/
div.NK06_border_table{
	overflow:auto;
	clear:both;
	width:100%;
}
* html div.NK06_border_table{
	width:99.8%;
}
div.NK06_border_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}
* html div.NK06_border_table table,
*:first-child+html div.NK06_list_table table{
	font-size:100%;
}

div.NK06_border_table table th{
	border:none;
	border-spacing:0;
	line-height:140%;
	padding:4px 4px;
}

.NK06_td__total_data{
	width:10em;
}

/*****************************
/*■NK13入庫予定入力
******************************/

/*▼条件入力画面（class="oredrrev_schbox"）*/

/*検索機能のtable*/
div#NK13_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
.NK13_oredrrev_schbox{
	width:900px;
	padding-bottom:0 !important;
}

/*ボタン（class="oredrrev_schbox"）*/
#NK13_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}

#NK13_submit_btn_area input{
	height:1.8em;
	font-size:110%;
}
p.NK13_positive_act{
	position:relative;
	z-index: 1;
}
/*入力項目見出し*/
.NK13ctr_th{
	background-color:#CCCCCC;
	padding:4px;
	text-align:center;
	vertical-align:middle;
	white-space: nowrap;
}

/*入力項目*/
.NK13_select_hatchu{
	width: 100%;
}

/*▼データ入力＆内容確認*/

#NK13_db_nyuko{
	width:46em;
}

#NK13_db_nyuko_long{
	width:60em;
}

#NK13_db_nyuko_short{
	width:22em;
}

#NK13_db_nyuko_long{
    width:61em;
}

.NK13_datablock{
	line-height:19px;
	margin-bottom:2px;
	margin-right:1em;
}

.NK13_datablock span.NK13_head{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:10em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.NK13_datablock span.NK13_data{
	display:block;
	padding:1px 2px;
}

.NK13_dtblck_flt{
	float:left;
}

.NK13_dtblck_clr{
	clear:both;
}

/*▼textbox設定*/

input#NK13_tex_tyu_ban,
input#NK13_tex_sizai_cd,
input#NK13_tex_yotei_su,
input#NK13_tex_sire_cd{
	width:15em;
}

input#NK13_tex_version{
	width:5em;
}

/*****************************
■nk57_入庫割当入力＜本社用＞  追加しましたokane
******************************/

.nk57_std_schbox{
	width:780px;
}
.nk57_std_schbox .std_th{
	width:114px;
}
.nk57_std_schbox .short_th{
	width:72px;
}

/*■textboxサイズ設定*/
input#nk57_tex_jigyosho_cd,
input#nk57_tex_user_id{
	width:15em;
}

/*使用者組織comboBox検索機能の横幅*/
.nk57_oredrrev_schbox{
	width:930px;
	padding-bottom:0 !important;
}
/*支店割当在庫数(残) ヘッダ*/

.nk57_datablock{
	line-height:19px;
	margin-bottom:2px;
	margin-right:1em;
}

.nk57_datablock span.nk57_head{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:8em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}
.nk57_datablock span.nk57_data{
	display:block;
	padding:1px 2px;
}
.nk57_dtblck_flt{
	float:left;
}
/*一覧表示のBOXの縦幅*/
/*■一覧表最大高さ*/
div.nk57_list_table0{
	width:900px;
}
div.nk57_list_table{
	border:solid 1px #999999;
	/*overflow-x:scroll;*/
	overflow:auto;
	clear:both;
	width:100%;
}
* html div.nk57_list_table{
	width:99.8%;
}
div.nk57_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}
* html div.nk57_list_table table,
*:first-child+html div.nk57_list_table table{
	font-size:100%;
}
div.nk57_list_table table tr td,
div.nk57_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.nk57_list_table table tr td{
	padding:4px 4px;
}

div.nk57_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}
/*一覧表示のBOX2の縦幅*/
/*■一覧表最大高さ*/

div.nk57_list_table2{
	border:solid 1px #999999;
	overflow:auto;
	clear:both;
	width:100%;
}
* html div.nk57_list_table2{
	width:99.8%;
}
div.nk57_list_table2 table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}
* html div.nk57_list_table2 table,
*:first-child+html div.nk57_list_table2 table{
	font-size:100%;
}
div.nk57_list_table2 table tr td,
div.nk57_list_table2 table tr th{
	padding:2px 4px;
	text-align:left;
}
div.nk57_list_table2 table tr td{
	padding:4px 4px;
}
div.nk57_list_table2 table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}
/*■一覧表部分（ページング等を含む）最大幅*/
/*値 ＝ 最小レイアウト幅 − 左右余白計（28px）*/
/*
#nk57_list_area{
	min-width:582px;
}
* html #minmax_length#nk57_list_area{
   width:expression(document.documentElement.clientWidth < 582? "582px" : "auto");
}
*/
#nk57_list_area{
	margin-bottom:4px;
}
* html #nk57_list_area{
	margin-bottom:4px;
}
*:first-child+html #nk57_list_area{
	margin-bottom:4px;
}
#nk57_list_area input.btn{
	font-size:100%;
}
/*資材コード*/
.nk57_th_item_code div{
	width:10em;
}
/*資材名（可変）*/
.nk57_th_item_name{
	width:65%;
}
.nk57_th_item_name div{
	width:11em;
}
.nk57_td_itm_na div{
	font-weight:bold !important;
}

/* 品目名
   種類名
   分類名
   製作部署名
   担当者名
*/
.nk57_th_hin_name div,
.nk57_th_shu_name div,
.nk57_th_bun_name div,
.nk57_th_jig_name div,
.nk57_th_ope_name div{
	width:8em;
}

/*入庫予定数*/
.nk57_th_eigyo_sum_su{
	text-align:right !important;
}
.nk57_th_eigyo_sum_su div{
	width:8em;
}
.nk57_td_nyko_yote_su{
	text-align:right !important;
}

/*入庫予定日、割当状況*/
.nk57_th_nyu_day,
.nk57_th_wari_zyokyo{
	text-align:center !important;
}
.nk57_th_nyu_day div,
.nk57_th_wari_zyokyo div{
	width:8em;
}
.nk57_td_nyu_day,
.nk57_td_wari_zyo{
	text-align:center !important;
}
/*注文番号*/
.nk57_th_chumon div{
	width:8em;
}
/*割当数*/
.nk57_th_wariate_su{
	text-align:right !important;
}
.nk57_th_wariate_su div{
	width:6em;
}
/*SEQ*/
.nk57_th_seq{
	width:2.3em;
	text-align:center !important;
}
.nk57_td_seq{
	text-align:right !important;
}

/*比率（％）*/
.nk57_th_siten_zaiko_su{
	text-align:right !important;
}
.nk57_th_siten_zaiko_su div{
	width:8em;
}
.nk57_td_siten_zaiko_su{
	text-align:right !important;
}

/*資材データの長さ*/
#nk57_db_odr_dt{
	width:15em;
}
/*割当パターンデータの長さ*/
#nk57_db_wari_dt{
	width:55em;
}
/*割当合計数の長さ*/
#nk57_tnk_total{
	text-align:right;
	margin-right:2px;
	float:right;
	font-size:110%;
}

#nk57_tnk_total p{
	width:20em;
	clear:both;
}

#nk57_tnk_total p span{
	display:block;
	float:left;
	line-height:140%;
	border-bottom:1px solid #666666;
}
span.nk57_total_head{
	width:7em;
}
span.nk57_total_data{
	width:13em;
}

/*合計ライン*/
#nk57_tnk_total_hi{
	text-align:right;
	margin-right:2px;
	float:right;
	font-size:110%;
}

#nk57_tnk_total_hi p{
	width:15em;
	clear:both;
}

#nk57_tnk_total_hi p span{
	display:block;
	float:left;
	line-height:140%;
	border-bottom:1px solid #666666;
}

span.nk57_total_head_hi{
	width:7em;
}
span.nk57_total_data_hi{
	width:8em;
}

/*****************************
■nk58_入庫割当入力＜支店用＞  追加しましたokane
******************************/
table.nk58_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	margin-right:auto;
	margin-left:auto;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
	width:35%;
}
/*支店割当在庫数（残） ヘッダ*/
span.nk58_head2{
	padding:2px 4px;
	display:block;
	line-height:20px;
	float:left;
	width:9em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}
/* 支店名 */
.nk58_ctr_th{/*入力項目見出し(幅は各画面個別に指定)*/
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
}
/*一覧表示のBOXの縦幅*/
/*■一覧表最大高さ*/
div.nk58_list_table{

}
div.nk58_list_table{
	border:solid 1px #999999;
	/*overflow-x:scroll;*/
	overflow:auto;
	clear:both;
	width:100%;
}
* html div.nk58_list_table{
	width:99.8%;
}
div.nk58_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}
* html div.nk58_list_table table,
*:first-child+html div.nk58_list_table table{
	font-size:100%;
}

div.nk58_list_table table tr td,
div.nk58_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.nk58_list_table table tr td{
	padding:4px 4px;
}

div.nk58_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}
/*SEQ*/
.nk58_th_seq{
	width:2.3em;
	text-align:center !important;
}
.nk58_td_seq{
	text-align:right !important;
}

/*注文番号*/
.nk58_th_chumon div{
	width:8em;
}
/*資材コード*/
.nk58_th_item_code div{
	width:5em;
}
/*資材名（可変）*/
.nk58_th_item_name{
	width:65%;
}
.nk58_th_item_name div{
	width:11em;
}

/* 品目名
   種類名
   分類名
   製作部署名
   担当者名
*/
.nk58_th_hin_name div,
.nk58_th_shu_name div,
.nk58_th_bun_name div,
.nk58_th_jig_name div,
.nk58_th_ope_name div{
	width:8em;
}

/*割当数*/
.nk58_th_eigyo_sum_su{
	text-align:right !important;
	width:20%;
}
.nk58_th_eigyo_sum_su div{
	width:5em;
}
.nk58_td_eigyo_sum_su{
	text-align:center !important;
}
/*比率（％）*/
.nk58_th_siten_zaiko_su{
	text-align:right !important;
}
.nk58_th_siten_zaiko_su div{
	width:8em;
}
.nk58_td_siten_zaiko_su{
	text-align:right !important;
}
/*入庫予定日*/
.nk58_th_nyuko_day{
	text-align:center !important;
}
.nk58_th_nyuko_day div{
	width:8em;
}
.nk58_td_nyuko_day{
	text-align:center !important;
}
/*割当状況*/
.nk58_th_wari_zyokyo{
	text-align:center !important;
}
.nk58_th_wari_zyokyo div{
	width:8em;
}
.nk58_td_wari_zyokyo{
	text-align:center !important;
}

/*comboBox検索機能の横幅*/
.nk58_oredrrev_schbox{
	width:550px;
}
/*支店割当在庫数(残) ヘッダ*/
span.nk58_head{
	padding:2px 4px;
	display:block;
	line-height:20px;
	float:left;
	width:10em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}
/*割当パターンデータの長さ*/
#nk58_db_wari_dt{
	width:60em;
}
/*割当合計数の長さ*/
#nk58_tnk_total{
	text-align:right;
	margin-right:2px;
	float:right;
	font-size:110%;
}

#nk58_tnk_total p{
	width:20em;
	clear:both;
}

#nk58_tnk_total p span{
	display:block;
	float:left;
	line-height:140%;
	border-bottom:1px solid #666666;
}
span.nk58_total_head{
	width:7em;
}
span.nk58_total_data{
	width:13em;
}

/*合計ライン*/
#nk58_tnk_total_hi{
	text-align:right;
	margin-right:2px;
	float:right;
	font-size:110%;
}

#nk58_tnk_total_hi p{
	width:15em;
	clear:both;
}

#nk58_tnk_total_hi p span{
	display:block;
	float:left;
	line-height:140%;
	border-bottom:1px solid #666666;
}

span.nk58_total_head_hi{
	width:7em;
}
span.nk58_total_data_hi{
	width:8em;
}

/**** NK60.入庫情報ＣＳＶ出力 ← なし ****/


/*****************************
■NK67_入庫予定連携データ出力 追加しましたc.sakurai
******************************/

/*▼条件入力画面*/

/*table*/
.NK67_oredrrev_schbox{
	width:620px;
	padding-bottom:0 !important;
}
/*▼データ入力＆内容確認*/

#NK67_db_nyuko{
	width:610px;
}
.datablock span.NK67_head{
	padding:2px 4px;
	display:block;
	line-height:21px;
	float:left;
	width:12em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}
.datablock span.NK67_data{
	display:table;
	padding:2px;
}
/*▼入力項目*/
input#NK67_tex_chumon_num,
input#NK67_tex_shizai_cd{
	width:15em;
}

/*▼確認画面*/
.NK67_fin_message{
	line-height:160%;
}

/**** NK68.入庫実績連携データ取込 ****/


/**************** 出荷管理サブシステム ***********************#****/

/*****************************
■SK07_出荷情報照会
******************************/

/*■使用者*/
.SK07_th_tanto_person div{
	width:5em;
}
.SK07_th_tanto_person{
	width:20%;
}

.SK07_th_seq{
	width:2.3em;
	text-align:center !important;
}
.SK07_td_seq{
	text-align:center !important;
	white-space: nowrap;
}

/*■詳細ボタン*/
.SK07_th_detailbtn div{
	width:2.5em;
}
.SK07_th_detailbtn{
	text-align:center !important;
	white-space: nowrap;
}

/*詳細ボタン*/
.SK07_td_dtlbt{
	text-align:center !important;
	white-space: nowrap;
}

/*■宅配便伝票番号*/
.SK07_th_delivery_code div{
	width:10em;
}


.SK07_denpyobtn{
	display:block;
	background-color:#C0D5EE;
	border:solid 1px #838A97;
	color:#0055aa;
	padding:2px 2px 2px 2px;
	text-decoration:none;
	text-align:center;
	width:10em;
}

.SK07_denpyobtn2{
	display:block;
	background-color:#C0D5EE;
	border:solid 1px #838A97;
	padding:2px 2px 2px 2px;
	color:#0055aa;
	text-decoration:none;
	text-align:center;
	width:14em;
}

.SK07_denpyobtn3{
	display:block;
	padding:2px 2px 2px 2px;
	text-decoration:none;
	text-align:center;
	width:14em;
}

/*▼詳細（テーブル各項目の幅指定）*/

.sk07_datablock{
	line-height:19px;
	margin-bottom:2px;
	margin-right:1em;
}

.sk07_datablock span.sk07_head{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:10em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.sk07_datablock span.sk07_data{
	display:block;
	padding:1px 2px;
}


.sk07_dtblck_flt{
	float:left;
}

#sk07_db_tsc{
	width:45em;
}
#sk07_db_tsc_long{
	width:60em;
}

.sk07_data_len1{
	white-space: nowrap;
}

#sk07_db_tex_ph_num{
	width:35em;
}


/*■No.*/
.SK07_th_no_syukka div{
	width:2.5em;
}
.SK07_th_no_syukka{
	text-align:center !important;
}

/*■修正、削除*/
.SK07_th_syusei div,
.SK07_th_sakujo div{
	width:3em;
}
.SK07_th_syusei,
.SK07_th_sakujo{
	text-align:center !important;
}

/*■品目名*/
.SK07_th_hinmoku_name_syukka div{
	width:3.5em;
}

/*■資材名（可変）*/
.SK07_th_item_name_syukka div{
	width:5em;
}
.SK07_th_item_name_syukka{
	width:33%;
}
/*■資材コード*/
.SK07_th_item_code_syukka div{
	width:6em;
}
.SK07_th_item_code_syukka{
	width:10%;
}

/*■種類名*/
.SK07_th_shurui_name_syukka div{
	width:3.5em;
}

.SK07_th_hinmoku_name_syukka,
.SK07_th_shurui_name_syukka{
	width:10%;
}

/*■出荷依頼数（可変）、出荷数（可変）*/
.SK07_th_irai_syukka div,
.SK07_th_syyukka_syukka div{
	width:5.5em;
}
.SK07_th_irai_syukka,
.SK07_th_syyukka_syukka{
	text-align:right !important;
	width:20%;
}

/*■単価、金額*/
.SK07_th_tanka_syukka div,
.SK07_th_kingak_syukka div{
	width:4em;
}
.SK07_th_tanka_syukka,
.SK07_th_kingak_syukka{
	text-align:right !important;
}

/*■入庫予定日、出荷日*/
.SK07_th_nyukoyotei_date_syukka div,
.SK07_th_syukka_date_syukka div{
	width:7em;
}
.SK07_th_nyukoyotei_date_syukka,
.SK07_th_syukka_date_syukka{
	text-align:center !important;
}

/*■出荷明細区分*/
.SK07_th_meisai div{
	width:7em;
}
.SK07_th_meisai{
	text-align:center !important;
}
/*■ロット番号*/
.SK07_th_lot div{
	width:3em;
}

/*■出荷目安数（可変)*/
.SK07_th_meyasu div{
	width:6em;
}

.SK07_th_meyasu{
	width:10%;
}

/*■td*/

/*資材名*/
.SK07_td_in_syukka{
font-weight:bold !important;
}
/*区分、日付関係*/
.SK07_td_mesaikbn_syukka,
.SK07_td_day_syukka{
	text-align:center !important;
}
/*No.、数値関係*/
.SK07_td_no_syukka,
.SK07_td_iaq_syukka{
	text-align:right !important;
}

/**** SK54.出荷情報ダウンロード ****/


/*****************************
■SK56_出荷依頼入力
******************************/

/* 資材一覧戻るボタン */
.SK56_btn{
	position:absolute;
	left:40%;
	z-index:10;
}
input.SK56_shizaibtn{
/*	display:block;*/
	background-color:#BCD2EE;
	color:#0000FF;
	padding:1px 0;
/*	padding:3px 2px 2px 2px;
	text-align:center;*/
	width:12em;
/*	top:8px;*/
	font-size:117%;/*browser default ≒14px*/
/*	position:absolute;*/
}

#master_link p a:hover{
	background: url("../img/config_selected.gif") left center no-repeat #BFC8D7;
	color:#000;
}

/*▼テーブルサイズ（修正/削除)*/
.SK56_oredrrev_schbox{
	width:700px;
}

/*▼一覧テーブルサイズ（修正/削除)*/

div.SK56_list_table{
	border:solid 1px #999999;
	overflow-x:scroll;
	clear:both;
	width:100%;
}
* html div.SK56_list_table{
	width:99.8%;
}

div.SK56_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}

* html div.SK56_list_table table,
*:first-child+html div.SK56_list_table table{
	font-size:100%;
}

div.SK56_list_table table tr td,
div.SK56_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.SK56_list_table table tr td{
	padding:4px 4px;
}

div.SK56_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}

/*▼テーブル各項目の幅指定*/

div.wrn_msg{
/*	font-size:116%;*/
	line-height:16px;
	font-weight:bold;
	color:#FF0000;
}

p.wrn_msg2{
	font-weight:bold;
	font-size:15px;
	color: #0000FF;
}

.wrn_msg_color{
	color: #ff0000;
}

/*■区分、削除*/
.SK56_th_kbn div,
.SK56_th_del div{
	width:3em;
}
.SK56_th_kbn,
.SK56_th_del{
	text-align:center !important;
}


/*■No.*/
.SK56_th_no div{
	width:2.5em;
}
.SK56_th_no{
	text-align:center !important;
}

/*■詳細ボタン*/
.SK56_th_detailbtn div{
	width:3.5em;
}
.SK56_th_detailbtn{
	text-align:center !important;
}

/*■品目名*/
.SK56_th_hinmoku_name div{
	width:4em;
}
.SK56_th_hinmoku_name{
	width:14%;
}

/*■資材名（可変）*/
.SK56_th_item_name div{
	width:6em;
}
.SK56_th_item_name{
	width:33%;
}

/*■資材コード*/
.SK56_th_item_code div{
	width:6em;
}

/*■種類名*/
.SK56_th_shurui_name div{
	width:4em;
}
.SK56_th_shurui_name{
	width:14%;
}

/*■単価、出荷依頼数（可変）*/
.SK56_th_tanka div,
.SK56_th_irai div{
	width:5em;
}
.SK56_th_tanka,
.SK56_th_irai{
	text-align:right !important;
	width:14%;
}

/*■出荷可能数（可変）*/
.SK56_th_kanou div{
	width:6em;
}

.SK56_th_kanou{
	text-align:right !important;
	width:14%;
}

/*■出荷制限値/回*/
.SK56_th_seigen div{
	width:6.5em;
}

.SK56_th_seigen{
	text-align:right !important;
	width:10%;
}

/*■出荷目安数（可変)*/
.SK56_th_meyasu div{
	width:5.5em;
}

.SK56_th_meyasu{
	width:10%;
}


/*■袋 */
.SK56_th_shohin_kbn div{
	width:2em;
}
.SK56_th_shohin_kbn{
	text-align:center !important;
}

/*■袋詰め順*/
.SK56_th_hukuro div{
	width:4em;
}
.SK56_th_hukuro{
	text-align:right !important;
}


}
/*■td*/

/*資材名*/
.SK56_td_in{
font-weight:bold !important;
}

/*詳細ボタン、区分、削除ボタン*/
.SK56_td_dtlbt,
.SK56_td_kbn,
.SK56_td_del{
	text-align:center !important;
}
/*No.、数値関係*/
.SK56_td_no,
.SK56_td_iaq,
.SK56_td_shukka_jogen{
	text-align:right !important;
}

/*袋*/
.SK56_td_shohin_kbn{
	text-align:center !important;
}

/*袋詰め順*/
.SK56_td_hukuro{
	text-align:right !important;
}
.SK56_td_hukuro input{
	width:2em;
	text-align:right;
}

/*出荷依頼数*/
.SK56td_oa{
	text-align:right !important;
}
.SK56td_oa input{
	width:6em;
	text-align:right;
}

#SK56_tex_bikou{
	width:60em;
}

/*■出荷依頼基本情報＆届先情報*/

.SK56_db_syukka{
	width:38em;
}

.SK56_datablock{
	line-height:19px;
	margin-bottom:2px;
	margin-right:1em;
}

.SK56_datablock span.SK56_head{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:140px;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.SK56_data_len1{
	white-space: nowrap;
}

#SK56_db_tex_ph_num{
	width:35em;
}

.SK56_datablock span.data{
	display:block;
	padding:1px 2px;
}

.SK56_datablock span.SK56_data{
	display:block;
	padding:1px 2px;
}

.SK56_dtblck_flt{
	float:left;
}

.SK56_dtblck_clr{
	clear:both;
}


#SK56_csect_syukka{
	position:relative;
}
/*
#SK56_h_space{
	margin-top:-3px !important;
	padding-top:5px;
}*/
/*
#SK56_p_space{
	padding-bottom:25px;
}*/
/*
#SK56_p_space2{
	padding-bottom:4px;
}*/


/*▼テーブル各項目の幅指定(修正/削除)*/

/*■修正、取消*/
.SK56_th_syusei div,
.SK56_th_trikesi div{
	width:3em;
}
.SK56_th_syusei,
.SK56_th_trikesi{
	text-align:center !important;
}

/*■出荷依頼日*/
.SK56_th_date div{
	width:7em;
}

/*■入力者*/
.SK56_th_input_person div{
	width:6em;
}

/*■使用者*/
.SK56_th_tanto_person div{
	width:6em;
}

/*■届先名（可変）*/
.SK56_th_tdksk_name div{
	width:12em;
}
.SK56_th_tdksk_name{
	width:15%;
}

/*■住所（可変）*/
.SK56_th_addres div{
	width:12em;
}
.SK56_th_addres{
	width:30%;
}
/*■td*/


/*修正、取消*/
.SK56_td_syusei,
.SK56_td_torikesi{
	text-align:center !important;
}

/*選択、削除*/
.SK56_td_sentk,
.SK56_td_del{
	text-align:center !important;
}

/*合計ライン*/
#SK56_tnk_total{
	text-align:right;
	margin-right:2px;
	float:right;
}

#SK56_tnk_total p{
	width:16em;
	clear:both;
}

#SK56_tnk_total p span{
	display:block;
	float:left;
	line-height:140%;
	border-bottom:1px solid #666666;
}

span.SK56_total_head{
	width:7em;
}
span.SK56_total_data{
	width:9em;
}
/* 備考 */
#SK56_tex_bikou{
	width:40em;
}

.SK56_reject_riyu{
	font-size: 1.0em;
	color: red;
	font-weight: bold;
}

#SK56_shizai_list tr.red .SK56_td_warn {
	font-size: 1.0em important!;
	color: red !important!;
	font-weight: bold !important;
}

table.SK56_upld_tbl{
	width:100%;
	border-collapse: collapse;
}

table.SK56_upld_tbl td.SK56_head_td{
	padding:2px 4px;
	line-height:19px;
	width:140px;
	background-color:#CCCCCC;
	text-align:right;
}

table.SK56_upld_tbl td.SK56_data_td{
	display:block;
	padding:2px;
	min-height:23px;
	vertical-align:middle;
}

.SK56_datablock span.SK56_head_sofujo_comment{
	padding:2px 4px;
	display:block;
	line-height:20px;
	float:left;
	width:140px;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
	line-height:15px;
	height:6em;
}
#SK56_tex_sofujo_comment{
	width:30em;
}
/*■発送情報*/
#SK56_tex_tracking_no{
	width:25em;
}

#callcenterTitle{
	color: red;
}
/**** SK57.有償資材明細情報ダウンロード ****/

/*****************************
■SK58_コールセンター用出荷依頼入力
******************************/

/*▼テーブルサイズ（修正/削除)*/
.SK58_oredrrev_schbox{
	width:700px;
}

/*▼一覧テーブルサイズ（修正/削除)*/

div.SK58_list_table{
	border:solid 1px #999999;
	overflow-x:scroll;
	clear:both;
	width:100%;
}
* html div.SK58_list_table{
	width:99.8%;
}

div.SK58_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}

* html div.SK58_list_table table,
*:first-child+html div.SK58_list_table table{
	font-size:100%;
}

div.SK58_list_table table tr td,
div.SK58_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.SK58_list_table table tr td{
	padding:4px 4px;
}

div.SK58_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}

/*▼テーブル各項目の幅指定*/

/*■区分、削除*/
.SK58_th_kbn div,
.SK58_th_del div{
	width:3em;
}
.SK58_th_kbn,
.SK58_th_del{
	text-align:center !important;
}


/*■No.*/
.SK58_th_no div{
	width:2.5em;
}
.SK58_th_no{
	text-align:center !important;
}

/*■詳細ボタン*/
.SK58_th_detailbtn div{
	width:3.5em;
}
.SK58_th_detailbtn{
	text-align:center !important;
}

/*■品目名*/
.SK58_th_hinmoku_name div{
	width:8em;
}

/*■資材名（可変）*/
.SK58_th_item_name div{
	width:11em;
}
.SK58_th_item_name{
	width:65%;
}

/*■資材コード*/
.SK58_th_item_code div{
	width:5em;
}

/*■種類名*/
.SK58_th_shurui_name div{
	width:8em;
}

/*■単価、出荷依頼数（可変）*/
.SK58_th_tanka div,
.SK58_th_irai div{
	width:6em;
}
.SK58_th_tanka,
.SK58_th_irai{
	text-align:right !important;
	width:20%;
}

/*■出荷可能数（可変）*/
.SK58_th_kanou div{
	width:7em;
}

.SK58_th_kanou{
	text-align:right !important;
	width:20%;
}


/*■袋詰め順*/
.SK58_th_hukuro div{
	width:4em;
}
.SK58_th_hukuro{
	text-align:right !important;
}


}
/*■td*/

/*資材名*/
.SK58_td_in{
font-weight:bold !important;
}

/*詳細ボタン、区分、削除ボタン*/
.SK58_td_dtlbt,
.SK58_td_kbn,
.SK58_td_del{
	text-align:center !important;
}
/*No.、数値関係*/
.SK58_td_no,
.SK58_td_iaq,
.SK58_td_shukka_jogen{
	text-align:right !important;
}
/*袋詰め順*/
.SK58_td_hukuro{
	text-align:right !important;
}
.SK58_td_hukuro input{
	width:4em;
	text-align:right;
}

/*出荷依頼数*/
.SK58td_oa{
	text-align:right !important;
}
.SK58td_oa input{
	width:6em;
	text-align:right;
}

#SK58_tex_bikou{
	width:60em;
}

/*■出荷依頼基本情報＆届先情報*/

.SK58_db_syukka{
	width:38em;
}

.SK58_db_syukka2{
	width:80em;
}

.SK58_datablock{
	line-height:19px;
	margin-bottom:2px;
	margin-right:1em;
}

.SK58_datablock span.SK58_head{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:140px;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.SK58_datablock span.data{
	display:block;
	padding:1px 2px;
}
.SK58_datablock span.SK58_data{
	display:block;
	padding:1px 2px;
	margin-top:10px;
}

.SK58_datablock span.SK58_head_temp_info{
	padding:2px 4px;
	display:block;
	float:left;
	width:140px;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
	line-height:6em;
	height:6em;
	vertical-align:middle;
}

.SK58_datablock span.SK58_head_sofujo_comment{
	padding:2px 4px;
	display:block;
	line-height:20px;
	float:left;
	width:140px;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
	line-height:15px;
	height:6em;
}

.SK58_dtblck_flt{
	float:left;
}

.SK58_dtblck_clr{
	clear:both;
}


#SK58_csect_syukka{
	position:relative;
}

#SK58_tex_temp_info{
	width:30em;
}

#SK58_todokesaki_info_temp{
	line-height:5em;
	height:5.8em;
	vertical-align:middle;
}

#SK58_tex_ph_num{
	width:10em;
}

/*■発送情報*/
#SK58_tex_tracking_no{
	width:25em;
}

#SK58_tex_sofujo_comment{
	width:30em;
}

/*▼テーブル各項目の幅指定(修正/削除)*/

/*■修正、取消*/
.SK58_th_syusei div,
.SK58_th_trikesi div{
	width:3em;
}
.SK58_th_syusei,
.SK58_th_trikesi{
	text-align:center !important;
}


/*■td*/


/*修正、取消*/
.SK58_td_syusei,
.SK58_td_torikesi{
	text-align:center !important;
}

/*選択、削除*/
.SK58_td_sentk,
.SK58_td_del{
	text-align:center !important;
}

/*合計ライン*/
#SK58_tnk_total{
	text-align:right;
	margin-right:2px;
	float:right;
}

#SK58_tnk_total p{
	width:16em;
	clear:both;
}

#SK58_tnk_total p span{
	display:block;
	float:left;
	line-height:140%;
	border-bottom:1px solid #666666;
}

span.SK58_total_head{
	width:7em;
}
span.SK58_total_data{
	width:9em;
}
/* 備考 */
#SK58_tex_bikou{
	width:40em;
}

.SK58_reject_riyu{
	font-size: 1.0em;
	color: red;
	font-weight: bold;
}

#SK58_shizai_list tr.red .SK58_td_warn {
	font-size: 1.0em important!;
	color: red !important!;
	font-weight: bold !important;
}

/* 2015/08/25 v.ngoi Add Start */
.SK58_data_len1{
	white-space: nowrap;
}

#SK58_db_tex_ph_num{
	width:35em;
}
/* 2015/08/25 v.ngoi Add End */

/*****************************
■sk59_出荷依頼連携データ出力  追加しましたtakeda
******************************/

/*▼条件入力画面*/

/*■メッセージ*/
div#sk59_content_sect{
	margin-top:8px;
	margin-bottom:12px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
}
/*comboBox検索機能の横幅*/
.sk59_oredrrev_schbox{
	width:750px;
}

/*■入力項目見出し(幅は各画面個別に指定)*/
.sk59_ctr_th{
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
	width: 12em;
}

/*■textbox設定*/
input#sk59_tex_number{
/*	width:7.2em; */
	width:8em;
}

/*▼確認画面*/
.NK59_fin_message{
	line-height:160%;
}

/**** SK60.出荷実績連携データ取込 ****/


/*****************************
SK61.荷札データダウンロード
******************************/

/*■一覧表*/

div.SK61_list_table{
	border:solid 1px #999999;
	overflow-x:scroll;
	clear:both;
	width:100%;
}
* html div.SK61_list_table{
	width:99.8%;
}
div.SK61_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}
* html div.SK61_list_table table,
*:first-child+html div.SK61_list_table table{
	font-size:100%;
}

div.SK61_list_table table tr td,
div.SK61_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.SK61_list_table table tr td{
	padding:4px 4px;
}

div.SK61_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}
/*■テーブルヘッダ*/

/*no.*/
.SK61_th_no div{
	width:2.5em;
}
.SK61_th_no{
	text-align:center !important;
}
.SK61_td_no{
	width:2.5em;
	text-align:right !important;
}

/*注文番号*/
.SK61_th_chumon_nm div{
	width:7.2em;
}
.SK61_th_chumon_nm{
	text-align:center !important;
}
.SK61_td_chumon_nm{
	text-align:center !important;
}

/*連携出力日時、ダウンロード日時*/
.SK61_th_renkei_date div,
.SK61_th_download_date div{
	width:10em;
}
.SK61_th_renkei_date,
.SK61_th_download_date{
	text-align:center !important;
}
.SK61_td_renkei_date,
.SK61_td_download_date{
	text-align:center !important;
}

/*ファイル名*/
.SK61_th_file_name div{
	width:20em;
}
.SK61_th_file_name{
	text-align:left !important;
}
.SK61_td_file_name{
	text-align:left !important;
}

/*ファイルサイズ*/
.SK61_th_file_size div{
	width:10em;
}
.SK61_th_file_size{
	text-align:right !important;
}

.SK61_td_file_size{
	text-align:right !important;
}

/*ダウンロードボタン*/
.SK61_th_download div{
	width:5em;
}
.SK61_th_download{
	text-align:center !important;
}
.SK61_td_download{
	text-align:center !important;
}

/*荷札作業区分*/
.SK61_th_nifuda_sagyo_kbn div{
	width:7.2em;
}
.SK61_th_nifuda_sagyo_kbn{
	text-align:center !important;
}
.SK61_td_nifuda_sagyo_kbn{
	text-align:center !important;
}

.SK61_content_style #searchbox {/*条件入力画面の入力部の配置*/
	margin-left:0 !important;
}
.SK61_content_style p.positive_act {/*条件入力画面のボタンの配置*/
	text-align:center;
	text-align:left !important;
	z-index: 1;
}
.SK61_content_style p.positive_act input {/*条件入力画面のボタンのサイズ*/
	height:1.8em;
	font-size:110%;
	padding:0 10px !important;
}

/**** SK70.一斉出荷依頼アップロード ****/


/*****************************
■sk71_一斉出荷依頼取消  追加しましたokane
******************************/

/*comboBox検索機能の横幅*/
.sk71_oredrrev_schbox{
	width:780px;
}
/* 一斉出荷依頼取込ファイル */
.sk71_ctr_th{/*入力項目見出し(幅は各画面個別に指定)*/
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
}
/*割当パターンデータの長さ*/
#sk71_db_wari_dt{
	width:30em;
}
/*支店割当在庫数(残) ヘッダ*/
.sk71_datablock{
	line-height:20px;
	margin-bottom:4px;
	margin-right:1em;
}

.sk71_datablock span.sk71_head{
	padding:2px 4px;
	display:block;
	line-height:20px;
	float:left;
	width:10em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}
.sk71_datablock span.sk71_data{
	display:block;
	padding:2px;
}

/*****************************
■SK72.一斉出荷情報ダウンロード
******************************/

/*comboBox検索機能の横幅*/
.sk72_oredrrev_schbox{
	width:750px;
}


/*****************************
■SK80.入庫待ち出荷一括削除
******************************/
/*資材コード*/
#sk80_sizai_st{
	width:15em;
	margin-right:4px;
}
/*comboBox検索機能の横幅*/
.sk80_oredrrev_schbox{
	width:400px;
	padding-bottom:0 !important;
}
/* 割当パターン */
.sk80_ctr_th{/*入力項目見出し(幅は各画面個別に指定)*/
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
}
/*資材データの長さ*/
#sk80_db_odr_dt{
	width:60em;
}
/*入庫待ち出荷総件数ヘッダ*/
.sk80_datablock{
	line-height:19px;
	margin-bottom:2px;
	margin-right:1em;
}

.sk80_datablock span.sk80_head{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:10em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}
.sk80_datablock span.sk80_data{
	display:block;
	padding:1px 2px;
}

/*****************************
■sk81_入庫待ち資材照会  追加しましたokane
******************************/

/*▼条件入力画面（class="oredrrev_schbox"）*/

/*検索機能のtable*/
div#sk81_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
.sk81_std_schbox{
	width:750px;
	padding-bottom:0 !important;
}

/* ボタンの部分*/
#sk81_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}
/*登録修正削除ボタン*/
p.sk81_positive_act{
	text-align:left;
	position:relative;
	z-index: 1;
}
/*種類、品目*/
.sk81_ctr_th_m{/*入力項目見出し(幅は各画面個別に指定)*/
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
	width:114px
}
.sk81_std_schbox .sk81_std_th{
/*	width:114px;/*見出し部分の標準幅*/
}
/*品目と種類のBOXの長さ*/
#sk81_listbox1,
#sk81_listbox2,
#sk81_listbox3,
#sk81_listbox4,
#sk81_listbox5,
#sk81_listbox6{
	width:230px;
	height:118px;
}
/*製作部署・担当者の入力フォームの長さ*/
input#sk81_busho_code{
	width:15em;
}
/*SEQ*/
.sk81_th_seq{
	width:2.3em;
	text-align:center !important;
}
.sk81_td_seq{
	text-align:right !important;
}
p.SK81_sttcsch {/*あいまい検索メッセージ*/
	color:#000099;
	margin-top:1em;
	margin-bottom:1em;
}

/*■詳細ボタン*/
.sk81_th_detailbtn div{
	width:3.5em;
}
.sk81_th_detailbtn{
	text-align:center !important;
}

/*詳細ボタン*/
.sk81_td_dtlbt{
	text-align:center !important;
}
/*資材コード*/
.sk81_th_item_code div{
	width:5em;
}

/*資材名（可変）*/
.sk81_th_item_name{
	width:50%;
}
.sk81_th_item_name div{
	width:11em;
}
.sk81_td_it_na{
	font-weight:bold !important;
}

/* 品目名
   種類名
*/
.sk81_th_hin_name div,
.sk81_th_shu_name div{
	width:8em;
}

/*数値関係
	＋入庫待ち出荷総件数
	＋入庫待ち出荷総数量
	＋在庫合計
	＋本社保留在庫
	＋取置在庫
	＋入庫予定数量　*/
.sk81_th_nyuko_soken_su,
.sk81_th_nyuko_sosu_ryo,
.sk81_th_zaiko__gokei,
.sk81_th_honsya_horyu,
.sk81_th_torioki_zaiko,
.sk81_th_nyuko_yotei_su{
	text-align:right !important;
	width:20%;
}
.sk81_th_nyuko_soken_su div,
.sk81_th_nyuko_sosu_ryo div,
.sk81_th_zaiko__gokei div,
.sk81_th_honsya_horyu div,
.sk81_th_torioki_zaiko div,
.sk81_th_nyuko_yotei_su div{
	width:8em;
}
/*td:数値関係*/
.sk81_td_iaq{
	text-align:right !important;
}

/*入庫予定日*/
.sk81_th_nyuko_yotei_day{
	text-align:center !important;
}
.sk81_th_nyuko_yotei_day div{
	width:6.5em;
}
.sk81_td_nyu_day{
	text-align:center !important;
}

/**** SK82.出荷情報ダウンロード(スタッフ用)←なし ****/


/**** SK83.仕入先直送資材アップロード ****/


/*****************************
■SK90_予約資材入力 追加しましたc.sakurai
******************************/

/*▼条件入力画面*/

/*table*/
div#SK90_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
.SK90_oredrrev_schbox{
	width:650px;
	padding-bottom:0 !important;
}

/*▼comboBox*/
input#SK90_tnt_shizai{
	width:200px;
}

/*▼ボタンの部分*/
#SK90_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}
#SK90_submit_btn_area input{
	height:1.8em;
	font-size:110%;
}
/*登録・修正・削除ボタン*/
p.SK90_positive_act{
	text-align:left;
	position:relative;
	z-index: 1;
}

/*▼データ入力＆内容確認*/

#SK90_db_yoyaku_shizai{
	width:60em;
}
#SK90_db_hinmoku_mei{
	width:60em;
}
#SK90_db_syurui_mei{
	width:60em;
}
#SK90_db_seisaku_busyo{
	width:60em;
}
#SK90_db_tantousya_mei{
	width:60em;
}
.SK90_datablock{
	line-height:22px;
	margin-bottom:2px;
	margin-right:1em;
}
.SK90_datablock span.SK90_head{
	padding:2px 4px;
	display:block;
	line-height:22px;
	float:left;
	width:140px;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}
.SK90_datablock span.SK90_data{
	display:block;
	padding:2px;
}
.SK90_dtblck_flt{
	float:left;
}
input#SK90_tex_shizai_cd{
	width:15em;
}
/*▼入力項目*/
input#SK90_tex_shizai_cd{
	width:15em;
}
SK90_yoyaku_date{
	width:11em;
}
input#SK90_tex_message{
	width:40em;
}

/*****************************
■sk91_予約資材入力
******************************/

/*■table サイズ*/
.sk91_oredrrev_schbox{
	width:500px;
}
/*■使用者組織、使用者*/
.sk91_ctr_th{
	background-color:#CCCCCC;
	padding:2px 4px;
	text-align:right;
	vertical-align:middle;
}
/*■使用者組織、使用者comboBox*/
#sk91_tnt_sshk{
	width:213px;
}
/*■確定（ボタン）*/
.oredrrev_schbox input.sk91_fixbtn{
	line-height:130%;
	width:90px;
}

.sk91_datablock{
	line-height:19px;
	margin-bottom:2px;
	margin-right:1em;
}

.sk91_datablock span.head{
	padding:2px 4px;
	display:block;
	line-height:20px;
	float:left;
	width:8em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.sk91_datablock span.data{
	display:block;
	padding:2px;
}


.sk91_dtblck_flt{
	float:left;
}

#sk91_db_tsc{
	width:45em;
}

/*■選択（ボタン）*/
.sk91_th_slctbtn div{
	width:2.5em;
}
.sk91_th_slctbtn{
	text-align:center !important;
	white-space: nowrap;
}
/*■一覧表*/

div.SK91_list_table{
	border:solid 1px #999999;
	overflow-x:scroll;
	overflow:auto;
	clear:both;
	width:100%;
}
* html div.SK91_list_table{
	width:99.8%;
}
div.SK91_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}
* html div.SK91_list_table table,
*:first-child+html div.SK91_list_table table{
	font-size:100%;
}

div.SK91_list_table table tr td,
div.SK91_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.SK91_list_table table tr td{
	padding:4px 4px;
}

div.SK91_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}

/*■詳細ボタン*/
.sk91_th_detailbtn div{
	width:2.5em;
}
.sk91_th_detailbtn{
	text-align:center !important;
}

/*■e-bookアイコン*/
.sk91_th_ebook_icon div{
	width:4em;
}
.sk91_th_ebook_icon{
	text-align:center !important;
}

/*■品目名*/
.sk91_th_hinmoku_name div{
	width:5em;
}
.sk91_th_hinmoku_name{
	width:10%;
}

/*■資材名（可変）*/
.sk91_th_item_name div{
	width:8em;
}
.sk91_th_item_name{
	width:25%;
}

/*■資材コード*/
.sk91_th_item_code div{
	width:6em;
}

/*■種類名*/
.sk91_th_shurui_name div{
	width:5em;
}
/*■種類名*/
.sk91_th_shurui_name{
	width:10%;
}

/*■締切日、配送予定日*/
.sk91_th_sime_date div,
.sk91_th_haiso_date div{
	width:7em;
}
.sk91_th_sime_date,
.sk91_th_haiso_date{
	text-align:center !important;
}
.sk91_td_day{
	text-align:center !important;
}
/*■受付状況、依頼状況*/
.sk91_th_order_state div,
.sk91_th_irai_state div{
	width:7em;
}
.sk91_th_order_state,
.sk91_th_irai_state{
	text-align:center !important;
}
.sk91_td_order,
.sk91_td_irai{
	text-align:center !important;
}

/*■メッセージ*/
.sk91_th_message div{
	width:10%;
}

.sk91_th_message{
	width:35%;
}

/*■単価*/
.sk91_th_tanka{
	text-align:right !important;
}
.sk91_th_tanka div{
	width:4.2em;
}

.sk91_td_tnk{
	text-align:right !important;
}

/*■有償区分*/
.sk91_th_yusyo div{
	width:4.5em;
}
.sk91_th_yusyo{
	text-align:center !important;
}
.sk91_td_yusyo{
	text-align:center !important;
}

/*■No.*/
.sk91_th_no div{
	width:2em;
}
.sk91_th_no{
	text-align:center !important;
}

/*■出荷依頼数*/
.sk91_th_order_amount{
	text-align:right !important;
	width:20%;
}
.sk91_th_order_amount div{
	width:5.8em;
}

.sk91_td_oa{
	text-align:right !important;
}
.sk91_td_oa input{
	width:6em;
	text-align:right;
}

/*■td*/

/*資材名*/
.sk91_td_in{
font-weight:bold !important;
}
/*選択、詳細ボタン、写真、予定日*/
.sk91_td_sentk,
.sk91_td_dtlbt,
.sk91_td_thn_syukka{
	text-align:center !important;
}
/*No.*/
.sk91_td_no{
	text-align:right !important;
}

.sk91_datablock span.sk91_head{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:12em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}
.sk91_datablock span.sk91_data{
	display:block;
	padding:1px 2px;
}

/* 備考 */
#sk91_tex_bikou{
	width:40em;
}

#SK91_p_space{
	padding-bottom:4px;
}

.SK91_data_len1{
	white-space: nowrap;
}

#SK91_db_tex_ph_num{
	width:50em;
}

/*****************************
■sk92_予約資材確定  okane
******************************/

/*comboBox検索機能の横幅*/
.sk92_oredrrev_schbox{
	width:500px;
    float:left;
}
/* 資材 */
.sk92_ctr_th{/*入力項目見出し(幅は各画面個別に指定)*/
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
}
/*資材データの長さ*/
#sk92_db_odr_dt{
	width:39em;
}
/*入庫待ち出荷総件数ヘッダ*/
.sk92_datablock{
	line-height:20px;
	margin-bottom:4px;
	margin-right:1em;
}
.sk92_datablock span.sk92_head{
	padding:2px 4px;
	display:block;
	line-height:20px;
	float:left;
	width:10em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.sk92_datablock span.sk92_data{
	display:block;
	padding:2px;
}

/**** SK93.予約依頼アップロード****/


/*****************************
■sk94_予約資材照会  okane
******************************/

/*入力項目見出し*/
.sk94_ctr_th{
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
}

/*comboBox検索機能の横幅*/
.sk94_oredrrev_schbox{
	width:550px;
	padding-bottom:0 !important;
 /*   float:left;*/
}

input#sk94_shohin_code{
	width:15em;
}

.sk94_oredrrev_schbox .sk94_std_th{
	width:100px;/*見出し部分の標準幅*/
}

.SK94_std_th2{
	width:141px;
}

/*SEQ*/
.sk94_th_seq{
	width:2.5em;
	text-align:center !important;
}
.sk94_td_seq{
	text-align:right!important;
}

/*資材コード*/
.sk94_th_item_code div{
	width:6em;
}
/*資材名（可変）*/
.sk94_th_item_name{
	width:50%;
}
.sk94_th_item_name div{
	width:16em;
}
.sk94_td_it_na{
	font-weight:bold !important;
}

/* 品目名
   種類名
*/
.sk94_th_hin_name div,
.sk94_th_shu_name div,
.sk94_th_bun_name div{
	width:8em;
}

/*日付関係
	＋予約受付日
	＋締切日
	＋配送予定日	*/
.sk94_th_yoyaku_day div,
.sk94_th_simekiri_day div,
.sk94_th_haisoyotei_day div{
	width:6em;
}
.sk94_th_yoyaku_day,
.sk94_th_simekiri_day,
.sk94_th_haisoyotei_day{
	text-align:center !important;
}
.sk94_td_yo_day,
.sk94_td_sime_day,
.sk94_td_haiso_day{
	text-align:center !important;
}

/*メッセージ（可変）*/
.sk94_th_message{
	width:50%;
}
.sk94_th_message div{
	width:16em;
}

/*総出荷依頼数*/
.sk94_th_irai_su{
	text-align:right !important;
}
.sk94_th_irai_su div{
	width:7em;
}
.sk94_td_irai_su{
	text-align:right !important;
}
/*状態*/
.sk94_th_jotai_su{
	text-align:center !important;
}
.sk94_th_jotai_su div{
	width:10em;
}
.sk94_td_jotai_su{
	text-align:center !important;
}

.sk94_th_detailbtn div {/*一覧見出し(詳細ボタン)の幅*/
	width:3.5em;
}
.sk94_th_detailbtn {/*一覧見出し(詳細ボタン)の配置*/
	text-align:center !important;
}
.sk94_td_dtlbt {/*一覧明細(詳細ボタン)の配置*/
	text-align:center !important;
}

/*****************************
■RT01_貸出申請入力
******************************/

/* 貸出申請日 */
#shinseiDate {
	width:38em;
}

/* 最終更新日 */
#lastUpdateDate {
	width:38em;
}

/* 否認コメント */
#hininComment {
	color:red;
	font-weight:bold;
	font-size:medium;
}
/* 資材一覧戻るボタン */
.RT01_btn{
	position:absolute;
	left:40%;
	z-index:10;
}
input.RT01_shizaibtn{
/*	display:block;*/
	background-color:#BCD2EE;
	color:#0000FF;
	padding:1px 0;
/*	padding:3px 2px 2px 2px;
	text-align:center;*/
	width:12em;
/*	top:8px;*/
	font-size:117%;/*browser default ≒14px*/
/*	position:absolute;*/
}

#master_link p a:hover{
	background: url("../img/config_selected.gif") left center no-repeat #BFC8D7;
	color:#000;
}

/*▼テーブルサイズ（修正/削除)*/
.RT01_oredrrev_schbox{
	width:700px;
}

/*▼一覧テーブルサイズ（修正/削除)*/

div.RT01_list_table{
	border:solid 1px #999999;
	overflow-x:scroll;
	clear:both;
	width:100%;
}
* html div.RT01_list_table{
	width:99.8%;
}

div.RT01_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}

* html div.RT01_list_table table,
*:first-child+html div.RT01_list_table table{
	font-size:100%;
}

div.RT01_list_table table tr td,
div.RT01_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.RT01_list_table table tr td{
	padding:4px 4px;
}

div.RT01_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}

/*▼テーブル各項目の幅指定*/

div.wrn_msg{
/*	font-size:116%;*/
	line-height:16px;
	font-weight:bold;
	color:#FF0000;
}

p.wrn_msg2{
	font-weight:bold;
	font-size:15px;
	color: #0000FF;
}

.wrn_msg_color{
	color: #ff0000;
}

/*■区分、削除*/
.RT01_th_kbn div,
.RT01_th_del div{
	width:3em;
}
.RT01_th_kbn,
.RT01_th_del{
	text-align:center !important;
}


/*■No.*/
.RT01_th_no div{
	width:1.5em;
}
.RT01_th_no{
	text-align:center !important;
}

/*■詳細ボタン*/
.RT01_th_detailbtn div{
	width:3.5em;
}
.RT01_th_detailbtn{
	text-align:center !important;
}

/*■品目名*/
.RT01_th_hinmoku_name div{
	width:5em;
}
.RT01_th_hinmoku_name{
	width:14%;
}

/*■資材名（可変）*/
.RT01_th_item_name div{
	width:6em;
}
.RT01_th_item_name{
	width:33%;
}

/*■資材コード*/
.RT01_th_item_code div{
	width:6em;
}

/*■種類名*/
.RT01_th_shurui_name div{
	width:7em;
}
.RT01_th_shurui_name{
	width:14%;
}

/*■出荷制限値/回*/
.RT01_th_shukka_seigen div{
	width:7em;
}
.RT01_th_shukka_seigen{
	text-align:right !important;
	width:14%;
}

/*■時間指定*/
.RT01_th_jikanShitei div{
	width:5em;
}
.RT01_th_jikanShitei{
	text-align:center !important;
	width:11%;
}

/*■単価、出荷依頼数（可変）*/
.RT01_th_tanka div{
	width:5em;
}

.RT01_th_irai div{
	width:7em;
}
.RT01_th_tanka,
.RT01_th_irai{
	text-align:right !important;
	width:14%;
}
.RT01_th_henkyaku_kan div{
	width:10em;
}
.RT01_th_henkyaku_kan{
	text-align:right !important;
}

/*■承認（可変）*/
.RT01_th_kanou div{
	width:6em;
	text-align:center !important;
}

/*■出荷可能数（可変）*/
.RT01_th_kanou div{
	width:6em;
}

.RT01_th_kanou{
	text-align:right !important;
	width:10%;
}

/*■出荷制限値/回*/
.RT01_th_seigen div{
	width:6.5em;
}

.RT01_th_seigen{
	text-align:right !important;
	width:10%;
}

/*■出荷目安数（可変)*/
.RT01_th_meyasu div{
	width:5.5em;
}

.RT01_th_meyasu{
	width:10%;
}


/*■袋 */
.RT01_th_shohin_kbn div{
	width:2em;
}
.RT01_th_shohin_kbn{
	text-align:center !important;
}

/*■袋詰め順*/
.RT01_th_hukuro div{
	width:4em;
}
.RT01_th_hukuro{
	text-align:right !important;
}


}
/*■td*/

/*資材名*/
.RT01_td_in{
font-weight:bold !important;
}

/*詳細ボタン、区分、削除ボタン*/
.RT01_td_dtlbt,
.RT01_td_kbn,
.RT01_td_del{
	text-align:center !important;
}
/*No.、数値関係*/
.RT01_td_no,
.RT01_td_iaq,
.RT01_td_shukka_jogen{
	text-align:right !important;
}

/*袋*/
.RT01_td_shohin_kbn{
	text-align:center !important;
}

/*袋詰め順*/
.RT01_td_hukuro{
	text-align:right !important;
}
.RT01_td_hukuro input{
	width:2em;
	text-align:right;
}

/*出荷依頼数*/
.RT01td_oa{
	text-align:right !important;
}
.RT01td_oa input{
	width:6em;
	text-align:right;
}

#RT01_tex_bikou{
	width:60em;
}

/*■出荷依頼基本情報＆届先情報*/

.RT01_db_syukka{
	width:38em;
}

.RT01_datablock{
	line-height:19px;
	margin-bottom:2px;
	margin-right:1em;
}

.RT01_datablock span.RT01_head{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:150px;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.RT01_data_len1{
	white-space: nowrap;
}

#RT01_db_shiyou_kikan{
	width:60em;
}

#RT01_db_tex_ph_num,
#RT01_db_haisou_date{
	width:100em;
}

#RT01_db_nm_ka{
	margin-bottom:0px !important;
	width:30em;
}

#RT01_db_tex_bikou{
	width:45em;
	word-break:break-all;
}

.RT01_datablock span.data{
	display:block;
	padding:1px 2px;
}

.RT01_datablock span.RT01_data{
	display:block;
	padding:1px 2px;
}

.RT01_dtblck_flt{
	float:left;
}

.RT01_dtblck_clr{
	clear:both;
}


#RT01_csect_syukka{
	position:relative;
}
/*
#RT01_h_space{
	margin-top:-3px !important;
	padding-top:5px;
}*/
/*
#RT01_p_space{
	padding-bottom:25px;
}*/
#RT01_p_space{
	width:100em;
}
/*
#RT01_p_space2{
	padding-bottom:4px;
}*/


/*▼テーブル各項目の幅指定(修正/削除)*/

/*■修正、取消*/
.RT01_th_syusei div,
.RT01_th_trikesi div{
	width:3em;
}
.RT01_th_syusei,
.RT01_th_trikesi{
	text-align:center !important;
}

/*■出荷依頼日*/
.RT01_th_date div{
	width:7em;
}

/*■入力者*/
.RT01_th_input_person div{
	width:6em;
}

/*■使用者*/
.RT01_th_tanto_person div{
	width:6em;
}

/*■届先名（可変）*/
.RT01_th_tdksk_name div{
	width:12em;
}
.RT01_th_tdksk_name{
	width:15%;
}

/*■住所（可変）*/
.RT01_th_addres div{
	width:12em;
}
/*■承認*/
.RT01_th_shonin div{
	width:3em;
}
.RT01_th_shonin {
	text-align:center !important;
}
.RT01_th_addres{
	width:30%;
}
/*■td*/


/*修正、取消*/
.RT01_td_syusei,
.RT01_td_torikesi{
	text-align:center !important;
}

/*選択、削除*/
.RT01_td_sentk,
.RT01_td_del{
	text-align:center !important;
}

/*合計ライン*/
#RT01_tnk_total{
	text-align:right;
	margin-right:2px;
	float:right;
}

#RT01_tnk_total p{
	width:16em;
	clear:both;
}

#RT01_tnk_total p span{
	display:block;
	float:left;
	line-height:140%;
	border-bottom:1px solid #666666;
}

span.RT01_total_head{
	width:7em;
}
span.RT01_total_data{
	width:9em;
}
/* 備考 */
#RT01_tex_bikou{
	width:40em;
}

.RT01_reject_riyu{
	font-size: 1.0em;
	color: red;
	font-weight: bold;
}

#RT01_shizai_list tr.red .RT01_td_warn {
	font-size: 1.0em important!;
	color: red !important!;
	font-weight: bold !important;
}

table.RT01_upld_tbl{
	width:100%;
	border-collapse: collapse;
}

table.RT01_upld_tbl td.RT01_head_td{
	padding:2px 4px;
	line-height:19px;
	width:150px;
	background-color:#CCCCCC;
	text-align:right;
}

table.RT01_upld_tbl td.RT01_data_td{
	display:block;
	padding:2px;
	min-height:23px;
	vertical-align:middle;
}
.RT01_FREE_TEXT_H{
	width:11em;
	text-align:right !important;
	padding:0 !important;
	background-color:#CCCCCC;
}

.RT01_FREE_TEXT_H span.head{
	padding:2px 2px;
	display:block;
	line-height:19px;
	float:left;
	width:13.2em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
	white-space:nowrap;
}

.RT01_FREE_TEXT_D{
	display:block;
	padding:2px;
	word-break:break-all;
}


/*****************************
■RT02_貸出申請承認
******************************/
.RT02_th_seq{
	width:2.3em;
	text-align:center !important;
}
.RT02_td_seq{
	text-align:center !important;
	white-space: nowrap;
}
.RT02_th_sentaku div{
	width:3em;
}
.RT02_th_sentaku{
	text-align:center !important;
}
.RT02_th_shonin div{
	width:5.8em;
}
.RT02_th_sinsei_person div{
	width:5em;
}
.RT02_th_sinsei_person{
	width:20%;
}

.rt02_datablock{
	line-height:19px;
	margin-bottom:2px;
	margin-right:1em;
}

.rt02_datablock span.rt02_head{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:10em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.rt02_datablock span.rt02_data{
	display:block;
	padding:1px 2px;
}

.rt02_dtblck_flt{
	float:left;
}

#rt02_db_tsc{
	width:45em;
}
#rt02_db_tsc_long{
	width:60em;
}


/*****************************
■RT03_出荷情報照会
******************************/

.RT03_std_th{
	width:60px;
}

.RT03_std_th_2{
	width:70px;
}

/*■使用者*/
.RT03_th_tanto_person div{
	width:5em;
}
.RT03_th_tanto_person{
	width:20%;
}

.RT03_th_seq{
	width:2.3em;
	text-align:center !important;
}
.RT03_td_seq{
	text-align:center !important;
	white-space: nowrap;
}

/*■詳細ボタン*/
.RT03_th_detailbtn div{
	width:2.5em;
}
.RT03_th_detailbtn{
	text-align:center !important;
	white-space: nowrap;
}

/*詳細ボタン*/
.RT03_td_dtlbt{
	text-align:center !important;
	white-space: nowrap;
}

/*■宅配便伝票番号*/
.RT03_th_delivery_code div{
	width:10em;
}


.RT03_denpyobtn{
	display:block;
	background-color:#C0D5EE;
	border:solid 1px #838A97;
	color:#0055aa;
	padding:2px 2px 2px 2px;
	text-decoration:none;
	text-align:center;
	width:10em;
}

.RT03_denpyobtn2{
	display:block;
	background-color:#C0D5EE;
	border:solid 1px #838A97;
	padding:2px 2px 2px 2px;
	color:#0055aa;
	text-decoration:none;
	text-align:center;
	width:14em;
}

.RT03_denpyobtn3{
	display:block;
	padding:2px 2px 2px 2px;
	text-decoration:none;
	text-align:center;
	width:14em;
}

/*▼詳細（テーブル各項目の幅指定）*/

.rt03_datablock{
	line-height:19px;
	margin-bottom:2px;
	margin-right:1em;
}

.rt03_datablock span.rt03_head{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:11em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.rt03_datablock span.rt03_data{
	display:block;
	padding:1px 2px;
}


.rt03_dtblck_flt{
	float:left;
}

#rt03_db_tsc{
	width:45em;
}
#rt03_db_tsc_long{
	width:60em;
}

.rt03_data_len1{
	white-space: nowrap;
}

#rt03_db_tex_ph_num{
	width:35em;
}

/*■No.*/
.RT03_th_no_syukka div{
	width:2.5em;
}
.RT03_th_no_syukka{
	text-align:center !important;
}

/*■修正、削除*/
.RT03_th_syusei div,
.RT03_th_sakujo div{
	width:3em;
}
.RT03_th_syusei,
.RT03_th_sakujo{
	text-align:center !important;
}

/*■資材名（可変）*/
.RT03_th_item_name_syukka div{
	width:5em;
}
.RT03_th_item_name_syukka{
	width:33%;
}
/*■資材コード*/
.RT03_th_item_code_syukka div{
	width:6em;
}
.RT03_th_item_code_syukka{
	width:10%;
}

/*■出荷依頼数（可変）、出荷数（可変）*/
.RT03_th_irai_syukka div,
.RT03_th_syyukka_syukka div{
	width:5.5em;
}
.RT03_th_irai_syukka,
.RT03_th_syyukka_syukka{
	text-align:right !important;
	width:20%;
}

/*■申請数、実績数*/
.RT03_th_shinseisuu div,
.RT03_th_jissekisuu div{
	width:4em;
}
.RT03_th_shinseisuu,
.RT03_th_jissekisuu{
	text-align:right !important;
}

/*■出荷日*/
.RT03_th_syukka_date_syukka div,
.RT03_th_henkyaku_date_syukka div{
	width:7em;
}
.RT03_th_syukka_date_syukka,
.RT03_th_henkyaku_date_syukka{
	text-align:center !important;
}

/*■出荷明細区分,時間指定可/不可,承認有無*/
.RT03_th_meisai div,
.RT03_th_shiteijikan div,
.RT03_th_shonin div{
	width:7em;
}
.RT03_th_meisai,
.RT03_th_shiteijikan,
.RT03_th_shonin{
	text-align:center !important;
}
/*■ロット番号*/
.RT03_th_lot div{
	width:3em;
}

/*■出荷目安数（可変)*/
.RT03_th_meyasu div{
	width:6em;
}

.RT03_th_meyasu{
	width:10%;
}

/*■td*/

/*資材名*/
.RT03_td_in_syukka{
font-weight:bold !important;
}
/*区分、日付関係*/
.RT03_td_mesaikbn_syukka,
.RT03_td_day_syukka{
	text-align:center !important;
}
/*No.、数値関係*/
.RT03_td_no_syukka,
.RT03_td_iaq_syukka{
	text-align:right !important;
}
.RT03_FREE_TEXT_H{
	width:11em;
	text-align:right !important;
	padding:0 !important;
	background-color:#CCCCCC;
}

.RT03_FREE_TEXT_H span.head{
	padding:2px 2px;
	display:block;
	line-height:19px;
	float:left;
	width:11.2em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
	white-space:nowrap;
}

.RT03_FREE_TEXT_D{
	display:block;
	padding:2px;
	word-break:break-all;
}


/*****************************
■RT04_延長申請入力
******************************/

/*▼条件入力画面*/

/*■あいまい検索メッセージ*/
p.RT04_sttcsch {
	color:#000099;
	margin-top:1em;
	margin-bottom:1em;
}

/*■行背景色(期限日近く) */
tr.RT04_tr_alert_soon {
	background-color:yellow;
}
/*■行背景色(期限日超過) */
tr.RT04_tr_alert_over {
	background-color:red;
}

/*▼一覧 */

/*■No*/
.RT04_td_seq {
	text-align:right !important;
}

/*■延長申請*/
.RT04_th_shinsei,
.RT04_th_del {
	text-align:center !important;
}
.RT04_th_shinsei div{
	width:4.8em;
}

/*■貸出期間*/
.RT04_th_date div{
	width:12em;
}

/*■削除*/
.RT04_th_del div{
	width:3.2em;
}

/*■延長前貸出申請番号*/
.RT04_th_order_code div{
	width:10.8em;
}

/*■承認ステータス*/
.RT04_th_status div{
	width:8.4em;
}

/*▼入力画面 */

.RT04_tex_bikou{
	width:40em;
}

.RT04_std_th{
	width:90px;
}

.RT04_std_th_2{
	width:40px;
}

/*■使用者*/
.RT04_th_tanto_person div{
	width:5em;
}
.RT04_th_tanto_person{
	width:20%;
}

.RT04_th_seq{
	width:2.3em;
	text-align:center !important;
}
.RT04_td_seq{
	text-align:center !important;
	white-space: nowrap;
}

/*■写真*/
.RT04_th_photo div{
	width:2.5em;
}
.RT04_th_photo,
.RT04_td_photo{
	text-align:center !important;
}

/*■宅配便伝票番号*/
.RT04_th_delivery_code div{
	width:10em;
}

.RT04_denpyobtn{
	display:block;
	background-color:#C0D5EE;
	border:solid 1px #838A97;
	color:#0055aa;
	padding:2px 2px 2px 2px;
	text-decoration:none;
	text-align:center;
	width:10em;
}

.RT04_denpyobtn2{
	display:block;
	background-color:#C0D5EE;
	border:solid 1px #838A97;
	padding:2px 2px 2px 2px;
	color:#0055aa;
	text-decoration:none;
	text-align:center;
	width:12em;
}

.RT04_denpyobtn3{
	display:block;
	padding:2px 2px 2px 2px;
	text-decoration:none;
	text-align:center;
	width:12em;
}

/*▼詳細（テーブル各項目の幅指定）*/

.RT04_datablock{
	line-height:19px;
	margin-bottom:2px;
	margin-right:1em;
}

.RT04_datablock span.RT04_head{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:150px;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.RT04_datablock span.RT04_data{
	display:block;
	padding:1px 2px;
}

.RT04_datablock span.data{
	display:block;
	padding:1px 2px;
}

.RT04_dtblck_flt{
	float:left;
}

#RT04_db_tsc{
	width:45em;
}
#RT04_db_tsc_long{
	width:60em;
}

.RT04_data_len1{
	white-space: nowrap;
	/* width:60em; */
}

#RT04_db_tex_ph_num{
	width:100em;
}

#RT04_db_tex_bikou{
	width:50em;
}

/*■チェック*/
.RT04_th_check div{
	width:3em;
}
.RT04_th_check,
.RT04_td_check{
	text-align:center !important;
}

/*■承認*/
.RT04_th_shonin div{
	width:3.6em;
}
.RT04_th_shonin,
.RT04_td_shonin{
	text-align:center !important;
}

/*■返却作業完了日*/
.RT04_th_sagyo_kanryo_date div{
	width:8.4em;
}

/*■No.*/
.RT04_th_no div{
	width:2.5em;
}
.RT04_td_no{
	text-align:right !important;
}

/*■修正、削除*/
.RT04_th_syusei div,
.RT04_th_sakujo div{
	width:3em;
}
.RT04_th_syusei,
.RT04_th_sakujo{
	text-align:center !important;
}

/*■資材名（可変）*/
.RT04_th_item_name div{
	width:5em;
}
.RT04_th_item_name{
	width:33%;
}
/*■資材コード*/
.RT04_th_item_code div{
	width:6em;
}
.RT04_th_item_code{
	width:15%;
}

/* 品目名 種類名 カテゴリ名*/
.RT04_th_hinmoku_name div,
.RT04_th_shurui_name div{
	width:8em;
}

/*■出荷依頼数（可変）、出荷数（可変）*/
.RT04_th_irai div,
.RT04_th_syyukka_syukka div{
	width:5.5em;
}
.RT04_th_irai,
.RT04_th_syyukka_syukka{
	text-align:right !important;
	width:20%;
}

/*■申請数、実績数*/
.RT04_th_shinseisuu div{
	width:4em;
}
.RT04_th_shinseisuu{
	text-align:right !important;
}

/*■出荷日*/
.RT04_th_syukka_date_syukka div,
.RT04_th_henkyaku_date_syukka div{
	width:7em;
}
.RT04_th_syukka_date_syukka,
.RT04_th_henkyaku_date_syukka{
	text-align:center !important;
}

/*■出荷明細区分,時間指定可/不可,承認有無*/
.RT04_th_meisai div,
.RT04_th_shiteijikan div,
.RT04_th_shonin div{
	width:7em;
}
.RT04_th_meisai,
.RT04_th_shiteijikan,
.RT04_th_shonin{
	text-align:center !important;
}
/*■ロット番号*/
.RT04_th_lot div{
	width:3em;
}

/*■出荷目安数（可変)*/
.RT04_th_meyasu div{
	width:6em;
}

.RT04_th_meyasu{
	width:10%;
}

/*■td*/

/*資材名*/
.RT04_td_in_syukka{
font-weight:bold !important;
}
/*区分、日付関係*/
.RT04_td_mesaikbn_syukka,
.RT04_td_day_syukka,
.RT04_td_del{
	text-align:center !important;
}
/*No.、数値関係*/
.RT04_td_no_syukka,
.RT04_td_iaq_syukka,
.RT04_td_irai,
.RT04td_oa{
	text-align:right !important;
}

/* 貸出可能数 */
.RT04_th_kanou div,
.RT04_td_kanou{
	text-align:center !important;
	width:6em;
}

table.RT04_upld_tbl{
	width:100%;
	border-collapse: collapse;
}

table.RT04_upld_tbl td.RT04_head_td{
	padding:2px 4px;
	width:140px;
	background-color:#CCCCCC;
	text-align:right;
}

table.RT04_upld_tbl td.RT04_data_td{
	display:block;
	padding:2px;
	vertical-align:middle;
}

#RT04_db_shiyou_kikan{
	width:40em;
}

#RT04_db_nm_ka{
	margin-bottom:0px !important;
	width:30em;
}

#RT04_db_haisou_date{
	width:100em;
}

#RT04_p_space{
	width:100em;
}

h1 span.st_hinin{
	font-size:81%;/*≒13px*/
	color:white;
	padding:2px 4px;
	margin:5px 0 2px 1em;
	height:20px;
	line-height:20px;
	background-color:red;
	border:1px solid #0F3678;
}

h1 span.st_mishonin{
	font-size:81%;/*≒13px*/
	padding:2px 4px;
	margin:5px 0 2px 1em;
	height:20px;
	line-height:20px;
	background-color:#edebbe;
	border:1px solid #0F3678;
}

h1 span.st_shoninzumi{
	font-size:81%;/*≒13px*/
	padding:2px 4px;
	margin:5px 0 2px 1em;
	height:20px;
	line-height:20px;
	background-color:#caedcb;
	border:1px solid #0F3678;
}
.RT04_FREE_TEXT_H{
	width:11em;
	text-align:right !important;
	padding:0 !important;
	background-color:#CCCCCC;
}

.RT04_FREE_TEXT_H span.head{
	padding:2px 2px;
	display:block;
	line-height:19px;
	float:left;
	width:13.2em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
	white-space:nowrap;
}

.RT04_FREE_TEXT_D{
	display:block;
	padding:2px;
	word-break:break-all;
}



/*****************************
■RT05_延長申請承認
******************************/
.RT05_th_seq{
	width:2.3em;
	text-align:center !important;
}
.RT05_td_seq{
	text-align:center !important;
	white-space: nowrap;
}
.RT05_th_sentaku div{
	width:3em;
}
.RT05_th_sentaku{
	text-align:center !important;
}
.RT05_th_shonin div{
	width:5.8em;
}
.RT05_th_sinsei_person div{
	width:5em;
}
.RT05_th_sinsei_person{
	width:20%;
}

.rt05_datablock{
	line-height:19px;
	margin-bottom:2px;
	margin-right:1em;
}

.rt05_datablock span.rt05_head{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:10em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.rt05_datablock span.rt05_data{
	display:block;
	padding:1px 2px;
}

.rt05_dtblck_flt{
	float:left;
}

#rt05_db_tsc{
	width:45em;
}
#rt05_db_tsc_long{
	width:60em;
}

/*****************************
■RT06_在庫情報照会（臨床サンプル）（支店・営業所用）
******************************/

.rt06_std_schbox{
	width:700px;
}
.rt06_std_schbox .std_th{
	width:114px;
}
.rt06_std_schbox .short_th{
	width:72px;
}

p.RT06_sttcsch {/*あいまい検索メッセージ*/
	color:#000099;
	margin-top:1em;
	margin-bottom:1em;
}

/*■一覧表*/


div.RT06_list_table{
	border:solid 1px #999999;
	overflow-x:scroll;
	overflow:auto;
	clear:both;
	width:100%;
}
* html div.RT06_list_table{
	width:99.8%;
}
div.RT06_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}
* html div.RT06_list_table table,
*:first-child+html div.RT06_list_table table{
	font-size:100%;
}

div.RT06_list_table table tr td,
div.RT06_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.RT06_list_table table tr td{
	padding:4px 4px;
}

div.RT06_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}
/*■テーブルヘッダ*/

/*SEQ*/
.RT06_th_seq{
	width:2.5em;
	text-align:center !important;
}
/*詳細ボタン、割当詳細ボタン*/
.RT06_th_detailbtn div,
.RT06_th_wariatebtn div{
	width:3.5em;
}
.RT06_th_detailbtn,
.RT06_th_wariatebth{
	text-align:center !important;
}

/*一覧見出し(組織名)の幅*/
.RT06_th_soshiki_name div {
	width:16em;
}

/*経過日数の幅*/
.RT06_th_keika_nissu div {
	width:5em;
}

/*経過日数の幅*/
.RT06_th_henkyaku_date div {
	width:7.5em;
}

/*■td*/

/*資材名*/
.RT06_td_it_na{
font-weight:bold !important;
word-break:break-all;
}

/*詳細、写真、入庫待ち、割当ボタン*/
.RT06_td_syosai,
.RT06_td_thm,
.RT06_td_ebook_icon,
.RT06_td_nyu_mati,
.RT06_td_wa_btn{
	text-align:center !important;
}

/*seq,数量関係*/
.RT06_td_seq,
.RT06_td_iaq{
	text-align:right !important;
}


/*▼詳細（テーブル各項目の幅指定）*/

.rt06_datablock{
	line-height:19px;
	margin-bottom:2px;
	margin-right:1em;
}

.rt06_datablock span.rt06_head{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:11em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.rt06_datablock span.rt06_data{
	display:block;
	padding:1px 2px;
}


.rt06_dtblck_flt{
	float:left;
}

#rt06_db_tsc{
	width:45em;
}
#rt06_db_tsc_long{
	width:60em;
}

.rt06_data_len1{
	white-space: nowrap;
}

#rt06_db_tex_ph_num{
	width:35em;
}

/*■No.*/
.RT06_th_no_syukka div{
	width:2.5em;
}
.RT06_th_no_syukka{
	text-align:center !important;
}

/*■修正、削除*/
.RT06_th_syusei div,
.RT06_th_sakujo div{
	width:3em;
}
.RT06_th_syusei,
.RT06_th_sakujo{
	text-align:center !important;
}

/*■資材名（可変）*/
.RT06_th_item_name_syukka div{
	width:5em;
}
.RT06_th_item_name_syukka{
	width:33%;
}
/*■資材コード*/
.RT06_th_item_code_syukka div{
	width:6em;
}
.RT06_th_item_code_syukka{
	width:10%;
}

/*■出荷依頼数（可変）、出荷数（可変）*/
.RT06_th_irai_syukka div,
.RT06_th_syyukka_syukka div{
	width:5.5em;
}
.RT06_th_irai_syukka,
.RT06_th_syyukka_syukka{
	text-align:right !important;
	width:20%;
}

/*■申請数、実績数*/
.RT06_th_shinseisuu div{
	width:4em;
}
.RT06_th_shinseisuu{
	text-align:right !important;
}

/*■出荷日*/
.RT06_th_syukka_date_syukka div,
.RT06_th_henkyaku_date_syukka div{
	width:7em;
}
.RT06_th_syukka_date_syukka,
.RT06_th_henkyaku_date_syukka{
	text-align:center !important;
}

/*■出荷明細区分,時間指定可/不可,承認有無*/
.RT06_th_meisai div,
.RT06_th_shiteijikan div,
.RT06_th_shonin div{
	width:7em;
}
.RT06_th_meisai,
.RT06_th_shiteijikan,
.RT06_th_shonin{
	text-align:center !important;
}
/*■ロット番号*/
.RT06_th_lot div{
	width:3em;
}

/*■出荷目安数（可変)*/
.RT06_th_meyasu div{
	width:6em;
}

.RT06_th_meyasu{
	width:10%;
}

/*■td*/

/*資材名*/
.RT06_td_in_syukka{
font-weight:bold !important;
}
/*区分、日付関係*/
.RT06_td_mesaikbn_syukka,
.RT06_td_day_syukka{
	text-align:center !important;
}
/*No.、数値関係*/
.RT06_td_no_syukka,
.RT06_td_iaq_syukka{
	text-align:right !important;
}

.RT06_FREE_TEXT_H{
	width:11em;
	text-align:right !important;
	padding:0 !important;
	background-color:#CCCCCC;
}

.RT06_FREE_TEXT_H span.head{
	padding:2px 2px;
	display:block;
	line-height:19px;
	float:left;
	width:11.2em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
	white-space:nowrap;
}

.RT06_FREE_TEXT_D{
	display:block;
	padding:2px;
	word-break:break-all;
}

/*****************************
■RT09_出荷依頼連携データ出力
******************************/

/*▼条件入力画面*/

/*■メッセージ*/
div#RT09_content_sect{
	margin-top:8px;
	margin-bottom:12px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
}
/*comboBox検索機能の横幅*/
.RT09_oredrrev_schbox{
	width:750px;
}

/*■入力項目見出し(幅は各画面個別に指定)*/
.RT09_ctr_th{
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
	width: 12em;
}

/*■textbox設定*/
input#RT09_tex_number{
/*	width:7.2em; */
	width:8em;
}

/*▼確認画面*/
.RT09_fin_message{
	line-height:160%;
}

/*****************************
■RT11_在庫情報照会（貸出機材）（本社用）
******************************/
.rt11_std_schbox{
	width:780px;
}
.rt11_std_schbox .std_th{
	width:114px;
}
.rt11_std_schbox .short_th{
	width:72px;
}

p.RT11_sttcsch {/*あいまい検索メッセージ*/
	color:#000099;
	margin-top:1em;
	margin-bottom:1em;
}

/*■一覧表*/


div.RT11_list_table{
	border:solid 1px #999999;
	overflow-x:scroll;
	overflow:auto;
	clear:both;
	width:100%;
}
* html div.RT11_list_table{
	width:99.8%;
}
div.RT11_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}
* html div.RT11_list_table table,
*:first-child+html div.RT11_list_table table{
	font-size:100%;
}

div.RT11_list_table table tr td,
div.RT11_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.RT11_list_table table tr td{
	padding:4px 4px;
}

div.RT11_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}
/*■テーブルヘッダ*/

/*SEQ*/
.RT11_th_seq{
	width:2.5em;
	text-align:center !important;
}
/*詳細ボタン、割当詳細ボタン*/
.RT11_th_detailbtn div,
.RT11_th_wariatebtn div{
	width:3.5em;
}
.RT11_th_detailbtn,
.RT11_th_wariatebth{
	text-align:center !important;
}
/*写真*/
.RT11_th_thumbnail div{
	width:3em;
}
.RT11_th_thumbnail{
	text-align:center !important;
}

/*資材名（可変）、コメント*/
.RT11_th_item_name div,
.RT11_th_coment div{
	width:11em;
}
.RT11_th_item_name,
.RT11_th_coment{
	width:40%;
}

/* カテゴリ1,カテゴリ2,カテゴリ3 */
.RT11_th_cat1_name div,
.RT11_th_cat2_name div,
.RT11_th_cat3_name div{
	width:10em;
}
/*資材コード*/
.RT11_th_item_code div{
	width:5em;
}
/*
所有数量
申請中数量
貸出中数量
ﾘﾊﾋﾞｯｼｭ中
貸出可能数
実在庫
*/
.RT11_th_shoyu div,
.RT11_th_shinsei div,
.RT11_th_kashidashichu div,
.RT11_th_refurbish div,
.RT11_th_kashidashikanou div,
.RT11_th_jitu div{
	width:5em;
}
.RT11_th_shoyu,
.RT11_th_shinsei,
.RT11_th_kashidashichu,
.RT11_th_refurbish,
.RT11_th_kashidashikanou,
.RT11_th_jitu{
	text-align:right !important;
	width:20%;
}
/*入庫待ち出荷*/
.RT11_th_nyuko_mati div{
	width:6em;
}
.RT11_th_nyuko_mati{
	text-align:center !important;
}
/*在庫数量（可変）
	＋基準在庫
	＋在庫合計
	＋本社保留在庫
	＋全社フリー在庫
	＋取置在庫
	＋在庫数*/
.RT11_th_kizyun_zaiko div,
.RT11_th_zaiko_gokei div,
.RT11_th_honsya_horyu div,
.RT11_th_honsya_free div,
.RT11_th_zensya_free div,
.RT11_th_torioki_zaiko div{
	width:6em;
}
.RT11_th_kizyun_zaiko,
.RT11_th_zaiko_gokei,
.RT11_th_honsya_horyu,
.RT11_th_honsya_free,
.RT11_th_zensya_free,
.RT11_th_torioki_zaiko{
	text-align:right !important;
	width:20%;
}
/*■td*/

/*資材名*/
.RT11_td_it_na{
font-weight:bold !important;
word-break:break-all;
}

/*詳細、写真、入庫待ち、割当ボタン*/
.RT11_td_syosai,
.RT11_td_thm,
.RT11_td_ebook_icon,
.RT11_td_nyu_mati,
.RT11_td_wa_btn{
	text-align:center !important;
}

/*seq,数量関係*/
.RT11_td_seq,
.RT11_td_iaq{
	text-align:right !important;
}

/*****************************
■rt12_在庫調整連携データ出力
******************************/
/*▼条件入力画面*/
/*■table*/
.RT12_schbox{
	width:600px;
}

/*■textbox設定*/
input#RT12_tex_encho_no{
	width:8em;
}

/*▼確認画面*/
.RT12_fin_message{
	line-height:160%;
}

/*■入力項目見出し(幅は各画面個別に指定)*/
.RT12_ctr_th{
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
	width: 10em;
	line-height:20px;
}

/*****************************
■RT13_在庫情報照会（臨床サンプル）（本社用）
******************************/

.rt13_std_schbox{
	width:780px;
}
.rt13_std_schbox .std_th{
	width:114px;
}
.rt13_std_schbox .short_th{
	width:72px;
}

p.RT13_sttcsch {/*あいまい検索メッセージ*/
	color:#000099;
	margin-top:1em;
	margin-bottom:1em;
}

/*■一覧表*/


div.RT13_list_table{
	border:solid 1px #999999;
	overflow-x:scroll;
	overflow:auto;
	clear:both;
	width:100%;
}
* html div.RT13_list_table{
	width:99.8%;
}
div.RT13_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}
* html div.RT13_list_table table,
*:first-child+html div.RT13_list_table table{
	font-size:100%;
}

div.RT13_list_table table tr td,
div.RT13_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.RT13_list_table table tr td{
	padding:4px 4px;
}

div.RT13_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}
/*■テーブルヘッダ*/

/*SEQ*/
.RT13_th_seq{
	width:2.5em;
	text-align:center !important;
}
/*詳細ボタン、割当詳細ボタン*/
.RT13_th_detailbtn div,
.RT13_th_wariatebtn div{
	width:3.5em;
}
.RT13_th_detailbtn,
.RT13_th_wariatebth{
	text-align:center !important;
}
/*写真*/
.RT13_th_thumbnail div{
	width:3em;
}
.RT13_th_thumbnail{
	text-align:center !important;
}

/*資材名（可変）、コメント*/
.RT13_th_item_name div,
.RT13_th_coment div{
	width:11em;
}
.RT13_th_item_name,
.RT13_th_coment{
	width:40%;
}

/* カテゴリ1,カテゴリ2,カテゴリ3 */
.RT13_th_cat1_name div,
.RT13_th_cat2_name div,
.RT13_th_cat3_name div{
	width:10em;
}
/*資材コード*/
.RT13_th_item_code div{
	width:5em;
}
/*単価*/
.RT13_th_tanka div{
	width:5em;
}
.RT13_th_tanka{
	text-align:right !important;
	width:20%;
}
/*入庫待ち出荷*/
.RT13_th_nyuko_mati div{
	width:6em;
}
.RT13_th_nyuko_mati{
	text-align:center !important;
}
/*在庫数量（可変）
	＋基準在庫
	＋在庫合計
	＋本社保留在庫
	＋全社フリー在庫
	＋取置在庫
	＋在庫数*/
.RT13_th_kizyun_zaiko div,
.RT13_th_zaiko_gokei div,
.RT13_th_honsya_horyu div,
.RT13_th_honsya_free div,
.RT13_th_zensya_free div,
.RT13_th_torioki_zaiko div{
	width:6em;
}
.RT13_th_kizyun_zaiko,
.RT13_th_zaiko_gokei,
.RT13_th_honsya_horyu,
.RT13_th_honsya_free,
.RT13_th_zensya_free,
.RT13_th_torioki_zaiko{
	text-align:right !important;
	width:20%;
}
/*■td*/

/*資材名*/
.RT13_td_it_na{
font-weight:bold !important;
word-break:break-all;
}

/*詳細、写真、入庫待ち、割当ボタン*/
.RT13_td_syosai,
.RT13_td_thm,
.RT13_td_ebook_icon,
.RT13_td_nyu_mati,
.RT13_td_wa_btn{
	text-align:center !important;
}

/*seq,数量関係*/
.RT13_td_seq,
.RT13_td_iaq{
	text-align:right !important;
}

/*****************************
■RT14_在庫情報照会（臨床サンプル）（支店・営業所用）
******************************/

.rt14_std_schbox{
	width:700px;
}
.rt14_std_schbox .std_th{
	width:114px;
}
.rt14_std_schbox .short_th{
	width:72px;
}

p.RT14_sttcsch {/*あいまい検索メッセージ*/
	color:#000099;
	margin-top:1em;
	margin-bottom:1em;
}

/*■一覧表*/


div.RT14_list_table{
	border:solid 1px #999999;
	overflow-x:scroll;
	overflow:auto;
	clear:both;
	width:100%;
}
* html div.RT14_list_table{
	width:99.8%;
}
div.RT14_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}
* html div.RT14_list_table table,
*:first-child+html div.RT14_list_table table{
	font-size:100%;
}

div.RT14_list_table table tr td,
div.RT14_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.RT14_list_table table tr td{
	padding:4px 4px;
}

div.RT14_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}
/*■テーブルヘッダ*/

/*SEQ*/
.RT14_th_seq{
	width:2.5em;
	text-align:center !important;
}
/*詳細ボタン、割当詳細ボタン*/
.RT14_th_detailbtn div,
.RT14_th_wariatebtn div{
	width:3.5em;
}
.RT14_th_detailbtn,
.RT14_th_wariatebth{
	text-align:center !important;
}
/*写真*/
.RT14_th_thumbnail div{
	width:3em;
}
.RT14_th_thumbnail{
	text-align:center !important;
}

/*資材名（可変）、コメント*/
.RT14_th_item_name div,
.RT14_th_coment div{
	width:11em;
}
.RT14_th_item_name,
.RT14_th_coment{
	width:40%;
}

/* カテゴリ1,カテゴリ2,カテゴリ3 */
.RT14_th_cat1_name div,
.RT14_th_cat2_name div,
.RT14_th_cat3_name div{
	width:10em;
}
/*資材コード*/
.RT14_th_item_code div{
	width:5em;
}
/*単価*/
.RT14_th_tanka div{
	width:5em;
}
.RT14_th_tanka{
	text-align:right !important;
	width:20%;
}

/*在庫数量（可変）
	＋基準在庫
	＋在庫合計
	＋全社フリー在庫
	＋取置在庫
	＋在庫数*/
.RT14_th_zaiko_gokei div,
.RT14_th_honsya_free div,
.RT14_th_zensya_free div,
.RT14_th_torioki_zaiko div{
	width:6em;
}
.RT14_th_zaiko_gokei,
.RT14_th_honsya_free,
.RT14_th_zensya_free,
.RT14_th_torioki_zaiko{
	text-align:right !important;
	width:20%;
}
/*■td*/

/*資材名*/
.RT14_td_it_na{
font-weight:bold !important;
word-break:break-all;
}

/*詳細、写真、入庫待ち、割当ボタン*/
.RT14_td_syosai,
.RT14_td_thm,
.RT14_td_ebook_icon,
.RT14_td_nyu_mati,
.RT14_td_wa_btn{
	text-align:center !important;
}

/*seq,数量関係*/
.RT14_td_seq,
.RT14_td_iaq{
	text-align:right !important;
}

/*****************************
■RT16_入庫待ち資材照会（臨床サンプル）
******************************/
/*種類、品目*/
.RT16_ctr_th_m{/*入力項目見出し(幅は各画面個別に指定)*/
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
	width:90px
}
/**************** 返品管理サブシステム ***********************#****/

/**** HP01.出庫返品入力 ****/
/*■品目名*/
.HP01_th_hinmoku_name_syukka div{
	width:8em;
}

/*■資材名（可変）*/
.HP01_th_item_name_syukka div{
	width:11em;
}
.HP01_th_item_name_syukka{
	width:33%;
}
/*■資材コード*/
.HP01_th_item_code_syukka div{
	width:5em;
}
.HP01_th_item_code_syukka{
	width:20%;
}

/*■種類名*/
.HP01_th_shurui_name_syukka div{
	width:8em;
}


/**** HP02.出庫返品確定 ****/


/**** HP11.出庫返品実績ダウンロード ****/


/**** HP12.返品入庫データアップロード ****/

/**** HP13.返品実績照会 ****/
/*■品目名*/
.HP13_th_hinmoku_name_syukka div{
	width:8em;
}

/*■資材名（可変）*/
.HP13_th_item_name_syukka div{
	width:11em;
}
.HP13_th_item_name_syukka{
	width:33%;
}
/*■資材コード*/
.HP13_th_item_code_syukka div{
	width:5em;
}
.HP13_th_item_code_syukka{
	width:20%;
}

/*■種類名*/
.HP01_th_shurui_name_syukka div{
	width:8em;
}


/**************** 在庫管理サブシステム ***************************/

/*****************************
	(在庫管理関係)
******************************/

/**** ZK03.セット商品組上入力  ****/



/*****************************
/*■ZK04.在庫調整入力
******************************/
/* ボタンの部分*/
#ZK04_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}

.ZK04_std_schbox {/*条件入力画面入力エリアの設定*/
	width:450px;
}
.ZK04_content_style #searchbox {/*条件入力画面の入力部の配置*/
	margin-left:0 !important;
}
.ZK04_content_style p.positive_act {/*条件入力画面のボタンの配置*/
	text-align:center;
	text-align:left !important;
	z-index: 1;
}
.ZK04_content_style p.positive_act input {/*条件入力画面のボタンのサイズ*/
	height:1.8em;
	font-size:110%;
	padding:0 10px !important;
}
.ZK04_std_th {/*条件入力画面見出しの幅*/
	width:8em !important;
}
.ZK04_head {/*データ入力画面見出しの幅 */
	width:12em !important;
}
.ZK04_zaiko_body {/*データ入力画面 在庫数入力部の幅*/
	width:10em !important;
}
.ZK04_tex_number {/*テキスト入力(番号)の幅*/
	width:7em !important;
}
.ZK04_tex_shizai_cd,
.ZK04_tex_soshiki_cd {/*テキスト入力(資材コード,組織コード)の幅*/
	width:15em !important;
}
.ZK04_tex_suryo {/*テキスト入力(数値)の設定*/
	width:7.5em !important;
	text-align:right !important;
}
.ZK04_list_shorttable {/*数量調整部*/
	width:550px !important;
}
.ZK04_list_shorttable table {/*数量調整部テーブル*/
	width:100% !important;
}
.ZK04_th_zaiko div {/*テーブル見出し(在庫数)の幅*/
	width:8.5em !important;
}
.ZK04_th_zaiko {/*テーブル見出し(在庫数)の配置*/
	text-align:right !important;
}

.ZK04_sttcsch {
	color:#000099;
	margin-top:1em;
	margin-bottom:1em;
}

/*****************************
/*■ZK05.在庫調整確定入力
******************************/
.ZK05_std_schbox {/*条件入力画面入力エリアの設定*/
	width:450px;
}
.ZK05_tex_number {/*テキスト入力(番号)の幅*/
	width:11em !important;
	ime-mode: inactive;
}
.ZK05_std_th {/*条件入力画面見出しの幅*/
	width:8em !important;
}
.ZK05_th_seq div {/*一覧見出し(SEQ)の幅*/
	width:2em;
}
.ZK05_th_chosei_number div,
.ZK05_th_shizai_cd div,
.ZK05_th_soshiki_cd div {/*一覧見出し(在庫調整番号,組織コード,資材名)の幅*/
	width:10em;
}
.ZK05_th_shizai_name div,
.ZK05_th_soshiki_name div {/*一覧見出し(組織名,資材名)の幅*/
	width:16em;
}
.ZK05_th_status div {/*一覧見出し(区分)の幅*/
	width:10em;
}
.ZK05_th_status,
.ZK05_th_seq {/*一覧見出し(SEQ,区分)の配置*/
	text-align:center !important;
}
.ZK05_th_suryo div {/*一覧見出し(数量)の幅*/
	width:8.5em;
}
.ZK05_th_suryo {/*一覧見出し(数量)の配置*/
	text-align:right !important;
}
.ZK05_th_check div {/*一覧見出し(チェックボックス)の幅*/
	width:2.5em;
}
.ZK05_th_date div {/*一覧見出し(日付)の幅*/
	width:5.8em;
}
.ZK05_th_check {/*一覧見出し(チェックボックス)の配置*/
	text-align:center !important;
}
.ZK05_td_status,
.ZK05_td_check {/*一覧明細(チェックボックス,区分)の配置*/
	text-align:center !important;
}
.ZK05_th_shohin_kbn div {/*商品区分の幅*/
	width:5em;
}

/*****************************
/*■ZK11_セット組立依頼入力 追加しましたtakeda
******************************/

/*▼条件入力画面 */

/*■検索機能のtable*/
div#zk11_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
.zk11_oredrrev_schbox{
	width:700px;
}

/*■ボタン（class="oredrrev_schbox"）*/
#zk11_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}
#zk11_submit_btn_area input{
	height:1.8em;
	font-size:110%;
}
p.zk11_positive_act{
	text-align:left;
	position:relative;
	z-index: 1;
}



/*▼データ入力画面 */
/*■textbox設定*/
input#zk11_tex_item_cd{
	width:15em;
}
input#zk11_tex_set_su{
	width:11em;
	text-align: right;
}


/*■SEQ*/
.zk11_th_seq{
	text-align:center !important;
}
.zk11_th_seq div{
	width:2.5em;
}
.zk11_td_seq{
	text-align:right !important;
}

/*■数値系*/
.zk11_th_zaiko_su{
	text-align:right !important;
}
.zk11_th_zaiko_su div{
	width:10em;
}
/*■数値関係@（可変）
	＋構成数
	＋総数	*/
.zk11_th_kosei_su div,
.zk11_th_sou_su div{
	width:5em;
}
.zk11_th_kosei_su,
.zk11_th_sou_su{
	text-align:right !important;
	width:20%;
}
/*■数値関係@（可変）
	＋変更前本社
	＋変更後本社	*/
.zk11_th_henkou_mae div,
.zk11_th_henkou_go div{
	width:7em;
}
.zk11_th_henkou_mae,
.zk11_th_henkou_go{
	text-align:right !important;
	width:20%;
}

/*資材コード*/
.zk11_th_item_code div{
	width:6em;
}
/*資材名（可変）*/
.zk11_th_item_name{
	width:50%;
}
.zk11_th_item_name div{
	width:16em;
}
.zk11_td_na{
	font-weight:bold !important;
}

/*****************************
/*■ZK12_セット解体依頼入力 追加しましたtakeda
******************************/

/*▼条件入力画面 */

/*■検索機能のtable*/
div#zk12_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
.zk12_oredrrev_schbox{
	width:700px;
}

/*■ボタン（class="oredrrev_schbox"）*/
#zk12_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}
#zk12_submit_btn_area input{
	height:1.8em;
	font-size:110%;
}
p.zk12_positive_act{
	text-align:left;
	position:relative;
	z-index: 1;
}


/*▼データ入力画面 */
/*■textbox設定*/
input#zk12_tex_item_cd{
	width:15em;
}
input#zk12_tex_set_su{
	width:11em;
	text-align: right;
}

/*■SEQ*/
.zk12_th_seq{
	text-align:center !important;
}
.zk12_th_seq div{
	width:3em;
}
.zk12_td_seq{
	text-align:right !important;
}

/*■数値系*/
.zk12_th_zaiko_su{
	text-align:right !important;
}
.zk12_th_zaiko_su div{
	width:10em;
}



/*****************************
/*■ZK13_セット確定入力 追加しましたtakeda
******************************/

/*▼条件入力画面 */
/*■table*/
.zk13_schbox{
	width:500px;
}

/*■textbox設定*/
input#zk13_tex_chosei_no,
input#zk13_tex_item_cd{
	width:15em;
}

/*▼詳細表示 画面 */
.zk13_datablock{
	line-height:22px;
	margin-bottom:4px;
	margin-right:1em;
}
.zk13_datablock span.head{
	padding:2px 4px;
	display:block;
	line-height:22px;
	float:left;
	width:7em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}
.zk13_datablock span.data{
	display:block;
	padding:2px;
}
.zk13_dtblck_flt{
	float:left;
}


/*▼データ入力画面 */
/*■SEQ*/
.zk13_th_seq{
	text-align:center !important;
}
.zk13_th_seq div{
	width:3em;
}
.zk13_td_seq{
	text-align:right !important;
}
/*■在庫調整番号*/
.th_chosei_no div{
	width:7.2em;
}
/*■セット希望日*/
.zk13_th_kibou_date div{
	width:8em;
}
/*■受払理由*/
.zk13_th_hasseigen{
	text-align:center !important;
}
.zk13_th_hasseigen div{
	width:8em;
}
.zk13_td_hasseigen{
	text-align:center !important;
}


/*****************************
/*■ZK14_セット実績入力 追加しましたtakeda
******************************/

/*▼条件入力画面 */
/*■table*/
.zk14_schbox{
	width:500px;
}
/*■textbox設定*/
input#zk14_tex_chosei_no,
input#zk14_tex_item_cd{
	width:15em;
}

/*▼データ入力画面 */
/*■メッセージ*/
div.zk14_content_sect{
	margin-top:8px;
	margin-bottom:0px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	color:#000099;
}
span.zk14_message{
	padding-left:1em;
}

/*■SEQ*/
.zk14_th_seq{
	text-align:center !important;
}
.zk14_th_seq div{
	width:3em;
}
.zk14_td_seq{
	text-align:right !important;
}
/*■在庫調整番号*/
.zk14_th_chosei_no div{
	width:7.2em;
}
/*■受払理由*/
.zk14_th_hasseigen{
	text-align:center !important;
}
.zk14_th_hasseigen div{
	width:8em;
}
.zk14_td_hasseigen{
	text-align:center !important;
}

/**** ZK54.在庫情報CSV出力  ****/


/**** ZK63.在庫移動入力 ****/

/*▼在庫移動入力*/

/*■在庫関係の入力項目幅*/
/*組織コード(※テーブル内での幅指定) */
.std_schbox #soshiki_code_st{
	width:10em;
	margin-right:4px;
}

/*組織コード,移動数 */
#soshiki_code_st,
#ido_su_st{
	width:15em;
	margin-right:4px;
}

/*■在庫関係の表示項目幅*/

#db_zaiko{
	width:850px;
}

/*■見出し部分の在庫管理関係の幅*/


/*移動元組織コード*/
.std_schbox .zai_th{
	width:200px;
}

/*SEQ*/
.ZK63_th_seq_zaiko{
	width:3em;
	text-align:center !important;
}

/*組織コード */
.ZK63_th_sosiki_code div{
	width:10em;
}

/*組織名 */
.ZK63_th_sosiki_name div{
	width:16em;
}
.ZK63_th_sosiki_name{
	width:65%;
}

/*在庫数,移動数 */
.ZK63_th_zaiko_su div,
.ZK63_th_ido_su div{
	width:7em;
}

.ZK63_th_zaiko_su,
.ZK63_th_ido_su{
	text-align:right !important;
	width:20%;
}

/*****************************/
/*■zk64在庫割当入力＜支店用＞ /*追加しましたokane
/******************************/
table.zk64_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	margin-right:auto;
	margin-left:auto;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
	width:45em;
}
/*使用者組織*/
.zk64_ctr_th{/*入力項目見出し(幅は各画面個別に指定)*/
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
}
/*使用者組織comboBox検索機能の横幅*/
.zk64_oredrrev_schbox{
	width:540px;
}
/*使用者組織comboBox*/
#zk64_tnt_sshk{
	width:350px;
}
/*過不足 */
#zk_64_db_tex_ph_fu{
	width:30em;
}
/*支店割当在庫数(残) ヘッダ*/

.zk64_datablock{
	line-height:20px;
	margin-bottom:4px;
	margin-right:1em;
}

.zk64_datablock span.zk64_head{
	padding:2px 4px;
	display:block;
	line-height:20px;
	float:left;
	width:10em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}
.zk64_datablock span.zk64_data{
	display:block;
	padding:2px;
}
/*SEQ*/
.zk64_th_seq div{
	width:3em;
}
.zk64_th_seq{
	text-align:center !important;
	width:3em;
}
.zk64_td_seq{
	text-align:right !important;
}

/*資材コード*/
.zk64_th_item_code div{
	width:5em;
}
/*資材名（可変）*/
.zk64_th_item_name{
	width:65%;
}
.zk64_th_item_name div{
	width:11em;
}
/* 品目名
   種類名
   分類名
   製作部署名
   担当者名
*/
.zk64_th_hin_name div,
.zk64_th_shu_name div,
.zk64_th_bun_name div,
.zk64_th_jig_name div,
.zk64_th_ope_name div{
	width:8em;
}

/*支店割当在庫数/比率（％）*/
.zk64_th_siten_zaiko_su{
	text-align:right !important;
}
.zk64_th_siten_zaiko_su div{
	width:8em;
}
.zk64_td_siten_zaiko_su{
	text-align:right !important;
}

/*営業所合計在庫数/割当数*/
.zk64_th_eigyo_sum_su{
	text-align:right !important;
}
.zk64_th_eigyo_sum_su div{
	width:9em;
}

/*営業所合計在庫数/割当数*/
.zaikowari_si_datablock{
	line-height:19px;
	margin-bottom:2px;
	margin-right:1em;
}
/*営業所合計在庫数/割当数*/
.zaikowari_si_datablock span.head{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:8em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}
/*資材データの長さ*/
#zk64_db_odr_dt{
	width:60em;
}
/*割当合計数の長さ*/
#zk64_tnk_total{
	text-align:right;
	margin-right:2px;
	float:right;
	font-size:110%;
}

#zk64_tnk_total p{
	width:20em;
	clear:both;
}

#zk64_tnk_total p span{
	display:block;
	float:left;
	line-height:140%;
	border-bottom:1px solid #666666;
}
span.zk64_total_head{
	width:7em;
}
span.zk64_total_data{
	width:13em;
}

/*一覧表示のBOXの縦幅*/
/*■一覧表最大高さ*/
div.zk64_list_table{

}
div.zk64_list_table{
	border:solid 1px #999999;
	/*overflow-x:scroll;*/
	overflow:auto;
	clear:both;
	width:100%;
}
* html div.zk64_list_table{
	width:99.8%;
}
div.zk64_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}
* html div.zk64_list_table table,
*:first-child+html div.zk64_list_table table{
	font-size:100%;
}

div.zk64_list_table table tr td,
div.zk64_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.zk64_list_table table tr td{
	padding:4px 4px;
}

div.zk64_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}

/*合計ライン*/
#zk64_tnk_total_hi{
	text-align:right;
	margin-right:2px;
	float:right;
	font-size:110%;
}

#zk64_tnk_total_hi p{
	width:15em;
	clear:both;
}

#zk64_tnk_total_hi p span{
	display:block;
	float:left;
	line-height:140%;
	border-bottom:1px solid #666666;
}

span.zk64_total_head_hi{
	width:7em;
}
span.zk64_total_data_hi{
	width:8em;
}
/*****************************
■ZK71_在庫情報照会
******************************/

.zk71_std_schbox{
	width:780px;
}
.zk71_std_schbox .std_th{
	width:114px;
}
.zk71_std_schbox .short_th{
	width:72px;
}

p.ZK71_sttcsch {/*あいまい検索メッセージ*/
	color:#000099;
	margin-top:1em;
	margin-bottom:1em;
}

/*■一覧表*/


div.ZK71_list_table{
	border:solid 1px #999999;
	overflow-x:scroll;
	overflow:auto;
	clear:both;
	width:100%;
}
* html div.ZK71_list_table{
	width:99.8%;
}
div.ZK71_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}
* html div.ZK71_list_table table,
*:first-child+html div.ZK71_list_table table{
	font-size:100%;
}

div.ZK71_list_table table tr td,
div.ZK71_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.ZK71_list_table table tr td{
	padding:4px 4px;
}

div.ZK71_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}
/*■テーブルヘッダ*/

/*SEQ*/
.ZK71_th_seq{
	width:2.5em;
	text-align:center !important;
}
/*詳細ボタン、割当詳細ボタン*/
.ZK71_th_detailbtn div,
.ZK71_th_wariatebtn div{
	width:3.5em;
}
.ZK71_th_detailbtn,
.ZK71_th_wariatebth{
	text-align:center !important;
}
/*写真*/
.ZK71_th_thumbnail div{
	width:3em;
}
.ZK71_th_thumbnail{
	text-align:center !important;
}
/*e-bookアイコン*/
.ZK71_th_ebook_icon div{
	width:4em;
}
.ZK71_th_ebook_icon{
	text-align:center !important;
}

/*資材名（可変）、コメント*/
.ZK71_th_item_name div,
.ZK71_th_coment div{
	width:11em;
}
.ZK71_th_item_name,
.ZK71_th_coment{
	width:40%;
}

/* 品目名
   種類名
   分類名
*/
.ZK71_th_hin_name div,
.ZK71_th_shu_name div,
.ZK71_th_bun_name div{
	width:8em;
}
/*資材コード*/
.ZK71_th_item_code div{
	width:5em;
}
/*単価*/
.ZK71_th_tanka div{
	width:5em;
}
.ZK71_th_tanka{
	text-align:right !important;
	width:20%;
}
/*入庫待ち出荷*/
.ZK71_th_nyuko_mati div{
	width:6em;
}
.ZK71_th_nyuko_mati{
	text-align:center !important;
}
/*在庫数量（可変）
	＋基準在庫
	＋在庫合計
	＋本社保留在庫
	＋本社フリー在庫
	＋全社フリー在庫
	＋本社不良品在庫
	＋割当在庫
	＋取置在庫
	＋在庫数*/
.ZK71_th_kizyun_zaiko div,
.ZK71_th_zaiko_gokei div,
.ZK71_th_honsya_horyu div,
.ZK71_th_honsya_free div,
.ZK71_th_zensya_free div,
.ZK71_th_honsya_furyohin div,
.ZK71_th_wariate_zaiko div,
.ZK71_th_torioki_zaiko div{
	width:6em;
}
.ZK71_th_kizyun_zaiko,
.ZK71_th_zaiko_gokei,
.ZK71_th_honsya_horyu,
.ZK71_th_honsya_free,
.ZK71_th_zensya_free,
.ZK71_th_honsya_furyohin,
.ZK71_th_wariate_zaiko,
.ZK71_th_torioki_zaiko{
	text-align:right !important;
	width:20%;
}
/*■td*/

/*資材名*/
.ZK71_td_it_na{
font-weight:bold !important;
word-break:break-all;
}

/*詳細、写真、入庫待ち、割当ボタン*/
.ZK71_td_syosai,
.ZK71_td_thm,
.ZK71_td_ebook_icon,
.ZK71_td_nyu_mati,
.ZK71_td_wa_btn{
	text-align:center !important;
}

/*組織名*/
.ZK71_td_soshiki{
word-break:break-all;
}

/*seq,数量関係*/
.ZK71_td_seq,
.ZK71_td_iaq{
	text-align:right !important;
}

/*▼詳細画面*/

#ZK71_db_zaiko{
	width:40em;
}

#ZK71_db_nyuko_short{
	width:18em;
}

.ZK71_datablock{
	line-height:19px;
	margin-bottom:2px;
	margin-right:1em;
}

.ZK71_datablock span.ZK71_head{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:8em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.ZK71_datablock span.ZK71_data{
	display:table;
	padding:1px 2px;
}

.ZK71_dtblck_flt{
	float:left;
}

.ZK71_dtblck_clr{
	clear:both;
}


#ZK71_csect_nyuko{
	position:relative;
}

/*■テーブルサイズ*/
div.ZK71_list_shorttable{
	border:solid 1px #999999;
/*	overflow-x:scroll;*/
	overflow:auto;
	clear:both;
	width:700px;
}
* html div.ZK71_list_shorttable{
	width:700px;
}
div.ZK71_list_shorttable table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%
}
* html div.ZK71_list_shorttable table,
*:first-child+html div.ZK71_list_table table{
	font-size:100%;
}
div.ZK71_list_shorttable table tr td,
div.ZK71_list_shorttable table tr th{
	padding:2px 4px;
	text-align:left;
}
div.ZK71_list_shorttable table tr td{
	padding:4px 4px;
}

div.ZK71_list_shorttable table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}
/*■テーブルヘッダ&td*/

/*組織名（可変）*/
.ZK71_th_sosiki_name div{
	width:16em;
}
.ZK71_th_item_name{
	width:40%;
}

/*組織コード*/
.ZK71_th_sosiki_code div{
	width:10em;
}
/*在庫数*/
.ZK71_th_zaiko_su div{
	width:6em;
}
.ZK71_th_zaiko_su{
	text-align:right !important;
	width:20%;
}

/*****************************
	ZK72在庫情報照会（支店用）
******************************/

p.ZK72_sttcsch {/*あいまい検索メッセージ*/
	color:#000099;
	margin-top:1em;
	margin-bottom:1em;
}


#ZK72_db_zaiko{
	width:800px;
}

.ZK72_zaikoDatablock{
	line-height:19px;
	margin-bottom:2px;
	margin-right:1em;
}

.ZK72_zaikoDatablock span.zaikoHead{
	padding:2px 4px;
	display:block;
	line-height:19px;
	float:left;
	width:10em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.ZK72_zaikoDatablock span.zaikoData{
	display:block;
	padding:1px 2px;
}

/*■SEQ */
.zk72_th_seq{
	text-align:center !important;
	width:3em;
}
.zk72_td_seq{
	text-align:right !important;
}

/*■割当ボタン*/

.zk72_th_wariate_btn div{
	text-align:center !important;
	width:3.5em;
}
.zk72_th_wariate_btn{
	text-align:center !important;
}

/*■組織コード　*/
.ZK72_th_sosiki_code div{
	width:10em;
}

/*■組織名　*/
.ZK72_th_sosiki_name div{
	width:16em;
}

/*■在庫数　*/
.ZK72_th_zaiko_su div{
	width:8em;
}
.ZK72_th_zaiko_su{
	text-align:right !important;
	width:20%;
}
.zk72_td_zaiko_su{
	text-align:right !important;
}

/*****************************
■ZK73_在庫情報一覧（営業）
******************************/

p.ZK73_sttcsch {/*あいまい検索メッセージ*/
	color:#000099;
	margin-top:1em;
	margin-bottom:1em;
}

/*▼テーブル各項目の幅指定*/

/*■SEQ*/
.th_seq_zaiko div{
	width:2.5em;
}
.th_seq_zaiko{
	text-align:center !important;
}

/*■詳細ボタン*/
.th_detailbtn_zaiko div{
	width:3.5em;
}
.th_detailbtn_zaiko{
	text-align:center !important;
}

/*■写真*/
.th_thumbnail_zaiko div{
	width:3.5em;
}
.th_thumbnail_zaiko{
	text-align:center !important;
}

/*■e-book*/
.th_ebook_icon_zaiko div{
	width:4em;
}
.th_ebook_icon_zaiko{
	text-align:center !important;
}

/*■資材名（可変）*/
.th_item_name_zaiko div{
	width:10em;
}
.th_item_name_zaiko{
	width:20%;
}

/*■資材コード*/
.th_item_code_zaiko div{
	width:6em;
}

/* ■品目名
   ■種類名
   ■分類名
*/
.th_hin_name_zaiko div,
.th_shu_name_zaiko div,
.th_bun_name_zaiko div{
	width:5.5em;
}

/*■単価（可変）*/
.th_tanka_zaiko div{
	width:5em;
}
.th_tanka_zaiko{
	text-align:right !important;
	width:20%;
}

/*■数値関係（可変）
	＋在庫合計
	＋全社フリー在庫
	＋割当在庫
	＋取置在庫	*/
.th_goukei_zaiko div,
.th_zensya_zaiko div,
.th_wariate_zaiko div,
.th_torioki_zaiko div{
	width:5em;
}
.th_goukei_zaiko,
.th_wariate_zaiko,
.th_torioki_zaiko{
	text-align:right !important;
	width:20%;
}

.th_zensya_zaiko{
     text-align:center !important;
}



/*■td*/

/*資材名*/
.td_in_zaiko{
font-weight:bold !important;
}

/*詳細ボタン、写真、割当ボタン*/
.td_dtlbt_zaiko,
.td_thn_zaiko,
.td_ebook_icon_zaiko,
.td_writbtn_zaiko{
	text-align:center !important;
}
/*SEQ、数値関係*/
.td_seq_zaiko,
.td_iaq_zaiko{
	text-align:right !important;
}

/*****************************
/*■ZK74.在庫調整履歴照会
/******************************/

/*▼一覧テーブルサイズ（修正/削除)*/
.ZK74_std_schbox {/*条件入力画面入力エリアの設定*/
	width:450px;
}

div.ZK74_list_table{
	border:solid 1px #999999;
	overflow-x:scroll;
	clear:both;
	width:100%;
}
* html div.ZK74_list_table{
	width:99.8%;
}

div.ZK74_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}

* html div.ZK74_list_table table,
*:first-child+html div.ZK74_list_table table{
	font-size:100%;
}

div.ZK74_list_table table tr td,
div.ZK74_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.ZK74_list_table table tr td{
	padding:4px 4px;
}

div.ZK74_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}

/* ボタンの部分*/
#ZK74_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}

.ZK74_content_style #searchbox {/*条件入力画面の入力部の配置*/
	margin-left:0 !important;
}
.ZK74_content_style p.positive_act {/*条件入力画面のボタンの配置*/
	text-align:center;
	text-align:left !important;
	z-index: 1;
}
.ZK74_content_style p.positive_act input {/*条件入力画面のボタンのサイズ*/
	height:1.8em;
	font-size:110%;
	padding:0 10px !important;
}

.ZK74_std_th {/*条件入力画面見出しの幅*/
	width:8em !important;
}
.ZK74_tex_number {/*テキスト入力(番号)の幅*/
	width:11em !important;
}
.ZK74_tex_shizai_cd,
.ZK74_tex_soshiki_cd {/*テキスト入力(資材コード,組織コード)の幅*/
	width:15em !important;
}
.ZK74_head {/*詳細表示 見出しの幅 */
	width:9em !important;
}
.ZK74_th_seq div {/*一覧見出し("SEQ")の幅*/
	width:2em;
}
.ZK74_th_status div {/*一覧見出し(区分項目)の幅*/
	width:7em
}
.ZK74_th_suryo div {/*一覧見出し(数値項目)の幅*/
	width:9.2em;
}
.ZK74_th_seq,
.ZK74_th_date,
.ZK74_th_status {/*一覧見出し(区分項目、"SEQ"、日付)の配置*/
	text-align:center !important;
}
.ZK74_th_suryo {/*一覧見出し(数値項目)の配置*/
	text-align:right !important;
}
.ZK74_td_date,
.ZK74_td_status {/*一覧データ(区分項目,日付)の配置*/
	text-align:center !important;
}
.ZK74_th_chosei_number div,
.ZK74_th_soshiki_cd div {/*一覧見出し(在庫調整番号,組織コード)の幅*/
	width:10em;
}
.ZK74_th_soshiki_name div {/*一覧見出し(組織名)の幅*/
	width:16em;
}
.ZK74_th_date div {/*一覧見出し(日付)の幅*/
	width:5.8em;
}
/*****************************
/*■zk75在庫割当入力＜本用＞ /追加しましたokane
/******************************/

/*あいまい検索メッセージ*/
p.ZK75_sttcsch {
	color:#000099;
	margin-top:1em;
	margin-bottom:1em;
}

/*■textboxサイズ設定*/
input#zk75_tex_jigyosho_cd,
input#zk75_tex_user_id{
	width:15em;
}


/*資材名（可変）*/
.zk75_th_item_name{
	width:65%;
}
.zk75_th_item_name div{
	width:11em;
}
/*資材コード*/
.zk75_th_item_code div{
	width:5em;
}
/* 品目名
   種類名
   分類名
   製作部署名
   担当者名
*/
.zk75_th_hin_name div,
.zk75_th_shu_name div,
.zk75_th_bun_name div,
.zk75_th_jig_name div,
.zk75_th_ope_name div{
	width:8em;
}

.zk75_ctr_th{/*入力項目見出し(幅は各画面個別に指定)*/
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
}
/*使用者組織comboBox検索機能の横幅*/
.zk75_oredrrev_schbox{
	width:460px;
	padding-bottom:0 !important;
}
/*使用者組織comboBox*/
#zk75_tnt_sshk{
	width:350px;
}
/*過不足 */
#zk75_db_tex_ph_fu{
	width:30em;
}

/*SEQ*/
.zk75_th_seq div{
	width:3em;
}
.zk75_th_seq{
	width:3em;
	text-align:center !important;
}
.zk75_td_seq{
	text-align:right !important;
}

/*資材名（可変）*/
.zk75_th_item_name{
	width:50%;
}
.zk75_th_item_name div{
	width:10em;
}
.zk75_td_it_na{
	font-weight:bold !important;
}
/* 数値関係
　　　＋本社保留数
　　　＋本社フリー数
　　　＋全社フリー数
　　　＋割当在庫数　*/
.zk75_th_honsya_horyu_su,
.zk75_th_honsya_free_su,
.zk75_th_zensya_free_su,
.zk75_th_wariate_zaiko_su{
	text-align:right !important;
}
.zk75_th_honsya_horyu_su div,
.zk75_th_honsya_free_su div,
.zk75_th_zensya_free_su div,
.zk75_th_wariate_zaiko_su div{
	width:6em;
}
/*数値系td*/
.zk75_td_su{
	text-align:right !important;
}

/*支店割当在庫数/比率（％）*/
.zk75_th_siten_wariate_su{
	text-align:right !important;
}
.zk75_th_siten_wariate_su div{
	width:6em;
}


/*営業所合計在庫数/割当数*/
.zk75_th_eigyo_sum_su,
.zk75_th_wariate_su,
.zk75_th_genzaiko_su{
	text-align:right !important;
}
.zk75_th_eigyo_sum_su div,
zk75_th_wariate_su div,
zk75_th_genzaiko_su div{
	width:6em;
}

/*資材データの長さ*/
#zk75_db_odr_dt{
	width:60em;
/*品目と種類のBOXの長さ*/
}
#zk75_listbox1,
#zk75_listbox2,
#zk75_listbox3,
#zk75_listbox4,
#zk75_listbox5,
#zk75_listbox6{
	width:230px;
	height:112px;
}
/*種類、品目*/
.zk75_ctr_th_m{/*入力項目見出し(幅は各画面個別に指定)*/
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
}
.std_schbox .zk75_std_th{
	width:114px;/*見出し部分の標準幅*/
}
/*割当合計数の長さ*/
#zk75_tnk_total{
	text-align:right;
	margin-right:2px;
	float:right;
	font-size:110%;
}

#zk75_tnk_total p{
	width:20em;
	clear:both;
}

#zk75_tnk_total p span{
	display:block;
	float:left;
	line-height:140%;
	border-bottom:1px solid #666666;
}
span.zk75_total_head{
	width:7em;
}
span.zk75_total_data{
	width:13em;
}

/*一覧表示のBOXの縦幅*/
/*■一覧表最大高さ*/

div.zk75_list_table{
	border:solid 1px #999999;
	/*overflow-x:scroll;*/
	overflow:auto;
	clear:both;
	width:100%;
}
* html div.zk75_list_table{
	width:99.8%;
}
div.zk75_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}
* html div.zk75_list_table table,
*:first-child+html div.zk75_list_table table{
	font-size:100%;
}

div.zk75_list_table table tr td,
div.zk75_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}


div.zk75_list_table table tr td{
	padding:4px 4px;
}

div.zk75_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}

/*合計ライン*/
#zk75_tnk_total_hi{
	text-align:right;
	margin-right:2px;
	float:right;
	font-size:110%;
}

#zk75_tnk_total_hi p{
	width:15em;
	clear:both;
}

#zk75_tnk_total_hi p span{
	display:block;
	float:left;
	line-height:140%;
	border-bottom:1px solid #666666;
}

span.zk75_total_head_hi{
	width:7em;
}
span.zk75_total_data_hi{
	width:8em;
}



/*****************************
■ZK77_在庫割当・在庫移動履歴照会 追加しましたc.sakurai
******************************/

/*▼条件入力画面*/

.ZK77_std_schbox{
	width:740px;
	float:left;
}
.ZK77_std_schbox .std_th{
	width:114px;
}
.ZK77_std_schbox .short_th{
	width:72px;
}

.ZK77_std_th{
	width:142px;
}

/*▼条件入力画面*/
/*■textboxサイズ設定*/
input#ZK77_tex_jigyosho_cd,
input#ZK77_tex_user_id{
	width:15em;
}

/* ボタンの部分*/
#ZK77_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}

/*登録修正削除ボタン*/
p.zk77_positive_act{
	text-align:left;
	position:relative;
	z-index: 1;
}

/*table*/
div#ZK77_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
.ZK77_oredrrev_schbox{
	width:620px;
	padding-bottom:0 !important;
}

.ZK77_content_style #searchbox {/*条件入力画面の入力部の配置*/
	margin-left:0 !important;
}
.ZK77_content_style p.positive_act {/*条件入力画面のボタンの配置*/
	text-align:center;
	text-align:left !important;
	z-index: 1;
}
.ZK77_content_style p.positive_act input {/*条件入力画面のボタンのサイズ*/
	height:1.8em;
	font-size:110%;
	padding:0 10px !important;
}

/*▼comboBox*/
input#ZK77_tnt_hasseigen_kbn{
	width:200px;
}

/*▼データ入力＆内容確認*/

#ZK77_db_zaiko{
	width:620px;
}
.ZK77_datablock{
	line-height:22px;
	margin-bottom:4px;
	margin-right:1em;
}
.ZK77_datablock span.ZK77_head{
	padding:2px 4px;
	display:block;
	line-height:22px;
	float:left;
	width:12em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}
.ZK77_datablock span.ZK77_data{
	display:table;
	padding:2px;
}
.ZK77_dtblck_flt{
	float:left;
}
/*▼入力項目*/
input#ZK77_tex_shizai_cd{
	width:15em;
}
input#ZK77_tex_chosei_num,
input#ZK77_tex_soshiki_cd{
	width:15em;
	ime-mode: inactive;
}
/*■一覧表*/


div.ZK77_list_table{
	border:solid 1px #999999;
	overflow-x:scroll;
	clear:both;
	width:100%;
}
* html div.ZK77_list_table{
	width:99.8%;
}
div.ZK77_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}
* html div.ZK77_list_table table,
*:first-child+html div.ZK77_list_table table{
	font-size:100%;
}
div.ZK77_list_table table tr td,
div.ZK77_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.ZK77_list_table table tr td{
	padding:4px 4px;
}

div.ZK77_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}

/*■テーブルヘッダ*/

/*SEQ*/
.ZK77_th_seq div{
	width:3em;
}
.ZK77_th_seq{
	text-align:center !important;
}
/*在庫調整日*/
.ZK77_th_zaiko_date div{
	width:5.8em;
}
/*代表調整番号*/
.ZK77_th_dai_chosei_nm div{
	width:7em;
}

/*数値関係*/
.ZK77_th_sizai_cd div,
.ZK77_th_sosiki_cd div,
.ZK77_th_chosei_su div{
	width:5em;
}
.ZK77_th_sizai_cd,
.ZK77_th_chosei_su{
	width:20%;
	text-align:right !important;
}
/*資材コード*/
.ZK77_th_sizai_code div{
	width:5em;
}
/*資材名、組織名*/
.ZK77_th_sizai_name div,
.ZK77_th_sosiki_name div{
	width:11em;
}
/*資材名（可変）、組織名（可変）*/
.ZK77_th_sizai_name,
.ZK77_th_sosiki_name{
	width:65%;
}
.ZK77_td_si_na{
	font-weight:bold !important;
}
/* 品目名
   種類名
   カテゴリ名
*/
.ZK77_th_hinmoku_name div,
.ZK77_th_shurui_name div,
.ZK77_th_bunrui_name div,
.ZK77_th_category_name div{
	width:8em;
}
/*移動/割当*/
.ZK77_th_nyuryokuhaseigen div{
	width:6em;
}
.ZK77_td_hasei{
	text-align:center !important;
}
/*受払区分*/
.ZK77_th_ukebarai_kbn div{
	width:6em;
}
.ZK77_th_ukebarai_kbn{
	text-align:center !important;
}
.ZK77_td_uke_kb{
	text-align:center !important;
}
/* 数値系td */
.ZK77_td_iaq{
	text-align:right !important;
}

/*▼詳細画面*/
#ZK77_db_shosai{
    width:39em;
}

/*****************************
■zk81_在庫調整連携データ出力  追加しましたtakeda
******************************/
/*▼条件入力画面*/
/*■table*/
.zk81_schbox{
	width:600px;
}

/*■textbox設定*/
input#zk81_tex_chosei_no,
input#zk81_soshiki_code,
input#zk81_tex_item_cd{
	width:15em;
}

/**** ZK82.廃棄実績連携データ取込 *** ****/


/**************** 廃棄管理サブシステム **********************************/

/*****************************
/*■ZK66廃棄依頼入力
******************************/

/*▼条件入力画面*/

/*table*/
div#ZK66_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
.ZK66_oredrrev_schbox{
	width:400px;
}

/*ボタン（class="oredrrev_schbox"）*/
#ZK66_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}

#ZK66_submit_btn_area input{
	height:1.8em;
	font-size:110%;
}

p.ZK66_positive_act{
	text-align:left;
	position:relative;
	z-index: 1;
}

/*入力項目見出し*/
.ZK66ctr_th{
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
}

/*comboBox*/
#ZK66_tnt_sshk{
	width:260px;
}

/*▼データ入力＆内容確認*/

#ZK66_db_nyuko{
	width:40em;
}

#ZK66_db_nyuko_short{
	width:18em;
}

.ZK66_datablock{
	line-height:20px;
	margin-bottom:2px;
	margin-right:1em;
}

.ZK66_datablock span.ZK66_head{
	padding:2px 4px;
	display:block;
	line-height:20px;
	float:left;
	width:10em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.ZK66_datablock span.ZK66_data{
	display:table;
	padding:2px;
}

.ZK66_dtblck_flt{
	float:left;
}

/*textbox設定*/
input#ZK66_tex_bubn_zs,
input#ZK66_tex_back_zs{
	width:8em;
}
input#ZK66_tex_haik_ryu{
	width:130px;
}

input#ZK66_tex_sizai_cd{
	width:15em;
}

input#ZK66_tex_zansu{
	width:5em;
}

/*■テーブルヘッダ設定*/

/*削除ボタン、SEQ*/
.ZK66_th_syusei div,
.ZK66_th_del div,
.ZK66_th_seq div{
	width:2.5em;
}
.ZK66_th_syusei,
.ZK66_th_del,
.ZK66_th_seq{
	text-align:center !important;
}
/*SEQtd*/
.ZK66_td_seq{
	text-align:right !important;
}

/*廃棄希望日*/
.ZK66_th_haiki_date div{
	width:6em;
}
/*資材コード*/
.ZK66_th_item_code div{
	width:5em;
}

/*資材名（可変）*/
.ZK66_th_item_name div{
	width:11em;
}
.ZK66_th_item_name{
	width:65%;
}
.ZK66_td_it_na{
	font-weight:bold !important;
}

/* 品目名
   種類名
*/
.ZK66_th_hin_name div,
.ZK66_th_shu_name div{
	width:8em;
}

/* 廃棄依頼番号 */
.ZK66_th_haiki_Nmber div{
	width:7em;
}

/*数値系
	＋現在在庫
	＋廃番残数
	＋部分廃棄残数
	＋廃棄数　*/

.ZK66_th_gen_zai,
.ZK66_th_back_zs,
.ZK66_th_bubn_zs{
	text-align:right !important;
}
.ZK66_th_gen_zai div,
.ZK66_th_back_zs div,
.ZK66_th_bubn_zs div{
	width:7em;
}

/* 廃棄数、単価*/
.ZK66_th_haik div,
.ZK66_th_tan div{
	width:5em;
}
.ZK66_th_haik,
.ZK66_th_tan{
	text-align:right !important;
}


/*廃棄金額*/
.ZK66_th_haik_kin{
	text-align:right !important;
}
.ZK66_th_haik_kin div{
	width:6em;
}
/*廃棄理由*/
.ZK66_th_haik_ryu div{
	width:10em;
}

/*廃棄依頼区分*/
.ZK66_th_haik_kbn div{
	width:6em;
}
.ZK66_th_haik_kbn{
	text-align:center !important;
}

/*累積廃棄金額*/
.ZK66_th_rui_haik_kin{
	text-align:right !important;
}
.ZK66_th_rui_haik_kin div{
	width:7em;
}

/* 数値系td */
.ZK66_td_iaq{
	text-align:right !important;
}

/* 状態td */
.ZK66_td_jotai{
	text-align:center !important;
}


/*****************************
/*■ZK67廃棄確定入力
******************************/

/*▼条件入力画面*/

/*table*/

.ZK67_oredrrev_schbox{
	width:560px;
	padding-bottom:0 !important;
}

/*入力項目見出し*/
.ZK67ctr_th{
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
}

/*textboxサイズ設定*/
input#ZK67_tex_shonin_nmb,
input#ZK67_tex_haiki_nmb,
input#ZK67_tex_haiki_day{
	width:11em;
}

/*▼データ入力・更新確認画面*/

/*■テーブル設定*/
div.ZK67_list_table{
	border:solid 1px #999999;
	/*overflow-x:scroll;*/
	overflow:auto;
	clear:both;
	width:900px;
}

div.ZK67_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:900px;
}

* html div.ZK67_list_table table,
*:first-child+html div.list_table table{
	font-size:100%;
}

div.ZK67_list_table table tr td,
div.ZK67_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.ZK67_list_table table tr td{
	padding:4px 4px;
}

div.ZK67_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}

/*■テーブルヘッダ設定*/

.ZK67_th_kaku div{
	width:3em;
}
.ZK67_th_kaku{
	text-align:center !important;
}


.ZK67_th_haik_num div{
	width:8em;
}

.ZK67_th_haik_day div{
	width:6em;
}

.ZK67_th_haik_num,
.ZK67_th_haik_day{
	text-align:center!important;
}


/*▼詳細表示画面*/

#ZK67_db_nyuko{
	width:40em;
}

#ZK67_db_nyuko_short{
	width:18em;
}

.ZK67_datablock{
	line-height:20px;
	margin-bottom:4px;
	margin-right:1em;
}

.ZK67_datablock span.ZK67_head{
	padding:2px 4px;
	display:block;
	line-height:20px;
	float:left;
	width:8em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.ZK67_datablock span.ZK67_data{
	display:table;
	padding:2px;
}

.ZK67_dtblck_flt{
	float:left;
}

/*■テーブルヘッダ設定*/

.ZK67_th_seq{
	width:2.5em;
	text-align:center !important;
}
.ZK67_td_seq{
	text-align:right !important;
}

/*資材名（可変）*/
.ZK67_th_item_name div{
	width:11em;
}
.ZK67_th_item_name{
	width:65%;
}
.ZK67_td_it_na{
	font-weight:bold !important;
}

/* 品目名
   種類名
   廃棄依頼者
*/
.ZK67_th_hin_name div,
.ZK67_th_shu_name div,
.ZK67_th_haikiirai_name div{
	width:8em;
}

/*資材コード*/
.ZK67_th_item_code div{
	width:5em;
}

/*承認番号*/
.ZK67_th_shonin_nmb div{
	width:8em;
	white-space:normal;
}

/*数値系
	＋現在在庫
	＋廃番残数
	＋部分廃棄残数
	*/

.ZK67_th_gen_zai,
.ZK67_th_back_zs,
.ZK67_th_bubn_zs{
	text-align:right !important;
}
.ZK67_th_gen_zai div,
.ZK67_th_back_zs div,
.ZK67_th_bubn_zs div{
	width:7em;
}


/*単価、廃棄金額*/
.ZK67_th_tan,
.ZK67_th_haik_kin{
	text-align:right !important;
}
.ZK67_th_tan div,
.ZK67_th_haik_kin div{
	width:6em;
}

/* 廃棄数*/
.ZK67_th_haik div{
	width:5em;
}
.ZK67_th_haik{
	text-align:right !important;
}




/*廃棄理由*/
.ZK67_th_haik_ryu div{
	width:10em;
}

/*廃棄依頼区分*/
.ZK67_th_haik_kbn div{
	width:7em;
}
.ZK67_th_haik_kbn{
	text-align:center !important;
}

/*廃棄理由*/
.ZK67_th_haik_ryu div{
	width:10em;
}


/* 数値系td */
.ZK67_td_iaq{
	text-align:right !important;
}

/* 状態td */
.ZK67_td_jotai{
	text-align:center !important;
}

/*****************************
/*■ZK69廃棄実績入力
******************************/

.ZK69_std_schbox {/*条件入力画面入力エリアの設定*/
	width:450px;
}

.ZK69_std_th {/*条件入力画面見出しの幅*/
	width:8em !important;
}
.ZK69_head {/*データ入力画面見出しの幅*/
	width:10em !important;
}
.ZK69_list_table {/*明細テーブル設定*/
	border:solid 1px #999999;
/*	overflow-x:scroll;*/
	overflow:auto;
	clear:both;
	width:100%;
}
.ZK69_th_seq div {/*明細見出し("SEQ")の位置*/
	width:2em;
}
.ZK69_th_haiki_kbn div {/*明細見出し(区分項目)の幅*/
	width:7em
}
.ZK69_th_haiki_riyu div {/*明細見出し("廃棄理由")の幅*/
	width:10em;
}
.ZK69_th_price div,
.ZK69_th_zaiko_su div,
.ZK69_th_backnmb_su div,
.ZK69_th_haiki_su div {/*明細見出し(数値項目)の幅*/
	width:8.5em;
}
.ZK69_th_seq,
.ZK69_th_haiki_kbn {/*明細見出し(区分項目、"SEQ"の配置*/
	text-align:center !important;
}
.ZK69_th_price,
.ZK69_th_zaiko_su,
.ZK69_th_backnmb_su,
.ZK69_th_haiki_su {/*明細見出し(数値項目)の配置*/
	text-align:right !important;
}
.ZK69_td_haiki_kbn {/*明細データ(区分項目)の配置*/
	text-align:center !important;
}

/* 品目名
   種類名
   廃棄依頼者
*/
.ZK69_th_hin_name div,
.ZK69_th_shu_name div,
.ZK69_th_haikiirai_name div{
	width:8em;
}

/*承認番号*/
.ZK69_th_shonin_nmb div{
	width:8em;
	white-space:normal;
}

/*****************************
/*■ZK70廃棄情報ダウンロード
******************************/

/*▼条件入力画面*/

/*table*/
.ZK70_std_schbox {/*条件入力画面入力エリアの設定*/
	width:450px;
}

.ZK70_oredrrev_schbox{
	width:620px;
	padding-bottom:0 !important;
}

/*入力項目見出し*/
.ZK70ctr_th{
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
}


/*****************************
/*■ZK80.廃棄指示連携データ出力
******************************/
.ZK80_std_schbox {/*条件入力画面入力エリアの設定*/
	width:530px;
}

.ZK80_std_th {/*条件入力画面見出しの幅*/
	width:8em !important;
}
.ZK80_tex_number {/*条件入力画面入力部(番号)の幅*/
	width:11em;
	ime-mode: inactive;
}

/*▼確認画面*/
.ZK80_fin_message{
	line-height:160%;
}

/*****************************
/*■ZK81.在庫調整連携データ出力
******************************/
/*▼確認画面*/
.ZK81_fin_message{
	line-height:160%;
}

/**** ZK83.廃棄依頼アップロード ****/

/*▼内容確認*/

.ZK83_datablock{
	line-height:20px;
	margin-bottom:4px;
	margin-right:1em;
}

.ZK83_datablock span.ZK83_head{
	padding:2px 4px;
	display:block;
	line-height:20px;
	float:left;
	width:8em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.ZK83_datablock span.ZK83_data{
	display:block;
	padding:2px;
}

.ZK83_dtblck_flt{
	width:25em;
	float:left;
}

/*■テーブルヘッダ設定*/

/*SEQ*/
.ZK83_th_seq div{
	width:2.5em;
}
.ZK83_th_seq{
	text-align:center !important;
}
/*SEQtd*/
.ZK83_td_seq{
	text-align:right !important;
}

/* 資材コード */
.ZK83_th_item_code div{
	width:5em;
}

/*資材名（可変）*/
.ZK83_th_item_name div{
	width:11em;
}
.ZK83_th_item_name{
	width:65%;
}
.ZK83_td_it_na{
	font-weight:bold !important;
}

/* 品目名
   種類名
*/
.ZK83_th_hin_name div,
.ZK83_th_shu_name div{
	width:8em;
}

/*数値系
	＋現在在庫
	＋廃番残数*/

.ZK83_th_gen_zai,
.ZK83_th_back_zs{
	text-align:right !important;
}
.ZK83_th_gen_zai div,
.ZK83_th_back_zs div{
	width:7em;
}

/* 廃棄数*/
.ZK83_th_haik div{
	width:5em;
}
.ZK83_th_haik{
	text-align:right !important;
}

/*単価、廃棄金額*/
.ZK83_th_tan,
.ZK83_th_haik_kin{
	text-align:right !important;
}
.ZK83_th_tan div,
.ZK83_th_haik_kin div{
	width:6em;
}
/*廃棄理由*/
.ZK83_th_haik_ryu div{
	width:10em;
}

/*廃棄依頼区分*/
.ZK83_th_haik_kbn div{
	width:6em;
}
.ZK83_th_haik_kbn{
	text-align:center !important;
}

/*累積廃棄金額*/
.ZK83_th_rui_haik_kin{
	text-align:right !important;
}
.ZK83_th_rui_haik_kin div{
	width:7em;
}

/* 数値系td */
.ZK83_td_iaq{
	text-align:right !important;
}

/* 状態td */
.ZK83_td_jotai{
	text-align:center !important;
}


/**************** 問合せ管理サブシステム ******************************#*/

/**** AS01.画像照会 ****/


/**** AS20.テストメール送信確認画面 ****/

/*****************************
■AS30_過去履歴選択
******************************/

/*▼テーブル各項目の幅指定*/
/*あいまい検索メッセージ*/
p.AS30_sttcsch {
	color:#000099;
	margin-top:1em;
	margin-bottom:1em;
}

/*■th*/

/*■選択*/
.AS30_th_sentak div{
	width:3em;
}
.AS30_th_sentak{
	text-align:center !important;
}

/*■出荷依頼日*/
.AS30_th_sk_irai_date div{
	width:7em;
}

/*■宛先名（可変）*/
.AS30_th_atesaki div{
	width:12em;
}
.AS30_th_atesaki{
	width:25%;
}

/*■住所（可変）*/
.AS30_th_addres div{
	width:20em;
}
.AS30_th_addres{
	width:75%;
}
/*■郵便番号*/
.AS30_th_post_code div{
	width:6em;
}

/*■電話番号*/
.AS30_th_phone_num div{
	width:8em;
}

/*■td*/

/*選択*/
.AS30_td_sentk{
	text-align:center !important;
}

/*****************************
/*■AS31使用者検索
******************************/
/*▼テーブルサイズ（検索条件)*/
.AS31_oredrrev_schbox{
	width:650px;
}

/*■選択、削除*/
.AS31_th_sentak div{
	width:3em;
}
.AS31_th_sentak{
	text-align:center !important;
}

/*■使用者ID（可変）*/
.AS31_th_siyosha_id div{
	width:12em;
}
.AS31_th_siyosha_id{
	width:25%;
}

/*■使用者名（可変）*/
.AS31_th_siyosha_name div{
	width:20em;
}
.AS31_th_siyosha_name{
	width:75%;
}

/*****************************
/*■AS51ユーザーＩＤ検索
******************************/

/*■table*/
.AS51_schbox{
	width:525px;
}

/*入力項目見出し()*/
.AS51_ctr_th{
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
}

/*見出し部分幅*/
.std_schbox .AS51_std_th{
	width:115px;
}

/*あいまい検索メッセージ*/
p.AS51_sttcsch {
	color:#000099;
	margin-top:1em;
	margin-bottom:1em;
}
/*▼textbox設定*/

input#AS51_tex_sosiki_cd,
input#AS51_tex_todoke_cd,
input#AS51_tex_user_id{
	width:15em;
}

input#AS51_tex_user_nm{
	width:25em;
}
/*comboBox設定*/
#AS51_tnt_sshk{
	width:13em;
}

/*■SEQ*/
.AS51_th_seq{
	width:3em;
}
.AS51_td_slctbtn{
	width:3em;
}

/*■ユーザーＩＤ　*/
.AS51_th_user_id div{
	width:8em;
}

/*■ユーザー名　*/
.AS51_th_sosiki_name div{
	width:70%;
}

/*■権限区分　*/
.AS51_th_kengen_kbn div{
	width:10em;
}



/*****************************
/*■AS52.資材一覧（単数選択）
******************************/
p.AS52_sttcsch {
	color:#000099;
	margin-top:1em;
	margin-bottom:1em;
}


/*■No.*/
.AS52_th_no_syukka div{
	width:2.5em;
}
.AS52_th_no_syukka{
	text-align:center !important;
}
/*****************************
/*■AS53仕入れ先コード検索
******************************/

/*▼条件入力画面*/

/*あいまい検索メッセージ*/
p.AS53_sttcsch {
	color:#000099;
	margin-top:1em;
	margin-bottom:1em;
}

/*■table*/
.AS53_schbox{
	width:520px;
}
.AS53_schbox .AS53_std_th{
	width:114px;/*見出し部分の標準幅*/
}


/*■textboxサイズ設定*/
input#AS53_tex_siire_cd{
	width:15em;
}
input#AS53_tex_ph_n{
	width:8em;
}
input#AS53_tex_siire_name{
	width:25em;
}

/*■テーブルヘッダ*/

/*選択（ボタン）*/
.AS53_th_slctbtn div{
	width:3em;
}
.AS53_th_slctbtn{
	text-align:center !important;
}
/*届先コード*/
.AS53_th_tdk_cd div{
	width:7em;
}

/*届先名（可変）*/
.AS53_th_tdksk_name div{
	width:25%;
}
/*住所（可変）*/
.AS53_th_addres div{
	width:75%;
}

/*郵便番号*/
.AS53_th_post_code div{
	width:6em;
}
/*電話番号*/
.AS53_th_phone_num div{
	width:10em;
}

/*****************************
/*■AS54お客様コード検索
******************************/

/*■textboxサイズ設定*/
input#AS54_tex_client_name{
/*
	width:20em;
*/
	width:18em;
}
input#AS54_tex_company_name{
/*
		width:40em;
*/
	width:24em;
}
input#AS54_tex_busho_name{
/*
		width:40em;
*/
	width:24em;
}

.AS54_schbox .AS54_std_th{
	width:125px;/*見出し部分の標準幅*/
}

div.AS54_list_table{
	border:solid 1px #999999;
	overflow-x:scroll;
	overflow:auto;
	clear:both;
	width:100%;
}
* html div.AS54_list_table{
	width:99.8%;
}
div.AS54_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}
* html div.AS54_list_table table,
*:first-child+html div.AS54_list_table table{
	font-size:100%;
}

div.AS54_list_table table tr td,
div.AS54_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.AS54_list_table table tr td{
	padding:4px 4px;
}

div.AS54_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}

/*選択（ボタン）*/
.AS54_th_slctbtn div{
	width:2em;
}
.AS54_th_slctbtn{
	text-align:center !important;
}
/*お客様コード*/
.AS54_th_client_cd div{
	width:11em;
}
/*お客様名*/
.AS54_th_client_name div{
	width:16em;
}

/*部署名*/
.AS54_th_busho_name div{
	width:20em;
}

/*会社名*/
.AS54_th_company_name div{
	width:20em;
}
/*メールアドレス*/
AS54_th_addres div{
	width:64em;
}

/*****************************
/*■AS55.資材一覧（レンタル品）
******************************/
p.AS55_sttcsch {
	color:#000099;
	margin-top:1em;
	margin-bottom:1em;
}

input#AS55_user_id{
	width:15em;
}

/*■資材コード*/
.AS55_th_item_code div{
	width:6em;
}

/*■選択*/
.AS55_th_sentaku div{
	width:3em;
}
.AS55_th_sentaku{
	width:3em;
	text-align:center !important;
}


/*■写真*/
.AS55_th_thumbnail div{
	width:3em;
}
.AS55_th_thumbnail{
	width:3.5em;
	text-align:center !important;
}

/*■資材コード*/
.AS55_th_item_code div{
	width:6em;
}

/*■資材名（可変）*/
.AS55_th_item_name div{
	width:16em;
}
.AS55_th_item_name{
	width:40%;
}

.AS55_th_item_category div{
	width:16em;
}

.AS55_th_rental div{
	width:16em;
}

/*****************************
■AS56_住所選択
******************************/

/*▼テーブル各項目の幅指定*/

/*あいまい検索メッセージ*/
p.AS56_sttcsch {
	color:#000099;
	margin-top:1em;
	margin-bottom:1em;
}
/*■選択*/
.AS56_th_sentak div{
	width:3em;
}
.AS56_th_sentak{
	text-align:center !important;
}

/*■郵便番号*/
.AS56_th_post_code div{
	width:6em;
}
/*■住所（可変）*/
.AS56_th_addres div{
	width:20em;
}
.AS56_th_addres{
	width:75%;
}
/*■事業所（可変）*/
.AS56_th_jigyosyo div{
	width:20em;
}
.AS56_th_jigyosyo{
	width:75%;
}


/*■td*/

/*選択*/
.AS56_td_sentk{
	text-align:center !important;
}

/*****************************
/*■AS57.臨床サンプル一覧（単数選択）
******************************/
p.AS57_sttcsch {
	color:#000099;
	margin-top:1em;
	margin-bottom:1em;
}


/*■No.*/
.AS57_th_no_syukka div{
	width:2.5em;
}
.AS57_th_no_syukka{
	text-align:center !important;
}

/* ■カテゴリ１
   ■カテゴリ２
   ■カテゴリ３  */
.th_category1_syukka div,
.th_category2_syukka div,
.th_category3_syukka div{
	width:5em;
}

.th_category1_syukka,
.th_category2_syukka,
.th_category3_syukka{
	width:13%;
}

/*****************************
■AS60_MYアドレス
******************************/

/*▼テーブル各項目の幅指定*/

/*■届先名（可変）*/
.AS60_th_tdksk_name div{
	width:12em;
}
.AS60_th_tdksk_name{
	width:25%;
}
/*■住所（可変）*/
.AS60_th_addres div{
	width:20em;
}
.AS60_th_addres{
	width:75%;
}
/*■郵便番号*/
.AS60_th_post_code div{
	width:6em;
}

/*■電話番号*/
.AS60_th_phone_num div{
	width:8em;
}


/*■選択、削除*/
.AS60_th_sentak div,
.AS60_th_del div{
	width:3em;
}
.AS60_th_sentak,
.AS60_th_del{
	text-align:center !important;
}

/*■初期表示*/
.AS60_th_first_print div{
	width:5em;
}
.AS60_th_first_print{
	text-align:center !important;
}
.AS60_td_first_print{
	text-align:center !important;
}

/*****************************
■AS61_届先マスタ選択
******************************/

/*▼テーブル各項目の幅指定*/
/*あいまい検索メッセージ*/
p.AS61_sttcsch {
	color:#000099;
	margin-top:1em;
	margin-bottom:1em;
}
/*■選択*/
.AS61_th_sentak div{
	width:3em;
}
.AS61_th_sentak{
	text-align:center !important;
}

/*■届先コード*/
.AS61_th_tdk_cd div{
	width:7em;
}

/*■届先名（可変）*/
.AS61_th_tdksk_name div{
	width:12em;
}
.AS61_th_tdksk_name{
	width:25%;
}

/*■住所（可変）*/
.AS61_th_addres div{
	width:20em;
}
.AS61_th_addres{
	width:75%;
}
/*■郵便番号*/
.AS61_th_post_code div{
	width:6em;
}

/*■電話番号*/
.AS61_th_phone_num div{
	width:8em;
}


/*■td*/

/*選択*/
.AS61_td_sentk{
	text-align:center !important;
}
#AS61_sle_area,
#AS61_sle_city{
	width:150px;
}
/*****************************
■AS62_資材一覧（e-Book）
******************************/

/*あいまい検索メッセージ*/
p.AS62_sttcsch {
	color:#000099;
	margin-top:1em;
	margin-bottom:1em;
}

div.AS62_list_shorttable{
	border:solid 1px #999999;
/*	overflow-x:scroll;*/
	overflow:auto;
	clear:both;
	width:800px;
}
* html div.AS62_list_shorttable{
	width:800px;
}
div.AS62_list_shorttable table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%
}
* html div.AS62_list_shorttable table,
*:first-child+html div.AS62_list_shorttable table{
	font-size:100%;
}

div.AS62_list_shorttable table tr td,
div.AS62_list_shorttable table tr th{
	padding:2px 4px;
	text-align:left;
}

div.AS62_list_shorttable table tr td{
	padding:4px 4px;
}

div.AS62_list_shorttable table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}

/*■No.*/
.AS62_th_no_syukka div{
	width:2.5em;
}
.AS62_th_no_syukka{
	text-align:center !important;
}

/*****************************
■AS70_承認者選択
******************************/
.AS70_th_sentak div{
	width:3em;
}
.AS70_th_sentak{
	text-align:center !important;
}
.AS70_td_sentk{
	text-align:center !important;
}
.AS70_th_user_id div{
	width:12em;
}
.AS70_th_user_id{
	width:25%;
}
.AS70_th_user_name div{
	width:12em;
}
.AS70_th_user_name{
	width:25%;
}
.AS70_th_shozoku_jigyosho_code div{
	width:12em;
}
.AS70_th_shozoku_jigyosho_code{
	width:25%;
}
.AS70_th_shozoku_jigyosho_name div{
	width:12em;
}
.AS70_th_shozoku_jigyosho_name{
	width:25%;
}

/*****************************
/*■AS90組織コード検索
******************************/

/*▼条件入力画面*/

/*■table*/
TABLE.AS90_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	margin-right:auto;
	margin-left:auto;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
.AS90_schbox{
	width:600px;
}
.AS90_schbox .AS90_std_th{
	width:110px;/*見出し部分の標準幅*/
}

/*■textboxサイズ設定*/
input#AS90_tex_sosiki_name{
	width:35em;
}

/*comboBox設定*/
#AS90_tnt_siten_name{
	width:25em;
}
/*あいまい検索メッセージ*/
p.AS90_sttcsch {
	color:#000099;
	margin-top:1em;
	margin-bottom:1em;
}

/*■テーブルヘッダ*/

/*選択（ボタン）*/
.AS90_th_slctbtn div{
	width:3em;
}
.AS90_th_slctbtn{
	text-align:center !important;
}
.AS90_td_slctbtn{
	text-align:center !important;
}

/*組織コード*/
.AS90_th_sosiki_cd div{
	width:7em;
}

/*組織先名（可変）*/
.AS90_th_sosiki_name div{
	width:12em;
}
.AS90_th_sosiki_name{
	width:40%;
}
/*住所（可変）*/
.AS90_th_addres div{
	width:12em;
}
.AS90_th_addres{
	width:40%;
}

/*郵便番号*/
.AS90_th_post_code div{
	width:6em;
}
/*電話番号*/
.AS90_th_phone_num div{
	width:10em;
}

/* ■組織ボタン*/

#AS90_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}
/*登録・修正・削除ボタン*/
p.AS90_positive_act{
	text-align:center;
	position:relative;
	z-index: 1;
}

/*****************************
/*■AS91組織コード検索(分析用)
******************************/

/*▼条件入力画面*/

/*■table*/
TABLE.AS91_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	margin-right:auto;
	margin-left:auto;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
.AS91_schbox{
	width:650px;
}
.AS91_schbox .AS91_std_th{
	width:110px;/*見出し部分の標準幅*/
}

/*■textboxサイズ設定*/
input#AS91_tex_sosiki_name{
	width:35em;
}

/*comboBox設定*/
#AS91_tnt_siten_name{
	width:25em;
}
/*あいまい検索メッセージ*/
p.AS91_sttcsch {
	color:#000099;
	margin-top:1em;
	margin-bottom:1em;
}

/*■テーブルヘッダ*/

/*選択（ボタン）*/
.AS91_th_slctbtn div{
	width:3em;
}
.AS91_th_slctbtn{
	text-align:center !important;
}
.AS91_td_slctbtn{
	text-align:center !important;
}

/*組織コード*/
.AS91_th_sosiki_cd div{
	width:7em;
}

/*組織先名（可変）*/
.AS91_th_sosiki_name div{
	width:40em;
}
.AS91_th_sosiki_name{
	width:80%;
}
/*住所（可変）*/
.AS91_th_addres div{
	width:12em;
}
.AS91_th_addres{
	width:40%;
}

/*郵便番号*/
.AS91_th_post_code div{
	width:6em;
}
/*電話番号*/
.AS91_th_phone_num div{
	width:10em;
}

/* ■組織ボタン*/

#AS91_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}
/*登録・修正・削除ボタン*/
p.AS91_positive_act{
	text-align:center;
	position:relative;
	z-index: 1;
}

/*****************************
■AS92_出荷情報選択
******************************/
p.AS92_positive_act{
	text-align:center;
	position:static;
	z-index: 1;
}

/*▼テーブル各項目の幅指定*/

/*■No*/
.th_no_syukka div{
	width:3em;
}
.th_no_syukka{
	text-align:center !important;
}
/*■選択*/
.th_sentaku_syukka div{
	width:3em;
}
.th_sentaku_syukka{
	width:3em;
	text-align:center !important;
}

/*あいまい検索メッセージ*/
p.AS92_sttcsch {
	color:#000099;
	margin-top:1em;
	margin-bottom:1em;
}

/*■eBook*/
.th_eBook_syukka div{
	width:3.5em;
}
.th_eBook_syukka{
	text-align:center !important;
	white-space: nowrap;
}

/*■e-book mail*/
.th_eBook_mail_syukka div{
	width:6em;
}
.th_eBook_mail_syukka{
	text-align:center !important;
}

/*■詳細ボタン*/
.th_detailbtn_syukka div{
	width:3em;
}
.th_detailbtn_syukka{
	width:3em;
	text-align:center !important;
}

/*■写真*/
.th_thumbnail_syukka div{
	width:3em;
}
.th_thumbnail_syukka{
	width:3.5em;
	text-align:center !important;
}

/*■eBook*/
.th_eBook_syukka div{
	width:5em;
}
.th_eBook_syukka{
	text-align:center !important;
}

/*■資材名（可変）*/
.th_item_name_syukka div{
	width:6em;
}
.th_item_name_syukka{
	width:20%;
}

/* ■品目名
   ■分類名
   ■種類名  */
.th_hin_name_syukka div,
.th_bri_name_syukka div,
.th_shu_name_syukka div{
	width:5em;
}

.th_hin_name_syukka,
.th_bri_name_syukka,
.th_shu_name_syukka{
	width:10%;
}

/*■資材口コミ*/
.th_item_kuchikomi_syukka div{
	width:8em;
}
.th_item_kuchikomi_syukka{
	text-align:center !important;
}

/*■資材コード*/
.th_item_code_syukka div{
	width:6em;
}

/*■出荷可能数（可変）、構成数（可変）*/
.th_kanou_syukka div,
.th_kousei_syukka div{
	width:6em;
}
.th_kanou_syukka,
.th_kousei_syukka{
	text-align:right !important;
	width:10%;
}

/*■袋*/
.th_shohin_kbn div{
	width:2em;
}
.th_shohin_kbn{
	width:2em;
	text-align:center !important;
}

/*■入庫予定日*/
.th_nyukoyotei_date_syukka div{
	width:7em;
}
.th_nyukoyotei_date_syukka{
	text-align:center !important;
}

/*■備考*/
.th_bikou_syukka div{
	width:4em;
}
.th_bikou_syukka{
	width:10%;
}

/*■ランキング*/
.th_ranking_syukka div{
	width:5.5em;
}
.th_ranking_syukka{
	text-align:center !important;
}
/*■td*/

/*資材名*/
.td_in_syukka{
font-weight:bold !important;
}
/*選択、詳細ボタン、写真、予定日、口コミ、袋*/
.td_sentk_syukka,
.td_dtlbt_syukka,
.td_thn_syukka,
.td_day_syukka,
.td_kutikomi_syukka,
.td_shohin_kbn,
.td_e_Book_mail_syukka{
	text-align:center !important;
	white-space: nowrap;
}
/*No.、数値関係*/
.td_no_syukka,
.td_iaq_syukka{
	text-align:right !important;
	white-space: nowrap;
}


/*▼詳細*/

.AS92_itemdetail_tab{
width:700px;
}

.itemdetail_h_syukka{
	width:12em;
	text-align:right !important;
	padding:0 !important;
	background-color:#CCCCCC;
}

.itemdetail_h_syukka span{
/*	color:#FFFFFF;*/
	line-height:140%;
	display:block;
	padding:2px;
	margin:2px 0;
}

.itemdetail_d_syukka{
	display:block;
	padding:2px;
	word-break:break-all;
}

/*■テーブルサイズ*/

div.AS92_list_shorttable{
	border:solid 1px #999999;
/*	overflow-x:scroll;*/
	overflow:auto;
	clear:both;
	width:800px;
}
* html div.AS92_list_shorttable{
	width:800px;
}
div.AS92_list_shorttable table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%
}
* html div.AS92_list_shorttable table,
*:first-child+html div.AS92_list_shorttable table{
	font-size:100%;
}

div.AS92_list_shorttable table tr td,
div.AS92_list_shorttable table tr th{
	padding:2px 4px;
	text-align:left;
}

div.AS92_list_shorttable table tr td{
	padding:4px 4px;
}

div.AS92_list_shorttable table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}

/* データ入力2 部数別単価設定情報部 */
#AS92_list_area{
	width:40%;
}

#iPad_list_area{
	width:950px;
}
* html #minmax_length#AS92_list_area{
   width:expression(document.documentElement.clientWidth < 40%? "40%" : "auto");
}

#AS92_list_area{
	margin-bottom:4px;
}

* html #AS92_list_area{
	margin-bottom:4px;
}
*:first-child+html #AS92_list_area{
	margin-bottom:4px;
}

#AS92_list_area input.btn{
	font-size:100%;
}

div.AS92_list_table{
	border:solid 1px #999999;
	clear:both;
	width:100%;
}
* html div.AS92_list_table{
	width:100%;
}

div.AS92_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}

* html div.AS92_list_table table,
*:first-child+html div.AS92_list_table table{
	font-size:100%;
}

div.AS92_list_table table tr td,
div.AS92_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.AS92_list_table table tr td{
	padding:4px 4px;
}

div.AS92_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}

.AS92_th_code div {
	width:5em;
}
.AS92_th_odp div {
	width:5em;
}
.AS92_th_offset div {
	width:5em;
}

/*■No.*/
.AS92_th_no_syukka div{
	width:2.5em;
}
.AS92_th_no_syukka{
	text-align:center !important;
}

/*■資材名（可変）*/
.AS92_th_item_name_syukka div{
	width:10em;
}
.AS92_th_item_name_syukka{
	width:40%;
}

/* ■品目名
   ■分類名
   ■種類名  */
.AS92_th_hin_name_syukka div,
.AS92_th_bri_name_syukka div,
.AS92_th_shu_name_syukka div{
	width:4em;
}

.AS92_th_hin_name_syukka,
.AS92_th_bri_name_syukka,
.AS92_th_shu_name_syukka{
	width:20%;
}

.AS92_th_kousei_item_code_syukka{
	width:8em;
}

/* ■品目名
   ■分類名
   ■種類名  */
.AS92_th_kousei_hin_name_syukka div,
.AS92_th_kousei_bri_name_syukka div,
.AS92_th_kousei_shu_name_syukka div{
	width:6em;
}

.AS92_th_kousei_hin_name_syukka,
.AS92_th_kousei_bru_name_syukka,
.AS92_th_kousei_shu_name_syukka{
	width:10%;
}

/*****************************
■AS94_資材コード選択（カート）
******************************/
/*あいまい検索メッセージ*/
p.AS94_sttcsch {
	color:#000099;
	margin-top:1em;
	margin-bottom:1em;
}
p.AS94_positive_act{
	text-align:center;
	position:static;
	z-index: 1;
}
/* ■品目名
   ■種類名  */
.AS94_th_kousei_hin_name_syukka div,
.AS94_th_kousei_shu_name_syukka div{
	width:6em;
}

.AS94_th_kousei_hin_name_syukka,
.AS94_th_kousei_shu_name_syukka{
	width:10%;
}
#as94_search_result_title {
	margin-bottom: 0px;
	/*border: solid 1px #999999;*/
}
.as94_td_shizai_img {
	padding: 1em 0;
	padding-left: 1.25em;
	width: 10%;
	margin-right: 20px;
	min-height: 100px;
}
.as94_name_title {
	font-size: 12px;
	color: #3281dd;
	margin-bottom: 10px;
}
.as94_bikou {
	font-size: 12px;
	vertical-align: top;
}
.as94_suryou{
	padding: 10px;
	/*background: #f3f3f3;*/
	background: #E4EDF8;
	bottom: 15px;
	right: 0px;
}
.as94_input_amount{
	font-family: "MS UI Gothic";
	vertical-align: baseline;
	height: 26px;
	display: inline-block;
	width: 7em;
	text-align: right;
}
.as94_order_btn{
	display: inline-block;
	vertical-align: bottom;
}
.as94_order_btn a {
	display: inline-block;
	vertical-align: bottom;
	width: 52px;
	height: 26px;
	padding: 4px 8px;
	background: url(../img/btn_topCart.png) center center no-repeat;
	border-radius: 4px;

}
#td_suryo_input{
	width: 18%;
	min-width: 250px;
	padding-left: 15px;
}
.as94_td_border{
	border-top: 1px dashed #bdbdbd;
}

.as94_tr_shizai_title{
	height: auto;
}
.as94_tr_shizai_bikou{
	height: 40px;
}
.as94_tr_icon{
	height: 45px;
}

/*****************************
■AS97_臨床サンプル検索(複数)
******************************/
p.AS97_positive_act{
	text-align:center;
	position:static;
	z-index: 1;
}

/*▼テーブル各項目の幅指定*/
/*あいまい検索メッセージ*/
p.AS97_sttcsch {
	color:#000099;
	margin-top:1em;
	margin-bottom:1em;
}

/*▼詳細*/

.AS97_itemdetail_tab{
width:700px;
}

/*■テーブルサイズ*/

div.AS97_list_shorttable{
	border:solid 1px #999999;
/*	overflow-x:scroll;*/
	overflow:auto;
	clear:both;
	width:800px;
}
* html div.AS97_list_shorttable{
	width:800px;
}
div.AS97_list_shorttable table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%
}
* html div.AS97_list_shorttable table,
*:first-child+html div.AS97_list_shorttable table{
	font-size:100%;
}

div.AS97_list_shorttable table tr td,
div.AS97_list_shorttable table tr th{
	padding:2px 4px;
	text-align:left;
}

div.AS97_list_shorttable table tr td{
	padding:4px 4px;
}

div.AS97_list_shorttable table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}

/* データ入力2 部数別単価設定情報部 */
#AS97_list_area{
	width:40%;
}

* html #minmax_length#AS97_list_area{
   width:expression(document.documentElement.clientWidth < 40%? "40%" : "auto");
}

#AS97_list_area{
	margin-bottom:4px;
}

* html #AS97_list_area{
	margin-bottom:4px;
}
*:first-child+html #AS97_list_area{
	margin-bottom:4px;
}

#AS97_list_area input.btn{
	font-size:100%;
}

div.AS97_list_table{
	border:solid 1px #999999;
	clear:both;
	width:100%;
}
* html div.AS97_list_table{
	width:100%;
}

div.AS97_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}

* html div.AS97_list_table table,
*:first-child+html div.AS97_list_table table{
	font-size:100%;
}

div.AS97_list_table table tr td,
div.AS97_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.AS97_list_table table tr td{
	padding:4px 4px;
}

div.AS97_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}

.AS97_th_code div {
	width:5em;
}
.AS97_th_odp div {
	width:5em;
}
.AS97_th_offset div {
	width:5em;
}

/*■No.*/
.AS97_th_no_syukka div{
	width:2.5em;
}
.AS97_th_no_syukka{
	text-align:center !important;
}

/*■資材名（可変）*/
.AS97_th_item_name_syukka div{
	width:10em;
}
.AS97_th_item_name_syukka{
	width:20%;
}

/* ■品目名
   ■種類名  */
.AS97_th_hin_name_syukka div,
.AS97_th_shu_name_syukka div{
	width:4em;
}

.AS97_th_hin_name_syukka,
.AS97_th_shu_name_syukka{
	width:20%;
}

.AS97_th_kousei_item_code_syukka{
	width:8em;
}

/* ■品目名
   ■種類名  */
.AS97_th_kousei_hin_name_syukka div,
.AS97_th_kousei_shu_name_syukka div{
	width:6em;
}

.AS97_th_kousei_hin_name_syukka,
.AS97_th_kousei_shu_name_syukka{
	width:10%;
}

/* ■カテゴリ１
   ■カテゴリ２
   ■カテゴリ３  */
.AS97th_category1_syukka div,
.AS97th_category2_syukka div,
.AS97th_category3_syukka div{
	width:5em;
}

.AS97th_category1_syukka,
.AS97th_category2_syukka,
.AS97th_category3_syukka{
	width:10%;
}

/*■備考*/
.AS97th_bikou_syukka div{
	width:4em;
}
.AS97th_bikou_syukka{
	width:15%;
}
/*****************************
■AS98_貸出申請機材(日別)選択
******************************/

p.AS98_positive_act{
	text-align:center;
	position:static;
	z-index: 1;
}

/*あいまい検索メッセージ*/
p.AS98_sttcsch {
	color:#000099;
	margin-top:1em;
	margin-bottom:1em;
}

#rental_list_area{
	margin-bottom:4px;
}

* html #rental_list_area{
	margin-bottom:4px;
}
*:first-child+html #rental_list_area{
	margin-bottom:4px;
}

#rental_list_area input.btn{
	font-size:100%;
}

/*■一覧表最大高さ*/
div.rental_list_table{
	max-height:none;
}

div.rental_list_table{
	 border:solid 1px #999999;
	overflow:auto;
	clear:both;
	width:100%;
}
* html div.rental_list_table{
	width:99.8%;
}

div.rental_list_table table{
/*	table-layout: fixed;*/
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}

* html div.rental_list_table table,
*:first-child+html div.rental_list_table table{
	font-size:100%;
}

div.rental_list_table table tr td,
div.rental_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.rental_list_table table tr td{
	padding:4px 4px;
	border:thin solid #aaaaaa;
}

/* 右縦罫線削除 */
div.rental_list_table table tr td:last-child{
	border-right-style: none;
}
/* 左縦罫線削除 */
div.rental_list_table table tr td:first-child{
	border-left-style: none;
}

div.rental_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:thin solid #aaaaaa;
	border-spacing:0;
	line-height:140%;
}
/* 右縦罫線削除 */
div.rental_list_table table th:last-child{
	border-right-style: none;
}
/* 左縦罫線削除 */
div.rental_list_table table th:first-child{
	border-left-style: none;
}

* html #rental_span_sh_dt span.notice{
	top:4.3em;
}
*:first-child+html #rental_span_sh_dt span.notice{
	top:4.3em;
}


/********* 月次管理サブシステム ******************************/

/* ZK61.不動態ダウンロード */

/*▼条件入力画面*/
/*■textboxサイズ設定*/
input#ZK61_tex_jigyosho_cd,
input#ZK61_tex_user_id{
	width:15em;
}

/*****************************
/*■ZK62動態情報ダウンロード
******************************/

/*▼条件入力画面*/

/*table*/

.ZK62_oredrrev_schbox{
	width:780px;
	padding-bottom:0 !important;
}
/*入力項目見出し*/
.ZK62ctr_th{
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
}


/*見出し部分幅*/
.ZK62_oredrrev_schbox .ZK62_std_th{
	width:90px;
}


/*textboxサイズ設定*/
input#ZK62_tex_sizai_cd,
input#ZK62_tex_jigyosho_cd,
input#ZK62_tex_user_id{
	width:15em;
}
input#ZK62_tex_kakutei_yy{
	width:3em;
}


/**************** 返品管理サブシステム ***********************#****/

/**** HP01.出庫返品入力 ****/
/* 条件入力 入力エリア */
.HP01_schbox {
	width:21em !important;
	margin-left:0 !important;
}
/* 条件入力 見出し */
.HP01_schbox .std_th {
	width:7em;
}
/* 条件入力 テキストボックス(番号コード) */
input.HP01_tex_number {
	width:11em;
	ime-mode:inactive;
}
/* 条件入力 ボタン配置 */
.HP01_submit_btn_area .positive_act {
	text-align:left !important;
}
/* 条件入力 ボタンサイズ */
.HP01_submit_btn_area .positive_act input {
	padding:0 !important;
}
/* データ入力 リスト見出し(SEQ) */
.HP01_th_seq div {
	width:2em;
}
.HP01_th_seq {
	text-align:center !important;
}
/* データ入力 リスト見出し(日付) */
.HP01_th_date div {
	width:6em;
}
.HP01_th_date {
	text-align:center !important;
}
/* データ入力 リスト内容(日付) */
.HP01_td_date {
	text-align:center !important;
}
/* データ入力 リスト見出し(数量) */
.HP01_th_suryo div {
	width:6em;
}
.HP01_th_suryo {
	text-align:right !important;
}
/* データ入力 テキストボックス(数量) */
input.HP01_tex_suryo {
	width:7em;
	text-align:right;
	ime-mode:inactive;
}


/**** HP02.出庫返品確定 ****/
/* 条件入力 入力エリア */
.HP02_schbox {
	width:35em !important;
}
/* 条件入力 見出し */
.HP02_schbox .std_th {
	width:7em;
}
/* 条件入力 テキストボックス(番号コード) */
input.HP02_tex_number {
	width:11em;
	ime-mode:inactive;
}
/* データ入力 リスト見出し(SEQ) */
.HP02_th_seq div {
	width:2em;
}
.HP02_th_seq {
	text-align:center !important;
}
/* データ入力 リスト見出し(チェックボックス) */
.HP02_th_check div {
	width:3em;
}
.HP02_th_check {
	text-align:center !important;
}
/* データ入力 リスト内容(チェックボックス) */
.HP02_td_check {
	text-align:center !important;
}
/* データ入力 リスト見出し(日付) */
.HP02_th_date div {
	width:6em;
}
.HP02_th_date {
	text-align:center !important;
}
/* データ入力 リスト内容(日付) */
.HP02_td_date {
	text-align:center !important;
}
/* データ入力 リスト見出し(番号コード) */
.HP02_th_number div {
	width:11em;
}
/* データ入力 リスト見出し(名称) */
.HP02_th_name div {
	width:15em;
}


/**** HP12.返品入庫データアップロード ****/


/**** HP13.返品実績照会 ****/
/*▼条件入力画面 */
/*■table*/
.HP13_schbox{
	width:550px;
}
/*■入力項目見出し(幅は各画面個別に指定)*/
.HP13_ctr_th{
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
	width: 12em;
}

/*■一覧表示/
/*SEQ*/
.HP13_td_seq{
	text-align:right !important;
}
.HP13_th_seq{
	text-align:right !important;
}
/*返品番号*/
.HP13_th_henpin_no div{
	width:8em;
}
/*日付*/
.HP13_td_date{
	text-align:center !important;
}
.HP13_td_date div{
	width: 6em;
}
.HP13_td_date{
	text-align:center !important;
}
/*■テキストBox */
input#HP13_txt_henpin_no,
input#HP13_shukkashiji_no,
input#HP13_shizai_no{
	width:15em;
}


/*▼出荷詳細表示画面 */
#HP13_db_henpin{
	width:35em;
}
.HP13_datablock{
	line-height:20px;
	margin-bottom:4px;
	margin-right:1em;
}

.HP13_datablock span.head{
	padding:2px 4px;
	display:block;
	line-height:20px;
	float:left;
	width:9em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

.HP13_datablock span.data{
	display:block;
	padding:2px;
}



/**************** 印刷管理サブシステム **********************************/

/**** PK01.印刷属性データ連携取込 ****/


/**** PK02.印刷属性マスタメンテナンス ****/
/* テキストボックス(資材コード) */
.PK02_tex_shohin_cd {
	ime-mode:inactive;
	width:15em;
}
/* 条件入力 入力エリア */
.PK02_schbox {
	width:45em !important;
}
/* 条件入力 見出し */
.PK02_schbox .std_th {
	width:6em;
}
/* データ入力1 見出し(ステータス)
   データ入力1 見出し(バージョン)
*/
.PK02_th_status,
.PK02_th_version {
	text-align:center !important;
}
.PK02_th_status div,
.PK02_th_version div{
	width:7em;
}
/* データ入力1 見出し(選択) */
.PK02_th_check {
	text-align:center !important;
}
.PK02_th_check div {
	width:2.3em;
}
/* データ入力1 見出し(ボタン) */
.PK02_th_btn {
	text-align:center !important;
}
.PK02_th_btn div {
	width:3em;
}
/* データ入力1 データ部(選択、ステータス、ボタン) */
.PK02_td_status,
.PK02_td_btn,
.PK02_td_check {
	text-align:center !important;
}
/* データ入力2 入力部 */
.PK02_datablock {
	width:30em !important;
}
/* データ入力2 見出し */
span.PK02_head {
	width:10em !important;
}
/* データ入力2 テキストボックス(単価) */
input.PK02_tex_tanka {
	width:7em;
	ime-mode:inactive;
	text-align:right;
}
/* データ入力2 テキストボックス(備考) */
input.PK02_tex_biko {
	width:40em;
	ime-mode:inactive;
}
/* データ入力2 リスト見出し(ドキュメント) */
.PK02_th_doc div {
	width:7em;
}
.PK02_th_doc {
	text-align:left !important;
}
/* データ入力2 リスト見出し(出力用紙サイズ) */
.PK02_th_out_size div {
	width:8em;
}
/* データ入力2 リスト見出し(出力用紙種類) */
.PK02_th_out_type div {
	width:7em;
}
/* データ入力2 リスト見出し(出力用紙重さ(斤重)) */
.PK02_th_out_weight div {
	width:10em;
}
/* データ入力2 リスト見出し(ドキュメントファイルパス) */
.PK02_th_doc_path div {
	width:12em;
}
/* データ入力2 リスト見出し(ジョブアプリケーション名称) */
.PK02_th_app_name div {
	width:13em;
}
/* データ入力2 リスト見出し(用紙サイズ) */
.PK02_th_yosi_size div {
	width:5em;
}
/* データ入力2 リスト見出し(ジョブID) */
.PK02_th_job_id div {
	width:4em;
}
/* データ入力2 リスト見出し(ジョブタイプ) */
.PK02_th_job_type div {
	width:6em;
}
/* データ入力2 リスト見出し(ジョブサブタイプ) */
.PK02_th_job_sub_type div {
	width:8em;
}
/* データ入力2 リスト見出し(用紙タイプ) */
.PK02_th_yosi_type div {
	width:5em;
}
/* データ入力2 リスト見出し(PDFサイズ(インチ)) */
.PK02_th_pdf_size div {
	width:10em;
}
/* データ入力2 リスト見出し(PDFページ数) */
.PK02_th_page_su div {
	width:7em;
}
/* データ入力2 リスト見出し(コメント) */
.PK02_th_comment div {
	width:10em;
}

/* データ入力2 テキストボックス(バージョン) */
input.PK02_tex_version {
	width:3em;
	ime-mode:inactive;
}


/**** PK03.印刷作業リスト作成 ****/
/* テキストボックス(番号コード) */
.PK03_tex_number {
	ime-mode:inactive;
	width:11em;
}
/* テキストボックス(資材コード) */
.PK03_tex_shohin_cd {
	ime-mode:inactive;
	width:15em;
}
/* 条件入力 入力エリア */
.PK03_schbox {
	width:40em !important;
}
/* 条件入力 見出し */
.PK03_schbox .std_th {
	width:7em;
}


/**** PK04.ジョブステータス変更データ連携出力 ****/
/* 条件入力メッセージ */
div#PK04_searchbox_msg {
	margin-top:8px;
	margin-bottom:0px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	size: -1;
}
.PK04_std_schbox_msg{
	width:526px;
}

/* 条件入力 */
div#PK04_searchbox{
	margin-top:5px;
	margin-bottom:12px;
	margin-right:auto;
	margin-left:auto;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
.PK04_std_schbox{
	width:500px;
}
.PK04_std_schbox th{
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
	width: 100px;
	white-space: nowrap;
}
.PK04_std_schbox td{
	white-space: nowrap;
}

/* 更新区分（未送信） */
span.PK04_misosin{
	color:#000099;
}
/* テキストBox */
input#PK04_txt_sizai_cd{
	width:15em;
}
input#PK04_txt_date{
	width:6em;
}


/**** PK05.ジョブステータス更新結果ファイル取込 ****/


/**** PK06.印刷依頼入力 ****/
/*▼条件入力画面 */
/* 検索機能のtable*/
div#PK06_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
.PK06_oredrrev_schbox{
	width:700px;
}
/* 入力項目見出し*/
.PK06_ctr_th{
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
	width: 6.5em;
	white-space: nowrap;
}
/* ボタン（class="oredrrev_schbox"）*/
#PK06_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}
#PK06_submit_btn_area input{
	height:1.8em;
	font-size:110%;
}
p.PK06_positive_act{
	text-align:left;
	position:relative;
	z-index: 1;
}


/*▼データ入力1画面 */
/* データ入力1　*/
.PK06_datablock{
	line-height:22px;
	margin-bottom:4px;
	margin-right:1em;
}
.PK06_datablock span.head{
	padding:2px 4px;
	display:block;
	line-height:22px;
	float:left;
	width:8em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}
.PK06_datablock span.data{
	display:block;
	padding:2px;
}

.PK06_datablock span.PK06_data{
	display:table;
	padding:2px;
}

/* データ入力1 リスト見出し */
.PK06_th_check,
.PK06_th_revision,
.PK06_th_version,
.PK06_th_repositoryId,
.PK06_th_status,
.PK06_th_auto_print{
	text-align:center !important;
}
.PK06_td_check div{
	width:2em;
}
.PK06_th_revision div,
.PK06_th_version div{
	width:2em;
}
.PK06_th_repositoryId div{
	width:6em;
}
.PK06_th_status div{
	width:6em;
}
.PK06_th_auto_print div{
	width:6em;
}
/* データ入力1 リスト明細*/
.PK06_td_check,
.PK06_td_revision,
.PK06_td_version,
.PK06_td_repositoryId,
.PK06_td_status,
.PK06_td_auto_print{
	text-align:center !important;
}
/* テキストBox */
input#PK06_txt_iraisu{
	width:7em;
}

/*▼データ入力2画面 */
/* データ入力2 印刷情報 */
#PK06_db_print{
	width:35em;
}

/* データ入力2 リスト見出し(ドキュメント) */
.PK06_th_doc div {
	width:6em;
}
.PK06_th_doc {
	text-align:left !important;
}

/* データ入力2 リスト見出し(出力用紙サイズ) */
.PK06_th_out_size div {
	width:8em;
}

/* データ入力2 リスト見出し(出力用紙種類) */
.PK06_th_out_type div {
	width:7em;
}

/* データ入力2 リスト見出し(出力用紙重さ(斤重)) */
.PK06_th_out_weight div {
	width:10em;
}

/* データ入力2 リスト見出し(ドキュメントファイルパス) */
.PK06_th_doc_path div {
	width:12em;
}

/* データ入力2 リスト見出し(ジョブアプリケーション名称) */
.PK06_th_app_name div {
	width:13em;
}

/* データ入力2 リスト見出し(用紙サイズ) */
.PK06_th_yosi_size div {
	width:5em;
}

/* データ入力2 リスト見出し(ジョブID) */
.PK06_th_job_id div {
	width:4em;
}

/* データ入力2 リスト見出し(ジョブタイプ) */
.PK06_th_job_type div {
	width:6em;
}

/* データ入力2 リスト見出し(ジョブサブタイプ) */
.PK06_th_job_sub_type div {
	width:8em;
}

/* データ入力2 リスト見出し(用紙タイプ) */
.PK06_th_yosi_type div {
	width:5em;
}

/* データ入力2 リスト見出し(PDFサイズ(インチ)) */
.PK06_th_pdf_size div {
	width:10em;
}

/* データ入力2 リスト見出し(PDFページ数) */
.PK06_th_page_su div {
	width:7em;
}

/* データ入力2 リスト見出し(コメント) */
.PK06_th_comment div {
	width:10em;
}

/* データ入力 見出し(ステータス類) */
.PK06_th_status div {
	width:6em;
}
.PK06_th_status {
	text-align:center !important;
}

/* データ入力 データ(ステータス) */
.PK06_td_status {
	text-align:center !important;
}

/**** PK07.印刷情報照会 ****/
/* ボタン配置 */
.PK07_submit_btn_area p.positive_act {
	text-align:left !important;
}
/* 条件入力 入力エリア */
.PK07_schbox {
	width:65em !important;
	margin-left:0 !important;
}
/* 条件入力 見出し */
.PK07_schbox .std_th {
	width:10em;
}

/* テキストボックス(番号コード) */
.PK07_tex_number {
	ime-mode:inactive;
	width:11em;
}
/* テキストボックス(資材コード) */
.PK07_tex_shohin_cd {
	ime-mode:inactive;
	width:14.5em;
}
/* テキストボックス(日付) */
.PK07_tex_date{
	ime-mode:inactive;
	width:5em;
}
/* 一覧表示 リスト見出し(SEQ) */
.PK07_th_seq div {
	width:3em;
}
.PK07_th_seq {
	text-align:center !important;
}
/* 一覧表示 リスト見出し(日付) */
.PK07_th_date div {
	width:6em;
}
.PK07_th_date {
	text-align:center !important;
}
/* 一覧表示 リスト見出し(番号コード) */
.PK07_th_number div {
	width:11em;
}
/* 一覧表示 リスト見出し(ステータス) */
.PK07_th_status div {
	width:5em;
}
.PK07_th_status {
	text-align:center !important;
}
/* 一覧表示 リスト内容(日付) */
.PK07_td_date {
	text-align:center !important;
}
/* 一覧表示 リスト内容(ステータス) */
.PK07_td_status {
	text-align:center !important;
}
/* 詳細表示 表示部 */
.PK07_datablock {
	width:27em !important;
}
/* 詳細表示 見出し */
span.PK07_head {
	width:10em !important;
}
span.PK07_data {
	display:table;
}
/* 詳細表示 リスト見出し(ドキュメント) */
.PK07_th_doc div {
	width:7em;
}
.PK07_th_doc {
	text-align:left !important;
}
/* 詳細表示 リスト見出し(出力用紙サイズ) */
.PK07_th_out_size div {
	width:8em;
}
/* 詳細表示 リスト見出し(出力用紙種類) */
.PK07_th_out_type div {
	width:7em;
}
/* 詳細表示 リスト見出し(出力用紙重さ(斤重)) */
.PK07_th_out_weight div {
	width:10em;
}
/* 詳細表示 リスト見出し(ドキュメントファイルパス) */
.PK07_th_doc_path div {
	width:12em;
}
/* 詳細表示 リスト見出し(ジョブアプリケーション名称) */
.PK07_th_app_name div {
	width:13em;
}
/* 詳細表示 リスト見出し(用紙サイズ) */
.PK07_th_yosi_size div {
	width:5em;
}
/* 詳細表示 リスト見出し(ジョブID) */
.PK07_th_job_id div {
	width:4em;
}
/* 詳細表示 リスト見出し(ジョブタイプ) */
.PK07_th_job_type div {
	width:6em;
}
/* 詳細表示 リスト見出し(ジョブサブタイプ) */
.PK07_th_job_sub_type div {
	width:8em;
}
/* 詳細表示 リスト見出し(用紙タイプ) */
.PK07_th_yosi_type div {
	width:5em;
}
/* 詳細表示 リスト見出し(PDFサイズ(インチ)) */
.PK07_th_pdf_size div {
	width:10em;
}
/* 詳細表示 リスト見出し(PDFページ数) */
.PK07_th_page_su div {
	width:7em;
}
/* 詳細表示 リスト見出し(コメント) */
.PK07_th_comment div {
	width:10em;
}
/* 詳細表示 リスト見出し(数量) */
.PK07_th_suryo div {
	width:7em;
}
.PK07_th_suryo {
	text-align:right !important;
}
/* 詳細表示 見出し(ステータス類) */
.PK07_th_status div {
	width:6em;
}
.PK07_th_status {
	text-align:center !important;
}
/* 詳細表示 データ(ステータス) */
.PK07_td_status {
	text-align:center !important;
}

/**** PK08.印刷指示連携データ出力 ****/
/* 条件入力 */
div#PK08_searchbox{
	margin-top:5px;
	margin-bottom:12px;
	margin-right:auto;
	margin-left:auto;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
.PK08_std_schbox{
	width: 500px;
}
.PK08_std_schbox th{
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
	width: 100px;
	white-space: nowrap;
}
.PK08_std_schbox td{
	white-space: nowrap;
}

/* テキストBox */
input#PK08_txt_print_no,
input#PK08_txt_sizai_cd{
	width:15em;
}
input#PK08_txt_date{
	width:6em;
}

/**** PK09.印刷設定状況出力 ****/
/* 条件入力画面 条件入力エリア */
.PK09_std_schbox{
	width:510px;
}
/* 条件入力画面 入力項目見出し */
.PK09_std_schbox th{
	background-color:#CCCCCC;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
	width: 110px;
}
/* 条件入力画面 入力項目 */
.PK09_std_schbox td{
	width: 394px;
}

/**** PK12.ODP/e-book 入稿一覧 ****/
/* ボタン配置 */
/* 入稿一覧画面の検索条件入力エリア */
div#PK12_searchbox{
	margin-top:5px;
	margin-bottom:12px;
	margin-right:auto;
	margin-left:auto;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}

.PK12_std_schbox{
	width:600px;
}

/* テキストボックス(資材No.) */
.PK12_tex_shohin_cd {
	ime-mode:inactive;
	width:15em;
}

/* ステータス */
.pk12_status_td {
	width: 350px;
}

/* ステータス */
.PK12_CND_STATUS {
	float:left;
	width:150px;
}

/* 空行の高さ */
.pk12_empty_row {
	height: 8px;
}

/* 一覧部分 */
/* 一覧表示 リスト見出し(更新ボタン) */
/*■一覧表*/
div.PK12_list_table{
	border:solid 1px #999999;
	overflow-x:scroll;
	overflow:auto;
	clear:both;
	width:100%;
}
* html div.PK12_list_table{
	width:99.8%;
}
div.PK12_list_table table{
	table-layout: fixed;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}
* html div.PK12_list_table table,
*:first-child+html div.PK12_list_table table{
	font-size:100%;
}

div.PK12_list_table table tr td,
div.PK12_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.PK12_list_table table tr td{
	padding:4px 4px;
}

div.PK12_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}

.PK12_th_update_btn {
	width:50px;
	font-size: 100%;
	text-align:center;
	white-space: nowrap;
}

.PK12_th_update_btn_ipad {
	width:60px;
	font-size: 100%;
	text-align:center;
	white-space: nowrap;
}

/* 一覧表示 リスト見出し(詳細ボタン) */
.PK12_th_detail_btn {
	width:55px;
	font-size: 100%;
	text-align:center;
	white-space: nowrap;
}

/* 一覧表示 リスト見出し(依頼日) */
.PK12_th_irai_date {
	width:90px;
	padding:0px;
	text-align:center;
	font-size: 100%;
	white-space: nowrap;
}

/* 一覧表示 リスト見出し(依頼担当者) */
.PK12_th_irai_tanto {
/*	width:160px; */
	width:110px;
	padding: 0px;
	margin:0px;
	font-size: 100%;
	white-space: nowrap;
}

/* 一覧表示 リスト見出し(資材No.) */
.PK12_th_item_code {
/*	width:80px; */
	width:130px;
	padding: 0px;
	margin:0px;
	font-size: 100%;
	white-space: nowrap;
}

/* 一覧表示 リスト見出し(資材名（可変）) */
.PK12_th_item_name {
	width:160px;
	/*word-break: break-all;*/
	padding: 0px;
	margin:0px;
	font-size: 100%;
	white-space: nowrap;
}

/* 一覧表示 リスト見出し(区分) */
.PK12_th_kbn {
	width:90px;
	padding: 0px;
	margin:0px;
	font-size: 100%;
	white-space: nowrap;
}

/* 一覧表示 リスト見出し(区分) */
.PK12_th_kbn_ipad {
	width:110px;
	padding: 0px;
	margin:0px;
	font-size: 100%;
	white-space: nowrap;
}

/* 一覧表示 リスト見出し(登録区分) */
.PK12_th_regist_kbn {
	width:80px;
	padding: 0px;
	margin:0px;
	font-size: 100%;
	white-space: nowrap;
}

/* 一覧表示 リスト見出し(ステータス) */
.PK12_th_status {
	width:140px;
	padding: 0px;
	margin:0px;
	font-size: 100%;
	white-space: nowrap;
}

.PK12_th_kanryo_date {
	width:100px;
	padding: 0px;
	margin:0px;
	font-size: 100%;
	white-space: nowrap;
}

/* 一覧表示 リスト見出し(e-book のイメージ) */
.PK12_th_ebook_mark {
	width:60px;
	padding: 0px;
	margin:0px;
	text-align:center;
	font-size: 100%;
	white-space: nowrap;
}

/* 一覧表示 リスト見出し(削除ボタン) */
.PK12_th_delete_btn {
	width:50px;
	font-size: 100%;
	text-align: center;
	white-space: nowrap;
}


.PK12_th_delete_btn_ipad {
	width:60px;
	font-size: 100%;
	text-align:center;
	white-space: nowrap;
}

/* 一覧表示 リスト見出し(更新ボタン) */
.PK12_td_update_btn {
	width:50px;
	font-size: 100%;
	text-align: center;
	white-space: nowrap;
}

/* 一覧表示 リスト見出し(更新ボタン) */
.PK12_td_update_btn_ipad {
	width:60px;
	font-size: 100%;
	text-align: center;
	white-space: nowrap;
}

/* 一覧表示 リスト見出し(詳細ボタン) */
.PK12_td_detail_btn {
	width:55px;
	font-size: 100%;
	text-align:center;
	white-space: nowrap;
}

/* 一覧表示 リスト見出し(依頼日) */
.PK12_td_irai_date {
	width:90px;
	/*padding:0px;*/
	text-align:center;
	font-size: 100%;
	white-space: nowrap;
}

/* 一覧表示 リスト見出し(依頼担当者) */
.PK12_td_irai_tanto {
	width:160px;
	padding: 0px;
	margin:0px;
	font-size: 100%;
	word-break: break-all;
}

/* 一覧表示 リスト見出し(資材No.) */
.PK12_td_item_code {
/*	width:80px; */
	width:120px;
	padding: 0px;
	margin:0px;
	font-size: 100%;
/*	white-space: nowrap; */
    word-break: break-all;
}

/* 一覧表示 リスト見出し(資材名（可変）) */
.PK12_td_item_name {
	width:160px;
	word-break: break-all;
	padding: 0px;
	margin:0px;
	font-size: 100%;
}

/* 一覧表示 リスト見出し(区分) */
.PK12_td_kbn {
	width:90px;
	padding: 0px;
	margin:0px;
	font-size: 100%;
	white-space: nowrap;
}

/* 一覧表示 リスト見出し(区分) */
.PK12_td_kbn_ipad {
	width:110px;
	padding: 0px;
	margin:0px;
	font-size: 100%;
	white-space: nowrap;
}

/* 一覧表示 リスト見出し(登録区分) */
.PK12_td_regist_kbn {
	width:80px;
	padding: 0px;
	margin:0px;
	font-size: 100%;
	white-space: nowrap;
}

/* 一覧表示 リスト見出し(ステータス) */
.PK12_td_status {
	width:140px;
	padding: 0px;
	margin:0px;
	font-size: 100%;
	white-space: nowrap;
}

.PK12_td_kanryo_date {
	width:100px;
	padding: 0px;
	margin:0px;
	font-size: 100%;
	white-space: nowrap;
}

/* 一覧表示 リスト見出し(e-book のイメージ) */
.PK12_td_ebook_mark {
	width:60px;
	padding: 0px;
	margin:0px;
	text-align:center;
	font-size: 100%;
}

/* 一覧表示 リスト見出し(削除ボタン) */
.PK12_td_delete_btn {
	width:50px;
	font-size: 100%;
	text-align:center;
	white-space: nowrap;
}

/* 一覧表示 リスト見出し(削除ボタン) */
.PK12_td_delete_btn_ipad {
	width:60px;
	font-size: 100%;
	text-align:center;
	white-space: nowrap;
}

/*検索ボタン*/
.PK12_td_l_btn{
	width:15%;
}

input.PK12_serchbtn{
	width:100px;
	height: 100px;
	line-height:130%;
}

.PK12_tr_title {
	line-height: 30px;
}

.PK12_td_subtitle_1 {
	background-color: #000080;
}

.PK12_td_subtitle_2 {
	text-align: left;
	font-size: 16px;
	width: 40%;
	height: 30px;
	margin-top:2px;
	margin-bottom:2px;

}

.PK12_td_subtitle_3 {
	text-align: right;
	width:60%;
}

.PK12_td_subtitle_4 {
	background-color:#000080;
	height: 1px;
}

.PK12_td_table {
	border-style: none;
	/*border:1px;*/
	/*border-collapse:separate;*/
	border-spacing:0px;
	width: 900px;
}

td.PK12_td_head1 {
	margin-bottom:4px;
	padding:2px 4px;
	width: 170px;
	background-color:#CCCCCC;
	text-align:right;
}

td.PK12_td_head2 {
	margin-bottom:4px;
	padding:2px 4px;
	width: 171px;
	background-color:#CCCCCC;
	text-align:right;
}

td.PK12_td_head3 {
	margin-bottom:4px;
	padding:2px 4px;
	width: 62px;
	background-color:#CCCCCC;
	text-align:right;
}

td.PK12_td_head2_no_color {
	margin-bottom:4px;
	background-color:#CCCCCC;
	width: 179px;
	text-align:right;
}

.PK12_td_head5 {
	margin-bottom:4px;
	margin-right:1em;
	padding:2px 4px;
	background-color:#CCCCCC;
	text-align:right;
}

td.PK12_td_data1{
	wrap: soft;
	vertical-align:middle;
	width:309px;
	text-align:left;
}

td.PK12_td_data2{
	wrap: soft;
	vertical-align:middle;
	width:209px;
	text-align:left;
}

td.PK12_td_data3 {
	wrap: soft;
	vertical-align:middle;
	width:129px;
	text-align:left;
}

td.PK12_td_head3_1 {
	margin-bottom:4px;
	padding:2px 4px;
	width: 74px;
	background-color:#CCCCCC;
	text-align:right;
}

td.PK12_td_data3_1 {
	wrap: soft;
	vertical-align:middle;
	width:143px;
	text-align:left;
}

td.PK12_td_data4{
	wrap: soft;
	vertical-align:middle;
	width:88px;
	text-align:left;
}

td.PK12_td_data5{
	wrap: soft;
	vertical-align:middle;
	width:709px;
	text-align:left;
}

td.PK12_td_aster {
	padding-top:5px;
	width:9px;
}

.PK12_MORE_TEXT{
	word-break: break-all;
}

.PK12_text_date {
	size: 10;
}

.PK12_NO_DISP {
	display: none;
}

.PK12_RETURN_WARNNING {
	color: red;
	font-weight: 150%;
	font-size: 16px;
}


/**** PK11.ODP/e-book 入稿 ****/
.PK11_tr_title {
	line-height: 30px;
}

.PK11_td_subtitle_1 {
	background-color: #000080;
}

.PK11_td_subtitle_2 {
	text-align: left;
	font-size: 16px;
	width: 40%;
	height: 30px;
	margin-top:2px;
	margin-bottom:2px;

}

.PK11_td_subtitle_3 {
	text-align: right;
	width:60%;
}

.PK11_td_subtitle_4 {
	background-color:#000080;
	height: 1px;
}

.PK11_td_table {
	border-style: none;
	/*border:1px;*/
	/*border-collapse:separate;*/
	border-spacing:0px;
	width: 900px;
}

td.PK11_td_head1 {
	margin-bottom:4px;
	padding:2px 4px;
	width: 170px;
	background-color:#CCCCCC;
	text-align:right;
}

td.PK11_td_head2 {
	margin-bottom:4px;
	padding:2px 4px;
	width: 171px;
	background-color:#CCCCCC;
	text-align:right;
}

td.PK11_td_head3 {
	margin-bottom:4px;
	padding:2px 4px;
	width: 62px;
	background-color:#CCCCCC;
	text-align:right;
}


td.PK11_td_head2_no_color {
	margin-bottom:4px;
	background-color:#CCCCCC;
	width: 179px;
	text-align:right;
}

.PK11_td_head5 {
	margin-bottom:4px;
	margin-right:1em;
	padding:2px 4px;
	background-color:#CCCCCC;
	text-align:right;
}

td.PK11_td_data1{
	wrap: soft;
	vertical-align:middle;
	width:325px;
	text-align:left;
}

td.PK11_td_data2{
	wrap: soft;
	vertical-align:middle;
	width:209px;
	text-align:left;
}

td.PK11_td_data3 {
	wrap: soft;
	vertical-align:middle;
	width:129px;
	text-align:left;
}

td.PK11_td_head3_1 {
	margin-bottom:4px;
	padding:2px 4px;
	width: 74px;
	background-color:#CCCCCC;
	text-align:right;
}

td.PK11_td_data3_1 {
	wrap: soft;
	vertical-align:middle;
	width:143px;
	text-align:left;
}

td.PK11_td_data4{
	wrap: soft;
	vertical-align:middle;
	width:104px;
	text-align:left;
	white-space: nowrap;
}

td.PK11_td_data5{
	wrap: soft;
	vertical-align:middle;
	width:709px;
	text-align:left;
	white-space: nowrap;
}

td.PK11_td_aster {
	padding-top:5px;
	width:9px;
}

.PK11_MORE_TEXT{
	word-break: break-all;
}

.PK11_text_date {
	size: 10;
}

.PK11_NO_DISP {
	display: none;
}

.PK11_RETURN_WARNNING {
	color: red;
	font-weight: 150%;
	font-size: 16px;
}

/** パンくず **/
.PANKUZU_OFF {
	display:block;
	float:left;
	background-color:#00FFFF;
	border:0px;
	color:black;
	width: 130px;
	height: 20px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	margin:0px 4px 5px 0px;
}

.PANKUZU_ON {
	display:block;
	float:left;
	background-color:#0000FF;
	border:0px;
	color:white;
	width: 130px;
	height: 20px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	margin:0px 4px 5px 0px;
}

.PANKUZU_YAJIRUSHI{
	display:block;
	float:left;
	vertical-align: middle;
	padding-top: 3px;
	margin:0px 4px 5px 0px;
}

/** 矢印 **/
.YAJIRUSHI {
	text-align: center;
	width:900px;
}

/**** JK10.資材口コミ登録 ****/

/* 登録画面 資材口コミ情報 */
.AS52 .sect_title_float,
.AS62 .sect_title_float,
.AS92 .sect_title_float,
.JK10 .sect_title_float {
	position:absolute;
	margin-top:-12px;
	margin-left:10em;
	padding:4px 0;
}

.AS52 .list_count,
.AS62 .list_count,
.AS92 .list_count,
.JK10 .list_count {
	border:solid black 1px;
	font-weight:bold;
	padding:2px;
	float:left;
	margin-right:1em;
}

.JK10 .page_links {
	float:left;
}
.JK10 .page_links .page_no {
	width:3ex;
}

.JK10 .page_links .page_prev,
.JK10 .page_links .page_next {
	width:5ex;
}

.JK10 .page_links .page_first,
.JK10 .page_links .page_last {
	width:13ex;
}

/* 表示項目テーブル */
.AS52 .datatable,
.AS62 .datatable,
.AS92 .datatable,
.JK10 .datatable {
	border-collapse:collapse;
	margin:5px 2px;
}

.AS52 .separator,
.AS62 .separator,
.AS92 .separator,
.JK10 .separator {
	border-bottom:solid gray 1px;
}

.AS52 .datatable th,
.AS52 .datatable td,
.AS62 .datatable th,
.AS62 .datatable td,
.AS92 .datatable th,
.AS92 .datatable td,
.JK10 .datatable th,
.JK10 .datatable td {
	border-bottom:solid white 2px;
	padding:2px;
}

.AS52 .datatable th,
.AS62 .datatable th,
.AS92 .datatable th,
.JK10 .datatable th {
	font-weight:normal;
	text-decoration:none;
	width:8em;
	text-align:right;
	background-color:#CCCCCC;
	line-height:140%;
}

.AS52 .datatable td,
.AS62 .datatable td,
.AS92 .datatable td,
.JK10 .datatable td {
	padding-left:1ex;
}

.JK10 #submit_btn_area {
	margin-bottom:3em;
}

.JK10 .delete_btn {
	vertical-align:middle;
}

/*****************************
EK02.e-bookステージング入力
******************************/
/*データ入力画面の全ヘッダ*/
.datablock span.ek02_head{
	padding:2px;
	display:block;
	line-height:20px;
	float:left;
	width:12em;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

div#EK02_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}
.EK02_oredrrev_schbox{
	width:650px;
	padding-bottom:0 !important;
}

/*▼ボタンの部分*/
#EK02_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
}

.EK02_schbox {
	width:45em !important;
}

input#EK02_txt_sho_cd{
	width:15em;
}

/*全体のデータの長さ*/
#ek02_length{
	width:56em;
}

.ek02_td_slctbtn {
	text-align:reft !important;
}

/*▼データ入力＆内容確認*/
td.EK02_td_head{
	padding:2px 4px;
	line-height:20px;
	width:170px;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

td.EK02_td_head_long{
	padding:2px 4px;
	line-height:50px;
	width:150px;
	margin-right:2px;
	background-color:#CCCCCC;
	text-align:right;
}

/*▼text▼*/
input#EK02_txt_sho_cd{
	width:15em;
}

td.EK02_td_data{
    padding:2px 4px;
	width:36em;
    word-break:break-all;
}

td.EK02_text_area{
	line-height: 150%;
}

div.EK02_list_table{
	border:solid 1px #999999;
	overflow:hidden;
	clear:both;
	width:100%;
}
* html div.EK02_list_table{
	width:99.8%;
}
div.EK02_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}
* html div.EK02_list_table table,
*:first-child+html div.EK02_list_table table{
	font-size:100%;
}

div.EK02_list_table table tr td,
div.EK02_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.EK02_list_table table tr td{
	padding:4px 4px;
}

div.EK02_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:140%;
}

/*■区分、削除*/
.EK02_th_select div,
.EK02_th_del div{
	width:3em;
}

.EK02_th_select,
.EK02_th_del{
	text-align:center !important;
}

.EK02_th_ribijyon,
.EK02_th_version,
.EK02_th_status,
.EK02_th_syoridate{
	width:25em;
	text-align:center !important;
}

.EK02_td_ribijyon,
.EK02_td_version,
.EK02_td_status,
.EK02_td_syoridate{
	width:25em;
	text-align:center !important;
}

/*詳細ボタン、写真、区分、削除ボタン	使用中*/
.EK02_td_select,
.EK02_td_del{
	text-align:center !important;
}

/*■作成日*/
.EK02_th_makeDay div{
	width:8em;
}

.EK02_th_makeDay{
	text-align:center !important;
}

/* ファイル名 */

.EK02_th_file_name div{
	width:12em;
}

.EK02_th_file_name{
	text-align:reft !important;
}

/* URL */
.EK02_th_URL{
	width:80em;
	text-align:reft !important;
}

.EK02_td_makeDay{
	text-align:center !important;
}

/*****************************
EK03.e-book情報ダウンロード
******************************/

/*入力項目見出し*/
.EK03ctr_th{
	background-color:#CCCCCC;
	width:8em;
	text-align:right;
	vertical-align:middle;
}

/* 条件入力 見出し */
.EK03_oredrrev_schbox{
	width:500px;
	padding-bottom:0 !important;
}

/*textboxサイズ設定*/
input#EK03_tex_sizai_cd{
	width:15em;
}

input#EK03_tex_soshin_date{
	width:8.5em;
	ime-mode: inactive;
}

/*textboxサイズ設定*/
input#EK03_tex_syori_day{
	width:8.5em;
	ime-mode: inactive;
}

/*****************************
EK05.ステージング連携データ出力
******************************/

/*入力項目見出し*/
.EK05ctr_th{
	background-color:#CCCCCC;
	line-height:22px;
	width:8em;
	padding:0 4px;
	text-align:right;
	vertical-align:middle;
}

/* 条件入力 見出し */
.EK05_oredrrev_schbox{
	width:500px;
	padding-bottom:0 !important;
}

/*textboxサイズ設定*/
input#EK05_tex_sizai_cd{
	width:15em;
}

input#EK05_tex_soshin_date{
	width:8.5em;
	ime-mode: inactive;
}

/*************************************************/
/* EK07.e-book閲覧メール送信 */
/*************************************************/
/*入力項目見出し	使用中*/
.EK07_mail_th_len1{
	width:12em;
	white-space: nowrap;
}

/*入力項目データ入力部1	使用中*/
td.EK07_td_data1{
	padding:2px 4px;
	width:74em;
	word-break:break-all;
}

/*データ入力部＿お客様コード 使用中*/
input#EK07_mail_tex_code{
	width:150px;
}
/*データ入力部_宛先_宛名		使用中*/
input#EK07_mail_receiver_name{
	width:58em;
	/*width:56em;*/
}
/*データ入力部_宛先_メールアドレス	使用中*/
input#EK07_mail_receiver_address{
	width:58em;
	/*width:35em;*/
}
/*データ入力部_件名	使用中*/
input#EK07_mail_title{
	width:58em;
	/*width:56em;*/
}

/*メール本文１*/
textarea#EK07_mail_header{
	width:58em;
	/*width:56em;*/
}
/*メール本文2*/
textarea#EK07_mail_footer{
	width:58em;
	/*width:56em;*/
}

/*詳細ボタン、写真、区分、削除ボタン	使用中*/
.EK07_td_del{
	text-align:center !important;
}
/*No.、数値関係	使用中*/
.EK07_td_no,
.EK07_td_iaq{
	text-align:right !important;
}

/*資材選択表のフォーマット	使用中*/
div.EK07_shohin_edit_table{
	clear:both;
	width:100%;
}

/*資材選択リストのフォーマット	使用中*/
div.EK07_list_table{
	border:solid 1px #999999;
	overflow:hidden;
	clear:both;
	width:100%;
}

div.EK07_list_table{
	max-height:none;
}
* html EK07_div.list_table{
	width:99.8%;
}
div.EK07_list_table table{
	table-layout: auto;
	border-collapse:collapse;
	font-size:108%;/*browser default ≒13px*/
	width:100%;
}
* html div.EK07_list_table table,
*:first-child+html div.EK07_list_table table{
	font-size:100%;
}
div.EK07_list_table table tr td,
div.EK07_list_table table tr th{
	padding:2px 4px;
	text-align:left;
}

div.EK07_list_table table tr td{
	padding:4px 4px;
}

div.EK07_list_table table th{
	background-color:#777777;
	color:#FFFFFF;
	border:none;
	border-spacing:0;
	line-height:150%;
}

/*検索機能の横幅	使用中*/
.EK07_oredrrev_schbox{
	width:640px;
	padding-bottom:0 !important;
}

/*資材選択済みリスト	使用中*/
#EK07_shizai_list tr.red .EK07_td_warn {
	font-size: 1.0em important!;
	color: red !important!;
	font-weight: bold !important;
}

/*▼ebook（class="oredrrev_schbox"）*/

.EK07_oredrrev_schbox{/*検索機能の横幅*/
	width:640px;
	padding-bottom:0 !important;
}
#EK07_submit_btn_area{
	clear:both;
	padding:4px;
	margin-top:8px;
	background-color:#CCC;
	position:relative;
	z-index: 0;
	height:2.1em;
}
/*数値関係（可変）*/
.EK07_th_etsuran_su div{
	width:4em;
}
.EK07_th_etsuran_su{
	text-align:right !important;
	width:8%;
}

/*■No.*/
.EK07_th_no div{
	width:2em;
}

/*■資材No.*/
.EK07_th_item_code div{
	width:9em;
}

/*■資材名（可変）*/
.EK07_th_item_name div{
	width:16em;
}
.EK07_th_item_name{
	width:65%;
}

/*■区分、削除*/
.EK07_th_kbn div,
.EK07_th_del div{
	width:3.5em;
}

.EK07_td_dtlbt,
.EK07_th_kbn,
.EK07_th_del,
.EK07_th_no{
	text-align:center !important;
}


/*************************************************/
/* EK08.e-book閲覧管理 */
/*************************************************/
/*検索ボタン*/
.EK08_td_l_btn{
	width:15%;
}
input.EK08_serchbtn{
	width:120px;
	line-height:130%;
}

/*検索*/
div#EK08_searchbox{
	margin-top:8px;
	margin-bottom:12px;
	margin-right:auto;
	margin-left:auto;
	padding:8px;
	background:#E4EDF8 url("")  top no-repeat;
	border:solid 1px #C2CDE1;
}


/*差出人*/
.EK08_th_From_name div,
.EK08_th_time div{
	width:6em;
}
.EK08_th_From_name{
	width:10%;
}

/*資材No.*/
.EK08_th_item_code div{
	width:6em;
}

/*資材名（可変）、コメント*/
.EK08_th_item_name div,
.EK08_th_eMailadress div,
.EK08_th_coment div{
	width:13em;
}
.EK08_th_item_name,
.EK08_th_eMailadress,
.EK08_th_coment{
	width:15%;
}

.EK08_th_Okyakusama_code div{
	width:16em;
}

/*資材名*/
.EK08_td_it_na{
font-weight:bold !important;
}

/*seq,数量関係*/
.EK08_td_seq,
.EK08_td_iaq{
	text-align:right !important;
}


/*詳細ボタン*/
.EK08_th_detailbtn div
{
	width:3.5em;
}
.EK08_th_detailbtn{
	text-align:center !important;
}

/*詳細*/
.EK08_td_syosai{
	text-align:center !important;
}

/*宛先*/
.EK08_td_atesaki{
	width:10em;
	word-break:break-all;
}

#EK08_db_zaiko{
	width:800px;
}

.EK08_zaikoDatablock{
	line-height:20px;
	margin-bottom:4px;
	margin-right:1em;
}

td.zaikoHead{
	padding:2px 4px;
	width:7em;
	margin-right:3px;
	background-color:#CCCCCC;
	text-align:right;
}

/*■お客様コード.*/
input#EK08_tex_customer_code{
	width:16em;
	ime-mode: inactive;
}

/*■資材コード.*/
input#EK08_txt_sizai_cd{
	width:16em;
}

/*検索ボタン　位置*/
p.EK08_btn_position{
	text-align:center;
}


/* 口コミ評価 */
label.hyouka_font {
	color:#858585;
	font-size:86%;
	font-weight:bold;
}
label.hyouka_font1 {
	color:#858585;
	font-size:100%;
	font-weight:bold;
}

label.hyouka_font2 {
	color:#858585;
/*	font-size:90%;*/
font-weight:bold;
}
label.hyouka_font3 {
	color:#000099;
    font-weight:bold;
}
.AS52 .list_count1,
.AS92 .list_count1,
.JK10 .list_count1 {
/*	border:solid white 1px;*/
	font-weight:bold;
/*	padding:2px;*/
	margin-top:4px;
	margin-bottom:-1px;
	float:left;
	margin-right:1em;
}
label.hyouka {
	text-align:center;
	margin-bottom:5px;
	line-height:20px;
}

/**************** 分析管理サブシステム ******************************#*/

/**** BS03.販促印刷物出荷数量（全体累計） ****/
.BS03_std_schbox{
	width:700px;
}

.BS03_std_th{
	width:120px;/*見出し部分の標準幅*/
}

/**** BS04.月別個人利用状況(1MR毎の出荷回数・注文数) ****/
.BS04_std_schbox{
	width:700px;
}

.BS04_std_th{
	width:120px;/*見出し部分の標準幅*/
}

/**** BS05.在庫回転率 ****/
.bs05_kikan{
	width:10em;
	ime-mode:disabled;
}
.bs05_std_schbox{
	width:670px;
}
.bs05_std_schbox .std_th{
	width:5em;/*見出し部分の標準幅*/
}
span.bs05_msg{
	color:blue;
	margin-left:3em;
	font-weight:bold;
}
/*■名（可変）*/
.bs05_th_name div{
	width:16em;
}
.bs05_th_name{
	width:45%;
}
.bs05_td_name{
	padding:0 4px;
}
.bs05_th_hiritu{
	text-align:right !important;
	white-space: nowrap;
}
.bs05_th_hiritu div{
	width:6em;
}

/*■コード*/
.bs05_th_code div{
	width:10em;
}
/*■名*/
.bs05_th_name div{
	width:16em;
}
/*■日付*/
.bs05_th_date div{
	width:6em;
}
/**** BS06.資材別入出庫明細 ****/
.BS06_std_schbox{
	width:850px;
}

.BS06_std_th{
	width:100px;/*見出し部分の標準幅*/
}

input#BS06_tex_shohin_cd{
	width:11em;
	ime-mode: inactive;
}

/**** BS08.営業所別出荷レポート ****/
.BS08_std_schbox{
	width:700px;
}

.BS08_std_th{
	width:120px;/*見出し部分の標準幅*/
}

input#BS08_txt_sho_cd{
	width:15em;
}
