body {
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	background-color: #fff;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* テーブル枠を細い線にする */
.table_title {
	background-color:#337ab7;
	color:#ffffff;
	text-align:center;
	border: solid 1px #fff;
	padding: 5px;
}
.table_line {
	border: solid 1px #333;
	height: 25px;
	font-size:15px;
}

.table_line tr td{
	font-size:16px;
}
.table_line tr th{
	font-size:16px;
	background-color:#dbeaf9;
}
.req_list{
	color:#4e3c2c;
	background-color:#dbeaf9;
}

/* テーブルヘッダー部のTD設定 */
.table_head{
	background-color:#ddd;
	color:#333;
}
/*
table thead tr th{
	background-color:#ddd;
	color:#333;
}
*/
.txtNum{
	ime-mode:disabled;
	text-align:right;
	padding-right:5px;
}

.font_f {
}

.link_none {
	text-decoration:none;
	color:black;
	cursor:pointer;
}

/* 一覧部分の文字サイズ */
.dtl{
font-size:90%;
}

/* ********************** */
/*	テキストを両端そろえ
		文字サイズ　3
*/
.txt_J {
	text-align:justify;
	text-justify:distribute-all-lines;
	font-size:small;
}


/* ********************** */
/*	漢字入力できるようにする
		文字サイズ　3
*/
.kanji {
	ime-mode:active;
	font-size:1em;
}


/* ********************** */
/*	漢字入力できるようにする 
		文字サイズ　2
*/
.kanji_s {
	ime-mode:active;
	font-size:x-small;
}

/* ********************** */
/*	漢字入力できるようにする
		文字サイズ　1
*/

.kanji_ss {
	ime-mode:active;
	font-size:xx-small;
}


/* ********************** */
/*	半角英数字入力にする 
		文字サイズ　3
*/
input.eiji{
	ime-mode:disabled;
/*	font-size:1em; */
}
.eiji {
	ime-mode:disabled ! important;
	font-size:1em;
}


/* ********************** */
/*	半角英数字入力にする 
		文字サイズ　2
*/
.eiji_s {
	ime-mode:inactive;
	font-size:x-small;
}

/* ********************** */
/*	半角英数字入力にする 
		文字サイズ　2
		中寄せ
*/
.eiji_sC {
	ime-mode:inactive;
	font-size:x-small;
	text-align:center;
}


/* ********************** */
/*	半角英数字入力にする 
		文字サイズ　3
		中寄せ
*/
.eiji_C {
	ime-mode:inactive;
	font-size:small;
	text-align:center;
}


/* ********************** */
/*	半角英数字入力にする 
		文字サイズ　3
		中寄せ
*/
.eiji_R {
	ime-mode:inactive;
	font-size:small;
	text-align:right;
}


/* ********************** */
/* 背景色の指定 */
.bg_color {
	background-color:#f0ffff
}


/* ********************** */
/*	テキストボックスを平面化
		右寄せ
		フォントサイズ　2
		英数字
*/
.txt_dispR {
	text-align:right;
	font-size:x-small;
	ime-mode:disabled;
	border-width:0;
	
}


/* ********************** */
/*	テキストボックスを平面化
		左寄せ
		フォントサイズ　2
		英数字
*/
.txt_dispL {
	text-align:left;
	font-size:x-small;
	ime-mode:disabled;
	border-width:0;
}


/* ********************** */
/*	テキストボックスを平面化
		中寄せ
		フォントサイズ　2
		英数字
*/
.txt_dispC {
	text-align:center;
	font-size:x-small;
	ime-mode:disabled;
	border-width:0;
}


/* ********************** */
/*	ボタンに色をつける
		フォントサイズ　1
*/
.btn_xx-small {
	font-size:xx-small;
	background-color:#ccccff;
}


/* ********************** */
/*	ボタンに色をつける
		フォントサイズ　2
*/
.btn_x-small {
	font-size:x-small;
	background-color:#ccccff;
}


/* ********************** */
/*	ボタンに色をつける
		フォントサイズ　3
*/
.btn_small {
	font-size:small;
	background-color:#ccccff;
}


/* ********************** */
/*	ボタンに色をつける
		フォントサイズ　4
*/
.btn_medium {
	font-size:medium;
	background-color:#ccccff;
}


/* ********************** */
/*	ボタンに色をつける
		フォントサイズ　5
*/
.btn_large {
	font-size:large;
	background-color:#ccccff;
}


/* ********************** */
/*	メニュー用ボタン
		フォントサイズ　5
		幅指定　300px
*/
.btn_menu {
	font-size:large;
	background-color:#ccccff;
	width:400px;
}


/* ********************** */
/*	上下左のボーダーをオン
		中寄せ
		タイトル行用
*/
.borderH1 {
	border-left:1px solid black;
	border-bottom:1px solid black;
	border-top:1px solid black;
	text-align:center;
	background:#00BFFF;
	color:#ffffff;
}


/* ********************** */
/*	上下左右のボーダーをオン
		中寄せ
		タイトル行　最終列用
*/
.borderH2 {
	border:1px solid black;
	text-align:center;
	background:#00BFFF;
	color:#ffffff;
}


/* ********************** */
/*	下左のボーダーをオン
		中寄せ
		タイトル　下段用
*/
.borderH3 {
	border-left:1px solid black;
	border-bottom:1px solid black;
	text-align:center;
	background:#00BFFF;
	color:#ffffff;
}


/* ********************** */
/*	下左右のボーダーをオン
		中寄せ
		タイトル行　下段最終列用
*/
.borderH4 {
	border-left:1px solid black;
	border-bottom:1px solid black;
	border-right:1px solid black;
	text-align:center;
	background:#00BFFF;
	color:#ffffff;
}

/* ********************** */
/*	上下のボーダーをオン
		中寄せ
		タイトル行　上下のみ
*/
.borderH5 {
	border-top:1px solid black;
	border-bottom:1px solid black;
	text-align:center;
	background:#00BFFF;
	color:#ffffff;
}


/* ********************** */
/*	上下のボーダーをオン
		左寄せ
		タイトル行　上下のみ
*/
.borderH5L {
	border-top:1px solid black;
	border-bottom:1px solid black;
	text-align:left;
	background:#00BFFF;
	color:#ffffff;
}


/* ********************** */
/*	上下右のボーダーをオン
		中寄せ
		タイトル行　上下のみ
*/
.borderH6 {
	border-top:1px solid black;
	border-bottom:1px solid black;
	border-right:1px solid black;
	text-align:center;
	background:#00BFFF;
	color:#ffffff;
}


/* ********************** */
/*	下左のボーダーをオン
		明細行用
*/
.border1 {
	border-left:1px solid black;
	border-bottom:1px solid black;
}


/* ********************** */
/*	下左右のボーダーをオン
		明細行　最終列用
*/
.border2 {
	border-left:1px solid black;
	border-bottom:1px solid black;
	border-right:1px solid black;
}


/* ********************** */
/*	左のボーダーをオン
		明細行　上段用
*/
.border3 {
	border-left:1px solid black;
}


/* ********************** */
/*	左右のボーダーをオン
		明細行　上段最終列用
*/
.border4 {
	border-left:1px solid black;
	border-right:1px solid black;
}


/* ********************** */
/*	下左のボーダーをオン
		下ボーダーはグレー
		受付表明細行用
*/
.border5 {
	border-left:1px solid black;
	border-bottom:1px solid #CDCDC1;
}


/* ********************** */
/*	下左右のボーダーをオン
		下ボーダーはグレー
		受付表明細行　最終列用
*/
.border6 {
	border-left:1px solid black;
	border-bottom:1px solid #CDCDC1;
	border-right:1px solid black;
}


/* ********************** */
/*	下のボーダーをオン
		下ボーダーはグレー
		受付表明細行　最終列用
*/
.border7 {
	border-bottom:1px solid #CDCDC1;
}

/* ********************** */
/*	下右のボーダーをオン
		下ボーダーはグレー
		受付表明細行　最終列用
*/
.border8 {
	border-bottom:1px solid #CDCDC1;
	border-right:1px solid black;
}

/* ********************** */
/*	上下左のボーダーをオン
		下ボーダーはグレー
*/
.borderBG_TL {
	border-bottom:1px solid #CDCDC1;
	border-left:1px solid black;
	border-top:1px solid black;
	border-right:0px;
}


/* ********************** */
/*	上下左右のボーダーをオン
		下ボーダーはグレー
*/
.borderBLG_TR {
	border-bottom:1px solid #CDCDC1;
	border-left:1px solid #CDCDC1;
	border-right:1px solid black;
	border-top:1px solid black;
}


/* ********************** */
/*	下左のボーダーをオン
		下ボーダーはグレー
*/
.borderBG_L {
	border-bottom:1px solid #CDCDC1;
	border-left:1px solid black;
	border-right:0px;
}


/* ********************** */
/*	上下左のボーダーをオン
		下ボーダーはグレー
*/
.borderBLG_T {
	border-bottom:1px solid #CDCDC1;
	border-left:1px solid #CDCDC1;
	border-top:1px solid black;
	border-right:0px;
}


/* ********************** */
/*	下左のボーダーをオン
		下ボーダーはグレー
*/
.borderBLG {
	border-bottom:1px solid #CDCDC1;
	border-left:1px solid #CDCDC1;
	border-right:0px;
}


/* ********************** */
/*	下左右のボーダーをオン
		下左ボーダーはグレー
*/
.borderBLG_R {
	border-bottom:1px solid #CDCDC1;
	border-left:1px solid #CDCDC1;
	border-right:1px solid BLACK;
}


/* ********************** */
/*	下左のボーダーをオン
		左ボーダーはグレー
*/
.borderLG_B {
	border-left:1px solid #CDCDC1;
	border-right:0px;
	border-bottom:1px solid BLACK;
}


/* ********************** */
/*	下左右のボーダーをオン
		左ボーダーはグレー
*/
.borderLG_BR {
	border-left:1px solid #CDCDC1;
	border-right:1px solid BLACK;
	border-bottom:1px solid BLACK;
}



.headColor {
	background-color:#35B754;
}
.tblListBdr{
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
}


.tdTitle{
	background-color:#339966;
	color:#ffffff;
	text-align:center;
}
.tdBdr{
	border:1px solid #339966;
	font-size:90%;
}
.tdBdrBig{
	border:1px solid #339966;
	color:#000;
	font-size:120%;
	text-align:right;
}
.spanBgWhite{
	background-color:#FFFFFF;
	font-size:100%;
}
.spanBgRed{
	background-color:#FF0000;
	color:#FFFFFF;
	font-size:100%;
}
.spanBgBlue{
	background-color:#0000FF;
	color:#FFFFFF;
	font-size:100%;
}
.spanBgGreen{
	background-color:#00FF00;
	color:#000000;
	font-size:100%;
}
.spanBlack{
	color:#000000;
	font-size:100%;
}
.spanRed{
	color:#FF0000;
	font-size:100%;
}
.spanBlue{
	color:#0000FF;
	font-size:100%;
}
.spanBlue80{
	color:#0000FF;
	font-size:80%;
}
.txtDate{
	width:110px;
	font:100%;
	text-align:center;
	ime-mode:disabled;
	color:#000;
}
.txtTime{
	width:60px;
	font:100%;
	text-align:center;
	ime-mode:disabled;
}
.sel{
	font:100%;
}
#idDivSpace{
	height:5px;
}
.tableList{
	background-color:#999;	
}
.tableList tr.tdRow0 td{
	background-color:#fff;
}
.tableList tr.tdRow1 td{
/*	background-color:#cae5c4;*/
	background-color:#e0ffff;
}
.tableList tr.tdRow0 td.trg{
	background-color:#cee7c6;
}
.tableList tr.tdRow1 td.trg{
	background-color:#cee7c6;
}
.tableList tr.tdRowH td{
	background-color:#FFF68F;
}
.trMousOver td{
	background-color:#fffacd;
}



.idDivSpace{
	height:5px;
}
#ScrollTable1{
	background-color:#999;
}
#ScrollTable1 thead td{
	background-color:#339966;
	color:#fff;
	text-align:center;
}
.point{
	cursor: url(hyper.cur), pointer;
}

.cssButton80{
color: #fff;
border-top:3px double #9cf;
border-left:3px double #9cf;
border-right:3px double #4080BF;
border-bottom:3px double #4080BF;
background: #32A7CA;
/*
background: #32A7CA url(../img/bg.gif) left bottom repeat-x;
*/
text-align: center;
font-size: 80%;
} 

.cssButton80Select{
color: #fff;
border-top:3px double #EAAF15;
border-left:3px double #EAAF15;
border-right:3px double #D2392D;
border-bottom:3px double #D2392D;
background: #E93116;
/*
background: #E93116 url(../img/bg.gif) left bottom repeat-x;
*/
text-align: center;
font-size: 80%;
} 

.cssButton100{
color: #fff;
border-top:3px double #9cf;
border-left:3px double #9cf;
border-right:3px double #4080BF;
border-bottom:3px double #4080BF;
background: #32A7CA;
/*
background: #32A7CA url(../img/bg.gif) left bottom repeat-x;
*/
text-align: center;
font-size: 100%;
} 

.cssButton100disabled{
color: #fff;
border-top:3px double #fff;
border-left:3px double #fff;
border-right:3px double #4080BF;
border-bottom:3px double #4080BF;
background: #9cf;
/*
background: #9cf url(../img/bg.gif) left bottom repeat-x;
*/
text-align: center;
font-size: 100%;
} 

.cssButton100push{
color: #fff;
border-top:3px double #4080BF;
border-left:3px double #4080BF;
border-right:3px double #9cf;
border-bottom:3px double #9cf;
background: #32A7CA;
/*
background: #32A7CA url(../img/bg.gif) left bottom repeat-x;
*/
text-align: center;
font-size: 100%;
} 

.cssButton100Select{
color: #fff;
border-top:3px double #EAAF15;
border-left:3px double #EAAF15;
border-right:3px double #D2392D;
border-bottom:3px double #D2392D;
background: #E93116;
/*
background: #E93116 url(../img/bg.gif) left bottom repeat-x;
*/
text-align: center;
font-size: 100%;
} 

.cssButton100R{
color: #fff;
border-top:3px double #9cf;
border-left:3px double #9cf;
border-right:3px double #4080BF;
border-bottom:3px double #4080BF;
background: #32A7CA;
/*
background: #32A7CA url(../img/bg.gif) left bottom repeat-x;
*/
text-align: center;
font-size: 100%;
} 

.cssButton100pushR{
color: #fff;
border-top:3px double #4080BF;
border-left:3px double #4080BF;
border-right:3px double #9cf;
border-bottom:3px double #9cf;
background: #32A7CA;
/*
background: #32A7CA url(../img/bg.gif) left bottom repeat-x;
*/
text-align: center;
font-size: 100%;
} 

.cssButton100SelectR{
color: #fff;
border-top:3px double #EAAF15;
border-left:3px double #EAAF15;
border-right:3px double #D2392D;
border-bottom:3px double #D2392D;
background: #E93116;
/*
background: #E93116 url(../img/bg.gif) left bottom repeat-x;
*/
text-align: center;
font-size: 100%;
} 

.cssButtonMenu{
color: #fff;
border-top:5px double #F0FFFF;
border-left:5px double #F0FFFF;
border-right:5px double #00CD00;
border-bottom:5px double #00CD00;
background: #00ff7f;
/*
background: #00ff7f url(../img/bg.gif) left bottom repeat-x;
*/
text-align: center;
font-size: 36pt;
} 

.font_60{
	font-size: 60%;
}
.font_70{
	font-size: 70%;
}
.font_80{
	font-size: 80%;
}
.font_90{
	font-size: 90%;
}
#idSearchTitle{
	color:#006400;
	font-weight:bold;
}

/* CSS rules */ 
  
.tooltip{ 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	padding:3px;
	border:1px double #DECA7E;
	background-color:#f5f5b5;
	color: #303030;
	font-size: 12px;
}
.listTrigger{
	background-color:#f5f5b5;
}

/* ページャー用　文字色 */
.pager_link{
	color:#339966;
	text-decoration:none;
}
.pager_selected{
	color:#000000;
	font-weight:bold;
}
.classPagerLink{
	border:1px solid #339966;
	padding-left:2px;
	padding-right:2px;
	text-align:center;
	width:20px;
}
.classPagerSelected{
	border:1px solid #339966;
	background-color:#cae5c4;
	padding-left:2px;
	padding-right:2px;
	text-align:center;
	width:20px;
	color:#000000;
	font-weight:bold;
}
/* ランク単価等の背景色 */
/* 通常 */
.unlightBG{
	background-color:#fffacd;
}
/* マウスオーバー時 */
.lightBG{
	background-color:#bcee68;
}

#idDivPager ul.pager_ul{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#idDivPager ul.pager_ul li{
	float: left;
	margin-right: 4px;
	padding: 0;
}

#idDivPager ul.pager_ul li a{
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	height: 20px;
	margin-right:2px;
}

#idDivPager ul.pager_ul li a.pager_link{
	text-align: center;
	border:1px solid #319a63;
	color: #339966;
	font-weight:bold;
	padding-left:6px;
	padding-right:4px;
}

#idDivPager ul.pager_ul li a.pager_link:hover{
	background-color:#cee7c6;
}
#idDivPager ul.pager_ul li a.pager_link_mark:hover{
	background-color:#cee7c6;
}

#idDivPager ul.pager_ul li.pager_top_navi{
	text-align: center;
	border:1px solid #319a63;
	background-color:#319a63;
	color: #fff;
	padding-left:6px;
	padding-right:4px;
	font-size:small;
	margin-top:1px;
	margin-right:10px;
	padding-top:1px;
}

#idDivPager ul.pager_ul li a.pager_selected{
	text-align: center;
	border:1px solid #319a63;
	background-color:#319a63;
	color: #fff;
	font-weight:bold;
	padding-left:6px;
	padding-right:4px;
}

#idDivPager ul.pager_ul li a.pager_link_mark{
	text-align: center;
	color: #339966;
	border:1px dotted #319a63;
/*	font-weight:bold;*/
	padding-left:6px;
	padding-right:4px;
	font-size:small;
	padding-top:2px;
	padding-bottom:1px;
}
.pan {
	font-size:9pt;
	color:#555555;
	letter-spacing:1px;
	vertical-align:middle;
}
/*タイトル*/
.title{
	font-size:14pt;
	font-style:normal;
	font-weight:600;
	color:#00a0e9;
}
.title_pink{
	font-size:14pt;
	font-style:normal;
	font-weight:600;
	color:#FF6BB5;
}
.title_green{
	font-size:14pt;
	font-style:normal;
	font-weight:600;
	color:#228B22;
}

.footer{
	background-color:#6b3f31;
	color:#fff;
	width:1000px;
	height:15px;
}
.selMidashi{
	background-color:#6b3f31;
	color:#fff;
	padding-top:2px;
	padding-bottom:2px;
}
.font_head {
	font-size:0.90em;
	color:#fff;
	letter-spacing:1px
}
.font_detail {
	font-size:0.90em;
	color:#555555;
	padding-left:2px;
}

div.pager {
    font-size: 10pt;
    width:100%;
    height:28px;
    text-align:center;
}

div.pager a,
div.pager span {
    display: block;
    float: left;
    margin-right: 0.1em;
    padding: 0.1em 0.4em;
    margin:0em 0.2em;
}

div.pager a {
    color: #555;
    background-color: #fff;
    border: 1px solid #999;
    text-decoration: none;
    font-size: 11pt;
}

div.pager a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
}

div.pager span.current {
    color: #444;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    font-weight: bold;
    font-size: 11pt;
}

div.pager span.nextprev {
    border: 1px solid #ddd;
    color: #555;
    background-color: #fff;
}
/*
div.pager a.nextprev {
    font-weight: bold;
} 
*/
#idDivPager{
	padding-left:6px;
	padding-bottom:4px;
}

.txt_date_cal{
	width:115px;
	text-align:center;
}



/*日付入力リストボックススタイル*/
/*年号*/
.selGou{
	width:50px;
	height:20px;
}
/*年*/
.selY{
	width:55px;
	height:20px;
}
/*月*/
.selM{
	width:40px;
	height:20px;
}
/*日*/
.selD{
	width:40px;
	height:20px;
}
.ft1{
	font-size:12px;
}	
.ft2{
	font-size:13px;
}	
.ft3{
	font-size:16px;
}	
.ft4{
	font-size:18px;
}	
.ft5{
	font-size:24px;
}	
.ft6{
	font-size:32px;
}	
.ft7{
	font-size:36px;
}	
.ft8{
	font-size:40px;
}	

.panel-back{
	background-color:#8cf873 !important;
	color:#ffffff !important;
}

.panel-line{
	border: 1px solid #0f0 !important;
}
/*
.panel-title{
  color: #000000 !important;
  font-weight: bold !important;
}
*/
/* タイトルの文字色 */
.title_color{
/*	color:#32cd32;*/
	color:#009933;
}

/* エラーダイアログ等の .close */
.close{
  opacity: 1;
}

/** ボタン **/
.btn-green{
    background-image: linear-gradient(to bottom, #00c100 0px, #008000 100%);
    background-repeat: repeat-x;
    border-color: #008000;
    color : #ffffff;
}

.btn_blue{
    background-image: linear-gradient(to bottom, #0080ff 0px, #0060bf 100%);
    background-repeat: repeat-x;
    border-color: #0060bf;
    background-color : #0080ff;
    color : #ffffff;
}

#ui-datepicker-div {z-index:10000 !important;}  
.y_axis path,
.x_axis path{
  fill: none;
  stroke: #000;
}
.gantt0{
  height:30px;
/*        border:solid 1px #fff;*/
  margin-left:0px;
  display:inline-block;
  color:#fff;
  text-align:center;
}
.gantt1{
  height:30px;
/*        border:solid 1px #fff;
  margin-left:-4px;*/
  display:inline-block;
  color:#fff;
  text-align:center;
}
    .pm-indicator {
      margin:10px 0;
      padding:1.5em 1em;
      color:#2c3e50;
      font-size:12px;
      text-align:center;
      border:1px solid #ccc;
      border-radius:2px;
      background:#e4e4e4;
      text-shadow:1px 1px 0 rgba(255,255,255,.8);
      -webkit-transition:all .2s ease-in-out;
              transition:all .2s ease-in-out;
    }

    .pm-indicator.very-weak,
    .pm-indicator.not-match {
      border-color:#be1d30;
      background-color:#ffc3cf;
    }

    .pm-indicator.weak {
      border-color:#ff787d;
      background-color:#ffe6e5;
    }

    .pm-indicator.strong {
      border-color:#78bc42;
      background-color:#bceea6;
    }

    .pm-indicator.very-strong {
      border-color:#4f85a7;
      background-color:#68c6d7;
    }

