/* 見出しを表示しない */
 h1 { display: none;}

/*一覧の奇数行*/
tr.odd {background: #dbedff;}
/*一覧の偶数行*/
tr.even {background: #fafafa;}
/* スクロール付一覧の奇数 */
tr.scrollodd {background: #dbedff;}
/* スクロール付一覧の偶数 */
tr.scrolleven {background: #fafafa;}

/* ヘッダ情報 */
#iocode{vertical-align:top;white-space: nowrap;}
#prgver{vertical-align:top;white-space: nowrap;}
#usernm{vertical-align:top;white-space: nowrap;}
#acctim{vertical-align:top;white-space: nowrap;}

/* デフォルトスタイル・文字色 */
.item__COLOR01{
	color : #000000  /* black */
}
.item__COLOR02{
	color : #c0c0c0  /* silver */
}
.item__COLOR03{
	color : #808080  /* gray */
}
.item__COLOR04{
	color : #ffffff  /* white */
}
.item__COLOR05{
	color : #800000  /* maroon */
}
.item__COLOR06{
	color : #ff0000  /* red */
}
.item__COLOR07{
	color : #800080  /* purple */
}
.item__COLOR08{
	color : #ff00ff  /* fuchsia */
}
.item__COLOR09{
	color : #008000  /* green */
}
.item__COLOR10{
	color : #00ff00  /* lime */
}
.item__COLOR11{
	color : #808000  /* olive */
}
.item__COLOR12{
	color : #ffff00  /* yellow */
}
.item__COLOR13{
	color : #000080  /* navy */
}
.item__COLOR14{
	color : #0000ff  /* blue */
}
.item__COLOR15{
	color : #008080  /* teal */
}
.item__COLOR16{
	color : #00ffff  /* aqua */
}

/* デフォルトスタイル・背景色 */
.item__BGCOLOR01{
	background-color : #000000  /* black */
}
.item__BGCOLOR02{
	background-color : #c0c0c0  /* silver */
}
.item__BGCOLOR03{
	background-color : #808080  /* gray */
}
.item__BGCOLOR04{
	background-color : #ffffff  /* white */
}
.item__BGCOLOR05{
	background-color : #800000  /* maroon */
}
.item__BGCOLOR06{
	background-color : #ff0000  /* red */
}
.item__BGCOLOR07{
	background-color : #800080  /* purple */
}
.item__BGCOLOR08{
	background-color : #ff00ff  /* fuchsia */
}
.item__BGCOLOR09{
	background-color : #008000  /* green */
}
.item__BGCOLOR10{
	background-color : #00ff00  /* lime */
}
.item__BGCOLOR11{
	background-color : #808000  /* olive */
}
.item__BGCOLOR12{
	background-color : #ffff00  /* yellow */
}
.item__BGCOLOR13{
	background-color : #000080  /* navy */
}
.item__BGCOLOR14{
	background-color : #0000ff  /* blue */
}
.item__BGCOLOR15{
	background-color : #008080  /* teal */
}
.item__BGCOLOR16{
	background-color : #00ffff  /* aqua */
}
.item__BGCOLOR17{
	background-color : #f9d0cf;   /*薄い赤 奥田追加*/
}
.item__BGCOLOR18{
	background-color : #A9F5BC;   /*薄い緑 奥田追加*/
}
.item__BGCOLOR19{
	background-color : #afeeee;   /*paleturquoise*/
}
.item__BGCOLOR20{
	background-color: #ff872c;     /* オレンジ */
}
.item__BGCOLOR21{
	background-color:  #9a88bf;     /* ラベンダー(紫)  */
}
/*   オリジナルスタイル   */
.item__BGCOLOR100{
	background-color:transparent;  /* なし */
}
.item__BGCOLOR101{
	background-color:#ddeeff;  /*  薄い青色  */
}
.item__BGCOLOR102{
	background-color:#eda098;  /*  コーラルレッド(日)  */
}
.item__BGCOLOR103{
	background-color:#8ed1e0;  /*  スカイブルー(土)  */
}
.item__BGCOLOR104{
	background-color:#ffc0cb;  /*  ピンク(祝日)  */
}
.item__BGCOLOR105{
	background-color:#faf684;  /*  薄い黄色 */
}
.item__BGCOLOR106{
	background-color:#CCFF66;  /*  薄い黄緑色 */
}
.item__BGCOLOR107{
	background-color:#ffebcd;  /*  サンド_ラベル色(弱い橙)  */
}
.item__Y_COLOR01{
	background-color:#afeeee; /*背景：水色*/
	font-size:24px;
	text-align:center;	
}
.item__Y_COLOR02{
	background-color:#ffc0cb; /*背景：ピンク*/
	font-size:24px;
	text-align:center;	
}
.item__Y_COLOR11{
	background-color:#afeeee; /*背景：水色*/
	font-size:14px;
	text-align:center;	
}
.item__Y_COLOR12{
	background-color:#ffc0cb; /*背景：ピンク*/
	font-size:14px;
	text-align:center;	
}
.item__ST_COLOR0{background-color:#FFFFFF; /*背景：白色*/	font-size:14px;}
.item__ST_COLOR1{background-color:#0099FF; /*背景：水色*/	font-size:14px;}
.item__ST_COLOR2{background-color:#009900; /*背景：緑色*/	font-size:14px;}
.item__ST_COLOR3{background-color:#FFFF00; /*背景：黄色*/	font-size:14px;}
.item__ST_COLOR4{background-color:#FF0000; /*背景：赤色*/	font-size:14px;}
.item__ST_COLOR9{background-color:#C0C0C0; /*背景：灰色*/	font-size:14px;}
.item__ERR01{background-color : #f9d0cf;} /* エラーハイライト用 */

.item__CUSTOME10{
	width:30px;
	text-align:center;	
}
/*フォントサイズ*/
.item__CUSTOM_FONT20_lime{
	font-size:20px;
	background-color : #00ff00;
	text-align:center;
}
.item__CUSTOM_LEFT{text-align:left;}
.item__CUSTOM_CENTER{text-align:center;}
.item__CUSTOM_RIGHT{text-align:right;}
.item__CUSTOM_CENTER_RED{text-align:center;background-color:#ff0000;}
.item__CUSTOM_CENTER_PINK{text-align:center;background-color:#ffc0cb;}
.item__CUSTOM_CENTER_LIME{text-align:center;background-color:#00ff00;}
.item__CUSTOM_INPAC{border-color:#ffffff;width:2px;}


.item__CUSTOM_RIGHT_LIGHTBLUE{text-align:right;background-color:#ddeeff;}

.item__WD75{width:75px;}
.item__WD80{width:80px;}
.item__WD100{width:100px;}
.item__WD110{width:110px;}
.item__WD125{width:125px;}
.item__WD150{width:150px;}
.item__WD200{width:200px;}
.item__WD250{width:250px;}
.item__WD280{width:280px;}
.item__WD300{width:300px;}
.item__WD350{width:350px;}
.item__WD400{width:400px;}
.item__WD500{width:500px;}
.item__WD600{width:600px;}
.item__WD700{width:700px;}

.item__FONT14{font-size:14px;}
.item__FONT16{font-size:16px;}
.item__FONT18{font-size:18px;}
.item__FONT20{font-size:20px;}
.item__FONT24{font-size:24px;}

/* ボタンのスタイル */
.item__CUSTOM_B00{
	background-color: #ffffff;     /* 白 */
	background-image: linear-gradient(#ffffff,#ffffff);
}
.item__CUSTOM_B01{
	background-color: #2ca9e1;     /* スカイ(青) */
	color: #ffffff;
	border: 1px solid #2ca9e1;
	background-image: linear-gradient(#2ca9e1,#007bbb);
}
.item__CUSTOM_B02{
	background-color: #ff872c;     /* オレンジ */
	color: #ffffff;
	border: 1px solid #ff872c;
	background-image: linear-gradient(#ff872c,#ff522c);
}
.item__CUSTOM_B03{
	background-color: #9a88bf;     /* ラベンダー(紫)  */
	color: #ffffff;
	border: 1px solid #9a88bf;
	background-image: linear-gradient(#9a88bf,#6f4082);
}
.item__CUSTOM_B04{
	background-color: #9a88bf;     /* スペース(黒)  */
	color: #ffffff;
	border: 1px solid #9a88bf;
	background-image: linear-gradient(#9a88bf,#6f4082);
}
.item__CUSTOM_B05{
	background-color: #a8bf93;     /* フォレスト(渋い緑)  */
	color: #ffffff;
	border: 1px solid #a8bf93;
	background-image: linear-gradient(#a8bf93,#7b8d42);
}
.item__CUSTOM_B06{
	background-color : #ff0000;  /* red */
	color: #ffffff;
	border: 1px solid #ff0000;
	background-image: linear-gradient(#ff0000,#ff0000);
}

/* オリジナルカラー */
.item__CUSTOM_B09{
	background-color: #008000;     /* green  */
	color: #ffffff;
	border: 1px solid #008000;
	background-image: linear-gradient(#008000,#008000);
}
.item__CUSTOM_B10{
	background-color: #d56060;     /* 赤  */
	color: #ffffff;
	border: 1px solid #d56060;
	background-image: linear-gradient(#d56060,#c42020);
}
.item__CUSTOM_B12{
	background-color : #ffff00;  /* yellow */
	color: #000000;
	border: 1px solid #ffff00;
	background-image: linear-gradient(#ffff00,#ffff00);
}
.item__CUSTOM_B14{
	background-color: #0000ff;  /* blue */
	color: #ffffff;
	border: 1px solid #0000ff;
	background-image: linear-gradient(#0000ff,#0000ff);
}

/* ボタンのスタイル(一覧用)text-shadow:none */
.item__CUSTOM_B02B{
	background-color: #ff872c;     /* オレンジ */
	color: #ffffff;
	border: 1px solid #ff872c;
	background-image: linear-gradient(#ff872c,#ff522c);
	text-shadow:none;
}
/* ラベルのスタイル */
.label__LBBGCOLOR06{
	background-color : #ff0000  /* red */
}
.label__LBBGCOLOR12{
	background-color : #ffff00  /* yellow */
}
.label__LBBGCOLOR14{
	background-color : #0000ff  /* blue */
}
.label__LBBGCOLOR16{
	background-color : #00ffff  /* aqua */
}
.label__LBBGCOLOR19{
	background-color : #afeeee;   /*paleturquoise*/
}
.label__LBBGCOLOR20{
	background-color: #ff872c;     /* オレンジ */
}

/*メニュー用style*/
.item__MENU_CUSTOM_B01{
	text-align:left;
	background-color:#000080;  /* navy */
	background-image: none;
	color:#ffffff;  /* white */
	font-size:20px;
}
.item__MENU_CUSTOM_B02{
	text-align:left;
	background-color:#ffff00;  /* yellow */
	background-image:none;
	color:#000000;  /* white */
	font-size:16px;
}

/**
*
* global.css カスタマイズ
*
*/
/* フィールド */
div.field {
    margin-left: 5px;
}
/* global.css (160, 9) */
.label {
    padding-bottom: 2px;
    padding-top: 2px;
}

/* テキストボックス
--------------------------------------------------------- */
*[type='text'] {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
    color: #000000;
}

/* テキストエリア
--------------------------------------------------------- */
textarea {
    color: #000000;
}
/* パスワード
--------------------------------------------------------- */
*[type='password'] {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
    color: #000000;
}
.GROUP_BUTTON {
    height: 22px;
    padding-top: 0px;
}
/*FAQ0370/IE11でプレースホルダーの文字色を薄くするには？
--------------------------------------------------------- */
*[type='text']:-ms-input-placeholder {
    color: #a9a9a9;
}

textarea:-ms-input-placeholder {
    color: #a9a9a9;
}

*[type='password']:-ms-input-placeholder {
    color: #a9a9a9;
}



/* メッセージ */
.info-text {
    font-size: 16px;
}
.warn-text {
    font-size: 16px;
}
.errors-text {
    font-size: 16px;
}

/*  組み込みスタイル・有効化/無効化 
--------------------------------------------------------- */
.item__NONEDITABLE {
	color: #808080;
}