@charset "UTF-8";
body {
  background-color: #DDD;
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

header {
  width: 100%;
  height: 40px;
  background-color: #AAA;
}
header .menu {
  display: flex;
  justify-content: flex-end;
}
header .menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  width: 120px;
  height: 30px;
  color: #333;
  background-color: #FFF;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
}
header .menu a:hover {
  background-color: #FEE;
}

#page {
  text-align: center;
}

#page_inner {
  width: 80%;
  max-width: 1200px;
  margin: 40px auto;
  border: 1px solid #333;
  position: relative;
}

h1 {
  font-size: 2em;
  max-width: 1200px;
  border-bottom: 1px solid #555;
  margin: 10px;
  padding: 10px;
}

h2 {
  font-size: 1.4em;
  max-width: 1200px;
  border: 1px solid #888;
  margin: 10px;
  padding: 10px;
}

p {
  font-size: 16px;
}

p.errormessage {
  color: #F00;
  font-weight: bold;
}

button {
  cursor: pointer;
}

input[type=submit] {
  cursor: pointer;
}

.check-group label {
  margin: 0 4px;
}
.check-group input[type=checkbox] {
  position: relative;
  top: 2px;
  width: 17px;
  height: 17px;
}

table {
  width: 80%;
  margin: 5px auto;
  font-size: 16px;
}
table th {
  background-color: #DDD;
  border-bottom: 2px solid #AAA;
}
table td {
  background-color: #FFF;
  border: 2px solid #DDD;
}
table td.td_h {
  background-color: #222;
  color: #FFF;
}
table td.td_h_s {
  background-color: #35617a;
  color: #FFF;
}
table td.bgno {
  background-color: #DDD;
  border: none;
  display: flex;
  justify-content: center;
}
table td.day {
  min-width: 18px;
}
table td input[type=text] {
  padding: 3px;
  width: 35%;
}
table td select {
  padding: 3px;
}

.leftcell {
  background-color: #FFF;
  width: 49%;
  margin: 1px;
  margin-right: 3px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leftcell.add-block {
  flex-direction: column;
}
.leftcell.add-block div + div {
  margin-top: 3px;
}
.leftcell .check-block {
  margin: 0 8px;
}

.rightcell {
  background-color: #FFF;
  width: 50%;
  margin: 1px;
  margin-left: 3px;
  padding: 3px;
}
.rightcell.editing {
  background-color: rgb(255, 238, 0);
}
.rightcell.add-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightcell .check-block {
  margin: 0 8px;
}

table th.th1-2 {
  width: 49%;
}
table td.td1-2 {
  width: 49%;
}

span.red {
  font-weight: bold;
  color: #F00;
}
span.blue {
  font-weight: bold;
  color: #00F;
}

input, a, button {
  font-size: 16px;
}
input.comment_input, a.comment_input, button.comment_input {
  width: 80%;
  height: 20px;
  font-size: 16px;
}
input#login, input.select, a#login, a.select, button#login, button.select {
  display: block;
  margin: 20px auto;
  width: 200px;
  height: 40px;
  border: none;
  color: #FFF;
  border-radius: 4px;
  background-color: #0AF;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;
}
input#login:hover, input.select:hover, a#login:hover, a.select:hover, button#login:hover, button.select:hover {
  background-color: #5AF;
}
input.back, a.back, button.back {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  margin-top: 50px;
  width: 200px;
  height: 40px;
  border: none;
  border-radius: 4px;
  color: #FFF;
  background-color: #F88;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;
}
input.back:hover, a.back:hover, button.back:hover {
  background-color: #FAA;
}
input.req, a.req, button.req {
  margin: 20px auto;
  width: 200px;
  height: 30px;
  border: none;
  border-radius: 4px;
  color: #FFF;
  background-color: #39F;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;
}
input.req:hover, a.req:hover, button.req:hover {
  background-color: #3AF;
}
input.first, a.first, button.first {
  margin-top: 20px;
}

select {
  padding: 5px;
  font-size: 16px;
}

textarea {
  width: 80%;
  height: 80px;
  font-size: 16px;
}

a.dl_btn {
  padding: 7px 30px;
  color: #FFF;
  border-radius: 4px;
  background-color: #0AF;
  text-decoration: none;
  font-size: 18px;
  transition: background-color 0.3s;
}
a.dl_btn:hover {
  background-color: #5AF;
}

table#month-table {
  width: 94%;
  font-size: 14px;
}
table#month-table td {
  border: none;
}
table#month-table td.holiday {
  color: #F00;
  font-weight: bold;
}
table#month-table td.notice {
  background-color: #FF0;
  cursor: pointer;
}
table#month-table td.cursor {
  cursor: pointer;
}
table.taiin-month tr th:nth-child(1) {
  width: 30%;
}
table.calender-shift-day {
  margin: 30px auto;
}
table.shift-day-header {
  margin-top: 30px;
}
table.shift-request tr th:nth-child(1) {
  width: 20%;
}
table.shift-request tr th:nth-child(2) {
  width: 20%;
}
table.shift-request tr td select {
  padding: 1px;
  margin: 0;
}
table.shift-request tr td .shift-block {
  margin: 2px 0;
}
table.enquete-result {
  width: 95%;
}
table.enquete-result tr th:nth-child(1) {
  width: 10%;
}
table.enquete-result tr th:nth-child(2) {
  width: 12%;
}
table.enquete-result tr th:nth-child(3) {
  width: 9%;
}

.prevnext {
  display: block;
  width: 360px;
  height: 0;
  margin: 0 auto;
  overflow: visible;
}
.prevnext .prev_date {
  display: block;
  float: left;
  margin-top: -97px;
}
.prevnext .next_date {
  display: block;
  float: right;
  margin-top: -97px;
}

.copy-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0 auto;
  width: 200px;
  height: 40px;
  border: none;
  border-radius: 4px;
  color: #FFF;
  background-color: #0AF;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.copy-btn:hover {
  background-color: #5AF;
}

.copy-notice {
  font-size: 18px;
  text-align: center;
  margin: 10px auto;
  display: none;
}

.copy-target {
  display: none;
}

.link-group {
  display: flex;
  justify-content: center;
}
.link-group a {
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.select-day-group {
  display: flex;
  justify-content: center;
}
.select-day-group a {
  width: 100px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: #F0F0F0;
  margin: 0 40px;
  padding-block: 1px;
  padding-inline: 6px;
  border: none;
  border-radius: 4px;
  color: #FFF;
  background-color: #0AF;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.select-day-group a:hover {
  background-color: #5AF;
}

.comment-list {
  margin: 40px 0 20px 0;
}

.login-form {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.login-form p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0;
  width: 100%;
}
.login-form .label {
  width: 15%;
  text-align: right;
  margin-right: 8px;
}
.login-form input {
  width: 20%;
  padding: 5px;
}

.request-form {
  margin-top: 30px;
}

.add-user-form {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.add-user-form p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0;
  width: 100%;
}
.add-user-form .label {
  width: 25%;
  text-align: right;
  margin-right: 8px;
}
.add-user-form input[type=text],
.add-user-form input[type=number] {
  width: 40%;
  padding: 5px;
}

.select-user {
  min-width: 250px;
}

.introduction {
  margin-bottom: 40px;
}

.answer-form .radio-block label {
  margin: 0 10px;
}
.answer-form .radio-block label input[type=radio] {
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}
.answer-form textarea {
  margin: 5px 0;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  #page_inner {
    width: 98%;
    margin: 20px auto;
    position: relative;
  }
  h1 {
    font-size: 1.2em;
  }
  h2 {
    font-size: 1em;
  }
  table {
    width: 100%;
    margin: 20px auto;
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  table {
    font-size: 14px;
  }
  td.small {
    font-size: 10px;
  }
  input {
    font-size: 14px;
  }
  input.comment_input {
    font-size: 14px;
  }
  select {
    font-size: 14px;
  }
  textarea {
    font-size: 14px;
  }
  a.dl_btn {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */