html { scroll-behavior: smooth;}
ul{
	background-color:#ccc;
	border:none;
}
label,legend{
	font-size:0.7rem;
}
legend{
	padding: 0 5px;
}
fieldset{
	border: 1.5px solid #999;
}
label.error {
    color: red;
	margin-left:5px;
	font-weight:bold;
}
textarea{
}
div.virtical_top{
	vertical-align:top;
}
a.underline{
	text-decoration: underline !important;
}
span.usd{
	background-color:#999;
	padding:1px 1px;
	color:#fff;
}
span.usdb{
	background-color:#333;
	padding:1px 1px;
	color:#fff;
}
span.usds{
	background-color:#333;
	padding:1px 1px;
	color:#fff;
}
span.usdm{
	background-color:#333;
	padding:1px 3px;
	color:#fff;
}
span.usd_gray{
	background-color:#999;
	padding:1px 1px;
	color:#fff;
}
span.usds_gray{
	background-color:#999;
	padding:1px 1px;
	color:#fff;
}
span.usdm_gray{
	background-color:#ccc;
	padding:1px 3px;
	color:#fff;
}
a.button{
	display:block;
	width:fit-content;
	border-radius: 4px;
	padding:5px 5px;
	margin:0;
	text-align:center;
	border:1px solid #EEEEEE;
	border-color:#aaaaaa #444444 #444444 #aaaaaa;
	background-color:#EEE;
	min-width:150px;
	max-width:300px;
	/* white-space: nowrap; */
}
a.button-gray{
	display:block;
	padding:5px 15px;
	margin:0;
	text-align:center;
	border:1px solid #000;
	border-color:#aaaaaa #444444 #444444 #aaaaaa;
	background-color:#999;
	min-width:180px;
	/* white-space: nowrap; */
}
input.button {
	display:block;
	padding:5px 2px;
	margin:0;
	text-align:center;
	border:1px solid #000;
	border-color:#aaaaaa #444444 #444444 #aaaaaa;
	background-color:#eee;
	width:80px;
}
input.button_wide {
	display:block;
	padding:5px 2px;
	margin:0;
	text-align:center;
	border:1px solid #000;
	border-color:#aaaaaa #444444 #444444 #aaaaaa;
	background-color:#eee;
	width:180px;
}
input.button_slim {
	display:block;
	padding:1px 2px;
	font-size:0.6rem;
	margin:0;
	text-align:center;
	border:1px solid #000;
	border-color:#aaaaaa #444444 #444444 #aaaaaa;
	background-color:#eee;
	width:60px;
}
input.green {
	background-color:#33CC66;
}
.font-black{
	color:#000;
}
.font-gray{
	color:#999;
}
.gray{
	background-color:#999;
	color:#fff;
}
.yellow{
	background-color:#CC9900;
}
.light_gray{
	background-color:#eee;
}
.back_lightred{
	background-color:#ffeeee;
}
.back_linevisual{
	background-color:#EEEEEE;
}
#mng_head{
	background-color:#00ADB5;
	padding-top:5px;
	height:35px;
	border-bottom:solid 3px #009FC5;
	color:#FFF;
}
#mng_head div{
	width: 98%;
	height:auto;
	margin:auto;
}
#mng_head div.p100{
	width: 100%;
}
#mng_head div.p46{
	width: 46% !important;
}
#mng_head_mypage{
	height:80px;
	margin-top:10px;
	border-bottom:solid 3px #009FC5;
}
#mng_head_mypage div.width_980{
	width: 980px;
	height:auto;
	margin:3px auto;
}
#mng_head_mypage .img_bottom{
	margin-top:30px;
}
#mng_main{
	width: 98%;
	margin:20px auto;
	min-height:500px;
}
#mng_main .mar-l{
	margin-left:10px;
}
#mng_main .mar-r{
	margin-right:10px;
}
#mng_main .mar-r-20{
	margin-right:20px;
}
#mng_main .mar-r-30{
	margin-right:30px;
}
#mng_main .mar-t{
	margin-top:10px;
}
#mng_main .mar-t-20{
	margin-top:20px;
}
#mng_main .mar-t_2{
	margin-top:2px;
}
#mng_main .mar-b{
	margin-bottom:10px;
}
#mng_main h1{
	padding:2px;
	/* margin:0 0 15px 0; */
	/* background-color:#222831; */
	width:fit-content;
	/* background-color:#222831; */
	border-bottom: solid 3px #222831;
	font-size:0.9rem;
	color:#222831;
	font-weight:bold;
}
#mng_main h1.space{
	margin:0 0 15px 0;
}
#mng_main .bread-area{
	margin-top:10px;
	margin-left:10px;
	background-color:#fff;
}
.mng_left{
	text-align: left;
}
.mng_right{
	text-align: right;
}
.mng_center{
	text-align: center;
}
.mng_f_left{
	float: left;
}
.mng_f_right{
	float: right;
}
#mng_main div.box {
    display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
}
div.infoblock {
	padding:0;
	margin:0 0 20px 0;
	border-radius:4px;
	background-color: #393E46;
	padding:20px;
	margin:30px 0;
	
}
div.infoblock div.subblock {
	margin:0;
	padding:0;
}
div.infoblock div.subblock div.subblockcontent{
	border-radius: 4px;
	background-color: #EEE;
	padding:20px;
	margin:0 5px;
}
div.infoblock div.subblock div.subblockcontent h3{
	margin:0;
	padding:0;
}
.block-100 {
	width:100%;
}
.block-90 {
	width:90%;
}
.block-80 {
	width:80%;
}
.block-70 {
	width:70%;
}
.block-50 {
	width:50%;
}
.block-48 {
	width:48%;
}
.block-42 {
	width:42%;
}
.block-34 {
	width:34%;
}
.block-33 {
	width:33%;
}
.block-30 {
	width:30%;
}
.block-25 {
	width:25%;
}
.block-20 {
	width:20%;
}
.block-16 {
	width:16%;
}
.height-40 {
	height:40px;
}
.height-50 {
	height:50px;
}
.height-60 {
	height:60px;
}
.height-130 {
	height:130px;
}
.height-170 {
	height:170px;
}
.height-200 {
	height:200px;
}
.height-250 {
	height:250px;
}
.height-300 {
	height:300px;
}
.height-400 {
	height:400px;
}
.height-500 {
	height:500px;
}
.height-600 {
	height:600px;
}
.height-700 {
	height:700px;
}
.height-800 {
	height:800px;
}


#mng_main table{
	/* width: 100%; */
	border-collapse: collapse;
	/* border-right: 1px solid #999; */
}
#mng_main table th{
	padding: 6px;
	text-align: left;
	color: #fff;
	background-color: #666;
	border:0;
	border-bottom:3px solid #fff;
	width:auto;
}
#mng_main table th, td{
	border-right:3px solid #fff;
}
#mng_main table th.rightline{
	border-right: 2px solid #fff;
}
#mng_main table th.lightcr{
	background-color: #eee;
	color: #333;
}
#mng_main table th.alcenter{
	text-align: center;
}
#mng_main table th.zero{
	padding: 0;
	margin: 0;
	height:0px;
}
#mng_main table td{
	padding: 6px;
	/* background-color: #fff; */
	/* border-bottom: 1px solid #999; */
	/* border-left: 1px solid #999; */
	border:0;
	border-bottom: 1px solid #ccc;
	width:auto;
}
#mng_main table td.top{
	border-top: 1px solid #999;
	width:auto;
	vertical-align:top;
}
#mng_main table td.center{
	text-align:center;
}
#mng_main table td.righttext{
	text-align:right;
}
#mng_main table td.left_w{
	border-left: 1px #fff solid;
}
#mng_main table td.right_w{
	border-left: 1px #fff solid;
}
#mng_main table td.yabanehead{
	background-image: url("https://ratars-test.jro.or.jp/images/yabane.gif");
	background-size: cover;
	background-position:right;
}
#mng_main table td.font_w{
	color: #fff;
	font-weight:bold;
}
#mng_main table td.back_gray{
	background-color: #333;
}
#mng_main .w10{
	width:10px;
}
#mng_main .w15{
	width:15px;
}
#mng_main .w20{
	width:20px;
}
#mng_main .w30{
	width:30px;
}
#mng_main .w50{
	width:50px;
}
#mng_main .w80{
	width:80px;
}
#mng_main .w100{
	width:100px;
}
#mng_main .w120{
	width:120px;
}
#mng_main .w140{
	width:140px;
}
#mng_main .w150{
	width:150px;
}
#mng_main .w160{
	width:160px;
}
#mng_main .w180{
	width:180px;
}
#mng_main .w200{
	width:200px;
}
#mng_main .w210{
	width:260px;
}
#mng_main .w300{
	width:300px;
}
#mng_main .w400{
	width:400px;
}
#mng_main .w500{
	width:500px;
}
#mng_main .w600{
	width:600px;
}
#mng_main .w700{
	width:700px;
}
#mng_main .noborder{
	border: none;
}
.mng_msg{
	border:solid 1px #009FC5;
	border-left:solid 5px #009FC5;	
	margin:2px 0;
	padding:1px 5px;
	color:#ff0000;
}
.mng_msg_blk{
	border:solid 1px #009FC5;
	border-left:solid 5px #009FC5;	
	margin:2px 0;
	padding:1px 5px;
	color:#000;
}
span.notice{
	color:#ff6666;
}
span.error_w{
	color:#ff3333;
}
span.error_ws{
	color:#ff3333;
}
span.notice_w{
	color:#666;
}
span.notice_ws{
	color:#996600;
}
.font_ll{
	font-size:1.2rem;
}
.font_l{
	font-size:1.0rem;
}
.font_m{
	font-size:0.7rem;
}
.font_s{
	font-size:0.7rem;
}
.font_xs{
	font-size:0.6rem;
}
.font_xxs{
	font-size:0.5rem;
}
.mar-t_0{
	margin-top:0;
}
.mouse_point{
	cursor:pointer;
}
.alart_input{
	background-color:#cc9999;
	color:#fff;
}
.design08 {
  font-size: 0.6rem;
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.design08 th {
 text-align: center;
 padding: 1px 0px;
 background: #778ca3;
 border: solid 1px #666666;
 color: #ffffff;
 border-left: 1px solid #E6F9FF;
}
.design08 td {
 padding: 1px 0px;
 border: solid 1px #666666;
}
.design08 td:first-child {
 background: #ccc;
}

h2.chart_title{
	border-radius: 20px 20px 0px 0px;
	font-size:0.9rem;
	background-color:#333;
	color:#fff;
	padding:4px 0 2px 30px;
	margin:20px 0 20px 0;
}
h2.title_space, h2.title_space_2{
	margin:30px 0 20px 0px;
	padding:7px 30px 5px 17px;
	/* margin:0 0 15px 0; */
	/* background-color:#222831; */
	width:fit-content;
	/* border-bottom: solid 3px #222831; */
	color:#222831;
	font-size:0.8rem;
	font-weight:bold;
	/* border-radius: 0px; */
	position: relative;
}
h2.title_space:before, h2.title_space_2:before{
    position: absolute;
    top: 20%;
    left: 0px;
    width: 6px;
    height: 60%;
    content: '';
    border-radius: 3px;
    background: #27acd9;
}
h2.title_space_2{
	margin-top:0;
}

#menutab, #maptab{
	border:none;
}
#menutab ul, #maptab ul{
	border:none;
	background:none;
}
#menutab li, #maptab li{
	display: inline-block;
}
#maptab li{
	border:none;
}
#menutab li a, #maptab li a{
	font-size:0.8rem;
	font-weight:bold;
	color:#000;
	margin:1px 3px;
	padding:3px 25px 1px 25px;
	border-radius: 4px;
}
#menutab li:active a, #maptab li:active a{	
	background-color:#00ADB5;
	color:#fff;
}
.ui-state-active a{
   background-color: #00ADB5 !important;
	color:#fff !important;
}
#maptab li a{
	color:#000;
	padding:3px 5px 1px 5px;
	
}
button.blackdesign{
	background-color:#333;
	color:#fff;
	padding:3px 15px;
	cursor: pointer;
	cursor: hand;
}
button.blackdesign:hover {
	background-color:#666;
}
.fixed_row{
  position: sticky;
  top: 0;
  color: #fff;
  background: #333;
  &:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
	}
}
.table-scroll {
    overflow: auto;
	width:fit-content;
	max-width:100%;
    height: 600px;
}
.table-scroll table{
    margin: 0;
    border-spacing: 0;

}
.table-scroll table.widthfixed{
	table-layout: fixed;
}
.table-scroll td{
    white-space: nowrap;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 5px;
}
.table-scroll th{
    margin: 0;
    white-space: nowrap;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #f2f2f2;
    position: sticky;
    top: 0;
    left: 0;
}
/* ヘッダー列固定 */
.table-scroll tr:first-child{
    z-index: 1;
}

.table-scroll-2 tr:first-child th:first-child, .table-scroll-2 th:first-child{
    position: sticky;
    left: 0px;
}
.table-scroll-2 tr:first-child th:nth-child(2), .table-scroll-2 td:nth-child(2){
    position: sticky;
    left: 44px;
}
.table-scroll-2 tr:first-child th:nth-child(3), .table-scroll-2 td:nth-child(3){
    position: sticky;
    left: 108px;
}
.table-scroll-2 tr:first-child th:nth-child(4), .table-scroll-2 td:nth-child(4){
    position: sticky;
    left: 152px;
}
.table-scroll-2 tr:first-child th:nth-child(5), .table-scroll-2 td:nth-child(5){
    position: sticky;
    left: 207px;
}
.table-scroll-2 tr:first-child th:nth-child(6), .table-scroll-2 td:nth-child(6){
    position: sticky;
    left: 292px;
}
.table-scroll-2 tr:first-child th:nth-child(7), .table-scroll-2 td:nth-child(7){
    position: sticky;
    left: 426px;
}
.table-scroll-2 tr:first-child th:nth-child(8), .table-scroll-2 td:nth-child(8){
    position: sticky;
    left: 560px;
}
.table-scroll-2 tr:first-child th:nth-child(9), .table-scroll-2 td:nth-child(9){
    position: sticky;
    left: 750px;
}
.table-scroll-2 tr:first-child th:nth-child(10), .table-scroll-2 td:nth-child(10){
    position: sticky;
    left: 806px;
}
.table-scroll-2 tr:first-child th:nth-child(11){
    position: sticky;
    left: 860px;
}

div.space-block{
	height:30px;
}

table.statustbl{
	margin-left:20px;
}
table.statustbl , table.statustbl tr , table.statustbl td {
	width: 900px !important;
	border: 2px solid #222831 !important;
	border-collapse: collapse;
}
table.statustbl td {
	padding: 3px;
	width: 100px !important;
	height: 50px !important;
	background: #fff;
	vertical-align:top;
	text-align:center;
}
table.statustbl .none{
	background-color: #fff;
	color:#222831;
}
table.pgsstatus .none{
	background-color: #fff;
	border: 1px solid #000;
	color:#222831;
}
table.statustbl .done, table.pgsstatus .done{
	background-color: #ccc;
	color:#222831;
}
table.statustbl .inprogress, table.pgsstatus .inprogress{
	background-color: #00ADB5;
	color:#fff;
	font-weight:bold;
}
table.statustbl .scopeout{
	background-color: #393E46;
	color:#999;
	text-decoration: line-through;
}
table.pgsstatus .scopeout{
	background-color: #fff;
	color:#ccc;
	border: 1px dotted #000;
	text-decoration: line-through;
}
table.statustbl td div {
	margin: auto;
    border: 2px solid #222831;
	margin-top:3px;
	padding:3px;
	width: 80%;
	text-align:center;
}
table.statustbl td.inprogress div {
    border-color: #FFF;
}
div.centerauto{
	margin: auto;
}
div.markerline{
	background: linear-gradient(transparent 80%, #00ADB5 10%);
	width:fit-content;
}
input.read-only{
	background-color: #EEE;
	border:solid 1px #999;
}
div.allcenter{
	display: flex;
	align-items: center;
	justify-content: center;
}
.deco-file label{
	display: inline-block;
	border: 1px solid #000;
	color: #000;
	text-align: center;
	padding: 5px;
	font-size:0.7rem;
	margin:0;
}
.deco-file div{
	border-radius: 5px;
	border: 1px solid #000;
	padding: 0px;
	margin: 0 5px 0 0;
}
.deco-file div.noborder{
	border: none;
}			
.deco-file button{
	border: 1px solid #000;
	display: inline-block;
	color: #fff;
	background-color:#000;
	text-align: center;
	padding: 5px;
	font-size:0.7rem;
}	
.filename{
	display: inline-block;
	border: 1px solid #fff;
	color: #000;
	text-align: left;
	padding: 10px 20px;
	font-size:0.7rem;
	vertical-align:middle;
}
.filename p{
	padding: 0 0 0 20px;
	font-size:0.7rem;
}
.deco-file label:hover{
	cursor: pointer;
}
.deco-file input[type="file"]{
	display: none;
}
.concept-color{
	background-color:#00ADB5 !important;
	color:#fff !important;
}
.red-color{
	background-color:#e05151 !important;
}