﻿/* AjaxWait画像 */
#imgAjaxWait {
	display: none;
	left: 50%;
	margin-left: -5px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	z-index: 60;
}

/* Wait中操作のブロックレイヤー */
#idAjaxWaitBlock {
	-ms-filter: 'alpha( opacity=0 )';	/*IE8以降用*/
	background-color: black;
	display: none;
	filter: alpha( opacity=0 );			/*IE7以前用*/
	height: 100%;
	left: 0px;
	opacity: 0;							/*IE以外用*/
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 50;
}

/* Wait中操作のブロックレイヤー(IE用) */
#idAjaxWaitBlockIFrame {
	-ms-filter: 'alpha( opacity=40 )';	/*IE8以降用*/
	background-color: black;
	display: none;
	filter: alpha( opacity=40 );			/*IE7以前用*/
	height: 100%;
	opacity: 0.4;						/*IE以外用*/
	position: absolute;
	top:0px; left:0px;
	width: 100%;
	z-index: 50;
}

/* レイヤタイトル矢印用 */
span.Layer_Arrow
{
    color: Red;
	font-size: 28px;
	font-weight: bold;
}

/* レイヤタイトル用 */
span.Layer_Title
{
	font-size: 20px;
	font-weight: bold;
}

/* 個別レイヤ： */
#idLayer_OrderBookAdd {
	background-color: white;
	height: auto;
	overflow-y: scroll;
	padding: 10px 10px 10px 10px;
	text-align: left;
	width: 710px;
}


tr.Layer_TableRowHeightSecond
{
	height: 20px;
}

/* レイヤ動作環境チェックボタンテーブル用 */
table.Layer_DousaCheckButtomTable
{
	height: 70px;
	width:  640px;
}

/* 動作環境チェックボタン用 */
td.DousaCheck
{
	background-color: darkorange;
	height: 100%;
	width: 320px;
}

img.DousaCheck
{
	cursor: hand;
	height: 25px;
	width:  200px;
}

span.DousaCheck
{
	color: white;
	font-size: 15px;
}





span.Layer_CheckItem
{
	color: black;
	font-size:15px;
}

td.Layer_CheckContent
{
	height: 35px;
	width: 360px;
}

span.Layer_CheckContent
{
	color: silver;
	font-size:15px;
}

td.Layer_CheckContentSecond
{
	height: 35px;
}

span.Layer_CheckContentSecond
{
	color: black;
	font-size:15px;
}

span.Layer_CheckContentResult
{
	font-size:15px;
}

td.Layer_CheckContentThird
{
	height: 70px;
}

td.Layer_CheckResult
{
	width: 160px;
}

/* レイヤ動作環境テーブル各項目設定用 */
td.Layer_CheckItemOS
{
	background-color: #12498E;
}

td.Layer_CheckItemUserAgent
{
	background-color: dodgerblue;
}

td.Layer_CheckItemBrowser
{
	background-color: green;
}

td.Layer_CheckItemPDF
{
	background-color: greenyellow;
}

td.Layer_CheckItemCookie
{
	background-color: yellow;
}

td.Layer_CheckItemSecuritySettings
{
	background-color: orange;
}

td.Layer_CheckItemSecurityLevel
{
	background-color: red;
}

