@charset "UTF-8";

body {
	font-size: 21px;
	background: #FFFFFF url(/obli-tab/img/bg_container.png) repeat-y -7px 0;
}

/* scrollbar */
html { overflow-y: scroll; }

/* 下部フッター固定用 */
html,
body { height: 100%; }

body#layer,
body#nomenu { background: none 0; }

/*-----------------------------------------------

  大枠構造設定
	▼階層構造▼
	#wrap
	  #header
	  #container
	  	#menu
	  	#main
	  #footer

-----------------------------------------------*/
/* wrap */
/************************************************/
/* 下部フッター固定用 */
form {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	margin: 0 auto;
}

iframe form {
	width: auto;
	height: auto;
	min-height: 10px;
	position: static;
	margin: 0 auto;
}

/* header */
/************************************************/
#header {
	height: 53px;
	min-width: 955px;
	color: #FFFFFF;
	text-shadow: 0 -1px 0 #001867;
	background: #004EA2 linear-gradient(#004EA2, #003F84);
	margin-bottom: 15px;
	box-shadow: 0 1px 3px #999;
}

#header-left {
	float: left;
	margin: 0 0 0 15px;
}

#header-right {
	float: right;
	margin: 7px 10px 0 0;
}

#logo {
	position: relative;
	top: 7px;
	display: block;
}

#logo a { display: block; }

#username {
	float: left;
	height: 38px;
	line-height: 38px;
}

/* container */
/************************************************/
#container {
	text-align: left;
	min-width: 955px;
	min-height: 300px;
	height: auto;
	padding: 0 0 51px 0;
}

/* main */
/************************************************/
#main {
	margin: 0 10px 50px 215px;
	background: #FFFFFF;
}

#nomenu #main { margin: 0 20px 50px; }

.tabBox p { margin: 0 0 15px; }

/* footer */
/************************************************/
#footer-wrap {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 51px;
	box-shadow: 0px -1px 3px #EEEEEE;
	border-top: 1px solid #CFCFCF;
}

#footer {
	border-top: 1px solid #EEE;
	background: #CCCCCC;
	min-width: 955px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 30px;
	line-height: 30px;
}

#footer div.f-left { margin-left: 10px; }

#footer div.f-right {
	margin-right: 10px;
	font-size: 12px;
}

/*------------------------------------------------
    layer
--------------------------------------------------*/
body#layer {
	text-align: left;
	background: #FFFFFF;
	height: auto;
}

body#layer form {
	width: auto;
	padding: 15px 15px 25px;
}

body#layer #main {
	float: none;
	width: 100%;
	margin: 0;
	min-height: inherit;
	min-width: 720px;
	padding-bottom: 0;
}

/*------------------------------------------------

	#main部分CSS設定

--------------------------------------------------*/
/*------------------------------------------------
    tab
--------------------------------------------------*/
ul.tabBt {
	list-style: none outside;
	display: block;
	line-height: 1.2;
	padding: 5px 0 0;
	margin: 0 0 0 5px;
}

ul.tabBt li {
	background: none;
	margin: 0 0 0 5px;
	padding: 0;
	display: inline-block;
}

ul.tabBt li a {
	display: block;
	height: auto !important;
	padding: 9px 15px 7px;
	margin: 0;
	background: #FAFAFA url(/obli-tab/img/bg_tab.gif) repeat-x 0 -140px;
	border: 1px solid #366599;
	border-bottom: 0 none;
	color: #FFFFFF;
	text-shadow: 0 -1px #000;
	text-decoration: none;
}

ul.tabBt a:visited { text-decoration: none; }

ul.tabBt a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #407ABA url(/obli-tab/img/bg_tab.gif) repeat-x 0 -210px;
}

ul.tabBt a:active {
	color: #FFFFFF;
	text-decoration: none;
}

ul.tabBt li a.tabActive {
	background: #003F84 url(/obli-tab/img/bg_tab.gif) repeat-x 0 0;
	border: 1px solid #002248;
	border-bottom: 0 none;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0 2px #222222;
}

ul.tabBt a.tabActive:hover { background: #004EA2 url(/obli-tab/img/bg_tab.gif) repeat-x 0 -70px; }

ul.tabBt a.tabActive:active {
	color: #FFFFFF;
	text-decoration: none;
}

.tabBox {
	border-top: 2px solid #003F84;
	border-bottom: 2px solid #333366;
	background: #F7F7F7;
	margin: 0 0 30px;
	padding: 15px 10px 0;
}

/*------------------------------------------------
    table
--------------------------------------------------*/
/* 共通 */
/************************************************/
table {
	width: 100%;
	margin: 0 0 30px;
	border: 1px solid #A8A8A1;
	background: #FFFFFF;
	border-collapse: collapse;
}

table th {
	background: #444444;
	font-weight: normal;
	color: #FFFFFF;
	text-shadow: 0 -1px #000000;
	white-space: nowrap;
	vertical-align: middle;
}

table th,
table td { vertical-align: middle; }

caption {
	text-align: left;
	line-height: 1.8;
	padding-left: 15px;
	background: url(/obli-tab/img/icon_cap.png) no-repeat 0 8px;
	font-weight: bold;
}

/* 上部TH */
/************************************************/
table.tableThTop th,
#main table.tableThTop td {
	padding: 5px 5px 4px;
	border-left: 1px solid #D5D5CE;
	border-top: 1px solid #D5D5CE;
}

table.tableThTop th { text-align: center; }

table.tableThTop td { border-top: 1px dotted #D0D0C9; }

table.tableThTop tbody td { font-size: 21px; }

/* 上部TH 並び替え */
/************************************************/
.tableThTop th.sort {
	margin: 0;
	padding: 0;
}

.tableThTop th.sort a { display: block; }

.tableThTop th.sort a {
	min-height: 2.5em;
	display: block;
	padding: 5px 5px 2px;
	margin: 0;
	text-decoration: none;
}

.tableThTop th.sort a.sortActive { background-color: #666666; }

.tableThTop th.sort a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.tableThTop th.sort a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.tableThTop th.sort a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #666666;
}

.tableThTop th.sort a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.tableThTop th.sort .desc,
.tableThTop th.sort .asc {
	padding: 0;
	margin: 2px 0 0;
	min-height: 8px;
	text-indent: -9999px;
	line-height: 0;
}

.tableThTop th.sort .asc { background: url(/obli-tab/img/icon_sort.gif) no-repeat center top; }

.tableThTop th.sort .desc { background: url(/obli-tab/img/icon_sort.gif) no-repeat center bottom; }

/* 左部TH */
/************************************************/
table.tableThLeft th,
table.tableThLeft td {
	padding: 5px 8px;
	line-height: 1.2;
}

table.tableThLeft th {
	border-top: 1px solid #D5D5CE;
	text-align: right;
	width: 180px;
	height: 24px;
}

table.tableThLeft td { border-top: 1px solid #D5D5CE; }

/* 上部TH td内テーブル */
/************************************************/
table table.tableIn { margin: 1px 0 2px; }

#main table table.tableIn td { padding: 2px 3px; }

table.tableIn th {
	width: auto;
	text-align: center;
	padding: 0 3px;
}

table.tableIn td select { width: 100%; }

/* セル色つきテーブル tableColor */
/************************************************/
table.tableColor th { border: 1px solid #D5D5CE; }

/* tdの色 */
table td.tdred {
	background-color: #FF9999;
	text-shadow: 0 1px 0 #FFCCCC;
}

table td.tdpink {
	background-color: #FFCCCC;
	text-shadow: 0 1px 0 #FFF6F6;
}

table td.tdblue {
	background-color: #B0E0E6;
	text-shadow: 0 1px 0 #FFFFFF;
}

table td.tdyellow { background-color: #FFFFCC; }

/* 合計行 */
table tr.trSum td { border-top: 3px double #A8A8A1; }

tr.trSum td,
td.tdSum { background-color: #FFF8D9; }

th.thSum { background-color: #656565; }

/* table 幅 */
/************************************************/
th.thIcon { width: 40px; }

th.thTiny { width: 50px; }

th.thShort { width: 60px; }

th.thMiddle { width: 100px; }

th.thMiddleLong { width: 140px; }

/* table下のmargin削除 */
/************************************************/
.table-bot-margin-non { margin-bottom: 0 !important; }

/* table下のborder削除 */
/************************************************/
.table-bot-border-non { border-bottom: 0 !important; }

/* table hover */
/************************************************/
table.tableThTop tr.hover-table td {
	cursor: default;
	background: #CDE4FA;
}

/* ユーザー管理用 table背景 */
/************************************************/
/* 凡例01 黄緑 */
table tr.trEx01 {
	background: #E4F19C;
	text-shadow: 0 0 0#000;
}

/* 凡例02 赤みのオレンジ */
table tr.trEx02 {
	background: #FFDFCC;
	text-shadow: 0 0 0#000;
}

/* 凡例03 青紫 */
table tr.trEx03 {
	background: #B9CEF9;
	text-shadow: 0 0 0#000;
}

/* 凡例04 グレー */
table tr.trEx04 {
	background: #D9D9D9;
	text-shadow: 0 0 0#000;
}

/* 凡例05 オレンジ */
table tr.trEx05 {
	background: #FEDDB1;
	text-shadow: 0 0 0#000;
}

/* table背景 */
/************************************************/
table tr.tr-gray td { background: #DDDDDD !important; }

table tr.tr-noaccount td { background: #FFEFEE; }

/* テーブル2段組み */
/************************************************/
table.colTwo td { width: 31%; }

/* アイコン */
/************************************************/
/* フィールド右隣アイコン */
.iconField {
	position: relative;
	top: 2px;
	left: 2px;
}

/* チェックボックス右隣アイコン */
.iconCB {
	position: relative;
	top: 2px;
	left: 0;
}

/* その他 table styles */
/************************************************/
/* dl dt */
table dl {
	float: left;
	margin-right: 30px;
}

table dl dt { line-height: 1.4; }

table dl dd {
	margin-left: 0;
	margin-right: 0;
	line-height: 1.4;
}

/* 名前欄の幅揃え */
table dl.dl-name dt:first-child,
table dl.dl-name dd:first-child { width: 8em; }

/* 補足説明 */
.supplementary {
	color: #236C00;
	font-size: 18px;
}

/* dlの上部 */
.dlTopArea { margin-bottom: 5px; }

/* セル内複数行 */
#main table .cellLines { padding: 5px 5px 5px; }

/*------------------------------------------------
    table上 検索 - リンク
--------------------------------------------------*/
.tableTopArea {
	height: 28px;
	line-height: 28px;
}

.tableTopSide {
	text-align: right;
	width: 300px;
	float: right;
	position: relative;
	margin-bottom: -23px;
}

.tableTopArea .searchArea {
	position: relative;
	margin-top: 1px;
}

.searchArea .middle { width: 310px; }

.searchText {
	position: absolute;
	left: 3px;
	top: 2px;
	color: #999999;
	font-size: 18px;
	height: 22px;
	line-height: 22px;
	z-index: 1;
}

.form-right-icon {
	position: relative;
	z-index: 0;
	display: inline-block;
}

.form-right-icon a {
	position: absolute;
	top: 5px;
	right: 4px;
	cursor: pointer;
}

/* icon-link エリア */
ul.linkList {
	display: block;
	height: 25px;
	line-height: 25px;
	margin-top: 3px;
	margin-bottom: 0;
	list-style: none outside;
}

ul.linkList li {
	display: inline-block;
	margin-left: 15px;
	margin-bottom: 0;
	list-style: none outside;
	background: 0 none;
	padding: 0;
}

ul.linkList li.linkList-first { margin-left: 0; }

/* icon-link */
a.linkArrow,
a.linkRenew,
a.linkAdd,
a.linkDown,
a.linkChange,
a.linkPrint,
a.linkSearch,
a.linkEdit { display: inline-block; }

/* icon-link 矢印 */
a.linkArrow {
	background: url(/obli-tab/img/icon_arrow.gif) no-repeat 0 center;
	padding-left: 15px;
}

/* icon-link 更新 */
a.linkRenew {
	background: url(/obli-tab/img/icon_renew.png) no-repeat 0 center;
	padding-left: 20px;
}

/* icon-link 追加 */
a.linkAdd {
	background: url(/obli-tab/img/icon_add.png) no-repeat 0 center;
	padding-left: 17px;
}

/* icon-link ダウンロード */
a.linkDown {
	background: url(/obli-tab/img/icon_down.gif) no-repeat 0 center;
	padding-left: 17px;
}

/* icon-link 入れ替え */
a.linkChange {
	background: url(/obli-tab/img/icon_change.gif) no-repeat 0 center;
	padding-left: 21px;
}

/* icon-link ラベル印刷 */
a.linkPrint {
	background: url(/obli-tab/img/icon_print.gif) no-repeat 0 center;
	padding-left: 21px;
}

/* icon-link 検索 */
a.linkSearch {
	background: url(/obli-tab/img/icon_search.png) no-repeat 0 center;
	padding-left: 21px;
}

/* icon-link 編集 */
a.linkEdit {
	background: url(/obli-tab/img/icon_pencil.png) no-repeat 0 center;
	padding-left: 17px;
}

/* linkBkArrow 戻る矢印 */
a.linkBkArrow {
	background: #FAFAFA url(/obli-tab/img/bg_menu_btn.png) repeat-x 0 0;
	color: #183FD8;
	display: inline-block;
	border: 1px solid #B3BBC1;
	border-bottom: 1px solid #999999;
	min-width: 200px;
	font-size: 32px;
}

a.linkBkArrow span {
	background: url(/obli-tab/img/icon_arrow_b.gif) no-repeat 10px center;
	padding: 15px 30px 14px 50px;
	display: block;
	border: 1px solid #FFFFFF;
}

a.linkBkArrow:link {
	color: #183FD8;
	text-decoration: none;
}

a.linkBkArrow:visited { color: #183FD8; }

a.linkBkArrow:hover {
	color: #183FD8;
	background: #B9D2EB url(/obli-tab/img/bg_menu_btn.png) repeat-x 0 -100px;
}

a.linkBkArrow:active { color: #A40B06; }

input[type='button']:disabled, input[type='submit']:disabled {
	opacity: 0.3;
}

/* ○○を追加 エリア */
.add-area {
	height: 21px;
	line-height: 21px;
}

.add-area a.linkAdd { background-position: 0 3px; }

/* 凡例 */
.exampleList {
	display: block;
	height: 30px;
	line-height: 30px;
	margin-top: 3px;
	list-style: none outside;
	background: #FFFFFF;
	border: 1px solid #D5D5CE;
	padding: 0 10px 0 0;
}

dl.exampleList dd {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 0;
	padding-left: 18px;
}

dl.exampleList dt {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 10px;
}

dl.exampleList dd:first-of-type { margin-left: 15px; }

/* 白 */
.exampleList dd.ex_default { background: url(/obli-tab/img/ex-default.gif) no-repeat left 8px; }

/* 黄緑 */
.exampleList dd.ex_01 { background: url(/obli-tab/img/ex-01.gif) no-repeat left 8px; }

/* 赤みのオレンジ */
.exampleList dd.ex_02 { background: url(/obli-tab/img/ex-02.gif) no-repeat left 8px; }

/* 青紫 */
.exampleList dd.ex_03 { background: url(/obli-tab/img/ex-03.gif) no-repeat left 8px; }

/* グレー */
.exampleList dd.ex_04 { background: url(/obli-tab/img/ex-04.gif) no-repeat left 8px; }

/* オレンジ */
.exampleList dd.ex_05 { background: url(/obli-tab/img/ex-05.gif) no-repeat left 8px; }

/* アンケートカレンダー(モニター側と色共通) */
.exampleList dd.ex_calendar {
	background: url(/obli-tab/img/ex-calendar.gif) no-repeat left 8px;
}

/*------------------------------------------------
    table下 ページ送り
--------------------------------------------------*/
.tableBotPager {
	background: #F2F2F2;
	border-right: 1px solid #A8A8A1;
	border-bottom: 1px solid #A8A8A1;
	border-left: 1px solid #A8A8A1;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

.displayNumber {
	float: left;
	line-height: 32px;
}

.displayNumber select {
	position: relative;
	margin-left: 3px;
}

.pageChange { float: right; }

.pageChange a {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	text-decoration: underline;
}

.pageChange a:hover { text-decoration: none; }

.pageChange a.prevPage { margin-left: 10px; }

.pageChange a.noLink {
	cursor: default;
	color: #000000;
	text-decoration: none;
}

/*------------------------------------------------

	固有 styles

--------------------------------------------------*/
/*------------------------------------------------
    基本設定編集
--------------------------------------------------*/
table ul.fi-list {
	float: none;
	margin: 0;
	list-style: none outside;
}

table ul.fi-list li {
	background: none;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 1.6;
	list-style: none outside;
	position: relative;
}

/* セレクトボックスとテキストの頭揃え */
table ul.fi-list li.fix {
	text-indent: 4px;
	line-height: 20px;
}

ul.fi-list .add-area { margin-bottom: 5px; }

dl.fi-cycletime dd { margin-left: 5.2em; }

/* テキストボックスを含む場合 */
label.CBinput {
	position: relative;
	top: -1px;
}

/*------------------------------------------------
    login-box
--------------------------------------------------*/
#login {
	width: 500px;
	margin: 40px auto 0;
}

#login-box {
	padding: 30px 30px 15px;
	background: #FAFAFA;
	border: 1px solid #DDDDDD;
	margin-bottom: 15px;
}

/* 入力フィールドの場合 */
#login-box table.tableThLeft th { height: 40px; }

/*------------------------------------------------
    メニュー
--------------------------------------------------*/
/*未読お知らせ*/
#notice_unread {
	margin-left: 28px;
}
/*未読お知らせリンク フォントサイズの異なる文字も1つの下線にし、下線は常時表示とする*/
#notice_unread a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}
/*未読お知らせ件数の強調表示*/
#unread_num {
	font-weight: bold;
	font-size: 160%;
	color: red;
	padding: 0 5px;
}

/*メニュー*/
#mainMenu,
.linkMenu {
	line-height: 1.8;
	margin: 0 0 20px;
}

#mainMenu ul { margin: 0 28px 50px; }

.linkMenu ul { margin: 0; }

#mainMenu li,
.linkMenu li {
	margin: 0 5px 10px 0;
	padding: 0;
	display: inline-block;
	list-style-type: none;
	list-style-position: inherit;
	vertical-align: top;
	border: 1px solid #B3BBC1;
	border-bottom: 1px solid #999999;
}

.linkMenu.right li:last-of-type { margin: 0; }

#mainMenu li a,
.linkMenu li a {
	background: #FAFAFA url(../img/bg_menu_btn.png) repeat-x 0 0;
	color: #183FD8;
	display: block;
	border: 1px solid #FFFFFF;
	padding: 15px 15px 14px 15px;
	min-width: 200px;
	font-size: 32px;
	font-weight: bold;
}

#mainMenu ul {
	width: 846px;
}
#mainMenu li {
	width: 402px;
}

@media screen and (min-width: 1280px) {
	#mainMenu ul {
		width: 1186px;
	}
	#mainMenu li {
		width: 582px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1279px) {
	#mainMenu ul {
		width: 1106px;
	}
	#mainMenu li {
		width: 542px;
	}
}

@media screen and (min-width: 1100px) and (max-width: 1199px) {
	#mainMenu ul {
		width: 1056px;
	}
	#mainMenu li {
		min-width: 492px;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1099px) {
	#mainMenu ul {
		width: 986px;
	}
	#mainMenu li {
		width: 452px;
	}
}

#mainMenu li a:link,
.linkMenu li a:link {
	color: #183FD8;
	text-decoration: none;
}

#mainMenu li a:visited,
.linkMenu li a:visited { color: #183FD8; }

#mainMenu li a:hover,
.linkMenu li a:hover {
	color: #183FD8;
	background: #B9D2EB url(/obli-tab/img/bg_menu_btn.png) repeat-x 0 -100px;
}

#mainMenu li a:active,
.linkMenu li a:active { color: #A40B06; }

.linkMenu li a.disable,
.linkMenu li a.disable:link,
.linkMenu li a.disable:visited,
.linkMenu li a.disable:active,
.linkMenu li a.disable:hover {
	color: #CCC;
	cursor: default;
	background: #FAFAFA url(/obli-tab/img/bg_menu_btn.png) repeat-x 0 0;
}

/*------------------------------------------------
    ユーザー管理 / 一覧（検索結果）
--------------------------------------------------*/
.txt-r-icon {
	position: relative;
	top: 2px;
	left: 3px;
	margin-left: 3px;
	margin-right: 3px;
}

/*------------------------------------------------
    font
--------------------------------------------------*/
.change { color: #EA1913; }

/* 文字の強調表示 */
.strong-small {
	font-weight: bold;
	color: #0800cb;
	font-size: 140%;
}
.strong-middle {
	font-weight: bold;
	color: #0800cb;
	font-size: 160%;
}
.strong-large {
	font-weight: bold;
	color: #0800cb;
	font-size: 180%;
}

/*------------------------------------------------
    tips
--------------------------------------------------*/
a.tips {
	text-decoration: none;
	margin-left: 5px;
	position: relative;
}

.textIcon {
	text-shadow: 0 0 0;
	font-size: 100%;
	font-weight: bold;
	background: #004EA2;
	color: white;
	padding: 3px 3px 2px;
	margin: 0;
	line-height: 1.0;
	display: inline-block;
	cursor: pointer;
}

a.tips span.tipsDetail {
	display: none;
	color: #333333;
	position: absolute;
	background: #F8FBFE;
	border: 1px solid #9CC9F5;
	padding: 5px;
	width: 160px;
	top: 22px;
	left: -5px;
}

a.tips:hover span.tipsDetail { display: block; }

/*------------------------------------------------
    flug
--------------------------------------------------*/
.flg-01,
.flg-02,
.flg-03 {
	display: inline-block;
	color: #FFFFFF;
	border: 1px solid #D9D9D9;
	font-size: 18px;
	margin-right: 10px;
	text-align: center;
	padding: 3px 0;
	width: 50px;
	text-shadow: 0 none;
	font-weight: bold;
}

.flg-01,
.flg-02,
.flg-03 { /display: inline;
}

.flg-01 { background-color: #4A7E4F; }

.flg-02 { background-color: #AB4032; }

.flg-03 { background-color: #3251AB; }

/*------------------------------------------------
    hr
--------------------------------------------------*/
hr {
	border: none;
	border-top: 1px solid #8f8e8e;
	border-bottom: 1px solid #FEFEFE;
	margin: 15px 0 30px;
}

/*------------------------------------------------
   system
--------------------------------------------------*/
.hide { display: none !important; }

.ferr { background-color: pink !important; }

/********** 【drag$drop】 **********/
/* replace */
.maFix { width: 695px; }

.replace {
	display: block;
	padding: 15px 0 0;
	overflow: hidden;
}

.replace:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
}

#main .replace h3 {
	color: #333366;
	font-size: 110%;
	background: none;
	border: none;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
}

.replace .replaceBox {
	width: 300px;
	margin: 0 0 10px;
	float: left;
}

.replace .replaceArrow {
	width: 80px;
	padding: 170px 5px 0;
	float: left;
}

.replace .replaceBox ul {
	height: 370px;
	overflow: auto;
	border: 2px solid #CCCCCC;
	margin-left: 0;
}

.replace .replaceBox ul li {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #F7F7F7;
	background: #FFFFFF;
	padding: 2px 10px;
	display: block;
	height: auto !important;
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}

.replace .replaceBox ul li.liBg {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
	background: #F7F7F7;
}

.replace .replaceBox ul li.target {
	border-top: 1px solid #FFE6CC;
	border-bottom: 1px solid #E5B789;
	background: #FFCC99;
}

/* --- jquery ui ---*/
.ui-selecting { background-color: #f0fff0 !important; }

.ui-selected {
	background-color: #98fb98 !important;
	cursor: pointer;
}

/* --- テーブル開閉 ---*/
#main table.toggleList {
	margin: 10px 0 5px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #BBBBBB;
	border-collapse: collapse;
	overflow: hidden;
	width: 100%;
}

#main table.toggleList .listHead th {
	background: none repeat scroll 0 0 #AAAAAA;
	cursor: pointer;
}

#main table.toggleList .listHead th span.tg { float: left; }

#main table.toggleList .listBody { display: none; }

#main table.tabInnerTable {
	margin: 0px;
	background-color: #F7F7F7;
}

#main table.tabInnerTable td { background-color: #F7F7F7; }

/********** 【mask&loading】 **********/
#loading {
	z-index: 9000;
	position: absolute;
}

#progress_mask {
	background-color: rgba(255,255,255,0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8500;  /* 99 */
	cursor: wait;
}

#mask {
	background-color: black;
	position: absolute;
	opacity: 0.01;
	top: 0;
	left: 0;
	z-index: 5000;
}

#onmask {
	visibility: hidden;
	background-color: white;
	border: 5px gray solid;
	padding: 0;
	position: absolute;
	top: 50px;
	overflow: hidden;
	height: 0;
	z-index: 5001;
}

#closelayer {
	color: yellow;
	font-size: 21px;
	position: absolute;
	height: 25px;
	width: 45px;
	z-index: 5001;
	cursor: pointer;
}

#mask_iframe {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 4999;
}

/********** 【sessout】 **********/
#sessout {
	background-color: black;
	position: fixed;
	opacity: 0.7;
	top: 0;
	left: 0;
	z-index: 9500;
}
/*------------------------------------------------
    マスク
--------------------------------------------------*/
#build_mask {
    z-index: 2000;
    position: fixed;
    width:100%;
    height:100%;
    justify-content: center;
    align-items: center;
    transition-property: background;
    transition-duration: 1000ms;
}

#layer #build_mask {
    top: 0px;
    left: 0px;
}

#build_mask .hide {
    display: none;
}

#build_mask.loading {
    background: rgba(0,0,0, 0.8);
}

#build_mask .message {
    border: 5px solid gray;
    background-color: #ffffff;
    margin: auto;
    padding: 20px;
    position: absolute;
    font-size: 1.5rem;
    font-weight: bold;
    opacity: 1.0;
    width: 650px;
    height: 2.25rem;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

.badge {
    color: #fff;
    background-color: red;
    display: inline-block;
    padding: .25em .6em;
    font-size: 75%;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10rem;
    margin-left: 0.25em;
}
