/*
 * システム名      : 業務支援プラットフォームシステム
 * 機能名          : Webエントリー
 * 作成者          : NTTテクノクロス株式会社
 * バージョン      : 2019/01/21 第9.0版
 * 変更履歴        : 2019/01/21 業務支援PF9.0開発
 *
 *
 * Copyright(c) 2019 NTT PC Communications Incorporated, All Rights Reserved.
 *
 *
 */
 div#wrapper2 {  
  width: 900px;  
/*  margin: 0 auto;  */
  text-align: left;  
}

/* テーブル */
#listtable, .listtable {
  border: 1px #808080 solid;
  border-spacing: 0px;
/*  width : 700px;
  white-space: nowrap; */
  font-size: 9pt;
}

/* 項目タイトル */
.itemhead {
  border: 1px #808080 solid;
  background: #D3D3D3;
  padding:1px 3px 1px 3px; 
  width : 200px;
  white-space: nowrap;
}

/* 項目値 */
.itemdata {
  border: 1px #808080 solid;
  font-weight: normal;
  background: #FFFFFF;
  color: #000000;
  padding: 1px 3px 1px 3px;
/*  width : 200px; */
  word-wrap: break-word;
}
/* 検索ボタン */
.findbutton {
  text-align: center;  
}
/*  */
#ordertree {
  border: 0px #808080 solid;
  border-spacing: 8px;
  width : 650px;
  white-space: nowrap;
  font-size: 9pt;

}
/* オーダツリーヘッダ */
.ordertreename {
  border: 0px #808080 solid;
  background: #D3D3D3;
  padding: 1px 3px 1px 3px; 
  width : 200px;
  white-space: nowrap;
}
/* オーダツリーID */
.ordertreeid {
  border: 0px #808080 solid;
  background: #D3D3D3;
  padding: 1px 3px 1px 3px; 
  width : 200px;
  white-space: nowrap;
}

/* オーダツリーボディ */
.ordertreebody {
  border: 0px;
  padding: 1px 3px 1px 3px; 
  margin: 10px;
  width : 200px;
  white-space: nowrap;
}

/* ラジオボタンと関連するラベル cake.generic.cssから移植 */
input[type=radio] {
	float:left;
	width:auto;
	margin: 7px 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	/*margin: 0 0 6px 20px;*/ /* Day8.0 */
	line-height: 26px;
	display: block;
	font-size: 110%;
	margin-bottom:3px;
}

/* エラーメッセージ cake.generic.cssから移植*/
.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}