/*--------------------------------------------------------------------
	リセット
--------------------------------------------------------------------*/
.errItem {
    background-color:red;
}
body,html,
h1,h2,h3,h4,h5,h6,
div,p,ul,ol,li,dl,dt,dd,table,form {
	margin:0;
	padding:0;
	font-size:100%;
	}

h1,h2,h3,h4,th {
	font-weight:normal;
	}

a img {
	border:0;
	}

select,
textarea,
[type="text"] {
	border-width: 1px;
}

select,
[type="text"],
[type="password"] {
	height: 20px;
}

[type="password"] {
	font-size:13px;
	font-family:Arial;
}

textarea, [type="text"] {
	padding-left: 3px;
	padding-right: 3px;
}


/*--------------------------------------------------------------------
	基本構成
--------------------------------------------------------------------*/

html {
	height:100%;
	}

body {
	height: 100%;
	color: #484848;
	word-break: break-all;
	font-size: 12px;
	font-family: 'MS PGothic';
}

form {
	height:93%;
	}
input {
	ime-mode:active;
	margin:2px 0px;
    }

.main_menu,
.main_contents {
	font-size:76%;
	}

.main_contents {
	width:800px;
	padding:0px 0px 30px 10px;
	}

/*--------------------------------------------------------------------
	ヘッダー
--------------------------------------------------------------------*/
.header {
	padding:5px;
	/*background-color:#848484;*/
	/*ie6-8*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ffb500, endColorstr=#af6d04,GradientType=1 );
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ffb500, endColorstr=#af6d04,GradientType=1);
    /* IE 10 */
    background: linear-gradient(to right, #ffb500 0%,#af6d04 100%);
	height: 50px; /*** 要調整 ***/
	border-bottom:4px solid #4f4f4f;
	}

/*--------------------------------------------------------------------
	メインメニュー
--------------------------------------------------------------------*/
.blockMenu div
{
    z-index:10000;
}

.menu_table {
	height:100%;
    margin:0;
}
.main_menu {
	background-color:#4F4F4F;
	font-size:76%;
	vertical-align:top;
	}

.main_menu .blockMenu .menu_action {
	margin:0 0 0 5px;
	}

.main_menu .blockMenu .main_menu_inner {
	width:180px;
	padding-bottom:0px;
/*	background:url(../img/menu_bg.gif) repeat-y;*/
	}

.main_menu .blockMenu a {
	display:block;
	padding:5px 5px 5px 10px;
	color:#fff;
	cursor:pointer;
	}

.main_menu .blockMenu a:visited {
	color:#fff;
	}

.main_menu .blockMenu a:link {
	color:#fff;
	}
/*
.main_menu .blockMenu a:hover {
	color:#FFD42D;
	text-decoration:underline;
	text-decoration:none;
	}

.main_menu .blockMenu tr:hover {
	background-color:#6B6B6B;
	}
*/
.main_menu .blockMenu .page_top {
	border-bottom:1px solid #2E2E2E;
	}

.main_menu .blockMenu .menu_txt {
/*	width:152px;
	border-top:1px solid #5f5f5f;
	border-bottom:1px solid #2E2E2E;
*/	}

.menu_txt tr{
    width:180px;
    }
.menu_txt td{
	height:39px;
	border-top:1px solid #5f5f5f;
	border-bottom:1px solid #2E2E2E;
    }
.main_menu .link_icn {
	padding:5px 5px 5px 5px;
	border-top:1px solid #5f5f5f;
	border-bottom:1px solid #2E2E2E;
	}

.blockMenu .submenu {
	padding:5px 5px 5px 5px;
	background-color:#6B6B6B;
	border-top:1px solid #5f5f5f;
	border-right:1px solid #5f5f5f;
	border-bottom:1px solid #2E2E2E;
	}
.blockMenu .submenu a {
	display:block;
	white-space:nowrap;
	padding-left:17px;
	background:url(../img/icn_link_dot.gif) 5px 8px no-repeat;
	}
.blockMenu .submenu td{
	height:29px;
}

.StaticHoverStyle ,
.DynamicHoverStyle
{
    background-color:#6B6B6B;
}

.main_menu .blockMenu a
{
    cursor:text;
}

.main_menu .blockMenu a:link,
.main_menu .blockMenu a:visited {
	cursor: pointer;
}

.main_menu .blockMenu a:link:hover,
.main_menu .blockMenu a:visited:hover  {
	color:#FFD42D;
	text-decoration:underline;
	text-decoration:none;
}
.menu_manual {
	width:180px;
	border-bottom:1px solid #2E2E2E;
}
.menu_manual a:link,
.menu_manual a:visited{
	height:29px;
	text-decoration:none;
	vertical-align:middle;
}
.menu_manual a:hover{
	height:29px;
    background-color:#6B6B6B;
}

/*--------------------------------------------------------------------
	タイトル
--------------------------------------------------------------------*/
#title {
	float:left;
	/*width:620px;*/
	}

#title h1 {
	margin-top:17px;
	padding-left:10px;
	font-size:136%;
	font-weight:bold;
	border-left:4px solid #484848;
	}
	
/*--------------------------------------------------------------------
	HIP/KNEE ファイルダウンロード
--------------------------------------------------------------------*/	
div.headerFile 
{
    float:left;
    height:34px;
    margin:8px 0px 0px;
}
    
/*--------------------------------------------------------------------
	文字サイズ機能
--------------------------------------------------------------------*/
#cts {
	float:right;
	position:relative;
	width:150px;
	height:34px;
	margin-top:8px;
	background:url(../img/txtsize_base.gif) no-repeat;
	}

#cts .setTextSize01 {
	position:absolute; left:79px; top:5px;
	}

#cts .setTextSize02 {
	position:absolute; left:112px; top:5px;
	}

/*--------------------------------------------------------------------
	ステップ
--------------------------------------------------------------------*/
#step {
	padding:10px 0px;
	clear:both;
	}
/*--------------------------------------------------------------------
	タブメニュー
--------------------------------------------------------------------*/
div.ajax__tab_default div.ajax__tab_header {	
	margin-bottom: -12px;
	padding-left: 6px;
	background: url(../img/tab_main_bg.gif) repeat;
	background-position: inherit;
	height:100%;
}	
	
/******************** 未選択タブ ********************/	
div.ajax__tab_default span.ajax__tab {	
	display: inherit;
	float: left;
	height: 45px;
	position: relative;
}	
	
@media all and (-ms-high-contrast: none) {	
	div.ajax__tab_default span.ajax__tab {
	
	}
}	
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	div.ajax__tab_default span.ajax__tab {
	
	}
}	
	
div.ajax__tab_default a.ajax__tab_tab {	
	display: initial;
}	
	
div.ajax__tab_default div.ajax__tab_header span.ajax__tab_inner span {	
	color: #ffffff;
}	
	
div.ajax__tab_default .ajax__tab_header a.ajax__tab_tab {	
	padding: 11px 10px;
}	
	
div.ajax__tab_default .ajax__tab_header a.ajax__tab_tab {	
	padding: 10px;
	background: url(../img/tab_bg.gif) center top repeat-x;
	text-align: center;
}	
	
div.ajax__tab_default .ajax__tab_header span.ajax__tab_outer {	
	background: none;
}	
	
div.ajax__tab_default .ajax__tab_header span.ajax__tab_inner {	
	background: none;
}	
	
/******************** 選択タブ ********************/	
div.ajax__tab_xp div.ajax__tab_header .ajax__tab_active span.ajax__tab_inner span,	
div.ajax__tab_xp div.ajax__tab_header .ajax__tab_hover span.ajax__tab_inner span {	
	color: #484848;
	font-weight: bold;
}	
	
div.ajax__tab_xp .ajax__tab_header .ajax__tab_active a.ajax__tab_tab,	
div.ajax__tab_xp .ajax__tab_header .ajax__tab_hover a.ajax__tab_tab {	
	padding: 11px 10px;
}	
	
div.ajax__tab_xp .ajax__tab_header .ajax__tab_active a.ajax__tab_tab,	
div.ajax__tab_xp .ajax__tab_header .ajax__tab_hover a.ajax__tab_tab {	
	padding: 10px;
	background: url(../img/tab_active_bg.gif) center top repeat-x;
	text-align: center;
}	
	
div.ajax__tab_xp .ajax__tab_header .ajax__tab_active span.ajax__tab_outer,	
div.ajax__tab_xp .ajax__tab_header .ajax__tab_hover span.ajax__tab_outer {	
	background: none;
}	
	
div.ajax__tab_xp .ajax__tab_header .ajax__tab_active span.ajax__tab_inner,	
div.ajax__tab_xp .ajax__tab_header .ajax__tab_hover span.ajax__tab_inner {	
	background: none;
}	
	
/******************** タブ表示エリア ********************/	
div.ajax__tab_xp div.ajax__tab_body {	
	width:100%;
	font-size: 100%;
	font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProW3', sans-serif;
}	


/*--------------------------------------------------------------------
	タブメニュー：特約店用
--------------------------------------------------------------------*/
.tab_menu_dealer div {
	}

.tab_menu_dealer span {
	height:34px;
	}

.tab_menu_dealer .ajax__tab_header {
	margin-bottom:-12px;
	padding-top:13px;
	height:44px;
	padding-left:6px;
	color:#fff;
	background:url(../img/tab_main_bg_pr.gif) repeat-x;
	}
* html .tab_menu_dealer .ajax__tab_header { margin-bottom:-25px; }

.tab_menu_dealer .ajax__tab_active {
	color:#484848;
	font-weight:bold;
	}

.tab_menu_dealer .ajax__tab_hover {
	color:#484848;
	}

.tab_menu_dealer .ajax__tab_tab {
	padding:10px;
	background:url(../img/tab_bg_pr.gif) center top repeat-x;
	text-align:center;
	}

* html .tab_menu_dealer .ajax__tab_tab { padding:11px 10px;	}
*:first-child+html .tab_menu .ajax__tab_tab { padding:10px;	}

.tab_menu_dealer .ajax__tab_outer {
	background:url(../img/tab_right_pr.gif) right top no-repeat;
	}

.tab_menu_dealer .ajax__tab_inner {
	padding-left:4px;
	background:url(../img/tab_left_pr.gif) left top no-repeat;
	}

/*アクティブ時*/
.tab_menu_dealer .ajax__tab_active .ajax__tab_tab,
.tab_menu_dealer .ajax__tab_hover .ajax__tab_tab {
	background:url(../img/tab_active_bg_pr.gif) center top repeat-x;
	}

.tab_menu_dealer .ajax__tab_active .ajax__tab_inner,
.tab_menu_dealer .ajax__tab_hover .ajax__tab_inner {
	background:url(../img/tab_active_left_pr.gif) left top no-repeat;
	}

.tab_menu_dealer .ajax__tab_active .ajax__tab_outer,
.tab_menu_dealer .ajax__tab_hover .ajax__tab_outer {
	background:url(../img/tab_active_right_pr.gif) right top no-repeat;
	}

/*--------------------------------------------------------------------
	コンテンツ
--------------------------------------------------------------------*/
.imeoff{
    ime-mode:disabled;
}

.imeinactive {
	ime-mode:inactive;
}

.container {
	/*width:768px;*/
	}
.col01 {
	width:370px;
	padding-right:10px;
	}

.col02 {
	width:378px;
	}

.col03 {
	width:370px;
	padding:29px 10px 30px 0;
	}

* html .col03 { padding:30px 20px 30px 0; }

.col04 {
	width:378px;
	padding:10px 0 30px;
	}

.col04 .base_tbl {
	margin-top:10px;
	}

#order_system_contents .ajax__tab_body,
#order_system_contents .tabmenu {
	padding:0;
	}

#order_system_contents .ajax__tab_body {
	margin-top:15px;
	border:none;
	}

.caption {
	font-weight:bold;
	margin-bottom:3px;
	}

.caption02 {
	font-size:118%;
	font-weight:bold;
	margin:5px 0 7px;
	}

.att {
	padding:0 10px 5px;
	font-size:91%;
	}

.att_txt {
	padding-top:3px;
	font-size:82%;
	color:#666;
	line-height:1.3;
	}

.receipt_ttl {
	font-weight:bold;
	color:#3285B1;
	}

.mainbtn {
	margin-right:24px;
	text-align:center;
	}

.mainbtn.right {
	text-align:right;
	}

.mainbtn.left {
	text-align:left;
	}

.mainbtn .mainbtn_l {
	margin:0 0 0 5px;
	padding:11px 0 10px 2px;
	background:url(../img/mainbtn_left.gif) left no-repeat;
    behavior: expression(
            (function(el) {
                try {
                    if (el.childNodes(0).innerHTML == '') {
                        el.style.display = 'none';
                    }
                    el.style.behavior = 'none';
                } catch(e) {
                    el.style.behavior = 'none';
                }
            })(this));
}

.mainbtn .mainbtn_r {
	padding:11px 2px 10px 0;
	background:url(../img/mainbtn_right.gif) right no-repeat;
    behavior: expression(
            (function(el) {
                try {
                    if (el.innerHTML == '') {
                        el.style.dsplay = 'none';
                    }
                    el.style.behavior = 'none';
                } catch(e) {
                    el.style.behavior = 'none';
                }
            })(this));
}

.mainbtn input {
	cursor:pointer;
	padding:7px 0;
	border:0;
	background:url(../img/mainbtn_bg.gif) repeat-x;
	font-weight:bold;
	}

/*--------------------------------------------------------------------
	ベーステーブル
--------------------------------------------------------------------*/
.base_tbl {
	width:100%;
	border-right:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
	}

.base_tbl th,
.base_tbl td {
	border-top:1px solid #c1c1c1;
	border-left:1px solid #c1c1c1;
	}

.base_tbl th {
	width:82px;
	padding:5px 3px 2px;
	text-align:left;
	background-color:#f3f3f3;
	}

.base_tbl th.narrow_main_title {
    width:55px;
}

.base_tbl th.narrow_title {
    width:20px;
}

.base_tbl td.hpsearch {
    width:610px;
}
.base_tbl td {
	width:293px;
	padding:3px;
	text-align:left;
	vertical-align:middle;
	}
.base_tbl select,
.base_tbl textarea {
	margin:2px 0;
	}

.base_tbl_inner {
	width:98%;
	border:none;
	}
.freezing 
{
	position:relative;
	top:expression(this.offsetParent.scrollTop);
	z-index:10;
}

.login_tbl {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.AuthImage {
	padding-top: 5px;
	padding-bottom: 5px;
}
/*--------------------------------------------------------------------
	テーブル/フォーム制御
--------------------------------------------------------------------*/
.base_tbl td.narrow_scroll {
	padding: 1px 0px 0px 1px;
}

/*絞込みタイトル（セルが分かれている場合）*/
.base_tbl td.narrow { padding:0; }

.base_tbl td.narrow table,
.base_tbl td.narrow th,
.base_tbl td.narrow td {
	border:none;
	}

.base_tbl td.narrow th {
	width:1%;
	border-right:1px solid #c1c1c1;
	}

.base_tbl td.narrow td {
	width:240px;
	}

.base_tbl td.narrow td .narrow_input {
	width:165px;
	margin:4px 0;
	}

/*絞込みの入力フォーム*/
.base_tbl .narrow02 { width:205px; margin:4px 0; }

/*絞込みタイトル（セルが分かれている場合）*/
.base_tbl td.carrier_narrow { padding:0; }

.base_tbl td.carrier_narrow table,
.base_tbl td.carrier_narrow th,
.base_tbl td.carrier_narrow td {
	border:none;
	}

.base_tbl td.carrier_narrow th {
	width:40px;
	border-right:1px solid #c1c1c1;
	}

.base_tbl td.carrier_narrow td {
	width:200px;
	}

.base_tbl td.carrier_narrow td.radio_carrier {
    width:240px;
}

.base_tbl td.carrier_narrow td.limit_btn {
    width:60px;
}

.base_tbl td.carrier_narrow td .narrow_input {
	width:170px;
	margin:4px 0;
	}

/*THがない場合*/
.base_tbl td.sell_max {	width:auto; }

/*入力フォームフル*/
.base_tbl .full {
	width:95%;
	}
	
.base_tbl .leftfull {
	width:95%;
	text-align:left;
	}

.base_tbl .rightfull {
	width:95%;
	text-align:right;
	}

.base_tbl th.half_title {
	width:50px;
	}

.base_tbl .half_sell {
	width:100px;
	}

/*フォーム後に1文字*/
.base_tbl .input_one {
	width:230px;
	}

/*フォーム後に1文字*/
.base_tbl .input_one02 {
	width:80px;
	}


/*郵便番号*/
.base_tbl .sub_tbl01 .address,
.base_tbl .sub_tbl02 .address {
	width:63px;
	ime-mode:disabled;
	}

/*番号*/
.base_tbl .number {
	width:90px;
	ime-mode:disabled;
	}

/*年月日*/
.base_tbl .yy {
    width:30px;
	ime-mode:disabled;
    }
.base_tbl .mm,.base_tbl .dd {
    width:20px;
	ime-mode:disabled;
    }
    
/*年月日(案件管理システム)*/
.base_tbl .yyyymmdd {
    width:100px;
	ime-mode:disabled;
    }
/*カレンダー大枠(案件管理)*/
.calendarMain{
	font-size:8pt;
	border-color:#999999;
	}
/*カレンダー大枠iPad(案件管理)*/
.calendarMainIpad{
	width:85%;
	font-size:13pt;
	border-color:#999999;
	}
/*運送会社テキストボックス*/
.base_tbl .carryDef {
    width:190px;
    font-size:10px;
    }
/*貴社発注番号テキストボックス*/
.base_tbl .statDel 
{
	width:250px;
	text-align:left;
}

/*イメージボタン*/
.base_tbl input.img_btn { margin-bottom:-3px; }
* html .base_tbl input.img_btn { margin-bottom:-1px; }

 .boxsize
{
	width:100px;!important;
}

/*--------------------------------------------------------------------
	ページング関連
--------------------------------------------------------------------*/
.pagenavi {
	text-align:right;
	color:#535C95;
	}

.pagenavi .stay,
.pagenavi .num {
	font-weight:bold;
	}


.infomail {
	text-align:left;
	}
.infomailaddr {
	width:100%;
	}

/*--------------------------------------------------------------------
	お知らせ
--------------------------------------------------------------------*/
#information {
	clear:both;
	margin-left:10px;
	padding-top:25px;
	}

#information table {
	width:100%;
	margin-bottom:10px;
	}

#information th,
#information td {
	padding-top:10px;
	vertical-align:top;
	border-bottom:1px dotted #8B8B8B;
	}

#information th {
	padding-left:10px;
	white-space:nowrap;
	text-align:left;
	width:150px;
	}

/*奇数*/
#information tr.add {
	background-color:#FFFFFF;
	}

/*偶数*/
#information tr.even {
	background-color:#FAFAFA;
	}

#information .ttl {
	font-weight:bold;
	margin-bottom:10px;
	}

#information .txt {
	margin-bottom:10px;
	}

/*----------------------------------------------------------------------
   エラー画面
----------------------------------------------------------------------*/
.errdiv {
    height:300px;
    width:600px;
    position:absolute;
    top:50%;
    left:50%;
    background-color:#f5f5f5;
    margin-top:-200px;
    margin-left:-300px;
    border:solid;
    }
.errTable {
    height:100%;
    width:100%;
    }
.errMsg {
    text-align:left;
    font-size:150%;
    color:Red;
    }
.minerrMsg
{
    text-align:left;
    font-size:100%;
    color:Red;	
    }
.errMsgtd {
	height: 80%;
	width: 50%;
	vertical-align:middle;
}
.confBottomMsgtd {
    height:35%;
    width:50%;
    }
.errAllerr {
    display:none;
    overflow:auto;
    height:80%
    }
.errButton {
	vertical-align: bottom;
	text-align: center;
	padding-bottom:5px;
}
.confButton {
    
    }    
.confMsg {
    text-align:center;
    font-size:150%;
    color:Red;
    }
.confMsgL {
    text-align:left;
    font-size:180%;
    color:Red;
    }
.confBottomButton {
    vertical-align:top;
    text-align:center;
    }
.confBottomMsg {
    text-align:center;
    font-size:150%;
    color:Blue;
    }
.attentionMsg {
    text-align:center;
    font-size:100%;
    color:Red;
    }
    
/*--------------------------------------------------------------------
	共通項目
--------------------------------------------------------------------*/
/*製品群(ラジオボタン)*/
.products_txt {
	width:725px;
	font-size:100%;
	margin-top:1px;
	margin-bottom:-15px
	}

.products_txt td{
	border-style:none;
	width:auto;
	}
	
.base_tbl td.rdo_product {
	width:100%;
}

.info_products_txt {
	width:100%;
	font-size:100%;
	margin-top:1px;
	margin-bottom:-15px
}

	
.info_products_txt td
{
	width:auto;
	border-style:none;
}
	
/*奇数*/
.base_tbl tr.add {
	background-color:#fff;
	}

/*偶数*/
.base_tbl tr.even {
	background-color:#F7FBFF;
	}
	
/*注文明細用*/
.order_tbl tr.add,
.order_tbl tr.even {
    height:25px;
}

/*注文明細出荷済製品行*/
.order_tbl tr.PreShip {
	/*background-color:#E9FFE4;*/
	/*background-color:#F9F2F0;*/
	background-color:#FFFFCC;
	/*background-color:#E2FFDC;*/
	/*background-color:#EEF9D3;*/
	/*background-color:#E2DDD4;*/
	/*background-color:#F2E4E2;*/
	/*background-color:#FFF9DB;*/
	/*background-color:#D9DAF3;*/
	/*background-color:#DCEFF6;*/
	/*background-color:#FCE3D6;*/
}
/* 数量 */
.order_tbl .rightfull {
	width:90%;
	text-align:right;
	}

/*お知らせ用奇数*/
.base_tbl tr.add_info {
	background-color:#fff;
	}

/*お知らせ用偶数*/
.base_tbl tr.even_info {
	background-color:#FAFAFA;
}

/*お知らせ用*/
.tbl_info th {
	font-weight:bold;
	text-align:center;
	width:100px;
}

.tbl_info td {
    width:560px;
}

/* 明細ヘッダ定義 */
.base_tbl .detail th {
	font-weight:bold;
	text-align:center;
	}

.base_tbl .lnkdetail th {
	text-align:center;
	}
	
/* オペ用ヘッダ定義 */
.base_tbl .lnkOpedetail th {
	text-align:center;
	white-space:normal;
	}
	
	/*FAX例外処理(ラジオボタン)*/
.exceprion_txt {
	width:400px;
	font-size:100%;
	margin-top:1px;
	margin-bottom:-15px
	}
.exceprion_txt td{
	border-style:none;
	width:auto;
	}

/*--------------------------------------------------------------------
	注文関連
--------------------------------------------------------------------*/


/*内容入力ヘッダー情報タブ*/
.headertabfield {
    overflow:auto;
    height:390px; 
    margin-bottom:15px; 
    width:100%;
}
/*内容入力インプラントタブ*/
.imptabfield {
    overflow:auto;
    height:335px; 
    margin-bottom:15px;
}
/*内容入力器械タブ*/
.matabfield 
{
    overflow:auto;
    height:335px; 
    margin-bottom:15px;
}
/*内容入力製品情報タブ*/
.pro_tab_field 
{
    overflow:auto;
    height:370px;
    margin-bottom:15px;
}

/* WOS受付番号 */
.base_tbl .wosno {
	width:140px;
	text-align:center;
	}

/*カタログ番号*/
.base_tbl .productno {
	width:150px;
	}

/*品名*/
.base_tbl .ltc_productname {
	width:400px;
	}
.base_tbl .im_productname {
	width:310px;
	}
.base_tbl .im_productname_short {
	width:250px;
	}
.base_tbl .l_productname {
	width:500px;
	}

/*数量*/
.base_tbl .amount {
	width:60px;
	}

/*ロット番号*/
.base_tbl .lotno {
	width:80px;
	}
	
/*使用ロット番号*/
.base_tbl .uselotno {
	width:120px;
	}

/*規格*/
.base_tbl .productstandard {
	width:150px;
	}

/*標準*/
.base_tbl .standard {
	width:30px;
	}
	
/*チェックボックス*/
.base_tbl .checkbox {
	width:25px;
	text-align:center;
	}

/*ボタン*/
.base_tbl .btn {
	width:35px;
	}

/*予算執行時期（案件管理システム）*/
.base_tbl .budget {
	width:50px;
}
/*ステータス（案件管理システム）*/
.base_tbl .status {
	width:60px;
}

/*掛率（案件管理システム）*/
.base_tbl .per {
	width:40px;
}
/*金額見出し折返なし（案件管理システム）*/
.base_tbl .estprice {
	width:75px;
}
/*日付（案件管理システム）*/
.base_tbl .date2 {
	width:65px;
	word-break:normal;
}
/*承認状況（案件管理システム）*/
.base_tbl .appCondition {
	width:130px;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
}
/*承認コメント（案件管理システム）*/
.base_tbl .appRemark {
	width:400px;
	text-align:left;
	vertical-align:middle;
}
/*承認画面：案件名（案件管理システム）*/
.base_tbl .appSubject {
	width:200px;
}
/*seq(案件管理システム)*/
.base_tbl .seq {
	width:45px;
	}

/*日付(オペ表) */
.base_tbl .opeday 
{
	text-align:center;
	width:35px;
}
/*カテゴリ(オペ表) */
.base_tbl .categoryope {
	/*width:150px;*/
}
/*カテゴリ(オペ表)*/
.base_tbl .add_mini {
	width:40px;
	text-align:center;
}
	
/*オペ予定表*/
.ope_base_tbl td {
	padding:3px;
	text-align:left;
	vertical-align:middle;
	border-top:1px solid #c1c1c1;
	border-left:1px solid #c1c1c1;
}
	
.opedate {
    width:38px;
}
	
/*オペ表(Myグループ設定scroll)*/	
#groupset .groupregistscroll {
    OVERFLOW: auto; 
    WIDTH:450px; 
    HEIGHT: 400px;
    overflow-x : hidden; 
    overflow-y : scroll; 
    MARGIN-TOP:0px;
}

#groupset .check {
    width:20px;
}

#groupset .jigyou {
    width:141px;
}

#groupset .area {
    width:143px;
}

#groupset .group {
    width:141px;
}


/*オペ表(グループメンバー設定scroll)*/
#groupset .groupsetscroll {
	overflow:auto; 
	width:350px; 
	height:400px;
	overflow-x :hidden; 
	overflow-y :scroll; 
	margin-bottom:0px;
}

#groupset .base_tbl .emp_no {
	width:100px;
}
	
/*オペ表(Myグループ設定scroll)*/
.mygroupscroll{
	overflow: auto; 
	width: 350px; 
	height: 200px; 
	overflow-x:hidden; 
	overflow-y:scroll; 
	margin-bottom:0px;
}

#groupset td.left {
	vertical-align:top;
	width:350px;
}

#groupset td.center {
	vertical-align:middle;
	width:100px;
	text-align:center;
}

#groupset td.right {
	vertical-align:top;
}

.opebar  {
	OVERFLOW: auto; 
	WIDTH:800px; 
	HEIGHT: 458px;
	overflow-x :hidden; 
	overflow-y : scroll; 
	margin-bottom:0px;
}

/*--------------------------------------------------------------------
	出荷/履歴/長期Lot確定/検索関連
--------------------------------------------------------------------*/
/*No*/
.base_tbl .no,
.base_tbl .ty{
	width:25px;
	}
/*在庫種別*/
.base_tbl .zaiko{
	width:500px;
	text-align:center;
	}
/*登録#*/
.base_tbl .regist{
	width:150px;
	}

/*登録ID*/
.base_tbl .register{
	width:150px;
	}

/*手術日・登録更新日*/
.base_tbl .date{
	width:75px;
	word-break:normal;
	}

/*病院名・住所*/
.base_tbl .hanbai,
.base_tbl .hpname,
.base_tbl .address {
	width:500px;
	}

/*製品*/
.base_tbl .productnm {
	width:300px;
	text-align:center;
}

/*症例*/
.base_tbl .casenm {
	width:550px;
}

/*参照*/
.base_tbl .reference{
	width:150px;
}

/*登録コメント*/
.base_tbl .regiscom{
	width:300px;
}

/*製品・機器*/
.base_tbl .product{
	width:75px;
	}

/*テンプレートの有無*/
.base_tbl .template{
	width:150px;
	}

/*ユーザ名称*/
.base_tbl .usernm{
	width:280px;
	}

/*CS担当*/
.base_tbl .cstanto{
	width:250px;
	}

/*選択ボタン*/
.base_tbl .select {
	width:20px;
	}

/* OrderType ShortName */	
.base_tbl .ot_short_name 
{
	width:210px;
}

/*--------------------------------------------------------------------
	お知らせ関連
--------------------------------------------------------------------*/
/*タイトル*/
.base_tbl .title {
	width:300px;
	}

/*添付ファイル*/
.base_tbl .attachmentfile {
	width:150px;
	}

/*入力者・登録状況*/
.base_tbl .user,
.base_tbl .publishsituation {
	width:80px;
	}

/*入力日・掲載開始日・掲載終了日*/
.base_tbl .inputdate,
.base_tbl .publishdtfrom,
.base_tbl .publishdtto {
	width:75px;
	}

/*処理*/
.base_tbl .process {
	width:60px;
	}

/*タイトル・ダウンロード*/
.base_tbl input.title,
.base_tbl input.download{
	width:650px;
	height:19px;
	}

/*本文*/
.base_tbl textarea.text{
	width:650px;
	height:105px;
	}

/* IME OFF */
.base_tbl .amount input {
    text-align:right;
    width:50px;
	ime-mode:disabled;
}
.base_tbl .seq input {
    text-align:right;
    width:35px;
	ime-mode:disabled;
}


.base_tbl .productno input {
    width:140px;
    ime-mode:disabled;
}

.base_tbl input.defsend 
{
    padding:1px;
    width:210px;
}

/* 右寄せ */
.base_tbl td.amount,
.base_tbl td.regist,
.base_tbl td.per,
.base_tbl td.estprice,
.base_tbl td.seq {
	text-align:right;
	}

/* 中央寄せ */
.base_tbl td.standard,
.base_tbl td.regist,
.base_tbl td.product,
.base_tbl td.no,
.base_tbl td.template,
.base_tbl td.select,
.base_tbl td.publishsituation {
	text-align:center;
}

/*左寄せ*/
.base_tbl td.budget,
.base_tbl td.status,
.base_tbl td.hosp_name {
	text-align:left;
	}
/*上寄せ*/
.base_tbl td.categoryope 
{
	vertical-align:top;
}
/*--------------------------------------------------------------------
	お知らせ関連
--------------------------------------------------------------------*/
/*インプラントキット品番*/
.base_tbl .kitno {
	width:100px;
	text-align:center;
	white-space:nowrap;
	}
/*インプラントキット品名*/
.base_tbl .kitnm {
	width:150px;
	text-align:left;
	}
/*カテゴリ1*/
.base_tbl .category1 {
	width:140px;
	text-align:left;
	}
/*カテゴリ2*/
.base_tbl .category2 {
	width:140px;
	text-align:left;
	}
/*カテゴリ3*/
.base_tbl .category3 {
	width:150px;
	text-align:left;
	}
/*FileNo*/
.base_tbl .fileno {
	width:30px;
	text-align:center;
	}
	
/*--------------------------------------------------------------------
	機種選択（インプラント）、機種選択（器械）、インプラントキット
--------------------------------------------------------------------*/
div.implant_main_scroll {
	width:100%;
	height:230px;
	overflow:auto;
	}
div.implant_kit_scroll {
	width:100%;
	height:380px;
	overflow:auto;
	}
div.machine_main_scroll {
	width:100%;
	height:380px;
	overflow:auto;
	}

.base_chk,
.machine_tbl {
	margin-left:10px;
	}

.base_chk .chk_ttl {
	padding:5px 0 5px 5px;
	font-weight:bold;
	font-size:118%;
	color:#3285B1;
	border:none;
	border-left:3px solid #3285B1;
	}
.base_chk .chk_ttl a	
{
    font-size:82%;
    vertical-align:middle;
}

.base_chk .chk_ttl02 {
	width:auto;
	padding:10px 0 0 0;
	border-bottom:4px solid #d5d5d5;
	font-weight:bold;
	}

.base_chk td,
.machine_tbl td.line {
	width:378px;
	padding:7px 0 9px;
	border-bottom:1px solid #ebebeb;
	}

.base_chk tr.last td,
.machine_tbl tr.last td {
	padding-bottom:25px;
	border:none;
	}

.machine_tbl td.top {
	width:765px;
	padding:0 0 9px;
	border-bottom:1px solid #ebebeb;
	}

/*--------------------------------------------------------------------
	器械検索テーブル
--------------------------------------------------------------------*/
.machine_search_tbl {
	margin:10px 0;
	}

.machine_search_tbl table {
	width:100%;
	margin:5px 0 3px;
	}

.machine_search_tbl th {
	border-top:1px solid #c1c1c1;
	border-left:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
	}

.machine_search_tbl td.ProductNm {
	border-top:1px solid #c1c1c1;
	border-left:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
	}

.machine_search_tbl td.ProductNo {
	border-top:1px solid #c1c1c1;
	border-left:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
	border-right:1px solid #c1c1c1;
	}

.machine_search_tbl th {
	width:80px;
	padding:5px 3px 2px;
	text-align:center;
	background-color:#f3f3f3;
	}

/*--------------------------------------------------------------------
	検索テーブル
--------------------------------------------------------------------*/
.search_tbl {
	margin:10px 0;
	}

.search_tbl table {
	width:100%;
	margin:5px 0 3px;
	}

.search_tbl th,
.search_tbl td {
	border-top:1px solid #c1c1c1;
	border-left:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
	}

.search_tbl th {
	width:80px;
	padding:5px 3px 2px;
	text-align:center;
	background-color:#f3f3f3;
	}

.search_tbl td {
	width:1%;
	padding:3px;
	text-align:left;
	vertical-align:middle;
	}

.search_tbl td.number,
.search_tbl td.number input {
	width:100px;
	}

.search_tbl td.name,
.search_tbl td.name input {
	width:130px;
	}

.search_tbl td.code,
.search_tbl td.code input {
	width:100px;
	}

.search_tbl td.btn {
	width:120px;
	padding-top:5px;
	text-align:right;
	border-top:none;
	border-bottom:none;
	}


/*カタログ番号*/
.base_tbl .catalog_num {
	width:100px;
	}

/*規格*/
.base_tbl .info_standard {
	width:260px;
	}

/*JANコード*/
.base_tbl .jan_code {
	width:108px;
	text-align:center;
	}

/*価格*/
.base_tbl .price {
	width:100px;
	text-align:right;
	}

/*償還名*/
.base_tbl .repay_name {
	width:150px;
	}

/*単位*/
.base_tbl .unit {
	width:80px;
	text-align:center;
	}

/*承認番号*/
.base_tbl .recognition_num {
	width:108px;
	text-align:left;
	}

/*分類*/
.base_tbl .classify {
	width:100px;
	text-align:left;
	}
	
/*オーダー番号*/
.base_tbl .orderno {
	width:110px;
	text-align:left;
	}

/*特定保守*/
.base_tbl .conservative
{
    text-align:center;
	width:80px;
	}

/*設置*/
.base_tbl .establish {
	text-align:center;
	width:60px;
	}

/*製造販売会社*/
.base_tbl .company {
	width:310px;
	}

.tbl_product td {
    height:35px;
}

/*病院名（案件管理システム）*/
.base_tbl .hosp_name {
	width:170px;
	}
/*運送会社（運用機能画面） */
.base_tbl .Transport {
	width:170px;
	text-align:center;
	}
/*--------------------------------------------------------------------
	ヘッダー
--------------------------------------------------------------------*/
.sub_tbl01 {
	width:360px;
	margin:5px;
	}

.sub_tbl01 th {
	width:56px;
	font-size:76%;
	background-color:#DEDEDE;
	}

/*--------------------------------------------------------------------
	明細リンク
--------------------------------------------------------------------*/
.lnkDetail {
    overflow:auto;height:50px;
    margin-bottom:5px;
}

/*--------------------------------------------------------------------
	インプラント明細(WDC1_CD罫線)
--------------------------------------------------------------------*/
 .WdcUpLine td {
     border-top-width:3px;
 }

/*--------------------------------------------------------------------
	インプラント明細(行抜けチェックエラー行)
--------------------------------------------------------------------*/
 .RowLost td {
    background-color:red;
 }
 
 /*--------------------------------------------------------------------
	インプラント明細(単回使用チェック)
--------------------------------------------------------------------*/
 .SingleUse td {
    background-color:LightSkyBlue;
 }
 
 /*--------------------------------------------------------------------
	メールリストの登録・編集
--------------------------------------------------------------------*/
.base_tbl .mail{
    width:175px;
}

/*--------------------------------------------------------------------
	モーダル背景
--------------------------------------------------------------------*/
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opachity: 0.0;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1;
}
/*--------------------------------------------------------------------
	モーダルボタン)
--------------------------------------------------------------------*/
.modalbutton_left
{
	padding-right:5px;
}
.modalbutton_center
{
	padding:0px 5px;
}
.modalbutton_right
{
	padding-left:5px;
}

/*--------------------------------------------------------------------
	休日ラベル
--------------------------------------------------------------------*/
.holiday
{
    color:Red;
    font-weight:bold;
}

/*--------------------------------------------------------------------
	インプラント明細(テンプレート、グループリンク)
--------------------------------------------------------------------*/
.lnkGroupTbl
{
    padding:0px;
    margin:0px;
    border-style:none;
}

.lnkGroupTbl tr
{
    vertical-align:top;
}

.lnkGroupTbl td
{
    padding:0px 10px;
}

.lnkGroupTbl ul
{
    margin:0;
    padding:0;
    list-style:none;
    text-indent:0px;
}

.lnkGroupTbl ul.group
{
    margin:0;
    padding:0;
    list-style:none;
    text-indent:10px;
}

/*--------------------------------------------------------------------
	絞込みテキストボックス
--------------------------------------------------------------------*/
input.limit {
	width:180px;
	margin:4px 0;
	}
input.sub_limit {
	width:140px;
	margin:4px 0;
	}
	
input.mailLimit {
	width:190px;
	margin:4px 0;
	}


/*--------------------------------------------------------------------
	エラー(alert)の「全てのエラーを表示する」のリンク
--------------------------------------------------------------------*/
.allerrtxt {
	cursor: pointer;
}

/*--------------------------------------------------------------------
	ロード表示用
--------------------------------------------------------------------*/
#ctl00_UProgress {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 10000;
	_position: absolute;
}

.loadFrame {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -200px;
	width: 400px;
	height: 195px;
	z-index: 10000;
	border-style: none;
	word-break: break-all;
	_position: absolute;
}

.loadBack {
	top: 0px;
	left: 0px;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #848484;
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opachity: 0.0;
	word-break: break-all;
	_position: absolute;
}


.loadMsg {
	font-size: 20px;
	border: solid 2px black;
	background-color: #848484;
	width: 395px;
	height: 185px;
	z-index: 10002;
	text-align: center;
	filter: alpha(opacity=100);
}

.loadMsg tr {
	height: 185px;
	vertical-align: middle;
}

.loadMsg td {
	width: 395px;
	text-align: center;
}	


/*--------------------------------------------------------------------
	ファイルアップロード画面用
--------------------------------------------------------------------*/
.templateUpBlock
{
    position:relative;
    top:50px;
    left:190px;
    width:410px;
    height:215px;
}
/*--------------------------------------------------------------------
	新規ユーザーID登録 未処理確認検索
--------------------------------------------------------------------*/
#tmpDealerSearch .base_tbl tr{
    height:30px;
}
/*仮登録ユーザId*/
#tmpDealerSearch .base_tbl .tmpUserId {
	width:90px;
	text-align:right;
	white-space:nowrap;
}
/*仮登録ユーザ名*/
#tmpDealerSearch .base_tbl .tmpUserNm {
	width:250px;
}
/*特約店名*/
#tmpDealerSearch .base_tbl .dealerNm {
	width:300px;
}
/*申請日*/
#tmpDealerSearch .base_tbl .registDate {
	width:130px;
	white-space:nowrap;
}
/*hover*/
#tmpDealerSearch .base_tbl tr.add_hover,
#tmpDealerSearch .base_tbl tr.even_hover{
	background-color:#DCDCDC;
	color:Blue;
	font-weight:bold;
	cursor:pointer;
	}
/*--------------------------------------------------------------------
	新規ユーザーID登録
--------------------------------------------------------------------*/
#newDealerMain .base_tbl tr{
    height:20px;
}
#newDealerMain .base_tbl th{
    width:150px;
}
#newDealerMain .base_tbl .imgbtn{
    vertical-align:text-bottom;
}
#newDealerMain .base_tbl .userId{
    ime-mode:disabled;
}
#newDealerMain .base_tbl .password{
    ime-mode:disabled;
}

/*--------------------------------------------------------------------
	Alert、Confirmのスタイル定義
--------------------------------------------------------------------*/
.ConfTmpSave 
{
    font-size:120%;
    text-align:left;
}

.CarryFontColorDef
{
	color:Gray;
}
.CarryFontColorChange
{
	color:Black;
}

/*--------------------------------------------------------------------
	オペ予定表Helpイメージのスタイル定義
--------------------------------------------------------------------*/
.CursorHelp
{
	cursor:help;
}

/*--------------------------------------------------------------------
	台帳登録用モーダルPanelスタイル定義
--------------------------------------------------------------------*/
.ModalLedgerPanel
{
	background-color:#f5f5f5;
	Width:50%;
	border:Solid;
}

/*--------------------------------------------------------------------
	注文ヘッダー画面説明欄スタイル定義
--------------------------------------------------------------------*/
.HeaderInfoTbl
{
	width:95%;
}

/*--------------------------------------------------------------------
	特約店ログイン画面スタイル定義
--------------------------------------------------------------------*/
.loginname
{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	word-brake: normal;
}
span.circle 
{
    font-size:18px;
    color:#666699;
    vertical-align:middle;
}
span.sub_circle 
{
    font-size:21px;
    color:#000066;
    vertical-align:middle;
}
.loginTH {
	width: 160px;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	background-color: #808080;
	color: white;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}
.loginTD {
	width: 220px;
	height: 33px;
	font-size: 100%;
	color: #484848;
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.loginTitle{
	width:600px;
	height:33px;
	font-weight:700;
	font-size:18px;
	color:#484848;
	text-align:left;
	padding:0px;
	margin:0px;
	word-spacing:normal;
	margin-top:30px;
	vertical-align:middle;
}
#LogDiv1
{
	text-align: center;
	width:100%;
}

/*--------------------------------------------------------------------
	Oracle対応追加スタイルシート
--------------------------------------------------------------------*/
/* ShipSet */
div.ShipSetLbl label
{
	font-size:16px;
}

/****************************************************************************************/
/* サブウィンドウのモーダル化対応                                                       */
/*                                                                                      */
/* [History]                                                                            */
/*   2014.08.25 Append                                                                  */
/****************************************************************************************/
.modalSubWindow
{
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:#848484;
    filter:alpha(opacity=50);
    opacity:0.5;
    -moz-opachity:0.5;
    word-break:break-all;
    z-index:9000 !important;
}

.modalSubPanel
{
    top:0px;
    left:0px;
    position:absolute;
	z-index:9010 !important;
	width:830px;
	height:550px;
	background-color:White;
	overflow:auto;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
}

.modalSubPanelSmall
{
    top:0px;
    left:0px;
    position:absolute;
	z-index:9010 !important;
	width:600px;
	height:350px;
	background-color:White;
	overflow:auto;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
}

.modalSubPanelCal
{
    top:0px;
    left:0px;
    position:absolute;
	z-index:9010 !important;
	width:230px;
	height:270px;
	background-color:White;
	overflow:auto;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
}

.modalSubPanelCalIpad
{
    top:0px;
    left:0px;
    position:absolute;
	z-index:9010 !important;
	width:500px;
	height:500px;
	background-color:White;
	overflow:auto;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
}

.modalSubPanel_t
{
    top:0px;
    left:0px;
    position:absolute;
	z-index:9010 !important;
	width:830px;
	height:600px;
	background-color:White;
	overflow:auto;
	padding-left:10px;
	padding-right:10px;
}


/*--------------------------------------------------------------------
	運送会社止め選択
--------------------------------------------------------------------*/
#carrierbranch .listRow .carriername 
{
	width:170px;
}

#carrierbranch .listRow .branch
{
	width:70px;
} 

#carrierbranch .listRow .branchname
{
	width:200px;
} 

#carrierbranch .listRow .post
{
	width:80px;
} 

#carrierbranch .listRow .address
{
	width:350px;
} 

#carrierbranch .listRow .address_ship
{
	width:450px;
} 

#carrierbranch .listRow .shipname
{
	width:250px;
} 

/*--------------------------------------------------------------------
	カタログ選択
--------------------------------------------------------------------*/
.catalog_tbl {
    width:100%;
    height:400px;
    overflow:auto;
}
/*No*/
#catalogsearch .listRow .no {
	width:40px;
	}

/*カタログ番号*/
#catalogsearch .listRow .catalogno {
	width:200px;
	}

/*品名*/
#catalogsearch .listRow .hinmei {
	width:470px;
	}
	
/*--------------------------------------------------------------------
	ロットNo選択
--------------------------------------------------------------------*/
/*チェック*/
#lotnosearch .listRow .check {
	width:25px;
	}

/*カタログ番号*/
#lotnosearch .listRow .catalogno {
	width:100px;
	}

/*品名*/
#lotnosearch .listRow .hinmei {
	width:400px;
	}

/*ロットNo*/
#lotnosearch .listRow .lot {
	width:110px;
	}

/*滅菌期限*/
#lotnosearch .listRow .sterilized {
	width:90px;
	}
	
/*--------------------------------------------------------------------
	テーブル/フォーム制御
--------------------------------------------------------------------*/
.listRow {
	width:98%;
	border-right:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
	}

.listRow th,
.listRow td {
	border-top:1px solid #c1c1c1;
	border-left:1px solid #c1c1c1;
	}

.listRow th {
	width:82px;
	padding:5px 3px 2px;
	text-align:left;
	background-color:#f3f3f3;
	}

.listRow td {
	width:293px;
	padding:3px;
	text-align:left;
	vertical-align:middle;
	}

.listRow select,
.listRow textarea {
	margin:2px 0;
	}

/*奇数*/
.listRow tr.add {
	background-color:#fff;
	}

/*偶数*/
.listRow tr.even {
	background-color:#F7FBFF;
	}

.listRow tr.add_hover,
.listRow tr.even_hover{
	background-color:#DCDCDC;
	color:Blue;
	font-weight:bold;
	cursor:pointer;
	}
	
/*--------------------------------------------------------------------
	【オペ表】
	病院コード検索画面
--------------------------------------------------------------------*/
/*病院コード*/
#OpeSearchHP .listRow .HpCode {
	width:80px;
	text-align:center;
	}
/*病院名*/
#OpeSearchHP .listRow .HpName {
	width:200px;
	}
/*住所*/
#OpeSearchHP .listRow .address {
	width:450px;
	}
/*電話番号*/
#OpeSearchHP .listRow .tel {
	width:150px;
	}
/*--------------------------------------------------------------------
	【オペ表】
	担当営業ID検索画面
--------------------------------------------------------------------*/
/*担当営業ID*/
#OpeSearchSP .listRow .id {
	width:80px;
	text-align:center;
	}
/*氏名*/
#OpeSearchSP .listRow .Name {
	width:400px;
	}
/*事業部*/
#OpeSearchSP .listRow .jb {
	width:100px;
	}
/*事業所*/
#OpeSearchSP .listRow .js {
	width:100px;
	}
/*--------------------------------------------------------------------
	【オペ表】
	詳細コード表画面
--------------------------------------------------------------------*/
/*製品カテゴリー*/
#DetailCd .listRow .Category {
	width:150px;
	}
/*症例*/
#DetailCd .listRow .Case {
	width:150px;
	}
/*詳細*/
#DetailCd .listRow .DetailName {
	width:300px;
	}
/*詳細コード*/
#DetailCd .listRow .DetailCode {
	width:100px;
	}
	
/*--------------------------------------------------------------------
	【案件管理システム】カタログ照会
--------------------------------------------------------------------*/
/*カタログ番号*/
#catalogRef .listRow .catalogno {
	width:150px;
	text-align:center;
	}

/*名前*/
#catalogRef .listRow .hinmei {
	width:400px;
	text-align:center;
	}
	
/*数量*/
#catalogRef .listRow .amount {
	width:60px;
	text-align:center;
	}
	
/*セット*/
#catalogRef .listRow .set {
	width:80px;
	text-align:center;
	}

#catalogRef .listRow td.catalogno ,
#catalogRef .listRow td.hinmei , 
#catalogRef .listRow td.set {
	text-align:left;
	}
	
#catalogRef .listRow td.amount {
	text-align:right;
	}

/*--------------------------------------------------------------------
	案件管理 SubWindows(ヘッダー確認)
--------------------------------------------------------------------*/
.base_tbl td.est_narrow { padding:0; }

.base_tbl td.est_narrow table,
.base_tbl td.est_narrow th,
.base_tbl td.est_narrow td {
	border:none;
	}

.base_tbl td.est_narrow th {
	width:1%;
	border-right:1px solid #c1c1c1;
	}
