﻿/*--------------------------------------------------------------------
	リセット
--------------------------------------------------------------------*/
.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%;
	}
table {
	max-width:800px;
}

h1,h2,h3,h4,th {
	font-weight:normal;
	}

a img {
	border:0;
	}

hr {
	margin: 10px 0px 10px 0px;
}
/*--------------------------------------------------------------------
	基本構成
--------------------------------------------------------------------*/

html {
	height:100%;
	}

body {
	height: 100%;
	color: #484848;
	word-break: break-all;
	font-size: 16px;
	font-family: 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProW3', sans-serif;
	/*	overflow: hidden;*/
	line-height:1;
}
form {
	height:93%;
	}
input {
	ime-mode: active;
	margin: 2px 0px;
	text-align:left;
	padding-left:3px;
	padding-right:3px;
}
input[type="text"],
input[type="password"] {
	height: 20px;
}
input[type="image"] {
	height: auto;
}
input[type="submit"] {
	border-width: thin;
	border-color:gray;
	background: linear-gradient(#ffffff 0%, #d5d5d5 100%);
}
img{
	vertical-align:middle;
}
select, textarea, [type="text"], [type="password"] {
	border-width: thin;
	border-style: solid;
	border-color: gray;
	background-color: white;
}
textarea {
	padding: 0 3px 0 3px;
}
select{
	height:20px;
	text-align:left;
}
textarea [type="text"] {
	padding-left: 3px;
	padding-right: 3px;
}
label[for]{
	padding-left: 2px;
	vertical-align: -0.2em;
}
select:disabled, textarea:disabled, [type="text"]:disabled {
	background: #ccc;
	color: black;
	opacity: 0.5;
	text-shadow: 1px 1px 1px white;
}
select[disabled], [type="text"][disabled] {
	background: #ccc;
	color: black;
	opacity: 0.5;
	text-shadow: 1px 1px 1px white;
}

/* for IE7 */
*:first-child+html body { font-size:100%; }

* html body {
	font-size: 100%;
	font-family: 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProW3', sans-serif;
}

.main_menu,
.main_contents {
	font-size:76%;
	}

.main_contents {
	width:800px;
	padding:0px 0px 30px 10px;
	}

[type="button"]:disabled, [type="submit"]:disabled {
	color: silver;
	text-shadow: 1px 1px 0px white;
}
[type="button"][disabled], [type="submit"][disabled] {
	color: silver;
	text-shadow: 1px 1px 0px white;
}

.aspNetDisabled label {
	color: black;
	opacity: 0.5;
	text-shadow: 1px 1px 1px white;
}
/*--------------------------------------------------------------------
	ヘッダー
--------------------------------------------------------------------*/
.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%);
	border-bottom:4px solid #4f4f4f;
}

.header img {
	margin-top:2px;
}

/*--------------------------------------------------------------------
	メインメニュー
--------------------------------------------------------------------*/
.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;
}

.menu_action {
	height: 36px;
	list-style: none;
	display: block;
}
.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;
	vertical-align: middle;
}
.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:39px;
	vertical-align:middle;
}

.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:39px;
	text-decoration:none;
	vertical-align:middle;
}
.menu_manual a:hover{
	height:39px;
    background-color:#6B6B6B;
}

/*--------------------------------------------------------------------
	タイトル
--------------------------------------------------------------------*/
#title {
	float:left;
	/*width:620px;*/
	}

#title h1 {
	margin-top:17px;
	padding-left:10px;
	font-size:136%;
	font-weight:bold;
	background-color:#FFFF00; /*SCTASK1540653 タイトル背景を黄色に変更*/
	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 {
	padding-left: 6px;
	background: url(../img/tab_main_bg.gif) repeat;
	background-position: inherit;
	height: 100%;
	max-width:800px;
}

/******************** 未選択タブ ********************/
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: table-cell;
	vertical-align: bottom;
	font-family: 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProW3', sans-serif;
	font-size: 12px;
}

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;
	background: url(../img/tab_bg.gif) center top repeat-x;
	font-family: 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProW3', sans-serif;
	font-size: 12px;
}

div.ajax__tab_default .ajax__tab_header span.ajax__tab_outer {
	padding-top: 10px;
	background: none;
}

div.ajax__tab_default .ajax__tab_header span.ajax__tab_inner {
	padding-left: 0px;
	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;
}

div.ajax__tab_xp div.ajax__tab_header .ajax__tab_active span.ajax__tab_inner span{
	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;
	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: 'MS PGothic', 'ヒラギノ角ゴ 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;
	}

/*--------------------------------------------------------------------
	タブメニュー：OCR用
--------------------------------------------------------------------*/
div.tab_menu_ocr div {
}

div.tab_menu_ocr span {
	height: 34px;
}

div.tab_menu_ocr div.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_ocr div.ajax__tab_header {
	margin-bottom: -25px;
}

div.tab_menu_ocr div.ajax__tab_active {
	color: #484848;
	font-weight: bold;
}

div.tab_menu_ocr div.ajax__tab_hover {
	color: #484848;
}

div.tab_menu_ocr div.ajax__tab_default .ajax__tab_header a.ajax__tab_tab {
	padding: 10px;
	background: url(../img/tab_bg_pr.gif) center top repeat-x;
	text-align: center;
}

* html div.tab_menu_ocr a.ajax__tab_tab {
	padding: 11px 10px;
}
*:first-child + html div.tab_menu_ocr a.ajax__tab_tab {
	padding: 10px;
}

div.tab_menu_ocr span.ajax__tab_outer {
	background: url(../img/tab_right_pr.gif) right top no-repeat;
}

div.tab_menu_ocr span.ajax__tab_inner {
	padding-left: 4px;
	background: url(../img/tab_left_pr.gif) left top no-repeat;
}

/*アクティブ時*/
div.tab_menu_ocr div.ajax__tab_active a.ajax__tab_tab,
div.tab_menu_ocr div.ajax__tab_hover a.ajax__tab_tab {
	background: url(../img/tab_active_bg_pr.gif) center top repeat-x;
}

div.tab_menu_ocr div.ajax__tab_active span.ajax__tab_inner,
div.tab_menu_ocr div.ajax__tab_hover span.ajax__tab_inner {
	background: url(../img/tab_active_left_pr.gif) left top no-repeat;
}

div.tab_menu_ocr div.ajax__tab_active span.ajax__tab_outer,
div.tab_menu_ocr div.ajax__tab_hover span.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:378px;
	padding-right:5px;
	}

.col02 {
	width: 378px;
}

.col03 {
	width: 378px;
	padding: 29px 5px 30px 0;
}

* html .col03 { padding:30px 20px 30px 0; }

.col03_confirmation {
	width: 378px;
	padding: 10px 5px 0 0;
}

.col04 {
	width:378px;
	padding:10px 0 30px;
	}

.col04 .base_tbl {
	margin-top:10px;
	}

.col04_confirmation {
	width: 378px;
	padding: 10px 0;
}

#order_system_contents .ajax__tab_body,
#order_system_contents .tabmenu {
	padding:0;
	}

#order_system_contents .ajax__tab_body {
	margin-top:2px;
	border:none;
	max-width:800px;
	}

.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: 5px;
	text-align: center;
}
.mainbtn.left{
	margin-right: 5px;
	text-align: left;
}
.mainbtn.right{
	margin-right: 5px;
	text-align: right;
}

.mainbtn input {
	margin: 4px 0 4px 5px;
	display: inline-block;
	cursor: pointer;
	padding: 0.5em 1em;
	text-decoration: none;
	color: #2d2d2d;
	border-color: lightgray;
	background-image: linear-gradient(#ffffff 0%, #d5d5d5 100%);
	transition: .4s;
	font-weight: bold;
	border-width:thin;
	height:auto;
}	

/*--------------------------------------------------------------------
	ベーステーブル
--------------------------------------------------------------------*/
.base_tbl {
	width:100%;
	border-right:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
}

.base_tbl th,
.base_tbl td {
	border:1px solid #c1c1c1;
}

.base_tbl th {
	width:77px;
	padding:5px 1px 2px 3px;
	text-align:left;
	background-color:#f3f3f3;
	vertical-align:middle;
}

.base_tbl th.narrow_main_title {
    width:55px;
}

.base_tbl th.narrow_main_title_stc {
    width:80px;
}

.base_tbl th.narrow_title {
    width:20px;
}

.base_tbl td.hpsearch {
    width:610px;
}
.base_tbl td {
	width:304px;
	padding:3px;
	text-align:left;
	vertical-align:middle;
	}
.base_tbl select,
.base_tbl textarea {
	margin:2px 0;
}
.base_tbl select {
	max-width: 297px;
}

.base_tbl_inner {
	width:98%;
	border:none;
	}
.freezing 
{
	position:relative;
	top:expression(this.offsetParent.scrollTop);
	z-index:10;
}
/*--------------------------------------------------------------------
	テーブル/フォーム制御
--------------------------------------------------------------------*/
.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;
}

td.radio_carrier span{
	vertical-align:-0.25em;
}

.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:65px;
	}

.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: 40px;
	ime-mode: disabled;
	margin: 0px 3px 3px 0px;
}
.base_tbl .mm, .base_tbl .dd {
	width: 25px;
	ime-mode: disabled;
	margin: 0px 3px 3px 0px;
}
    
/*年月日(案件管理システム・納品書発行)*/
.base_tbl .yyyymmdd {
	width: 90px;
	ime-mode: disabled;
}
/*カレンダーボタン(案件管理システム)*/
.base_tbl .calendar_btn{
	padding-top:3px;
	padding-bottom:3px;
}
/*カレンダー大枠(案件管理)*/
.calendarMain {
	font-size: 8pt;
	border-color: #999999;
}
.calendarMain td,
.calendarMain th {
	padding: 4px;
}
/*カレンダー大枠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 {}
* html .base_tbl input.img_btn { margin-bottom:-1px; }

 .boxsize
{
	width:100px;!important;
}

/*--------------------------------------------------------------------
	ページング関連
--------------------------------------------------------------------*/
.pagenavi {
	text-align:right;
	color:#535C95;
	max-width:800px;
	}

.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;
    border:solid;
	box-sizing:content-box;
	border-collapse:separate;
}
.errTable {
    height:100%;
    width:100%;
	border-collapse:separate;
	table-layout:fixed;
}
.errMsg {
    text-align:left;
    font-size:150%;
    color:Red;
    }
.errMsg table,
.errMsg tr,
.errMsg td {
	border-collapse: unset;
	border-style: none;
	border-width: 0px;
}
.minerrMsg
{
    text-align:left;
    font-size:100%;
    color:Red;	
    }
.errMsgtd {
    height:100%;
    width:50%;
	vertical-align:middle;
}
.confBottomMsgtd {
    height:35%;
    width:50%;
    }
.errAllerr {
    display:none;
    overflow:auto;
    height:80%
    }
.errButton {
    vertical-align:bottom;
    text-align:center;
    }
.confButton {
    
    }
.confMsg {
	display: flex;
	justify-content: center;
	font-size: 149%;
	color: Red;
	text-align:center;
}
.confMsg table{
	border-collapse:separate;
}
.confMsg td{
	vertical-align:middle;
}
.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-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%;
}
headertabfield.table {
	table-layout:fixed
}
/*内容入力インプラントタブ*/
.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:110px;
	text-align:center;
	word-break:normal;
	}

/*カタログ番号*/
.base_tbl .productno {
	width:150px;
	}
	
/*カタログ番号*/
.base_tbl .sequence {
	width:30px;
	}

.base_tbl td.sequence_foot {	
	text-align:center;
	width:auto;
	}

/*品名*/
.base_tbl .stc_sales_productname {
	width:400px;
	}
.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;
	white-space: nowrap;
}
	
/*滅菌期限*/
.base_tbl .sterilized_date {
	width:80px;
	}

/*ロット番号*/
.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;
	white-space:nowrap;
}
/*ステータス（案件管理システム）*/
.base_tbl .status {
	width:60px;
	white-space:nowrap;
}

/*掛率（案件管理システム）*/
.base_tbl .per {
	width:40px;
}
/*金額見出し折返なし（案件管理システム）*/
.base_tbl .estprice {
	width:75px;
	white-space:nowrap;
}
/*日付（案件管理システム）*/
.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: 400px;
	overflow-x :hidden; 
	overflow-y : scroll; 
	margin-bottom:0px;
}

/*--------------------------------------------------------------------
	出荷/履歴/長期Lot確定/検索関連
--------------------------------------------------------------------*/
/*No*/
.base_tbl .no,
.base_tbl .ty{
	width:30px;
	white-space:nowrap;
	}
/*在庫種別*/
.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;
	white-space: nowrap;
}

/*病院名・住所*/
.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 .case_info
{
	width: 350px;
}

/*参照*/
.base_tbl .reference{
	width:190px;
}

/*登録コメント*/
.base_tbl .regiscom{
	width:300px;
}

/*製品・機器*/
.base_tbl .product{
	width:75px;
	white-space:nowrap;
	}

/*テンプレートの有無*/
.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;
	white-space:nowrap;
	}

/*処理*/
.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;
	padding-left: 3px;
	padding-top:3px;
	padding-right:3px;
	}

/* 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:55px;
	text-align:center;
	padding:1px;
}
	
/*--------------------------------------------------------------------
	機種選択（インプラント）、機種選択（器械）、インプラントキット
--------------------------------------------------------------------*/
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;
	}

.implant_kit_input input,
.implant_kit_input select {
	width: 150px;
}

.base_chk,
.machine_tbl {
	margin-left:6px;
	}

.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 auto;
	}

.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;
	width: 80px;
	padding: 5px 3px 2px;
	text-align: center;
	background-color: #f3f3f3;
}

.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;
	}

/*--------------------------------------------------------------------
	検索テーブル
--------------------------------------------------------------------*/
.search_tbl {
	margin:10px 0;
	}

.search_tbl table {
	width:100%;
	margin:5px 0 3px;
	table-layout:fixed;
}

.search_tbl th,
.search_tbl td {
	border-top:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
	border-left: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-bottom:none;
	border-top: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;
	white-space:nowrap;
	}

/*償還名*/
.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;
	white-space:nowrap;
	}

.sub_tbl01 th {
	width:56px;
	font-size:76%;
	background-color:#DEDEDE;
	}

/*--------------------------------------------------------------------
	明細リンク
--------------------------------------------------------------------*/
.lnkDetail {
    overflow:auto;
	height:50px;
    margin-bottom:5px;
}
.lnkDetail td{
	padding-right: 25px;
}

/*--------------------------------------------------------------------
	インプラント明細(WDC1_CD罫線)
--------------------------------------------------------------------*/
 .WdcUpLine td {
     border-top-width:3px;
 }

/*--------------------------------------------------------------------
	インプラント明細(行抜けチェックエラー行)
--------------------------------------------------------------------*/
 .RowLost td {
    background-color:#FF7C80;
 }
 
 /*--------------------------------------------------------------------
	インプラント明細(単回使用チェック)
--------------------------------------------------------------------*/
 .SingleUse td {
    background-color:LightSkyBlue;
 }
 
 /*--------------------------------------------------------------------
	メールリストの登録・編集

--------------------------------------------------------------------*/
.base_tbl .mail{
    width:170px;
}

/*--------------------------------------------------------------------
	モーダル背景
--------------------------------------------------------------------*/
.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;
}
.holiday td{
	letter-spacing:0.1px
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.holiday td {
		letter-spacing:0.75px;
	}
}
/*--------------------------------------------------------------------
	インプラント明細(テンプレート、グループリンク)
--------------------------------------------------------------------*/
.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: 175px;
	margin: 4px 0;
}
input.sub_limit {
	width:135px;
	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);
}

.loadMsgBody {
	overflow: hidden;
}

.loadMsg tr {
	height: 185px;
	vertical-align: middle;
}

.loadMsg td {
	width: 395px;
	text-align: center;
}	

/*--------------------------------------------------------------------
	ファイルアップロード画面用
--------------------------------------------------------------------*/
.templateUpBlock
{
    position:relative;
    top:50px;
    left:190px;
    width:430px;
    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;
}
.ModalLedgerPanel span.SalesChanel {
}

.ModalLedgerPanel span.Orderer {
	margin-left: 24px;
}

/*--------------------------------------------------------------------
	注文ヘッダー画面説明欄スタイル定義
--------------------------------------------------------------------*/
.HeaderInfoTbl
{
	width:95%;
}

/*--------------------------------------------------------------------
	特約店ログイン画面スタイル定義
--------------------------------------------------------------------*/
.loginname
{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	word-brake: normal;
}
span.circle 
{
    font-size:25px;
    color:#666699;
    vertical-align:-0.1em;
}
span.sub_circle 
{
    font-size:21px;
    color:#000066;
    vertical-align:middle;
}
.loginTH{
	width:160px;
	height:33px;
	font-size:16px;
	font-weight:bold;
	background-color:#808080;
	color:white;
	text-align:center;
}
.loginTD{
	width:220px;
	height:33px;
	font-size:100%;
	color:#484848;
	text-align:left;
}
.loginTitle{
	width:220px;
	height:33px;
	font-weight:700;
	font-size:20px;
	color:#484848;
	text-align:left;
	padding:0px;
	margin:0px;
	word-spacing:normal;
	margin-top:30px;
}
#LogDiv1
{
	text-align: center;
	width:100%;
}
#LogDiv2 {
	margin-left: auto;
	margin-right: auto;
	width: 450px;
}
/*--------------------------------------------------------------------
	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:570px;
	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:150px;
	}

/*品名*/
#catalogsearch .listRow .hinmei {
	width:470px;
	}
	
/*--------------------------------------------------------------------
	品番検索
--------------------------------------------------------------------*/
/*カタログ番号*/
#productsearch .listRow .catalogno {
	width:100px;
	}

	
/*--------------------------------------------------------------------
	ロット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;
	}

/*--------------------------------------------------------------------
	【オペ表】
--------------------------------------------------------------------*/
.tableHeaderCell {
	text-align: center;
	vertical-align:middle;
	border:1px solid #c1c1c1
}

.setup_select {
	width: 20px;
}

.setup_emp_no {
	width: 78px;
}

.group_select {
	width: 20px;
}

.group_jigyou {
	width: 136px;
}

.group_area {
	width: 139px;
}

.group_group {
	width: 137px;
}

input[id*="chklStatus"] + label[for] {
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}

label[for*="chklStatus"] > img {
	padding-bottom: 3px;
}

.chkDetail > input[type="checkbox"] {
	margin-left: 5px;
}

select:disabled, input:disabled {
	color: black;
	background-color: #eeeeee;
	opacity: 1;
}
/*--------------------------------------------------------------------
	【オペ表】

	病院コード検索画面
--------------------------------------------------------------------*/
/*病院コード*/
#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;
	}

/*--------------------------------------------------------------------
	オペ表 (ORT対応)
--------------------------------------------------------------------*/
.ope_tbl th {
	padding:3px 2px 1px 2px;
	margin:0px 0px 0px 0px;
	}

.ope_tbl td {
	padding:0px 2px 0px 2px;
	margin:0px 0px 0px 0px;
	}
	
table.ope_layout_tbl
{
	width:700px;
	border:none;
	padding:0;
	margin:0;
}

table.ope_layout_tbl tr {
	height:30px;
}

table.ope_layout_tbl td
, table.ope_layout_tbl th
{
	border:none;
	padding:0;
	margin:0;
}

textarea.text_small{
	width:650px;
	height:50px;
}

tr.ope_layout_row td
, tr.ope_layout_row th
{
	padding-top:0px;
	padding-bottom:0px;
}

/* オーダー状況確認のオーダー区分 */
.drp_order_type 
{
	OVERFLOW: auto; 
    HEIGHT: 200px;
    overflow-x : hidden; 
    overflow-y : scroll; 
}

.drp_order_type label
{
	vertical-align:-0.15em;
}

.base_tbl .ShipNo{
	width:95px;
	white-space:nowrap;
}

.base_tbl .ShipDate{
	width:65px;
	white-space:nowrap;
}
/*--------------------------------------------------------------------
	オーダー編集 (病院設定)
--------------------------------------------------------------------*/
div.order_hp_edit{
	width:500px;
}
div.order_hp_edit .base_tbl th{
    width:150px;
}

div.order_hp_edit .btn_area{
	width:500px;
	padding-top:10px;
	text-align:right;
}

/*--------------------------------------------------------------------
	長期補充の器械パーツ交換の製品選択
--------------------------------------------------------------------*/
#ltc_parts div.ltc_parts,
#ltc_parts_detail div.ltc_parts {
	width:800px;
	height:380px;
	overflow:auto;
}

/*チェック*/
#ltc_parts .listRow .check,
#ltc_parts_detail .listRow .check {
	width:25px;
	}
	
#ltc_parts .listRow th.check,
#ltc_parts_detail .listRow th.check {
	text-align:center;
	}

/*カタログ番号*/
#ltc_parts .listRow .catalogno,
#ltc_parts_detail .listRow .catalogno {
	width:125px;
	}
	
#ltc_parts .listRow th.catalogno,
#ltc_parts_detail .listRow th.catalogno {
	text-align:center;
	}

/*品名*/
#ltc_parts .listRow .hinmei,
#ltc_parts_detail .listRow .hinmei {
	width:400px;
	}
	
#ltc_parts .listRow th.hinmei,
#ltc_parts_detail .listRow th.hinmei {
	text-align:center;
	}

/*ボタンエリア*/
#ltc_parts .listRow .btn_detail,
#ltc_parts_detail .listRow .btn_detail {
	width:92px;
	text-align:center;
	}
	
.modalLtcPartsPanel
{
    top:0px;
    left:0px;
    position:absolute;
	z-index:9011 !important;
	width:830px;
	height:550px;
	background-color:White;
	overflow:auto;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
}


/*--------------------------------------------------------------------
	fsプログラム一覧用
--------------------------------------------------------------------*/
.tbl_headerTable
{
    border-right:1px solid #c1c1c1;
    border-bottom:1px solid #c1c1c1;
    width:100%;
}

.tbl_headerTable th,
.tbl_headerTable td {
    border-top:1px solid #c1c1c1;
    border-left:1px solid #c1c1c1;
}
.tbl_headerTable th {
    padding:5px 3px 2px;
    text-align:center;
    background-color:#f3f3f3;
	vertical-align:middle;
}

.tbl_headerTable td {	
    padding:3px;
    text-align:left;
    vertical-align:middle;
}

/*奇数*/
.tbl_headerTable tr.add {
    background-color:#fff;
}

/*偶数*/
.tbl_headerTable tr.even {
    background-color:#F7FBFF;
}

#FsProgramSearchList .contratid {
    width:130px;
    text-align:left ;
}

#FsProgramSearchList .hospitalNm {
    width:225px;
    text-align:left ;
}

#FsProgramSearchList .fc {
    width:50px;
    text-align:left ;
}

#FsProgramSearchList .point {
    width:55px;
    text-align:right ;
}

#FsProgramSearchList .ContarctFT{
    width:110px;
    text-align:left ;
}

#FsProgramSearchList .currentPointPrice {
    width:55px;
    text-align:right ;
}
#FsProgramDetial .headerWidth
{
    width :60%;
}
#FsProgramDetial .tbl_headerTable .year
{
    width :40px;
}

#FsProgramDetial .tbl_headerTable .month
{
    width :40px;
}

#FsProgramDetial .tbl_headerTable .price_h
{
    width :120px;
}

#FsProgramDetial .tbl_headerTable .LpPrice_h
{
    width :120px;
}

#FsProgramDetial .tbl_headerTable .PointPrice_10_h
{	
    text-align:center ;
}

#FsProgramDetial .tbl_headerTable .price
{
    text-align:right;
    width :120px;
}

#FsProgramDetial .tbl_headerTable .LpPrice
{
    text-align:right;
    width :120px;
}

#FsProgramDetial .tbl_headerTable .PointPrice
{
    text-align:right;
    width :122px;
}

#FsProgramDetial .tbl_headerTable .PointPrice_10
{
    text-align:right;
}

.divResult
{
    width:60%; 
    height: 192px;
    overflow-y: scroll;
}

.divResult_10
{
    width:60%; 
}

#FsProgramDetial .grdWidth
{
    width:96%;
}  
#FsProgramDetial .grdWidth10
{
    width:100%;
} 


/*--------------------------------------------------------------------
	器械延期延長連絡
--------------------------------------------------------------------*/
table.inst_detail 
{
    width:800px;
}

table.inst_detail th
{
    text-align:center;
}

table.inst_detail th.chk
, table.inst_detail td.chk
, table.inst_detail th.del
, table.inst_detail td.del
{
    text-align:center;
    width:70px;
}

table.inst_detail th.order_no
, table.inst_detail td.order_no
{
    width:90px;
}

table.inst_detail th.date_md
, table.inst_detail td.date_md
{
    width:60px;
}

table.inst_detail th.catalog_no
, table.inst_detail td.catalog_no
{
    width:180px;
}

table.inst_detail th.catalog_desc
, table.inst_detail td.catalog_desc
{
    width:340px;
}

table.inst_detail th.qty
, table.inst_detail td.qty
{
    width:60px;
}

table.inst_detail td.order_no
, table.inst_detail td.date_md
, table.inst_detail td.catalog_no
, table.inst_detail td.catalog_desc
{
    text-align:left;
}

table.inst_detail td.qty
{
    text-align:right;
}

div.add_inst_detail
{
    width:825px;
}

span.inst_extend_info_msg
{
	color:Red;
	font-size:110%;
	font-weight:bold;
}

/*--------------------------------------------------------------------
	先行売上

--------------------------------------------------------------------*/
table.implant_title
{
    width:600px;
}

table.implant_title th
{
    width:150px;
    background-color:#F7FBFF;
}

table.implant_title td
{
    width:450px;
}

table.implant_detail
{
    width:770px;
}

table.implant_detail th
{
    text-align:center;
}

table.implant_detail td
{
    text-align:left;
}

table.implant_detail td.chk
, table.implant_detail td.no
{
    text-align:center;
}

table.implant_detail th.chk
, table.implant_detail th.no
, table.implant_detail td.chk
, table.implant_detail td.no
{
    width:35px;
}

table.implant_detail th.catalog
, table.implant_detail td.catalog
{
    width:120px;
}

table.implant_detail th.catalog_name
, table.implant_detail td.catalog_name
{
    width:260px;
}

table.implant_detail th.lot_no
, table.implant_detail td.lot_no
{
    width:120px;
}

table.implant_detail th.date
, table.implant_detail td.date
{
    width:70px;
}

table.implant_detail tr.set_item
{
    background-color:#F7FBFF;
}

table.implant_detail tr.normal
{
    background-color:White;
}

table.implant_detail tr.set_item_hover
, table.implant_detail tr.normal_hover
{
	background-color:#DCDCDC;
	color:Blue;
	cursor:pointer;
}

img.img_pointer
{
    cursor:pointer;
}

table.base_tbl tr.set_item
{
    background-color:#F7FBFF;
}

table.base_tbl tr.normal
{
    background-color:White;
}

span.chk_stc_sales_rental
{
    font-size:110%;
}

span.chk_stc_sales_rental label{
	background-color: Yellow;
}

/*--------------------------------------------------------------------
	長期預託品返却予定

--------------------------------------------------------------------*/
table.ltc_return_detail
{
    width:783px;
}

table.ltc_return_detail th
{
    text-align:center;
}

table.ltc_return_detail td
{
    text-align:left;
}

table.ltc_return_detail tr.normal
{
    background-color:White;
}

table.ltc_return_detail tr.normal_hover
{
	background-color:#DCDCDC;
	color:Blue;
	cursor:pointer;
}

table.ltc_return_detail th.chk
, table.ltc_return_detail td.chk
{
    width:40px;
	white-space:nowrap;
}

table.ltc_return_detail th.chkCaseOnly
, table.ltc_return_detail td.chkCaseOnly
{
    width:50px;
}

table.ltc_return_detail th.category
, table.ltc_return_detail td.category
{
    width:90px;
}

table.ltc_return_detail th.order_div
, table.ltc_return_detail td.order_div
{
    width:60px;
}


table.ltc_return_detail th.catalog_no
, table.ltc_return_detail td.catalog_no
{
    width:120px;
}

table.ltc_return_detail th.catalog_desc
, table.ltc_return_detail td.catalog_desc
{
    width:150px;
}

table.ltc_return_detail th.lot_no
, table.ltc_return_detail td.lot_no
{
    width:80px;
}

table.ltc_return_detail th.qty
, table.ltc_return_detail td.qty
{
    width:40px;
}

table.ltc_return_detail td.qty input
{
    text-align:right;
    width:40px;
	ime-mode:disabled;
}

table.ltc_return_detail th.order_no
, table.ltc_return_detail td.order_no
{
    width:70px;
}

table.ltc_return_detail td.chk
{
    text-align:center;
}

table.ltc_return_detail td.chkCaseOnly
{
    text-align:center;
}

table.ltc_return_detail td.qty
{
    text-align:right;
}

table.ltc_return_detail th.btn
, table.ltc_return_detail td.btn
{
    width:40px;
}


div.ltc_return
{
    OVERFLOW: auto; 
    max-height: 500px;
    overflow-x : hidden; 
    overflow-y : auto; 
    MARGIN-TOP:0px;
}

.base_tbl .im_productname_middle {
	width:270px;
	}
	
.base_tbl tr.total {
    background-color:#C4D798;
}

/*--------------------------------------------------------------------
	長期返却予告の製品選択
--------------------------------------------------------------------*/
#ltcloan_detail div.ltcloan {
	width:800px;
	height:380px;
	overflow:auto;
}

/*チェック*/
#ltcloan_detail .listRow .check {
	width:40px;
	}
	
	
#ltcloan_detail .listRow th.check {
	text-align:center;
	}
	

/*No*/
#ltcloan_detail .listRow .No {
    width:25px;
	}
#ltcloan_detail .listRow .No {
	text-align:center;
	}		

/*カタログ番号*/
#ltcloan_detail .listRow .catalogno {
	width:125px;
	}
	
#ltcloan_detail .listRow th.catalogno {
	text-align:center;
	}

/*品名*/
#ltcloan_detail .listRow .hinmei {
	width:400px;
	}
	
#ltcloan_detail .listRow th.hinmei {
	text-align:center;
	}
	
/*数量*/
#ltcloan_detail .listRow .qty {
	text-align:right;
    width:40px;
	ime-mode:disabled;
	}
	

/*ボタンエリア*/
#ltcloan_detail .listRow .btn_detail {
	width:92px;
	text-align:center;
	}
	
.modalLtcLoanPartsPanel
{
    top:0px;
    left:0px;
    position:absolute;
	z-index:9011 !important;
	width:830px;
	height:550px;
	background-color:White;
	overflow:auto;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
}

.OutCharge 
{
	background-color: #EEEEEE;
}

table.layout_tbl
{
	border:none;
	width:800px;
}

table.layout_tbl .layout_left_700
{
	width:700px;
}

table.layout_tbl .layout_right_100 {
	width: 100px;
	text-align: right;
}

/* ExchangeUSEメニュー */
.blockMenu .submenu_wf {
	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_wf a {
	display: none;
}

.blockMenu .submenu_wf a.wf_link {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	padding-left: 17px;
	background: url(../img/icn_link_dot.gif) 5px 8px no-repeat;
}

.blockMenu .submenu_wf td {
	height: 39px;
	vertical-align: middle;
}


/*--------------------------------------------------------------------
	OCR関連
--------------------------------------------------------------------*/

/* OCR# */
.base_tbl .ocr_no {
	width: 50px;
	text-align: center;
	word-break: normal;
}

/* ファイル名 */
.base_tbl .ocr_filenm {
	width: 650px;
	text-align: left;
	word-break: normal;
}

/* WOS受付番号 */
.base_tbl .ocr_wosno {
	width: 110px;
	text-align: center;
	word-break: normal;
}

/* 取込日 */
.base_tbl .ocr_import {
	width: 110px;
	text-align: center;
	word-break: normal;
}

/* 特約店様名 */
.base_tbl .ocr_soldtocustomer {
	width: 200px;
	text-align: center;
	word-break: normal;
}

/* 病院名 */
.base_tbl .ocr_hpnm {
	width: 200px;
	text-align: center;
	word-break: normal;
}

/* 顧客注文番号 */
.base_tbl .ocr_customerpo {
	width: 100px;
	text-align: center;
	word-break: normal;
}

/* ステータス */
.base_tbl .ocr_status {
	width: 110px;
	text-align: center;
	word-break: normal;
}

/* OCRステータス チェックボックスリスト*/
.base_tbl .checkOcrStatus td {
	border-style: none;
}

/*チェックボックス*/
.base_tbl .checkbox {
	width: 25px;
	text-align: center;
}

/*ボタン*/
.base_tbl .btn {
	width: 35px;
}

/* 延長保証・保守契約 */
.est_srv_title {
	color: red;
	font-weight: bold;
}

.est_area::after {
	content: " ";
	display: block;
	clear: both;
}

.est_area_srv {
	margin-right: 5px;
	text-align: left;
	float: left;
	width: 450px;
}

.est_area_btn {
	margin-right: 5px;
	text-align: right;
	float: right;
}

span.hidden {
	display: none;
}

span.service_ym {
	white-space: nowrap;
	height: 27px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}


div.service_notes_msg {
	font-size: 11pt;
	color: red;
	vertical-align: middle;
	width: 97%;
	margin-top: 30px;
	padding: 20px 5px 10px;
	border: 2px solid #aaa;
	position: relative;
	border-radius: 3px;
	background-color: #fff;
}

div.service_notes_msg_title {
	position: absolute;
	top: -13px;
	left: 10px;
	padding: 0 5px;
	background-color: #fff;
}
div.caution {
	background-color: #ff4500;
	border: 2px solid #ff4500;
	color: #fff;
	border-radius: 3px;
}

div.frame-red {
	border-color: #ff4500;
}