/* ------c.css---------------- */
* {
		margin:0;
		padding: 0;
	}
body{
	width:100%;
	height:100%;
	background:#FFFFEF;
	scrollbar-base-color:#DCDCDC;
	scrollbar-face-color:#FFFFFF;
	scrollbar-arrow-color:#22518A;
	scrollbar-shadow-color:#22518A;
	scrollbar-darkshadow-color:#22518A;
	scrollbar-highlight-color:#22518A;
	scrollbar-3dlight-color:#22518A;
	scrollbar-track-color:#CCCCCC;
	font-size: 80%;
}
/*ヘッダー*/
div.header{
	background:#4A6887;
	width:100%;
	height:50px;
	text-align:right;
	font-size: 13px;
}
table.header{
	background:#4A6887;
	width:100%;
	border-top:0px ;
    border-left:0px ;
    border-right:0px ;
    border-bottom:0px ;
}

td.header{
	border-top:0px ;
    border-left:0px ;
    border-right:0px ;
    border-bottom:0px ;
    padding:0.3em 1em;
    text-align:left;
	vertical-align:middle;
}
span.header{
	color:#ffffff;
}
/*エラー*/
div.error{
	background:#FFFFFF;
	width:100%;
	text-align:center;
	color:#ff0000;
	font-size: 13px;
}
/*インフォ*/
div.info{
	background:#FFFFFF;
	width:100%;
	text-align:center;
	color:#0099FF;
	font-size: 13px;
}
/*メイン*/
div.main{
	background:#FFFFFF;
	width:100%;
	text-align:center;
	word-break:break-all;
	word-wrap: break-word;
}
/*フッター*/
div.footer{
	background:#4A6887;
	width:100%;
	height:20px;
	text-align:right;
}
/*ポップアップ*/
div.popup{
	background:#FFFFFF;
	width:100%;
	text-align:center;
	font-size: 80%;
}
div.td{
	width:195px;
	height:auto;
}

/*触れない文字*/
span.untouch{
	color:#A8A8A8;
}

/*重要な文字*/
span.important{
	color:#FF0000;
}
/*ヘッダー内のリダイレクト*/
span.redirect{
	color:#a0a0a0;
}
/*見出し*/
h2{
	text-align: center;
	color: #00366A;
}

/*一覧のテーブル*/
table{
    border-top:1px solid #60A9AD;
    border-left:1px solid #60A9AD;
    border-right:1px solid #60A9AD;
    border-bottom:1px solid #60A9AD;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#FFFFFF;
    empty-cells:show;
	margin-left:auto;margin-right:auto;
	font-size: 13px;
}
.noborder{
    border-top:0px;
    border-left:0px;
    border-right:0px;
    border-bottom:0px;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#FFFFFF;
    empty-cells:show;
	margin-left:auto;margin-right:auto;
}

th{
    border-right:1px solid #60A9AD;
    border-bottom:1px solid #60A9AD;
    background-position:left top;
    padding:0.3em 1em;
    text-align:left;
}
.styleth{
	border-right:1px solid #60A9AD;
    border-bottom:1px solid #60A9AD;
    background-position:left top;
    padding: 5px 0px 5px 0px;
    text-indent: 0.1in;
    text-align:left;
}
.hyodai{
	color:#ffffff;
    background-color:#003658;
}
.daimei{
    color:#000000;
    background-color:#CBE5FF;
}
.noboder{
    border-right:0px;
    border-bottom:0px;
    background-position:left top;
    padding:0.3em 1em;
    text-align:left;
}

td{
    border-right:1px solid #60A9AD;
    border-bottom:1px solid #60A9AD;
    padding:0.3em 1em;
    text-align:left;
}
.styletd{
    border-right:1px solid #60A9AD;
    border-bottom:1px solid #60A9AD;
    padding: 8px 0 8px 0;
    text-indent: 0.1in;
    text-align:left;
}
.int{
    text-align:right;
}

.intloss{
	color:red;
    text-align:right;
}

.bottun{
    text-align:center;
}
.noboder{
    border-right:0px;
    border-bottom:0px;
    padding:0.3em 1em;
    text-align:left;
}
.noboderpadding{
    border-right:0px;
    border-bottom:0px;
    padding:0em 0em;
    text-align:left;
}


a.header{/*リンクされた文字・ヘッダ*/
    color:0000ff;
    font-style:normal;
    text-decoration:none;
}
a:link.header {/*未訪問のリンク・ヘッダ*/
    color:#ffffff;
    font-style:normal;
    text-decoration:none;
}
a:visited.header {/*訪問後のリンク・ヘッダ*/
    color:#ffffff;
    text-decoration:none;
}
a:hover.header {/*マウスをのせたとき・ヘッダ*/
    color:#a0a0a0;
    font-style:normal;
    text-decoration:underline;

}
a:active.header {/*クリック中・ヘッダ*/
    text-decoration:none;
}

input.error{background-color:#ff7c66;}

textarea.error{background-color:#ff7c66;}

select.error{background-color:#ff7c66;}

span.required{ color:red;}

input.box{
border-style: hidden;
border-width: 0px;
}

input{/*デフォルト‐IMEオン*/
ime-mode: active;
}

textarea{/*デフォルト‐IMEオン*/
	ime-mode: active;
	}

.off{/*半角英数入力‐IMEオフ*/
ime-mode: inactive;
}

select{/*半角英数入力‐IMEオフ*/
ime-mode: inactive;
}

/* Custom CSS - Flexgrid */
.border-custom {
	border-radius: 0 !important;
	width: 100%;
	font-size: 11px;
}

.btn-custom-nav {
	height: 35px;
}
/* .wj-cell {
	border: 1px solid rgb(96, 169, 173);;
}

.wj-header {
	background-color: black;
	border: 0.1em groove rgb(96, 169, 173);;
} */

.grid .wj-header.wj-cell {
    background-color: rgb(203, 229, 255);
    font-weight: bold;
    border-top: solid 1px rgb(96, 169, 173);
    border-right: solid 1px rgb(96, 169, 173);
    border-bottom: solid 1px rgb(96, 169, 173);
}
.grid .wj-cell {
	padding-left: 15px;
	font-size: 13px;
	color: #000000;
	border-color: rgb(96, 169, 173);
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.grid .wj-header.wj-cell.wj-wrap {
    background-color: rgb(0, 54, 88);
    font-weight: bold;
    color: #fff;
    border-top: solid 1px rgb(96, 169, 173);
    border-right: solid 1px rgb(96, 169, 173);
    border-bottom: solid 1px rgb(96, 169, 173);
}

.tabbable {
    margin: 10px;
    height: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.nav-tabs {
    margin: 0;
}
.tab-content {
    height: 100%;
    border-left: 1px solid #ccc ;
    border-right: 1px solid #ccc;
    background: #F0F0F0;
}