body{
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size:11pt;
  line-height: 1;
  color: #545454;
}

@media screen and (min-width: 1024px) {
  body{
    width: 1024px;
    margin: 0 auto !important;
  }

  .dialog span {
    width: 768px !important;
  }

  #menu.fixed {
      width: 1024px !important;
  }

}

table img {
  margin-left:2px;
  margin-right:2px;
  margin-bottom:2px;
  cursor: pointer;
}

.img-btn{
  margin-right:2px;
  cursor: pointer;
}

#title{
  font-size:18pt;
  font-weight: bold;
  color: #333;
}

.notice{
  color:blue;
  font-weight:bold;
  padding-top:1px;
}

#loginInfo img {
  margin-bottom: 4px;
}

#menu{
  height: auto;
  min-height:40px;
  background-color: #ffffff;
  border-bottom:1px solid #cccccc;
  color: #050505;
  padding:4px;
  text-align:center;
  margin-bottom:1px;
  line-height: 1.4;
}

#menu .submenu{
  width:50px;
  text-align:center;
  margin-left:4px;
  margin-right:4px;
}

#menu div{
  display: inline-block;
}

#menu a{
  color: #333;
}

#menu label{
  font-size:9pt;
  margin-bottom: 2px;
}

#menu img{
  height: 25px;
  margin-top: 2px;
}

#menu.fixed {
  position: fixed;
  top: 0;
  z-index:999;
  background-color: rgba(246, 246, 246, 0.9);
  border: none;
  border-bottom: 1px solid #cccccc;
  width: 100%;
}

#map {
  height: 300px;
}

.time {
  margin-top:10px;
  font-size:30pt;
  text-align:center;
  color: #333;
}

.content {
  text-align:center;
  color: #333;
}

.content .div-panel {
  margin-top: 16px;
  margin-bottom: 16px;
}

#status {
  font-size:12pt;
  text-align:center;
  font-weight: bold;
  color: #333;
}

.icon-close {
  float:right;
  text-align:right;
}

#updates {
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    display: table;
    text-align:center;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    Z-index:9999;
}

#updates span {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}

.dialog {
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    display: table;
    text-align:center;
    height: 100%;
    width: 100%;
    background-color: rgba(105, 105, 105, 0.8);
    Z-index:999;
}

.dialog span {
  width: 95%;
  display: table-cell;
  vertical-align: middle;
}

.inner-content {
  background-color:white;
  overflow:auto;
  text-align: left;
  border-radius: 10px;
  padding: 10px;
  height:auto;
  max-height:600px;
}

.inner-block {
  display:table !important;
  margin:auto !important;
}

.dialog div{
  margin-left:2px;
}

.rowheader{
  height:30px;
  margin-top:10px;
  text-align:center;
}

.dialog input[type="text"], .dialog input[type="email"], .dialog input[type="number"], .dialog input[type="tel"], .dialog input[type="time"], .dialog textarea, input[type="text"], input[type="date"], textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 30px;
  padding: 0px 2px;
  line-height: normal !important;
}

.dialog textarea[readonly="readonly"]{
  background-color: transparent;
  border: 1px solid transparent;
}

header{
  padding: 10px 4px 8px 2px;
  border-bottom:1px solid #cccccc;
}

header img {
  margin-top:0px;
  margin-right: 2px;
  margin-bottom:2px;
}

header table {
  border-collapse: collapse;
}

footer {
  text-align:center;
  font-size:10pt;
  margin:10px 0px 0px 0px !important;
  border-top:1px solid #cccccc;
}

footer span {
  float:left;
}

footer ul {
  margin-top:0px !important;
  padding-top:2px !important;
  padding-left:0px !important;
}

footer li {
  display: block;
  list-style: none;
  padding-top:6px;
}


.div1 {
  width:300px;
  margin: 0 auto;
  display: table-cell;
  text-align:center;
  height:45px;
  vertical-align: middle;
  border:1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: auto;
  font-weight: bold;
}

.div2 {
  width:300px;
  margin: 0 auto;
  text-align:center;
}

html, body {
  margin: 0;
  padding: 0;
}

.btn-submit {
    width: 145px;
    background-color: #1560bd;
    color: #ffffff;
    padding: 10px 20px;
    margin: 10px auto 10px;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    display: block;

    font-size: 20px;
    opacity: 1;
    font-weight: 600;
    text-transform: uppercase;

    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.btn-mid {
  width: 120px;
  background-color: #1560bd;
  color: #ffffff;
  padding: 8px 20px;
  margin: 8px auto 8px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  display: block;

  font-size: 16px;
  opacity: 1;
  font-weight: 700;
  text-transform: uppercase;

  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.small {
  width: 80px !important;
  padding: 4px 16px !important;
  margin: 4px auto 4px !important;
  font-size: 14px !important;
  text-align: center;
}

.red{
  background-color: #ff8080;
}

.inline {
  display: inline-block;
}

.btn-link {
    width: 170px;
    margin: 8px auto 8px;
    display: block;
    border: none;
    border-radius: 40px;
    color: blue;
}

.btn-submit:disabled, .btn-mid:disabled {
    background-color: #dddddd;
    color: #ffffff;
}

hr {
    margin-top:2px;
    margin-bottom:5px;
}

a, a:hover, tbody .action, tbody .action:hover{
    color: blue;
    cursor:pointer;
}

tbody td {
  vertical-align: middle !important;
}

.icon {
  margin-top:12px !important;
  margin-bottom:8px !important;
}

.icon > tbody > tr > td{
  padding:0px !important;
  border-top: 0;
  text-align: center;
  height:20px;
  font-weight: bold;
  color: #333;
}

.icon img, .icon-img {
  margin-bottom:4px !important;
  width: 15px;
}

.table > thead > tr > th {
  color: #333 !important;
}

tbody .text-link {
  color:blue;
  text-decoration: underline;
  cursor: pointer;
}

tbody .icon-delete {
    background-image: url("../images/icon-delete.png");
    background-repeat:no-repeat;
    background-position: center center;
    background-size: 15px;
    cursor: pointer;
}

tbody .icon-edit {
    background-image: url("../images/icon-edit.png");
    background-repeat:no-repeat;
    background-position: center center;
    background-size: 15px;
    cursor: pointer;
}

tbody .icon-apply {
    background-image: url("../images/icon-apply.png");
    background-repeat:no-repeat;
    background-position: center center;
    background-size: 15px;
}

tbody .icon-approval {
    background-image: url("../images/icon-approval.png");
    background-repeat:no-repeat;
    background-position: center center;
    background-size: 15px;
}

tbody .icon-withdraw {
    background-image: url("../images/icon-withdraw.png");
    background-repeat:no-repeat;
    background-position: center center;
    background-size: 15px;
}

tbody label {
  font-weight: normal !important;
}

tbody .bg-apply {
  background-color:#696969 !important;
  color: #ffffff !important;
  padding: 1px;
}

tbody .bg-approval {
  background-color:#008000 !important;
  color: #ffffff !important;
  padding: 1px;
}

tbody .bg-withdraw {
  background-color:#ff8080 !important;
  color: #ffffff !important;
  padding: 1px;
}

tbody .bg-delete:hover, .icon-edit:hover{
    cursor:pointer;
}

tbody .color-withdraw {
  color:red !important;
}

.today {
  text-decoration: underline;
}

.yobi, .memo{
  font-size:10pt;
  margin-left:2px;
}

.d6{
  color:blue;
}

.d0{
  color:red;
}

.icon-title{
  font-size:14pt;
  font-weight: bold;
}

h3 {
  background-color: #f6f6f6;
  padding: 6px 2px 2px 2px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size:14pt;
  font-weight: bold;
  line-height: 1.2;
  height:35px;
  color: #333;
}

h3 img {
  height:20px;
  vertical-align: top;
  margin: 1px 4px 4px 4px;
}

h3 img.icon{
  height: 10px !important;
  vertical-align: middle !important;
  margin: 0px 4px 6px 4px !important;
}

.mark{
  color:red;
  font-size:10pt;
  background-color: transparent;
}

.status-mark{
  margin:5px;
  width:320px;
  font-size: 10pt;
}

.status-mark tr{
  height:20px;
}

.status-mark span{
  color:red;
}

.subtitle {
  font-weight: bold !important;
  color: #333;
}

input[type=radio] {
  margin:4px !important;
}

input[type=number] {
  text-align: right;
}

input[readonly="readonly"] {
  background-color: #ddd;
}

.line-block {
  text-align:center;
}

.line-block div{
  display: inline-block;
}

select, input[type=checkbox] {
  margin-right:1px;
}

h3 select {
  font-size: 10pt !important;
  height: 24px;
}

#searcharea > tbody > tr > td{
  padding : 6px;
}

.calendar-0 {
  color: red;
}

.calendar-1 {
  color: blue;
}

.msg-error {
  color: red;
}

.msg-info {
  color: #545454;
}

.record-error {
  color: red;
  text-decoration: underline;
  cursor: pointer;
}

.row-error {
  background-color: rgb(255 ,192, 203) !important;
}

.user-split {
  font-weight: bold;
  border-top: 3px solid #ddd;
}

.retire-2 {
  color: #ff0000;
}

.retire-3 {
  color: #ffa500;
}

.userstatus-1 {
  color: #ffa500;
}

.userstatus-2, .userstatus-9 {
  color: red;
}

.tippy-tooltip.dark-theme .tippy-content {
  font-size: 12pt;
  text-align: left;
}

.home-item-header {
  width: 50%;
}

.app {
    padding: 5px;
    height: 85px; 
    position: fixed;
    left: 0;
    bottom:0%;
    width:100%;
    background-color: #f5f5f5;
}