body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
input,
textarea,
select {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
form {
  margin: 0;
}
h1 {
  font-size: 17.5px;
  border-bottom: 1px solid #eee;
}
.logo {
  float: left;
  margin-left: -20px;
  padding: 0 20px;
}
.logo img {
  width: 100px;
  height: 40px;
}
.container {
  padding-top: 20px;
}
.form-horizontal .table {
  border-bottom: 1px solid #dddddd;
}
.form-horizontal .control-group {
  margin-bottom: 10px;
}
.input-daterange .add-on {
  height: 20px;
}
.table .unstyled {
  margin: 0;
}
.table .text-right {
  text-align: right;
}
.table .edittd {
  width: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.form-horizontal th {
  width: 180px;
}
.radio.inline, .checkbox.inline {
  margin-right: 10px;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 0;
}
.collapse {
  transition: height 0.2s ease 0s;
}
/*memo*/
.memo {
  padding: 0px 0px 3px 5px;
}
.memo_blog {
  position: fixed;
  bottom: 1px;
  right: 10px;
  z-index: 1000;
  width: 21%;
  background: #fafad2;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.memo_blog_03 {
  position: fixed;
  bottom: 13px;
  z-index: 1000;
  width: 100%;
  height: 183px;
}
.memo label {
  cursor: auto;
}
.alert_box,
.alert_box_03 {
  padding: 0 0px 0 6px;
  color: #000;
  opacity: 1;
  transition: opacity 0.6s;
  background-clip: padding-box;
  position: relative;
  overflow-y: scroll;
  text-align: justify;
  height: 10vh;
  top: -28px;
  margin-bottom: 3px;
}
.memo_blog_02 {
  position: fixed;
  right: 10px;
  top: 27%;
}

.closebtn,
.closebtn_sp {
  margin-left: 15px;
  color: #000;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 4px;
  cursor: pointer;
  transition: 0.3s;
  padding: 18px 2px 3px 0;
}
.table_list {
  width: 100%;
}
.table_list th {
  background: #ccc;
}
.table_list th .table_list td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 5px;
}
.alert.success {
  background-color: #ccc;
}
.closebtn,
.closebtn_sp {
  margin-left: 15px;
  color: #000;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 4px;
  cursor: pointer;
  transition: 0.3s;
  padding: 18px 2px 3px 0;
}
.button_div {
  width: 100%;
  height: auto;
  min-height: 2vh;
}
.button_div_01 {
  height: 2vh;
  float: right;
}
.btn_01 {
  padding: 0 0 0 13%;
  color: #000;
  text-decoration: none;
  display: inline;
  border-radius: 4px;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
.btn-small_01 {
  font-size: 1.8em;
  position: fixed;
  bottom: 0px;
  right: 12px;
}
.btn-small_02 {
  font-size: 1.8em;
  position: relative;
  top: 1px;
}
.btn_02 {
  float: left;
  color: #000;
  text-decoration: none;
  display: inline;
  border-radius: 4px;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.closebtn:hover,
.closebtn_sp:hover {
  color: #000;
}
.memo_blog_01 {
  width: 100%;
}
.alert_box_01 {
  color: #000;
  opacity: 1;
}
.text_area_01 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  resize: vertical;
  height: 25vh !important;
}
@media (max-width: 767px) {
  .memo_blog_03 {
    width: 40%;
  }
  .alert_box_03 {
    width: auto !important;
    float: right;
    z-index: 1000;
  }
  .text_area_sp {
    -webkit-box-siz1ing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    resize: vertical;
    height: 13vh;
  }
  .input-prepend .input-small,
  .input-append .input-small {
    width: 90px;
  }
  .alert_box {
    float: right;
    z-index: 1000;
    width: 97%;
    height: 14vh;
  }
  .memo_blog {
    width: 40%;
  }
}

@media (min-width: 481px) and (max-width: 639px) {
  .alert_box {
    width: 85%;
  }
  .memo_blog {
    width: 50%;
  }
}

@media (min-width: 481px) and (max-width: 639px) {
  .alert_box {
    width: 98%;
  }
  .memo_blog {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .memo_blog {
    width: 50%;
  }
}

.accordion-body .table ,
.accordion-body .form-actions {
  margin-bottom: 0;
}

/* SchList */
.schlisttable .col1 {
  width: 12%;
}
.schlisttable .col2 {
  width: 12%;
}
.schlisttable .col3 {
  width: 40%;
}
.schlisttable .col4 {
  width: auto;
}
.schlisttable .col5 {
  width: 70px;
}
.schlisttable .dateprint th,
.schlisttable .dateprint td {
  border-top: 1px solid #808080;
}
.schnote,
.schremark {
  word-break: break-all;
  overflow-wrap: anywhere;
}
/* UserList */
.userlisttable .col1 {
  width: 15%;
}
.userlisttable .col2 {
  width: auto;
}
.userlisttable .col2 {
  width: auto;
}
.userlisttable .col3 {
  width: auto;
}
.userlisttable .col4 {
  width: 15%;
}
.userlisttable .col5 {
  width: 70px;
}
.userlisttable .col6 {
  width: 80px;
}
/* InfoList */
.infolisttable .col1 {
  width: auto;
}
.infolisttable .col2 {
  width: 10%;
}
.infolisttable .col3 {
  width: 20%;
}
.infolisttable .col4 {
  width: 70px;
}
.infolist dl {
  padding: 10px 15px 0;
  margin: 10px 0;
  border-top: 1px solid #ddd;
}
.infolist dl:first-child {
  margin-top: 0;
}
.infolist dd {
  margin-left: 0;
}
/* info-regist */
.infotxt {
  margin: 0 15px;
}
/* calendar */
.month {
  margin-bottom: 0;
}
.month:first-child {
  margin-top: 0;
}
.calendar {
  table-layout: fixed;
}
.calendar th {
  width: 14.28571428571429%;
  padding: 0;
  text-align: center;
}
.calendar td {
  width: 14.28571428571429%;
  padding: 0;
  height: 80px;
  text-indent: 5px;
  position: relative;
  cursor: pointer;
}
.calendar th:first-child,
.calendar td:first-child {
  color: #b94a48;
}
.calendar th:last-child,
.calendar td:last-child {
  color: #3a87ad;
}
.calendar .label {
  display: block;
  overflow: hidden;
  margin-top: 2px;
  text-indent: 0;
}
.calendar .today {
  background-color: #bce8f1;
  font-weight: bold;
}
.calendar .empty {
  background-color: #f5f5f5;
  cursor: auto;
}
.calendar .btn {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  text-indent: 0;
}
.modal-body h5 {
  margin: 8px 8px 0;
}
.modal-body .schlisttable {
  margin-bottom: 0;
}
.modal-body .schlisttable tr:first-child td {
  border-top: none;
}

@media (max-width: 767px) {
  .input-prepend .input-small,
  .input-append .input-small {
    width: 90px;
  }
}

@media (max-width: 480px) {
  body {
    padding: 0;
  }
  .container {
    padding-top: 0;
  }
  .well {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
  }
  .br {
    display: block;
    height: 5px;
    font-size: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: 0;
    margin-right: 0;
  }
  .form-horizontal th {
    width: 80px;
  }
  .schlisttable,
  .schlisttable tbody,
  .schlisttable tr,
  .schlisttable th,
  .schlisttable td {
    display: block;
    border-left: none;
  }
  .schlisttable {
    border-top: none;
    margin-bottom: 0;
    border-right: none;
  }
  .schlisttable thead {
    display: none;
    visibility: hidden;
  }
  .schlisttable .dateprint th,
  .schlisttable .dateprint td {
    border-top: 1px solid #ddd;
  }
  .schlisttable .schdate,
  .schlisttable .dateprint .schdate {
    border-top: 1px solid #808080;
    background-color: #f5f5f5;
  }
  .schlisttable .schname,
  .schlisttable .dateprint .schname {
    border-top: 1px solid #808080;
    font-weight: bold;
  }
  .schlisttable .schnote,
  .schlisttable .dateprint .schnote {
    padding-right: 40px;
    padding-bottom: 0;
  }
  .schlisttable .schremark,
  .schlisttable .dateprint .schremark {
    padding-top: 0;
    padding-right: 40px;
    border-top: none;
  }
  .schlisttable .edittd,
  .schlisttable .dateprint .edittd {
    position: relative;
    width: auto;
    padding: 0;
    border: none;
  }
  .schlisttable .edittd a {
    position: absolute;
    bottom: 4px;
    right: 4px;
  }
  .infotxt {
    margin-top: 15px;
  }
  .userlisttable,
  .userlisttable tbody,
  .userlisttable tr,
  .userlisttable th,
  .userlisttable td {
    display: block;
    border-left: none;
  }
  .userlisttable {
    border-top: none;
    margin-bottom: 0;
    border-right: none;
  }
  .userlisttable thead {
    display: none;
    visibility: hidden;
  }
  .userlisttable .edittd {
    position: relative;
    width: auto;
    padding: 0;
    border: none;
  }
  .userlisttable .edittd a {
    position: absolute;
    bottom: 4px;
    right: 4px;
  }
  .userlisttable .username {
    padding-bottom: 0;
  }
  .userlisttable .usermail {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .userlisttable .usertel {
    border-top: none;
    padding-top: 0;
  }
  .month {
    padding-left: 15px;
  }
  .calendar:last-child {
    margin-bottom: 0;
  }
  .modal-body {
    padding: 0;
  }
  #loginFrom .modal-body {
    padding: 15px;
  }
}
