body, html {
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.8em;
  font-size: 14px;
  color: #333;
}

*, *:before, *:after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}



#container a {
    text-decoration: none;
    color: #0077cc;
}
#container a:hover {
    text-decoration: underline;
}

.header{
  background: rgba(3, 54, 16, 0.979);
  padding: 20px 30px 25px 15px;
  margin-bottom: 0;
}

#header-name a{
  font-family: "Sawarabi Mincho"; 
  font-size: 24px;
  color: rgb(255,255,255);
  text-decoration: none;
}



@media screen and (max-width: 768px) {
  #header-name {  font-size: 16px;
  }
}

#container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 7px;
}

h1 {
  font-size: 18px;
  border-left:solid 7px #014b07;
  border-bottom: solid 1px #014b07;
  margin: 25px auto;
  padding: 5px 0 2px 7px;

}

.month-picker {
    background-color: white;
}

input#month-picker {
    width: 128px !important; ;
}

.ui-button {
    cursor: pointer;
}

.year, .month{
    font-family: geogia;
}

.year { font-size: 18px;}
.month { font-size: 32px;}

.calendar {
    width: 100%;
    border-collapse: collapse;
}

.calendar-day-head {
    background: #154b00;
    color: #fff;
}

.calendar th, .calendar td {
    border: solid 1px #aaaaaa;
    width: 14.29%;
    padding: 5px;
    font-size: 12px;
    vertical-align: top;
} 

.day-number {
  font-size: 18px;
  font-style: italic;
}

.calendar th {
    text-align: center;
}

.holiday {
    background: #d6ff77;
}

.holiday-name {
  font-size: 13px;
  font-style: normal;  
}

.saturday {
    background: #d6ebfa;
}

.sunday {
    background: #fcd0d0;
}

.rokuYo {
    color: #001fa7;
    font-size: 13px;
    font-style: normal;
}

.tomobiki {
  color: #be000a;
  font-weight: 600;
}

.sekki24 {
    color: #3442c2;
    font-size: 13px;
    font-style: normal;
}

.week-day {
    margin: 0 5px;
}

.form-group {
    margin-bottom: 1em;
    
  }
  
  .form-group label {
    display: block;
    margin-bottom: 0.5em;
  }
  
  .form-group input,
  .form-group textarea,
  .form-group select {
    width: 100%;
    padding: 0.5em;
  }
  
  .form-group .form-input {
    width: 80%;
  }
  
  
  .form-group input[type="checkbox"] {
    width:100px;
  }
  
  .form-group button {
    padding: 0.5em 1em;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .form-group button:hover {
    background-color: #cc0000;
  }

  deceased-form

  .deceased {
    display: flex;
    flex-wrap: wrap;
  }

  .deceased-right, .deceased-center, .deceased-left {
    width: 32%;
    min-width: 300px;
    margin-right: 1%;
  }

  .deceased-right table, .deceased-left table, .deceased-center table {
    width: 100%;
    max-width: 500px;
  }

  .data-list table, .deceased table {
    border-collapse: collapse;
  }

  .data-list table {
    width: 100%;
  }

  .data-list thead {
    background: #555;
    color: #fff;
  }

  .horizontal-headline tr:first-child, .vertical-headline th{
    background-color: #0d6402;
    color: #fff;
  }

  .vertical-headline th {
    width: 100px;
  }

   .data-list tbody tr:nth-child(even), .deceased tbody tr:nth-child(even) {
    background: #ffffea;
  }

  #container .data-list th, #container .data-list td, .deceased th, .deceased td {
    border: solid 1px #aaaaaa !important;
    padding: 5px;
    text-align: center;
  }

  ul.nenki {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  }

  ul.nenki li {
    width: 30%;
  }

  .upcoming-payment { color:#0d6402}
  .recently-missed { color: #ffef12;}
  .missed-payment { color: #cc0000;}
  .past-payment { color: #007BFF;}

  .center { text-align: center;}
  .right { text-align: right;}
  .left {text-align: left;}
  .left-space {padding-left: 7px;}

  a.btn {
    color: #fff !important;
    text-decoration: none !important;
  }

  footer {
    text-align: center;
  }