@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Economica:wght@400;700&display=swap');
body{
    background-color:rgb(29, 34, 26);
    color:rgb(155, 161, 211);
    font-family: 'Noto Sans JP', sans-serif;
    margin:0px;
}

#pageTitle{
    font-family: 'Economica', sans-serif;
    letter-spacing: 0.1em;
    font-size:12px;
}
#pageTitle > b {
    font-size: 20px;
    color: rgba(201, 201, 64, 1);
}

#main{
    padding:10px;
}
a{
    color:rgb(155, 161, 211);

}
.itemblock{
    border:solid 1px #999;
    margin:10px;
    padding:10px;
    border-radius:10px;
    overflow: hidden;
    position: relative;
}

.itemtitle{
    color:rgb(177, 177, 196);
    font-size:10px;
}

.itemblock, textarea, input, select {
    width: calc(100% - 20px);
    padding: 5px;
    border: solid 1px rgb(155, 161, 211);
    border-radius: 8px;
    background-color: rgb(188 210 178);
    color: rgb(30 30 56);
    font-size: 16px;
    box-shadow: 3px 3px 10px rgb(27, 27, 27);
}

input[type=radio]
{
    width:auto;
}

input[type=checkbox]
{
    width:auto;
    box-shadow: none;
    width: 10px;
    margin-right: 10px;
}


#dummyblock{
    clear:both;
}

.minblock {
    width: 200px;
    padding: 0px;
    margin: 0 20px 10px 0;
    float: left;
}

.midblock {
    min-width: 300px;
    max-width: 770px;
    padding: 0px;
    margin: 30px auto;
    overflow: hidden;}

div#centerblock {
    padding: 0px 10px;
}

button, .button {
    margin: 20px;
    font-size: 14px;
    border: solid 2px#a05735;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
    background-color: rgb(220 194 68);
    color: rgb(44 46 109);
}

button:hover {
    background-color: #15520d;
    color: rgb(255 255 255);
}

button:disabled{
    box-shadow: none;
    background-color:#1d221a;
    color:rgb(6, 41, 6);
}


header {
    position: sticky;
    top: 0;
    background-color: rgb(0, 19, 0);
    z-index:1000;
}

header a{
    text-decoration: none;
}

header>img{
    padding:1px;
    margin : 1px 1px 1px 10px;
}

#toplinkblock {
    line-height: 17px;
    margin: 0;
    width: 35px;
    text-align: center;
    display: inline-block;
    height: 17px;
    font-size: 10px;
    position: absolute;
    background-color: rgb(155, 161, 211);
    left: 2px;
    top: 7px;
    border-radius: 3px;
    color: rgb(29, 34, 26);
    z-index:1001;
}

footer {
    margin-top: 20px;
    padding: 5px;
    color: rgb(155, 161, 211);
    background-color: rgb(25 45 60);
    font-size: 10px;
    text-align: left;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 1000;
}

#footerdmy
{
    height:30px;
    clear:both;
}

.redtext{
    color:rgb(240, 57, 57);
}

.menu {
    position: relative;
    height: 30px;
    margin: 0 auto;
    display:inline-block;
    font-size:10px;
}

.menu > li {
    float: left;
    width: 120px; /* グローバルナビ4つの場合 */
    height: 30px;
    line-height: 30px;
    background:rgb(0, 19, 0);
    padding-left:10px;
}

.menu > li a {
    display: block;
    color: rgb(155, 161, 211);
}

.menu > li a:hover {
    color: #999;
}

ul.menu__second-level {
    list-style-type: none;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: rgb(40, 65, 30);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: rgb(40, 65, 30);
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    list-style-type: none;
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    padding : 0;
    position: absolute;
    top: 40px;
    width: 100%;
    background: rgb(0, 19, 0);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 30px;
    left: 0px;
    visibility: visible;
    opacity: 1;
    text-indent: 10px;
}

#nfframe {
    width: calc(-250px + 100%);
    height: calc(-160px + 100vh);
    min-width: 300px;
    border-radius: 20px;
    border: solid 2px #333;
}

#actcmd {
    position: fixed;
    bottom: 20px;
    background-color: rgba(28, 42, 20, 0.9);
    z-index: 10;
    border-top: solid 1px rgb(40, 65, 30);
    width: 100%;
    left: 0;
}

#actcmd > button{
    margin:10px 20px;
}

#actcmd > button:disabled {
    background-color: rgba(3, 22, 3, 1)!important;
    color: rgba(31, 35, 71, 1)!important;
}


.outerlink{
    width:auto;
    clear: both;
    padding :20px;
}

.ed_calender{
    width:200px;
    height:210px;
    border:none;
    border-radius: 10px;
}

.ed_caltmlday {
    background-color:rgb(155, 126, 0);
    cursor: pointer;
}
.ed_calcmpday {
    background-color: rgba(78, 26, 199, 1) !important;
    cursor: pointer;
}


.nodeinfo {
    width: 200px;
    float: left;
    margin-top: 10px !important;
    height: calc(-190px + 100vh);
}

.dayinput{
    width:80px;
    float:left;
}

#openningmsg {
    clear: both;
    background-color: rgba(255, 255, 255, 0.11);
    padding: 25px;
    margin: 30px;
    border: solid 3px rgb(118, 124, 65);
    border-radius: 5px;
    box-shadow: 2px 2px 10px 3px #000;
}

#delflowelm {
    margin: 10px auto 30px auto;
    border-collapse: collapse;
    color: rgba(99, 104, 151, 1);
    font-size: 12px;
}

#delflowelm td,th {
    border: solid 1px;
    border: solid 1px;
    padding:3px 5px;
    position: relative;
}

#delflowelm p {
    font-size: 9px;
    font-weight: normal;
    line-height: 9px;
    margin:0px;
}

.msgbox1 {
    text-align: center;
}

.msgbox2 {
    max-width: 440px;
    margin: auto;
    border: solid 1px rgb(155, 161, 211);
    border-radius: 10px;
    padding: 10px;
}
.msgbox2 p {
    margin: 0 0 10px 0;
    font-size: 16px;
    text-align: center;
    background-color: rgba(82, 10, 10, 1);
    border-radius: 5px;
    color: rgba(150, 124, 39, 1);
    box-shadow: 2px 2px 10px 1px #000;
}


.llcmpd {
    color: rgba(156, 161, 211, 0.2);
}

.toplist{
    margin: 20px auto;
    border-collapse: collapse;
}

.toplist tr{
    cursor:pointer;
}

.toplist tr:hover{
    background-color: rgba(3, 22, 3, 1)!important;
}

.toplist td{
    padding : 2px 10px;
}

p.phpexecmsg {
    top: 11px;
    margin: 0;
    color: #F00;
    font-size: 10px;
    position: absolute;
    left: 40px;
}

.miniedtleft{
    float:left;
    width:200px;
}
.miniedtright{
    float:left;
    width:300px;
}

.prjmembacc{
    font-size:12px;
    color:#999;
    margin: 2px 7px;
}
.prjmembacc:first-child{
    margin-top: 5px;
}


.prjown {
    color: #f3ee53;
}

.nomember
{
    display:none;
}

#prjgrands
{
    height:calc( 100vh - 260px) ;
}

#projectmembers {
    overflow-y: scroll;
    width: calc(100% - 20px);
    border: solid 1px #333;
    border-radius: 8px;
    background-color: rgb(25, 32, 22);
    color: rgb(195, 195, 219);
    font-size: 12px;
    box-shadow: 3px 3px 10px rgb(27, 27, 27);
    height:100px;
}

#projectmemberstitle{
    margin-top:20px;
}

.smallbtn {
    margin: 2px 10px;
    float: right;
    font-size: 10px!important;
    border-radius: 7px;
    box-shadow:none;
    cursor:pointer;
}



#editform {
    width: 600px;
    border: solid 1px #999;
    padding: 30px;
    border-radius: 10px;
    margin:30px auto;
}
#editform>p{
    margin:0px;
}

#searchform>p{
    margin:0px;
}

#searchform ul {
    background-color: rgb(13 21 14);
    list-style: none;
    padding: 10px;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 5px 5px 15px #000;
    display: none;
}

#searchform li:hover {
    background-color: rgb(35, 31, 85);
    cursor: pointer;
}


#diclsit {
    width: 600px;
    margin: 20px auto;
    border-collapse: collapse;
}
#diclsit td{
    padding:1px 5px;
    border:none;
    font-weight:normal;
}
#diclsit tr:hover{
    background-color:rgb(0,0,0,0.5);
}
 
span.dicitmname {
    display: inline-block;
    width: 75px;
}


#aliaslist {
    width: 300px;
    display: none;
    border: solid 1px #333;
    position: absolute;
    background-color: #2d3528;
    border-radius: 6px;
    padding: 5px;
}



#aliaslist>p {
    margin:0px;
}

.dicitmblk{
    position: relative;
}

.searchbtm {
    width: 2em;
    height: 2em;
    padding: 0.7em;
    margin: 0 0 0 5px;
    border-radius: 0;
    border: none;
    position: relative;
    border-radius: 5px;
    border:solid 2px #fff;
    top: -5px;
}

.searchbtm:before{
    content:"";
    position: absolute;
    top: 30%;
    left: 72%;
    width: 35%;
    height: calc(50% - 1.5px);
    border-bottom: solid 3px #fff;
    transform:rotate(45deg);
}
.searchbtm:after{
    content:"";
    position: absolute;
    top:10%;
    left: 7%;
    width: 40%;
    height: 40%;
    border-radius: 100%;
    border:solid 3px #fff;
}

form#loginform {
    width: 300px;
    margin: auto;
    clear: both;
    border: solid 1px;
    padding: 10px 30px;
    box-shadow: 3px 3px 15px #000;
}


.textCenter{
    text-align: center!important;
}
.textRight{
    text-align: right!important;
}

.menucontents {
    width: 300px;
    border: solid 1px #acc0a1;
    float: left;
    margin-bottom: 10px;
}


h3 {
    clear: both;
    margin-bottom: 5px;
}
.catL {
    overflow: hidden;
    width:80%;
    margin:0 auto 50 auto;
}

.menucontents {
    width: 300px;
    border: solid 1px #acc0a1;
    float: left;
    margin-left: 50px;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 5px 0 15px #000;
    FONT-VARIANT: JIS04;
    background-color: #ffffff26;
}


.menucontents:hover {
    background-color:rgba(255,0,0,0.3)!important;
}

  /*カレンダー*/
  .moncal
  {
      border: solid 1px #343a30;
      width:760px;
  }
  
  .moncal th
  {
      width:15%;
      border:none;
      box-shadow: 1px 1px 1px #000;
  }
  
  
  .moncal td
  {
      box-shadow: 1px 1px 1px #000;
      vertical-align: top;
  }
  .moncal td>a>p
  {
      font-size: 12px;
      margin: 0;
  }
  .moncal p:hover
  {
      background-color: rgba(255,0,0,0.2);
  }
  
  .moncal span {
      font-size: 10px;
      display: inline-block;
      margin-left:5px;
  }
  
  .moncal .daystr {
      font-size: 12px!important;
      width: 17px;
      text-align: center;
      margin: 0;
  }
  
  .anothermonth {
      background-color: rgb(0 0 0 / 23%);
      color: #505050;
  }
  
  
  td.holiday {
      background-color: #381b1b;
  }
  
  .today {
      border-radius: 10px;
      background-color: #00f;
      padding: 3px;
  }
  
  
  .sumi{
      color:teal;
  }
  .sumi:before
  {
      content:"済";
      border: solid 1px teal;
      border-radius: 10px;
      width: 15px;
      font-size: 9px;
      display: inline-block;
      text-align: center;
      line-height: 15px;
  }
  
  .mikanryo{
      color:#c37f2a;
  }
  
  .yminp {
      width: 100px;
      text-align: center;
  }
  
  #calsel {
      text-align: center;
      width: 760px;
  }
  
  #indexcal {
    width: 800px;
    height: calc(100vh - 170px);
    overflow-y: scroll;
    border: solid 1px;
    border-radius: 6px;
    box-shadow: 1px 3px 5px #000;
    position: absolute;
    top: 50px;
    left: 150px;
}

.kyuka {
    color: #f34848;
    text-shadow: 0 0 2px #1d221a;
}

.myevent {
    background-color: #23334473;
}

.datesetbtn {
right: 3px;
top: 7px;
position: absolute;
font-size: 9px!important;
border: solid 1px;
line-height: 9px;
border-radius: 7px;
padding: 1px 3px;
/* display: inline-block; */
background-color: #ffff0057;
color: #000;
cursor: pointer;
}

.daterow
{
    position: relative;
}

.setday{
    box-shadow: 0 0 15px #c7ac15!important;
}

div#accnamae {
    float: left;
    padding: 0 20px 0 0;
    border-right: solid 1px rgb(155, 161, 211);
    margin-right: 10px;
}

div#nearAccessBlock {
    margin-bottom: 40px;
}

div#nearAccessBlock {
    margin: 40px;
}

.askprd
{
    display:block;
}


div#weekday {
    float: right;
    padding: 0 20px;
}

#workingmem table {
    border-collapse: collapse;
    color:#fff;
    margin:auto;
    margin-bottom: 10px;
  }
  
  #workingmem td {
    border: 1px solid #777;
  }