@charset "UTF-8";
/* Common CSS */
/* _setting CSS */
htm, body {
  background: url(../images/common/contents_back.jpg) 0 0 repeat-x #f4f4f4;
}

/* ___________________Font */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  color: #333333;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana;
}

/* ___________________Link */
a {
  color: #009944;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/* ___________________header */
#header {
  height: 50px;
  line-height: 50px;
}
#header .wrapper {
  position: relative;
}
#header h1 {
  background: url(../images/common/logo.png) 0 center no-repeat;
  margin: 0;
  padding: 0 0 0 54px;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
}
#header .user {
  position: absolute;
  top: 0;
  right: 110px;
  color: #fff;
  font-size: 12px;
}
#header .pdf_link {
  position: absolute;
  top: 0;
  right: 245px;
  background: url(../images/common/icon_pdf.png) left 15px no-repeat;
  height: 50px;
  padding: 0 0 0 22px;
  font-size: 12px;
}
#header .pdf_link a {
  color: #fff;
  text-decoration: underline;
}
#header .logout {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 90px;
  height: 23px;
}
#header .logout a {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/common/logout.jpg) no-repeat;
  margin: 0;
  height: 23px;
  width: 90px;
}
#header .logout a:hover {
  opacity: .8;
}

/* ___________________global navigation */
#gnav {
  height: 36px;
}
#gnav .wrapper > ul {
  width: 1022px;
  height: 100%;
  display: table;
  table-layout: fixed;
  border-left: solid 1px #b2b2b2;
  border-right: solid 1px #fff;
}
#gnav .wrapper > ul > li {
  display: table-cell;
  border-left: solid 1px #fff;
  border-right: solid 1px #b2b2b2;
}
#gnav .wrapper > ul > li a {
  width: 100%;
  display: block;
  border-top: solid 1px #fff;
  line-height: 35px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
#gnav .wrapper > ul > li a.current, #gnav .wrapper > ul > li a:hover {
  color: #fff;
  background: url(../images/common/gnavi_back.jpg) 0 0 repeat-x;
}
#gnav .wrapper > ul > li.dropdown {
  position: relative;
  z-index: 10;
}
#gnav .wrapper > ul > li.dropdown:hover {
  background: url(../images/common/gnavi_back.jpg) 0 0 repeat-x;
}
#gnav .wrapper > ul > li.dropdown:hover > a {
  color: #fff;
}
#gnav .wrapper > ul > li.dropdown:hover ul {
  display: block;
}
#gnav .wrapper > ul > li.dropdown ul {
  width: 100%;
  position: absolute;
  display: none;
  background-color: #636363;
}
#gnav .wrapper > ul > li.dropdown ul li {
  display: block;
  margin-bottom: 0;
}
#gnav .wrapper > ul > li.dropdown ul li a {
  color: #eee;
  display: block;
  width: 100%;
  line-height: 35px;
  border-top: none;
}
#gnav .wrapper > ul > li.dropdown ul li a:hover {
  color: #fff;
}

/* ___________________sub navigation */
#sub_nav {
  height: 35px;
  background-color: #636363;
  border-bottom: solid 1px #fff;
}
#sub_nav ul {
  width: 100%;
}
#sub_nav ul li {
  display: inline-block;
  line-height: 35px;
  padding: 0 39px 0 0;
}
#sub_nav ul li a {
  display: inline-block;
  padding: 0 0 0 16px;
  line-height: 35px;
  color: #a5a5a5;
  font-size: 13px;
  text-decoration: none;
  background: url(../images/common/subnav_icon.png) 0 center no-repeat;
}
#sub_nav ul li a.current {
  color: #fff;
  background: url(../images/common/subnav_icon_current.png) 0 center no-repeat;
}
#sub_nav ul li a:hover {
  color: #fff;
}

/* ___________________layout */
.wrapper {
  width: 1024px;
  margin: 0 auto;
}

#main {
  width: 1024px;
  padding: 19px 0 0 0;
  margin: 0 auto;
}

/* ___________________footer */
#footer {
  width: 100%;
  margin-top: 80px;
  background-color: #636363;
}
#footer #copyright {
  width: 1024px;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
  text-align: right;
  line-height: 28px;
}
#footer #copyright a {
  color: #feb403;
  text-decoration: underline;
}

/* ***************************************** */
/* bloc
/* ***************************************** */
/* ___________________head block and mtitle */
.block_head {
  width: 100%;
  margin: 0 auto 20px auto;
  position: relative;
}
.block_head .btn_common,
.block_head .btn_link {
  position: absolute;
  right: 0;
  top: 0;
}

.mtitle {
  padding: 0 0 0 16px;
  color: #009944;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 29px;
  border-left: solid 6px #009944;
}

/* ___________________search block */
.block_search {
  padding: 30px;
  margin: 0 auto 30px auto;
  border: solid 2px #d0d0d0;
  background-color: #fff;
}
.block_search table {
  width: 100%;
}
.block_search table th {
  width: 100px;
  padding: 0 0 15px 0;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}
.block_search table td {
  padding: 0 0 15px 0;
  font-size: 14px;
  vertical-align: top;
}
.block_search table td .horizontal li {
  display: inline-block;
  margin-right: 15px;
}
.block_search table td .invalid {
  padding-left: 20px;
  color: #f00;
}
.block_search .btn_area {
  overflow: hidden;
}
.block_search .btn_area input {
  float: right;
}

/* ___________________query block */
.block_query {
  height: 28px;
  margin-bottom: 2px;
  background-color: #dae7e0;
  position: relative;
}
.block_query .query {
  padding: 0 0 0 10px;
  font-size: 12px;
  line-height: 28px;
}

/* ___________________result block */
.block_result {
  height: 28px;
  margin-bottom: 2px;
  background-color: #dae7e0;
  position: relative;
}
.block_result .result {
  padding: 0 0 0 10px;
  font-size: 12px;
  line-height: 28px;
}
.block_result .pages {
  position: absolute;
  top: 0;
  right: 10px;
}
.block_result .pages li {
  display: inline-block;
  margin-left: 4px;
}
.block_result .pages li a {
  margin-top: 5px;
  display: inline-block;
  padding: 1px 5px;
  font-size: 12px;
  color: #009944;
  background-color: #fff;
  text-decoration: none;
}
.block_result .pages li a.current {
  background-color: transparent;
  color: #636363;
}
.block_result .pages li a:hover {
  background-color: transparent;
  color: #fff;
  background-color: #009944;
}

/* ___________________alert block */
.block_alert {
  width: 1024px;
  border: solid 2px;
  padding: 10px;
  border-radius: 4px;
  margin: 20px auto;
  display: block;
  position: fixed;
  top: 77px;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.block_alert p {
  font-size: 14px;
}
.block_alert.static {
  position: static;
}
.block_alert.success {
  background-color: #dafee5;
  border-color: #72e585;
}
.block_alert.success p {
  color: #088821;
}
.block_alert.error {
  background-color: #F2DEDF;
  border-color: #ebccd1;
}
.block_alert.error p {
  color: #a94442;
}
.block_alert.display {
  display: block;
}
.block_alert.modal_alert {
  top: 40%;
}
.block_alert.modal_alert:hover {
  opacity: .8;
  cursor: pointer;
}

/* ___________________ex block */
.block_ex .actions {
  margin: 10px auto;
}
.block_ex .actions li {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  margin-right: 15px;
}
.block_ex .actions li a {
  color: #333;
}

/* ___________________sub title block */
.block_subtitle {
  margin: 25px auto 0 auto;
  padding: 7px 0 0 0;
  border-top: solid 2px #009944;
  position: relative;
}
.block_subtitle .title {
  font-size: 14px;
  font-weight: bold;
}
.block_subtitle .title span {
  padding: 0 3px;
  margin: 0 5px 0 10px;
  display: inline-block;
  font-size: 12px;
  background-color: #009944;
  color: #fff;
}
.block_subtitle .title > span:first-child {
  margin-left: 0 !important;
}
.block_subtitle .actions {
  position: absolute;
  right: 0;
  top: 4px;
}
.block_subtitle .actions a {
  display: inline-block;
  font-size: 14px;
  color: #009944;
}

/* ___________________pager block */
.block_pager {
  margin: 0 auto 30px auto;
  overflow: hidden;
}
.block_pager .prev,
.block_pager .back {
  float: left;
}
.block_pager .next {
  float: right;
}
.block_pager .prev a,
.block_pager .back a,
.block_pager .next a {
  font-size: 14px;
  color: #009944;
}

/* ___________________message block */
.block_message {
  margin: 20px auto 10px auto;
}
.block_message .attention {
  color: #f00;
  font-size: 12px;
}
.block_message .note {
  font-size: 14px;
}

/* ___________________btn block */
.block_btn {
  margin: 20px auto 10px auto;
  overflow: hidden;
}
.block_btn .btn_common {
  float: right;
}
.block_btn.center {
  text-align: center;
}
.block_btn.center .btn_common {
  margin: 0 10px;
  display: inline-block;
  float: none;
}

.block_confirm .confirm_box {
  width: 460px;
  height: 150px;
  padding: 30px 20px 20px 20px;
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.46);
  z-index: 999;
}
.block_confirm .confirm_box .message {
  text-align: center;
  font-size: 14px;
}
.block_confirm .confirm_box ul {
  padding: 20px 0 0 0;
  text-align: center;
}
.block_confirm .confirm_box ul li {
  display: inline-block;
  margin: 0 10px;
}
.block_confirm .overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/common/overlay.png) repeat;
  display: block;
  z-index: 998;
}

/* ***************************************** */
/* UI
/* ***************************************** */
.btn {
  display: inline-block;
  text-decoration: none;
  padding: 0 5px;
  line-height: 18px;
  font-size: 12px;
  border-radius: 4px;
  color: #636363;
  border: solid 1px #a6a6a6;
  background: #ececec;
  /* Old browsers */
  background: linear-gradient(to bottom, #ffffff 0%, #ececec 51%, #ffffff 100%);
}
.btn:hover {
  text-decoration: none;
}

.btn_common {
  width: 115px;
  height: 29px;
  display: block;
  background: url(../images/common/btn_default.png) 0 0 repeat-x #797979;
  font-size: 14px;
  line-height: 29px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  border: none;
}
.btn_common:hover {
  opacity: 0.8;
}
.btn_common.action {
  background: url(../images/common/btn_action.png) 0 0 repeat-x #f2ab00;
}

.btn_link {
  width: 115px;
  height: 29px;
  margin: 0;
}
.btn_link a {
  width: 100%;
  display: block;
  background: url(../images/common/btn_default.png) 0 0 repeat-x #797979;
  font-size: 14px;
  line-height: 29px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
.btn_link a:hover {
  opacity: 0.8;
}
.btn_link.action a {
  background: url(../images/common/btn_action.png) 0 0 repeat-x #f2ab00;
}

input[type=text],
input[type=email],
input[type=password] {
  font-size: 14px;
  padding: 2px;
}

input[type=radio] {
  font-size: 14px;
  vertical-align: middle;
  margin-right: 5px;
}

input[type=checkbox] {
  font-size: 14px;
  vertical-align: middle;
  margin-right: 5px;
}

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

select {
  font-size: 14px;
}
select option {
  font-size: 14px;
}

.select_wrap {
  width: 300px;
  height: 100px;
  padding: 10px;
  background-color: #eee;
}
.select_wrap .select_label {
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  vertical-align: middle;
  border: 1px solid #ddd;
  background-color: #fff;
  background-repeat: no-repeat;
}
.select_wrap .select_label .select {
  position: relative;
  z-index: 1;
  line-height: 1.8;
  display: block;
  width: 120%;
  padding: 0;
  text-indent: 8px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  appearance: none;
}
.select_wrap .select_label:after {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-top: 4px solid #999;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

textarea {
  padding: 5px;
  border: solid 1px #c2c2c2;
  font-size: 14px;
  background-color: #fff;
}

/* ***************************************** */
/* icon
/* ***************************************** */
.icon {
  padding-left: 23px !important;
  position: relative;
  font-size: 14px;
}
.icon:before {
  position: absolute;
  top: 0;
  left: 0;
}
.icon.icon_delete:before {
  content: url(../images/common/icon_delete.png);
}
.icon.icon_delete2:before {
  content: url(../images/common/icon_delete2.png);
}
.icon.icon_copy:before {
  content: url(../images/common/icon_copy.png);
}
.icon.icon_print:before {
  content: url(../images/common/icon_print.png);
}
.icon.icon_download:before {
  content: url(../images/common/icon_download.png);
}
.icon.icon_upload:before {
  content: url(../images/common/icon_upload.png);
}
.icon.icon_download_multi:before {
  content: url(../images/common/icon_download2.png);
}
.icon.icon_check:before {
  content: url(../images/common/icon_check.png);
}
.icon.icon_prev:before, .icon.icon_back:before {
  content: url(../images/common/icon_arrow_prev.png);
}
.icon.icon_next:before {
  content: url(../images/common/icon_arrow_next.png);
}
.icon.icon_add:before {
  content: url(../images/common/icon_add.png);
}

/* ***************************************** */
/* table
/* ***************************************** */
.table_list {
  width: 100%;
  margin: 10px auto;
  border-bottom: solid 1px #c6c6c6;
}
.table_list thead th {
  padding: 14px 10px;
  background: url(../images/common/th_back2.jpg) 0 0 repeat-x #949494;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  border-left: solid 1px #919191;
  border-right: solid 1px #c6c6c6;
}
.table_list thead th .sort {
  float: right;
}
.table_list thead th .sort a {
  display: block;
  margin: 2px 0;
}
.table_list thead th .sort a img {
  display: block;
}
.table_list tbody td {
  padding: 10px 10px;
  font-size: 14px;
  text-align: left;
  border-left: solid 1px #c6c6c6;
  border-right: solid 1px #c6c6c6;
  vertical-align: top;
}
.table_list tbody td .change {
  float: right;
}
.table_list tbody td .change a {
  margin-left: 1px;
}
.table_list tbody td .change button {
  margin: 0 1px;
  display: inline-block;
}
.table_list tbody td .invalid {
  color: #f00;
}
.table_list tbody tr:nth-child(odd) td {
  background-color: #fff;
}
.table_list tbody tr:nth-child(even) td {
  background-color: #eee;
}
.table_list tfoot td {
  padding: 10px 10px;
  border-top: solid 1px #c6c6c6;
  border-left: solid 1px #c6c6c6;
  border-right: solid 1px #c6c6c6;
}

.table_edit {
  width: 100%;
  margin: 10px auto;
  border-bottom: solid 1px #c6c6c6;
  /*table-layout: fixed;
  width: 190%;*/
}
.table_edit label.doctor_link {
	white-space: nowrap;
	}
.table_edit thead th {
  width:100px;
  padding: 14px 10px;
  background: url(../images/common/th_back2.jpg) 0 0 repeat-x #949494;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  border-left: solid 1px #919191;
  border-right: solid 1px #c6c6c6;
}
.table_edit tbody th,
.table_edit tbody td {
  padding: 10px 10px;
  font-size: 14px;
  text-align: left;
  border-left: solid 1px #c6c6c6;
  border-right: solid 1px #c6c6c6;
  vertical-align: top;
}
.table_edit tbody th .horizontal li,
.table_edit tbody td .horizontal li {
  display: inline-block;
  padding: 0 15px 0 0;
}
.table_edit tbody th span {
  color: #f00;
}
.table_edit tbody tr:nth-child(odd) th,
.table_edit tbody tr:nth-child(odd) td {
  background-color: #fff;
}
.table_edit tbody tr:nth-child(even) th,
.table_edit tbody tr:nth-child(even) td {
  background-color: #eee;
}

.table_calendar {
  width: 100%;
  margin: 30px auto 10px auto;
  border-bottom: solid 1px #c6c6c6;
  table-layout: fixed;
}
.table_calendar thead th {
  padding: 14px 10px;
  background: url(../images/common/th_back2.jpg) 0 0 repeat-x #949494;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-left: solid 1px #919191;
  border-right: solid 1px #c6c6c6;
}
.table_calendar tbody td {
  padding: 5px 5px 0 10px;
  font-size: 13px;
  text-align: left;
  border-left: solid 1px #c6c6c6;
  border-right: solid 1px #c6c6c6;
  vertical-align: top;
  line-height: 1.4;
}
.table_calendar tbody td .n {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: bold;
  color: #f2ad00;
}
.table_calendar tbody td .s {
  margin: 0 0 5px 0;
  cursor: pointer;
}
.table_calendar tbody td .s:hover {
  color: #009944;
}
.table_calendar tbody tr:nth-child(odd) td {
  background-color: #fff;
}
.table_calendar tbody tr:nth-child(odd) td.add:hover, .table_calendar tbody tr:nth-child(odd) td.edit:hover {
  cursor: pointer;
  background-color: #fdf1c8;
}
.table_calendar tbody tr:nth-child(even) td {
  background-color: #eee;
}
.table_calendar tbody tr:nth-child(even) td.add:hover, .table_calendar tbody tr:nth-child(even) td.edit:hover {
  cursor: pointer;
  background-color: #fdf1c8;
}

/* ***************************************** */
/* modal window
/* ***************************************** */
html.modal_display,
body.modal_display {
  overflow: hidden;
}

#modal_windows {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
#modal_windows #overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/common/overlay.png) repeat;
  display: none;
}
#modal_windows #overlay.display {
  display: block;
  animation: show 0.2s linear;
}
#modal_windows .modal {
  /*** 2019.02.21 change width: 950px; */
  width: 1050px;
  padding: 25px 30px;
  max-height: 95%;
  margin: auto;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  background-color: #fff;
  display: none;
  overflow-y: scroll;
}
#modal_windows .modal.display {
  display: block;
  animation: show 0.2s linear;
}
#modal_windows .modal .title {
  font-size: 14px;
  font-weight: normal;
}
#modal_windows .modal .title span {
  padding: 0 3px;
  margin: 0 5px 0 10px;
  display: inline-block;
  font-size: 12px;
  background-color: #009944;
  color: #fff;
}
#modal_windows .modal .title > span:first-child {
  margin-left: 0 !important;
}
#modal_windows .modal .btns {
  position: relative;
  overflow: hidden;
  text-align: center;
}
#modal_windows .modal .btns .icon_add {
  position: absolute;
  left: 0;
}
#modal_windows .modal .btns .btn_common {
  display: inline-block;
}
#modal_windows .modal .note {
  padding: 10px 0 0 0;
}
#modal_windows .modal .note p {
  font-size: 12px;
}
#modal_windows .modal .note p span {
  display: block;
}
#modal_windows .modal .close {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 37px;
  height: 37px;
  background-image: url(../images/common/btn_close.png);
  position: absolute;
  top: -15px;
  right: -20px;
  cursor: pointer;
}
#modal_windows .modal .close:hover {
  opacity: .8;
}
#modal_windows .modal .table_edit td .ex {
  padding: 0 0 0 5px;
  font-size: 12px;
  color: #999;
}
#modal_windows #modal_close {
  display: block;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 37px;
  height: 37px;
  background-image: url(../images/common/btn_close.png);
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  display: none;
}
#modal_windows #modal_close:hover {
  opacity: .8;
}
#modal_windows #modal_close.display {
  display: block;
  animation: show 0.2s linear;
}

/* ***************************************** */
/* animation
/* ***************************************** */
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ***************************************** */
/* ログイン / リマインダー
/* ***************************************** */
.login .block_alert,
.reminder .block_alert {
  width: 800px;
}
.login .login_area,
.reminder .login_area {
  margin: 20px auto 10px auto;
  padding: 5px 5px 10px 5px;
  width: 500px;
  border: 2px solid #E0E0E0;
  background-color: #FFF;
}
.login .login_area .input_area,
.reminder .login_area .input_area {
  margin: 0 0 9px 0;
  padding: 14px 30px 9px 30px;
  background-color: #F1F1F1;
  font-size: 1.2em;
  border-radius: 4px;
  position: relative;
}
.login .login_area .input_area label,
.reminder .login_area .input_area label {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.login .login_area .input_area input,
.reminder .login_area .input_area input {
  margin: 0 0 0 10px;
  width: 350px;
  font-size: 16px;
}
.login .login_area .input_area input.mail,
.reminder .login_area .input_area input.mail {
  display: block;
  margin: 10px auto 20px auto;
}
.login .login_area .submit_area button,
.reminder .login_area .submit_area button {
  margin: 0 auto;
}
.login .message,
.reminder .message {
  width: 500px;
  margin: 0 auto 20px auto;
  font-size: 15px;
}
.login .forget,
.reminder .forget {
  width: 500px;
  margin: 0 auto 200px auto;
  text-align: right;
}
.login .forget a,
.reminder .forget a {
  font-size: 14px;
}

/* ***************************************** */
/* システムトップ
/* ***************************************** */
.top table {
  width: 100%;
  margin: 30px auto 60px auto;
  border: solid 1px #c6c6c6;
}
.top table th {
  width: 150px;
  padding: 20px 0 20px 20px;
  text-align: left;
  vertical-align: middle;
  background-color: #eee;
  border-left: solid 1px #c6c6c6;
}
.top table td {
  width: 200px;
  padding: 20px 50px 20px 0;
  text-align: left;
  vertical-align: middle;
  background-color: #eee;
}
.top table td .btn_link {
  display: inline-block;
}
.top table tr:nth-child(odd) th, .top table tr:nth-child(odd) td {
  background-color: #fff;
}
.top table caption {
  font-weight: bold;
  text-align: left;
  padding: 5px 0 5px 10px;
  margin-bottom: 10px;
  border-left: solid 4px #c6c6c6;
}

/* ***************************************** */
/* アカウント管理
/* ***************************************** */
.accounts .table_list th:nth-child(1),
.accounts .table_list td:nth-child(1) {
  width: 40px;
  text-align: center;
}
.accounts .table_list th:last-child,
.accounts .table_list td:last-child {
  width: 100px;
  text-align: center;
}
.accounts .table_edit th:nth-child(1),
.accounts .table_edit td:nth-child(1) {
  width: 200px;
}
.accounts .table_edit td input[type=text],
.accounts .table_edit td input[type=email] {
  width: 350px;
}
.accounts .table_edit td .ex {
  margin-left: 10px;
}

/* ***************************************** */
/* 施設管理
/* ***************************************** */
.facilities .block_search td input[type=text] {
  width: 350px;
}
.facilities .table_list th:nth-child(1),
.facilities .table_list td:nth-child(1) {
  width: 40px;
  text-align: center;
}
.facilities .table_list th:nth-child(4),
.facilities .table_list td:nth-child(4) {
  width: 120px;
}
.facilities .table_list th:last-child,
.facilities .table_list td:last-child {
  width: 100px;
  text-align: center;
}
.facilities .table_edit th:nth-child(1),
.facilities .table_edit td:nth-child(1) {
  width: 200px;
}
.facilities .table_edit td input[type=text] {
  width: 350px;
}
.facilities .table_edit td .department_list li {
  width: 49%;
  margin-right: 0.5%;
  padding: 5px 0;
  display: inline-block;
}
.facilities .table_edit td .department_list li label {
  display: inline-block;
  width: 250px;
  border: solid 1px #ddd;
  padding: 3px 7px;
  border-radius: 4px;
}
.facilities .table_edit td .department_list li label:hover, .facilities .table_edit td .department_list li label.on {
  background-color: #cfe5da;
}
.facilities .table_edit td .department_list li select {
  margin: 0 0 0 10px;
}
.facilities .f_box_wrap:after {
  content: '';
  display: block;
  clear: both;
}
.facilities .f_box_wrap p {
  float: left;
  width: 187px;
}
.facilities .f_box_wrap .box2, .facilities .f_box_wrap .box3 {
  margin: 0 0 0 18px;
}
.facilities .f_box_wrap .box4 {
  float: right;
}
.facilities .f_box_wrap textarea {
  width: 100%;
  height: 120px;
}

/* ***************************************** */
/* 診療科管理
/* ***************************************** */
.department .block_search td input[type=text] {
  width: 350px;
}
.department .table_list th:nth-child(1),
.department .table_list td:nth-child(1) {
  width: 40px;
  text-align: center;
}
.department .table_list th:nth-child(5),
.department .table_list td:nth-child(5) {
  width: 120px;
}
.department .table_list th:last-child,
.department .table_list td:last-child {
  width: 100px;
  text-align: center;
}
.department .table_list td.lines {
  padding: 0;
}
.department .table_list td.lines p {
  padding: 10px;
  border-bottom: solid 1px #ddd;
}
.department .table_list td.lines p:last-child {
  border-bottom: none;
}
.department .table_edit th:nth-child(1),
.department .table_edit td:nth-child(1) {
  width: 200px;
}
.department .table_edit td input[type=text] {
  width: 350px;
}

.class_s .block_search td input[type=text] {
  width: 350px;
}
.class_s .table_list th:nth-child(1),
.class_s .table_list td:nth-child(1) {
  width: 40px;
  text-align: center;
}
.class_s .table_list th:nth-child(4),
.class_s .table_list td:nth-child(4) {
  width: 120px;
}
.class_s .table_list th:last-child,
.class_s .table_list td:last-child {
  width: 100px;
  text-align: center;
}
.class_s .table_edit th:nth-child(1),
.class_s .table_edit td:nth-child(1) {
  width: 200px;
}
.class_s .table_edit td input[type=text] {
  width: 350px;
}

.class_l .block_search td input[type=text] {
  width: 350px;
}
.class_l .table_list th:nth-child(1),
.class_l .table_list td:nth-child(1) {
  width: 40px;
  text-align: center;
}
.class_l .table_list th:nth-child(3),
.class_l .table_list td:nth-child(3) {
  width: 120px;
}
.class_l .table_list th:last-child,
.class_l .table_list td:last-child {
  width: 100px;
  text-align: center;
}
.class_l .table_edit th:nth-child(1),
.class_l .table_edit td:nth-child(1) {
  width: 200px;
}
.class_l .table_edit td input[type=text] {
  width: 350px;
}

/* ***************************************** */
/* メッセージ管理
/* ***************************************** */
.messages .block_search td input[type=text] {
  width: 350px;
}
.messages .table_list th:nth-child(1),
.messages .table_list td:nth-child(1) {
  width: 40px;
  text-align: center;
}
.messages .table_list th:nth-child(3),
.messages .table_list td:nth-child(3) {
  width: 120px;
}
.messages .table_list th:last-child,
.messages .table_list td:last-child {
  width: 100px;
  text-align: center;
}
.messages .table_edit th:nth-child(1),
.messages .table_edit td:nth-child(1) {
  width: 200px;
}
.messages .table_edit td input[type=text] {
  width: 350px;
}

/* ***************************************** */
/* 診療時間区分管理
/* ***************************************** */
.time_div .block_search th {
  width: 150px;
}
.time_div .block_search td input[type=text] {
  width: 350px;
}
.time_div .table_list th:nth-child(1),
.time_div .table_list td:nth-child(1) {
  width: 40px;
  text-align: center;
}
.time_div .table_list th:nth-child(3),
.time_div .table_list td:nth-child(3) {
  width: 300px;
}
.time_div .table_list th:nth-child(4),
.time_div .table_list td:nth-child(4) {
  width: 120px;
}
.time_div .table_list th:last-child,
.time_div .table_list td:last-child {
  width: 100px;
  text-align: center;
}
.time_div .table_edit th:nth-child(1),
.time_div .table_edit td:nth-child(1) {
  width: 200px;
}
.time_div .table_edit td input[type=text] {
  width: 350px;
}

/* ***************************************** */
/* 予約区分管理
/* ***************************************** */
.reserve_div .block_search td input[type=text] {
  width: 350px;
}
.reserve_div .table_list th:nth-child(1),
.reserve_div .table_list td:nth-child(1) {
  width: 40px;
  text-align: center;
}
.reserve_div .table_list th:nth-child(2),
.reserve_div .table_list td:nth-child(2) {
  width: 120px;
  text-align: center;
}
.reserve_div .table_list th:nth-child(5),
.reserve_div .table_list td:nth-child(5) {
  width: 120px;
}
.reserve_div .table_list th:last-child,
.reserve_div .table_list td:last-child {
  width: 100px;
  text-align: center;
}
.reserve_div .table_edit th:nth-child(1),
.reserve_div .table_edit td:nth-child(1) {
  width: 200px;
}
.reserve_div .table_edit td input[type=text] {
  width: 350px;
}

/* ***************************************** */
/* 医師情報管理
/* ***************************************** */
.doctors .block_search table th {
  width: 100px;
}
.doctors .block_search table th.position_name_title {
  width: 60px;
}
.doctors .block_search table td.position_name {
  width: 350px;
}
.doctors .block_search table td select {
  width: 220px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.doctors .block_search table td input[type=text] {
  width: 150px;
}
.doctors .block_pager {
  margin-bottom: 10px;
}
.doctors .table_list .invalid td {
  color: #f00;
}
.doctors .table_list td.lines {
  width: 600px;
  padding: 0;
}
.doctors .table_list td.lines p {
  padding: 10px;
  border-bottom: solid 1px #ddd;
}
.doctors .table_list td.lines p:last-child {
  border-bottom: none;
}
.doctors .table_edit th {
  width: 20%;
}
.doctors .table_edit td {
  width: 30%;
}
.doctors .table_edit td select {
  min-width: 200px;
}
.doctors .table_edit td input[type=text] {
  width: 140px;
}
.doctors .table_edit td input[type=text].large {
  min-width: 400px;
}
.doctors .table_edit td .ex {
  padding: 0 0 0 5px;
  font-size: 12px;
  color: #999;
}
.doctors .table_edit td .label_date {
  padding-right: 20px;
}
.doctors .table_edit td .datepicker {
  margin: 0 5px 0 5px;
  position: relative;
}
.doctors .table_edit td .combobox {
  width: 600px !important;
  margin-bottom: 10px;
  display: block;
}
.doctors .table_edit .thumb {
  width: 73px;
}
.doctors .table_edit .thumb img {
  width: 100%;
  height: auto;
}
.doctors .table_edit .border {
  border-bottom: solid 1px #c6c6c6;
}
.doctors .table_edit .input_file {
  margin: 0 0 3px 0;
}
.doctors .table_edit .icon_upload {
  font-size: 13px;
  color: #009944;
}
.doctors .table_edit .add,
.doctors .table_edit .delete {
  text-align: right;
}
.doctors .table_edit .about {
  padding: 10px 0 0 0;
}
.doctors .table_edit .about select,
.doctors .table_edit .about input[type=text] {
  margin-right: 20px;
}

/* ***************************************** */
/* 診療表管理
/* ***************************************** */
.medical_table section {
  margin: 0 auto 50px auto;
}
.medical_table .block_note {
  position: relative;
}
.medical_table .block_note h4 {
  font-size: 14px;
  font-weight: normal;
}
.medical_table .block_note textarea {
  width: 800px;
}
.medical_table .block_note .btn_common {
  position: absolute;
  right: 0;
  top: 20px;
}
.medical_table .block_search select {
  margin-right: 10px;
}
.medical_table .table_list {
  table-layout: fixed;
  border-bottom: none;
}
.medical_table .table_list td.add, .medical_table .table_list td.edit, .medical_table .table_list td.edit_time {
  cursor: pointer;
}
.medical_table .table_list td.add:hover, .medical_table .table_list td.edit:hover, .medical_table .table_list td.edit_time:hover {
  background-color: #fdf1c8;
}
.medical_table .table_list td .time_color {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: solid 1px #999;
  vertical-align: middle;
  border-radius: 2px;
}
.medical_table .table_list td .time_color.color1 {
  background-color: #ffffff;
}
.medical_table .table_list td .time_color.color2 {
  background-color: #fdfcf7;
}
.medical_table .table_list td .time_color.color3 {
  background-color: #fff5eb;
}
.medical_table .table_list td .time_color.color4 {
  background-color: #fff0db;
}
.medical_table .table_list td .time_color.color5 {
  background-color: #ffe9c4;
}
.medical_table .table_list td p {
  line-height: 1.2;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  border-bottom: solid 1px #c6c6c6;
}
.medical_table .table_list td p span {
  display: block;
}
.medical_table .table_list td p:last-Child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.medical_table .table_list tfoot td {
  border-left: none;
  border-right: none;
}
.medical_table #modal_time,
.medical_table #modal_add_time,
.medical_table #modal_edit_time {
  width: 300px;
}
.medical_table #modal_time .time_item,
.medical_table #modal_add_time .time_item,
.medical_table #modal_edit_time .time_item {
  width: 100%;
}
.medical_table #modal_time .table_edit td,
.medical_table #modal_add_time .table_edit td,
.medical_table #modal_edit_time .table_edit td {
  border-bottom: solid 1px #c6c6c6;
  font-size: 13px;
}
.medical_table #modal_time .table_edit td label,
.medical_table #modal_add_time .table_edit td label,
.medical_table #modal_edit_time .table_edit td label {
  display: block;
  padding: 0 0 5px 0;
}
.medical_table #modal_time .table_edit td .doctor_name,
.medical_table #modal_time .table_edit td .doctor_position,
.medical_table #modal_add_time .table_edit td .doctor_name,
.medical_table #modal_add_time .table_edit td .doctor_position,
.medical_table #modal_edit_time .table_edit td .doctor_name,
.medical_table #modal_edit_time .table_edit td .doctor_position {
  padding-right: 10px;
  float: left;
}
.medical_table #modal_time .table_edit td .doctor_name select,
.medical_table #modal_time .table_edit td .doctor_position select,
.medical_table #modal_add_time .table_edit td .doctor_name select,
.medical_table #modal_add_time .table_edit td .doctor_position select,
.medical_table #modal_edit_time .table_edit td .doctor_name select,
.medical_table #modal_edit_time .table_edit td .doctor_position select {
  display: block;
}
.medical_table #modal_time .table_edit td .doctor_link,
.medical_table #modal_add_time .table_edit td .doctor_link,
.medical_table #modal_edit_time .table_edit td .doctor_link {
  display: block;
  float: none;
  clear: both;
}
.medical_table #modal_time .table_edit td .datepicker,
.medical_table #modal_add_time .table_edit td .datepicker,
.medical_table #modal_edit_time .table_edit td .datepicker {
  width: 140px;
  margin: 0 5px 0 5px;
}
.medical_table #modal_time .table_edit .time_color th,
.medical_table #modal_add_time .table_edit .time_color th,
.medical_table #modal_edit_time .table_edit .time_color th {
  padding: 14px 10px;
  background: url(../images/common/th_back2.jpg) 0 0 repeat-x #949494;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  border-left: solid 1px #919191;
  border-right: solid 1px #c6c6c6;
}
.medical_table #modal_time .table_edit .time_color td ul li,
.medical_table #modal_add_time .table_edit .time_color td ul li,
.medical_table #modal_edit_time .table_edit .time_color td ul li {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 5px 0 0;
  border: solid 1px #999;
  vertical-align: middle;
  border-radius: 2px;
  cursor: pointer;
}
.medical_table #modal_time .table_edit .time_color td ul li.color0,
.medical_table #modal_add_time .table_edit .time_color td ul li.color0,
.medical_table #modal_edit_time .table_edit .time_color td ul li.color0 {
  background: url(../images/common/none_color.png) right top no-repeat;
}
.medical_table #modal_time .table_edit .time_color td ul li.color1,
.medical_table #modal_add_time .table_edit .time_color td ul li.color1,
.medical_table #modal_edit_time .table_edit .time_color td ul li.color1 {
  background-color: #ffffff;
}
.medical_table #modal_time .table_edit .time_color td ul li.color2,
.medical_table #modal_add_time .table_edit .time_color td ul li.color2,
.medical_table #modal_edit_time .table_edit .time_color td ul li.color2 {
  background-color: #fdfcf7;
}
.medical_table #modal_time .table_edit .time_color td ul li.color3,
.medical_table #modal_add_time .table_edit .time_color td ul li.color3,
.medical_table #modal_edit_time .table_edit .time_color td ul li.color3 {
  background-color: #fff5eb;
}
.medical_table #modal_time .table_edit .time_color td ul li.color4,
.medical_table #modal_add_time .table_edit .time_color td ul li.color4,
.medical_table #modal_edit_time .table_edit .time_color td ul li.color4 {
  background-color: #fff0db;
}
.medical_table #modal_time .table_edit .time_color td ul li.color5,
.medical_table #modal_add_time .table_edit .time_color td ul li.color5,
.medical_table #modal_edit_time .table_edit .time_color td ul li.color5 {
  background-color: #ffe9c4;
}
.medical_table #modal_time .table_edit .time_color td ul li.selected,
.medical_table #modal_add_time .table_edit .time_color td ul li.selected,
.medical_table #modal_edit_time .table_edit .time_color td ul li.selected {
  border: solid 1px #f00;
}
.medical_table #modal_time .table_edit .time_color td ul li:hover,
.medical_table #modal_add_time .table_edit .time_color td ul li:hover,
.medical_table #modal_edit_time .table_edit .time_color td ul li:hover {
  opacity: .6;
}
.medical_table #modal_date .table_edit td,
.medical_table #modal_edit .table_edit td,
.medical_table #modal_add .table_edit td {
  border-bottom: solid 1px #c6c6c6;
  font-size: 13px;
}
.medical_table #modal_date .table_edit td label,
.medical_table #modal_edit .table_edit td label,
.medical_table #modal_add .table_edit td label {
  display: block;
  padding: 0 0 5px 0;
}
.medical_table #modal_date .table_edit td .doctor_name,
.medical_table #modal_date .table_edit td .doctor_position,
.medical_table #modal_edit .table_edit td .doctor_name,
.medical_table #modal_edit .table_edit td .doctor_position,
.medical_table #modal_add .table_edit td .doctor_name,
.medical_table #modal_add .table_edit td .doctor_position {
  padding-right: 10px;
  float: left;
}
.medical_table #modal_date .table_edit td .doctor_name select,
.medical_table #modal_date .table_edit td .doctor_position select,
.medical_table #modal_edit .table_edit td .doctor_name select,
.medical_table #modal_edit .table_edit td .doctor_position select,
.medical_table #modal_add .table_edit td .doctor_name select,
.medical_table #modal_add .table_edit td .doctor_position select {
  display: block;
}
.medical_table #modal_date .table_edit td .doctor_link,
.medical_table #modal_edit .table_edit td .doctor_link,
.medical_table #modal_add .table_edit td .doctor_link {
  display: block;
  float: none;
  clear: both;
}
.medical_table #modal_date .table_edit td .datepicker,
.medical_table #modal_edit .table_edit td .datepicker,
.medical_table #modal_add .table_edit td .datepicker {
  width: 140px;
  margin: 0 5px 0 5px;
}

/* ***************************************** */
/* 休診・代診管理
/* ***************************************** */
.dept_info section {
  margin: 0 auto 30px auto;
}
.dept_info .block_note {
  overflow: hidden;
}
.dept_info .block_note .btn_link {
  float: right;
}
.dept_info .table_calendar td .s {
  border-bottom: solid 1px #c6c6c6;
}
.dept_info .table_calendar td .s:last-Child {
  border-bottom: none;
}
.dept_info #modal_add,
.dept_info #modal_edit {
  width: 750px;
}
.dept_info #modal_add .table_edit td,
.dept_info #modal_edit .table_edit td {
  border-bottom: solid 1px #c6c6c6;
}
.dept_info #modal_add .table_edit td label,
.dept_info #modal_edit .table_edit td label {
  display: block;
  margin-bottom: 10px;
}
.dept_info #modal_add .table_edit td textarea,
.dept_info #modal_edit .table_edit td textarea {
  width: 150px;
  font-size: 13px;
}
