@charset "UTF-8";
/*-------------------------------------------------------
パーツ
------------------------------------------------------- */
/*
.page_title.is-fixed{
position: fixed;
top: 0px;
left: 260px;
right: 0;
z-index: 50;	
}*/
.site_title {
  font-size: 2rem;
  font-weight: bold;
}

.page_title {
  background: #fff;
  margin: 0 -30px 22px;
  padding: 0px 30px 0px;
  height: 60px;
  border-bottom: 1px solid #ccc;
}
.page_title h1 {
  font-size: 1.32rem;
  line-height: 60px;
  margin: 0;
  padding: 0;
  color: #555;
  font-weight: bold;
}
.page_title h1 a {
  font-size: 1.32rem;
  line-height: 1;
}
.page_title h1 span.prev {
  color: #777;
  font-size: 1.12rem;
}
.page_title h1 span.current {
  display: inline-block;
  font-weight: normal;
  margin-left: 15px;
}
.page_title .action {
  position: absolute;
  top: 10px;
  right: 30px;
}
.page_title .action .button {
  padding: 10px 26px;
  font-size: 0.88rem;
}
.page_title .action .close {
  font-size: 28px;
}
.page_title .originalFileBtn {
  border: 3px solid #195ea1;
  font-weight: bold;
  display: inline-block;
  padding: 2px 1em;
  margin-left: 15px;
  position: relative;
}
.page_title .originalFileBtn input[type=file] {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.page_title.is-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
}
.page_title.is-fixed .action {
  position: fixed;
}

.topic_path {
  overflow: hidden;
}
.topic_path li:first-child:before {
  content: " ";
  margin: 0;
}
.topic_path li:before {
  top: 0;
  color: #aaa;
  content: ">";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}
.topic_path li {
  color: #2ba6cb;
  float: left;
  font-size: 0.81rem;
  margin: 0;
  text-transform: uppercase;
}

.paging {
  overflow: hidden;
  margin-bottom: 20px;
  float: left;
}
.paging li {
  float: left;
}
.paging li a {
  display: block;
  padding: 6px 13px;
  color: #258aee;
  background: #fff;
  border: 1px solid #ddd;
  border-left: 0;
  font-size: 0.88rem;
}
.paging li span.current {
  display: block;
  padding: 6px 13px;
  background: #5e9ad6;
  color: #fff;
  border: 1px solid #ddd;
  border-left: 0;
  font-size: 0.88rem;
}
.paging li:first-child a {
  border-radius: 3px 0 0 3px;
  border-left: 1px solid #ddd;
}
.paging li:first-child span.current {
  border-radius: 3px 0 0 3px;
  border-left: 1px solid #ddd;
}
.paging li:last-child a {
  border-radius: 0 3px 3px 0;
}
.paging li:last-child span.current {
  border-radius: 0 3px 3px 0;
}

.paging_total {
  float: left;
  display: block;
  padding: 8px 0 0 12px;
  font-size: 0.88rem;
  color: #666;
}

.minus {
  color: #f00;
}

.toggle_switch {
  display: inline-block;
  position: relative;
  width: 62px;
  height: 24px;
  border-radius: 24px;
  cursor: pointer;
}
.toggle_switch dt {
  display: block;
  content: attr(data-off-label);
  position: absolute;
  top: 3px;
  right: 7px;
  color: #fff;
  font-size: 0.75rem;
}
.toggle_switch dd {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
}

.toggle_switch.on {
  background: #55c752;
}
.toggle_switch.on dt {
  content: attr(data-on-label);
  left: 7px;
  right: auto;
  color: #fff;
}
.toggle_switch.on dd {
  left: auto;
  right: 3px;
  background-color: #f7f7f7;
}

.toggle_switch.off {
  background: #888;
}
/* common style */
input.toggle_switch {
  display: none;
}

input.toggle_switch + label,
input.toggle_switch + label::before,
input.toggle_switch + label::after {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

input.toggle_switch + label {
  display: inline-block;
  position: relative;
  width: 62px;
  height: 24px;
  border-radius: 24px;
  cursor: pointer;
}

input.toggle_switch + label::before {
  display: block;
  content: attr(data-off-label);
  position: absolute;
  top: 3px;
  right: 7px;
  color: #fff;
  font-size: 0.81rem;
}

input.toggle_switch + label::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
}

input.toggle_switch:checked + label::before {
  content: attr(data-on-label);
  left: 7px;
  right: auto;
  color: #fff;
}

input.toggle_switch:checked + label::after {
  left: 40px;
  background-color: #f7f7f7;
}

/* demo01 */
.toggle_switch + label {
  background-color: #888;
}

.toggle_switch + label::before {
  color: #aaa;
}

.toggle_switch:checked + label {
  background-color: #3498db;
}

.toggle_switch:checked + label::before {
  color: #fff;
}

.alert_panel table {
  width: 100%;
  margin-bottom: 20px;
}
.alert_panel table th {
  font-size: 1.33rem;
  vertical-align: middle;
  border-radius: 7px 0 0 7px;
  width: 30px;
  height: 50px;
  padding: 0 8px 0 20px;
}
.alert_panel table td.message {
  position: relative;
  vertical-align: middle;
  border-radius: 0 7px 7px 0;
  padding: 12px 0 12px 12px;
  font-size: 0.88rem;
}
.alert_panel table td.message .close {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  padding: 14px;
}

.ok_alert table th {
  background: #ddffbb;
  color: #4c750f;
}
.ok_alert table td {
  background: #ddffbb;
  color: #4c750f;
}

.ng_alert table th {
  background: #ffdede;
  color: #d52200;
}
.ng_alert table td {
  background: #ffdede;
  color: #d52200;
}

/*-------------------------------------------------------
ページ汎用
------------------------------------------------------- */
.row.expanded {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

body {
  background: #e9f0f7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.section {
  margin-bottom: 32px;
  /*
  	.table_title{

  	font-size: 0.81rem;
  	color: #fff;
  	background: #708091;
  	//border: 1px solid #ddd;
  	//border-top: 3px solid #999;
  	border-bottom: 0;
  	margin: 0;
  	padding: 8px 14px 6px;

  }//table_title
  	*/
}
.section .sub_title {
  font-size: 1.13rem;
  margin: 0 0 10px 0;
  padding: 0 0 0px 8px;
  border-left: 4px solid #666;
  line-height: 1.3;
  color: #444;
}
.section .table_title {
  font-size: 0.88rem;
  color: #495159;
  background: #cedeed;
  border-bottom: 0;
  margin: 0 0 0px 0;
  padding: 10px 14px 8px 18px;
}

#page {
  overflow: hidden;
}

#header.is-fixed {
  display: block;
}

#header {
  background: #263544;
  color: #fff;
  width: 100%;
  height: 48px;
  z-index: 100;
  position: relative;
}
#header h1 {
  background: #263544;
  margin: 0;
  font-size: 1.13rem;
  padding: 11px 15px;
  font-weight: bold;
  float: left;
}
#header h1 a {
  color: #fff;
  text-decoration: none;
}
#header .header_menu {
  background: url(/images/btn_menu.png) no-repeat;
  background-size: 100%;
  width: 26px;
  height: 26px;
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 500;
}
#header .reserve_app {
  float: left;
  padding: 8px 0 0 0;
}
#header .reserve_app a {
  display: block;
  border: 1px solid #666;
  border-radius: 8px;
  padding: 7px 22px;
  line-height: 1;
  font-size: 0.88rem;
  background-image: linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
  background-image: -o-linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(44, 160, 202)), color-stop(1, rgb(62, 184, 229)));
  -webkit-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #021d27;
  -moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #021d27;
  box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #021d27;
  text-decoration: none;
  color: #fff;
}
#header .reserve_app a:hover {
  background-image: linear-gradient(bottom, rgb(48, 168, 210) 0%, rgb(68, 194, 237) 100%);
  background-image: -o-linear-gradient(bottom, rgb(48, 168, 210) 0%, rgb(68, 194, 237) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(48, 168, 210) 0%, rgb(68, 194, 237) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(48, 168, 210) 0%, rgb(68, 194, 237) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(48, 168, 210) 0%, rgb(68, 194, 237) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(48, 168, 210)), color-stop(1, rgb(68, 194, 237)));
}
#header .info {
  float: right;
}
#header .info > ul {
  border-right: 1px solid #999;
}
#header .info > ul > li {
  float: left;
  display: block;
  padding: 13px 15px;
  border-left: 1px solid #999;
  font-size: 0.88rem;
}
#header .info > ul > li.shop_navi,
#header .info > ul > li.user_navi {
  position: relative;
  padding-right: 24px;
  background: url(/images/icon_tri.png) no-repeat right 4px center;
  background-size: 12px;
  cursor: pointer;
}
#header .info > ul > li.shop_navi > a,
#header .info > ul > li.user_navi > a {
  z-index: 3500;
  color: #fff;
  text-decoration: none;
}
#header .info > ul > li.shop_navi ul.shop_menu,
#header .info > ul > li.user_navi ul.shop_menu {
  position: absolute;
  display: none;
  top: 48px;
  left: 0;
  z-index: 6000;
  margin: 0;
  width: 180px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  border: 1px solid #ccc;
}
#header .info > ul > li.shop_navi ul.shop_menu li,
#header .info > ul > li.user_navi ul.shop_menu li {
  border-bottom: 1px solid #ccc;
}
#header .info > ul > li.shop_navi ul.shop_menu li a,
#header .info > ul > li.user_navi ul.shop_menu li a {
  display: block;
  padding: 6px 12px;
  font-size: 0.88rem;
  text-decoration: none;
}
#header .info > ul > li.shop_navi ul.shop_menu li a:hover,
#header .info > ul > li.user_navi ul.shop_menu li a:hover {
  background: #2e8ae5;
  color: #fff;
}
#header .info > ul > li.shop_navi ul.shop_menu li.separate,
#header .info > ul > li.user_navi ul.shop_menu li.separate {
  height: 2px;
}
#header .info > ul > li.shop_navi ul:after,
#header .info > ul > li.user_navi ul:after {
  content: "";
  position: absolute;
  border-bottom: 8px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  top: -7px;
  left: 15px;
}
#header .info > ul > li.shop_navi ul:before,
#header .info > ul > li.user_navi ul:before {
  content: "";
  position: absolute;
  border-bottom: 8px solid #ccc;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  top: -9px;
  left: 15px;
}

#page_header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 12px 8px;
}
#page_header h1 {
  margin: 0;
  padding: 0;
  font-size: 1.32rem;
  font-weight: bold;
}

.section_wrap .section_title {
  padding: 10px 15px;
  margin: 0;
  font-size: 0.94rem;
  font-weight: normal;
  color: #2c3e4f;
  border: 1px solid #ccc;
  border-radius: 3px 3px 0 0;
  background: #dfefff;
  position: relative;
}
.section_wrap .section_title .more_btn {
  position: absolute;
  top: 8px;
  right: 10px;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  font-size: 0.81rem;
  padding: 0px 8px;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  background: #97c3f3;
}
.section_wrap .section_title .more_btn:hover {
  background: #c9e4ff;
  color: #333;
}
.section_wrap .section_contents {
  background: #fff;
  padding: 8px 15px;
  font-size: 0.88rem;
  border: 1px solid #ccc;
  border-top: 0;
  border-radius: 0 0 3px 3px;
}
.section_wrap .section_contents .section_list_table {
  width: 100%;
}
.section_wrap .section_contents .section_list_table th, .section_wrap .section_contents .section_list_table td {
  padding: 0;
  text-align: left;
  white-space: nowrap;
  padding: 6px;
}
.section_wrap .section_contents .section_list_table td {
  border-top: 1px solid #ccc;
  padding: 6px;
}

.action_wrap {
  margin-bottom: 20px;
}

.submit_wrap {
  margin: 25px 0;
}

.container .stickem-container {
  position: relative;
  display: table;
  width: 100%;
}
.container .con_main {
  display: table-cell;
}
.container .con_side {
  display: table-cell;
  width: 330px;
  padding-left: 24px;
  vertical-align: top;
}
.container .con_side .fixed_submit {
  width: 306px;
}
.container .stickit {
  position: fixed;
  width: inherit;
  top: 50px;
}
.container .stickit-end {
  bottom: 0;
  position: absolute;
  right: 0;
}

.fixed_submit .button {
  width: 100%;
  padding: 20px;
}

.search_panel {
  background: #fff;
  padding: 12px 16px;
  border-radius: 2px;
  margin: 2px 0px 26px;
  box-shadow: 2px 2px 6px -3px rgba(60, 60, 60, 0.6);
  overflow: auto;
}
.search_panel form {
  float: left;
}
.search_panel > form > table,
.search_panel > table {
  float: left;
}
.search_panel > form > table th,
.search_panel > table th {
  text-align: left;
  font-size: 0.81rem;
  padding-bottom: 3px;
  color: #595f64;
  font-weight: normal;
  color: #666;
}
.search_panel > form > table th, .search_panel > form > table td,
.search_panel > table th,
.search_panel > table td {
  padding-right: 15px;
}
.search_panel > form > table td dl dt,
.search_panel > table td dl dt {
  text-align: left;
  font-size: 0.81rem;
  padding-bottom: 3px;
  color: #595f64;
  font-weight: normal;
  color: #666;
}
.search_panel > form > table td dl dt.blank:after,
.search_panel > table td dl dt.blank:after {
  display: block;
  content: "　";
}
.search_panel > form > table td dl dd,
.search_panel > table td dl dd {
  display: inline-block;
}
.search_panel > form > table td dl dd #from,
.search_panel > form > table td dl dd #to,
.search_panel > table td dl dd #from,
.search_panel > table td dl dd #to {
  width: 140px;
}
.search_panel .print_box {
  float: right;
}

.list_frame {
  width: 100%;
  overflow-x: auto;
}

.main .list_table,
.list_table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.main .list_table.tablesorter-materialize thead .tablesorter-headerUnSorted,
.list_table.tablesorter-materialize thead .tablesorter-headerUnSorted {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDI0IDE2Ij48cGF0aCBkPSJNMTUgOCAxIDggOCAwek0xNSA5IDEgOSA4IDE2eiIgZmlsbD0iIzIyMiIvPjwvc3ZnPg==);
  background-image: none;
}
.main .list_table.tablesorter-materialize thead .tablesorter-headerAsc,
.list_table.tablesorter-materialize thead .tablesorter-headerAsc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDI0IDE2Ij48cGF0aCBkPSJNMTUgMTEgMSAxMSA4IDN6IiBmaWxsPSIjMjIyIi8+PC9zdmc+);
}
.main .list_table.tablesorter-materialize thead .tablesorter-headerDesc,
.list_table.tablesorter-materialize thead .tablesorter-headerDesc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDI0IDE2Ij48cGF0aCBkPSJNMTUgNiAxIDYgOCAxM3oiIGZpbGw9IiMyMjIiLz48L3N2Zz4=);
}
.main .list_table.tablesorter-materialize thead .tablesorter-header:hover,
.list_table.tablesorter-materialize thead .tablesorter-header:hover {
  background-color: #c7cdd3 !important;
}
.main .list_table tr,
.list_table tr {
  background-color: #fff;
}
.main .list_table tr.clickable,
.list_table tr.clickable {
  cursor: pointer;
}
.main .list_table tr.clickable:hover td,
.list_table tr.clickable:hover td {
  background: #d9eafa;
}
.main .list_table tr.clickable.dis:hover td,
.list_table tr.clickable.dis:hover td {
  background: #d9eafa !important;
}
.main .list_table tr.tr_disable,
.list_table tr.tr_disable {
  cursor: not-allowed;
}
.main .list_table tr:nth-child(odd),
.main .list_table tr:nth-child(even),
.list_table tr:nth-child(odd),
.list_table tr:nth-child(even) {
  background-color: #fff;
}
.main .list_table tr.dis td,
.list_table tr.dis td {
  color: #999;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #e0e0e0 !important;
}
.main .list_table tr.dis td a,
.list_table tr.dis td a {
  color: #999;
}
.main .list_table tr.attention,
.list_table tr.attention {
  background: #ffe8e8;
}
.main .list_table tr.attention td,
.list_table tr.attention td {
  color: #999;
}
.main .list_table tr.attention td a,
.list_table tr.attention td a {
  color: #999;
}
.main .list_table th, .main .list_table td,
.list_table th,
.list_table td {
  font-size: 0.88rem;
}
.main .list_table th,
.list_table th {
  overflow: hidden;
  background: #d5dbe1;
  color: #313f4c;
  text-align: left;
  font-size: 0.81rem;
  padding: 6px 11px;
  border-top: 1px solid #bcc4cc;
  border-bottom: 1px solid #bcc4cc;
}
.main .list_table td,
.list_table td {
  overflow: hidden;
  white-space: nowrap;
  padding: 11px 11px;
  background: #fff;
  border-top: 1px solid #e9e9e9;
  color: #555;
}
.main .list_table td .rank_num,
.list_table td .rank_num {
  display: inline-block;
  width: 38px;
  margin-left: 5px;
  color: #999;
}
.main .list_table td.special,
.list_table td.special {
  background: #fffccc;
}
.main .list_table td.ng,
.list_table td.ng {
  background: #ffe5e5;
}
.main .list_table td a .shop_label,
.main .list_table td a .girls_label,
.list_table td a .shop_label,
.list_table td a .girls_label {
  font-weight: normal;
}
.main .list_table td .ok_label,
.list_table td .ok_label {
  background: #56cf15;
  color: #fff;
  padding: 2px 9px;
  font-size: 0.81rem;
  border-radius: 4px;
  display: inline-block;
}
.main .list_table td .ng_label,
.list_table td .ng_label {
  background: #f54747;
  color: #fff;
  padding: 2px 9px;
  font-size: 0.81rem;
  border-radius: 4px;
  display: inline-block;
}
.main .list_table td .dis_label,
.list_table td .dis_label {
  background: #999;
  color: #fff;
  padding: 2px 9px;
  font-size: 0.81rem;
  border-radius: 4px;
  display: inline-block;
}
.main .list_table td .category_add_label,
.list_table td .category_add_label {
  border: 1px solid #2ab30b;
  background: #fff;
  color: #2ab30b;
  padding: 2px 9px;
  font-size: 0.81rem;
  border-radius: 4px;
  display: inline-block;
}
.main .list_table td .category_update_label,
.list_table td .category_update_label {
  border: 1px solid #298bed;
  background: #fff;
  color: #298bed;
  padding: 2px 9px;
  font-size: 0.81rem;
  border-radius: 4px;
  display: inline-block;
}
.main .list_table td .category_delete_label,
.list_table td .category_delete_label {
  border: 1px solid #f33;
  background: #fff;
  color: #f33;
  padding: 2px 9px;
  font-size: 0.81rem;
  border-radius: 4px;
  display: inline-block;
}
.main .list_table td .category_money_label,
.list_table td .category_money_label {
  border: 1px solid #ff8133;
  background: #f07e26;
  color: #fff;
  padding: 2px 9px;
  font-size: 0.81rem;
  border-radius: 4px;
  display: inline-block;
}
.main .list_table td.memo,
.list_table td.memo {
  font-size: 0.75rem;
  white-space: inherit;
}
.main .list_table td.small,
.list_table td.small {
  font-size: 0.69rem;
}
.main .list_table td.per,
.list_table td.per {
  color: #2477c9;
}
.main .list_table th.sep,
.main .list_table td.sep,
.list_table th.sep,
.list_table td.sep {
  width: 1px !important;
  padding: 0 !important;
  border-left: 1px solid #aaa !important;
}
.main .list_table th.sep,
.list_table th.sep {
  border-left: 1px solid #7a838e !important;
}
.main .list_table td.fruid,
.list_table td.fruid {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .list_table td.handle,
.list_table td.handle {
  cursor: -webkit-grab;
  cursor: grab;
  width: 60px;
  text-align: center;
}
.main .list_table th.minus,
.main .list_table td.minus,
.list_table th.minus,
.list_table td.minus {
  color: #f00;
}
.main .list_table th.ss,
.main .list_table td.ss,
.list_table th.ss,
.list_table td.ss {
  text-align: right !important;
}
.main .list_table th.lt,
.main .list_table td.lt,
.list_table th.lt,
.list_table td.lt {
  text-align: left !important;
}
.main .list_table th.rt,
.main .list_table td.rt,
.list_table th.rt,
.list_table td.rt {
  text-align: right !important;
}

.list_table.filter {
  border: 1px solid #bcc4cc;
}
.list_table.filter tr.dis td {
  border-top: 0;
  border-bottom: 0;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.list_table.filter tr.dis:nth-child(even) td {
  background-color: #d9d9d9 !important;
}
.list_table.filter tr:nth-child(even) td {
  background-color: #f5f5f5;
}
.list_table.filter th {
  padding: 6px 11px;
  font-size: 0.88rem;
  word-break: keep-all;
  border: 1px solid #bcc4cc;
}
.list_table.filter td {
  text-align: right;
  padding: 9px 11px;
  font-size: 0.88rem;
  border-top: 0;
  border-bottom: 0;
  border-right: 1px solid #bcc4cc;
  border-left: 1px solid #bcc4cc;
}
.list_table.filter td.total {
  background: #fffae8;
}
.list_table.filter tr:nth-child(even) td.total {
  background: #fff8e0;
}
.list_table.filter tr.parent {
  background: none !important;
  border: none !important;
  display: none;
}
.list_table.filter tr.parent td {
  border: none !important;
  background: none !important;
}
.list_table.filter tfoot {
  border-top: 2px solid #999;
}
.list_table.filter tfoot tr.tr_avg th,
.list_table.filter tfoot tr.tr_total th {
  background: #fff;
  border: none;
  border-bottom: 1px solid #bcc4cc;
}
.list_table.filter tfoot tr.tr_avg td,
.list_table.filter tfoot tr.tr_total td {
  border-bottom: 1px solid #bcc4cc;
  font-size: 0.88rem;
  background: #fff;
}

.list_table.sb tbody tr:nth-child(4n+1),
.list_table.sb tbody tr:nth-child(4n+2) {
  background: #fff;
}
.list_table.sb tbody tr:nth-child(4n+3),
.list_table.sb tbody tr:nth-child(4n+4) {
  background: #f5f5f2;
}

.list_add_table {
  width: 100%;
  margin-bottom: 25px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.list_add_table .cell dl {
  display: flex;
}
.list_add_table .cell dl dt {
  width: 30%;
  background: #ddd;
  font-weight: bold;
  font-size: 0.88rem;
}
.list_add_table .cell dl dd {
  background: #fff;
  width: 70%;
}
.list_add_table .cell dl dd.add input[type=text], .list_add_table .cell dl dd.add select {
  width: calc(100% - 80px) !important;
  margin-right: 10px;
}
.list_add_table .cell dl dt, .list_add_table .cell dl dd {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8px;
  border-collapse: collapse;
}

.table_fl {
  width: 100%;
  overflow-x: scroll;
}

.common_table {
  width: 100%;
}
.common_table .pic_delete {
  border-radius: 60px;
  width: 24px;
  height: 24px;
  text-align: center;
  background: #ddd;
  border: 1px solid #ccc;
  cursor: pointer;
}
.common_table th, .common_table td {
  padding: 11px 13px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.common_table th {
  text-align: left;
  padding-right: 18px;
  padding-left: 20px;
  font-weight: bold;
  font-size: 0.88rem;
  background: #fff;
  color: #333;
  position: relative;
  width: 245px;
}
.common_table th .must {
  color: #fff;
  background: #ff4b4b;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 0.81rem;
  line-height: 1;
  margin-right: 0;
  position: absolute;
  right: 6px;
}
.common_table td {
  background: #fff;
}
.common_table td .add_button_wrap {
  padding: 3px 0;
}
.common_table td .add_button_wrap a {
  color: #1c79e3;
  font-size: 0.88rem;
  text-decoration: none;
}
.common_table td .add_button_wrap a span {
  display: inline-block;
  border-radius: 80px;
  border: 2px solid #1c79e3;
  padding: 2px 2px;
  font-size: 18px;
  line-height: 12px;
}
.common_table td .supple {
  color: #666;
  font-size: 0.75rem;
}
.common_table td .error {
  border: 1px solid #f58484;
  background: #ffeded;
}
.common_table th.blank,
.common_table td.blank {
  border: none;
  background: transparent;
}

.free_day {
  background: #e6e6e6;
  border: 1px solid #bbbbbb;
  width: 70%;
  /* text-align: center; */
  margin-left: auto;
  margin-right: auto;
}
.free_day input {
  margin-right: 5px;
}

.shift_time_area {
  text-align: center;
}
.shift_time_area .shift_reset {
  margin: 10px 0px 10px 0px;
}
.shift_time_area .shift_reset a {
  background: #ffb8b8;
  padding: 7px 15px;
  font-size: 0.8rem;
  color: #545454;
  text-decoration: none;
}
.shift_time_area .shift_reset a:hover {
  background: #ff7474;
}

.popup_table {
  width: 100%;
}
.popup_table th, .popup_table td {
  padding: 12px 12px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.popup_table th {
  text-align: left;
  padding-right: 14px;
  padding-left: 14px;
  font-weight: bold;
  font-size: 0.88rem;
  color: #333;
  width: 140px;
}
.popup_table th .must {
  color: #f00;
  font-size: 0.81rem;
  margin-left: 6px;
}
.popup_table td {
  background: #fff;
}
.popup_table td .supple {
  color: #666;
  font-size: 0.75rem;
}
.popup_table td .error {
  border: 1px solid #f58484;
  background: #ffeded;
}

.dupli_wrap {
  border: 1px solid #ccc;
  padding: 10px 16px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 20px;
}
.dupli_wrap h3 {
  font-size: 0.88rem;
  position: absolute;
  top: -10px;
  left: 11px;
  background: #fff;
  padding: 0 5px;
  display: inline-block;
}
.dupli_wrap.hit {
  background: #f8e1e1;
  border: 1px solid #f8c3c3;
}
.dupli_wrap p {
  font-size: 0.88rem;
}
.dupli_wrap .dupli_list {
  border: 1px solid #f7baba;
  width: 100%;
}
.dupli_wrap .dupli_list th, .dupli_wrap .dupli_list td {
  padding: 7px 10px;
  background: #fff;
  border-bottom: 1px solid #f7baba;
  font-size: 0.81rem;
}

.bonus_wrap .title {
  display: inline-block;
  background: #f2f447;
  border-radius: 2px;
  font-size: 0.88rem;
  padding: 3px 12px;
  font-weight: bold;
  margin-bottom: 8px;
}
.bonus_wrap table th.head {
  font-weight: bold;
  font-size: 0.88rem;
  background: #fae505;
}
.bonus_wrap table th, .bonus_wrap table td {
  font-size: 0.88rem;
  background: #fff;
  border: 0;
}
.bonus_wrap table th {
  padding: 1px 8px 1px 0;
  font-weight: normal;
  width: 90px;
}
.bonus_wrap table td {
  padding: 1px 8px;
  text-align: right;
}
.bonus_wrap table td strong {
  color: #1c55ff;
}

.error_message {
  border-radius: 3px;
  border: 2px solid #f01c1c;
  background: #ffeeee;
  padding: 8px 12px;
  margin-bottom: 15px;
}
.error_message dt {
  font-weight: bold;
  margin-bottom: 10px;
  color: #f00;
}
.error_message dd {
  font-size: 0.88rem;
  color: #f00;
}

.result_table_wrap {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 20px;
}
.result_table_wrap .result_table {
  table-layout: fixed;
  width: 100%;
}
.result_table_wrap .result_table td {
  padding: 12px 0;
  text-align: center;
}
.result_table_wrap .result_table td dl {
  border-right: 1px dotted #ccc;
}
.result_table_wrap .result_table td dl dt {
  text-align: center;
  font-weight: normal;
  padding: 0 10px;
}
.result_table_wrap .result_table td dl dd {
  font-size: 2.02rem;
  line-height: 1;
  text-align: center;
  padding: 5px 10px 0 10px;
}
.result_table_wrap .result_table td dl dd .per {
  font-size: 1.64rem;
}
.result_table_wrap .result_table td:last-child dl {
  border: none;
}

.info_table_wrap {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 20px;
  background: #fff;
}
.info_table_wrap .info_table {
  width: 100%;
}
.info_table_wrap .info_table th {
  padding: 10px 10px 0 24px;
  font-weight: normal;
  text-align: left;
  font-size: 0.81rem;
  color: #999;
}
.info_table_wrap .info_table td {
  font-size: 1.13rem;
  padding: 2px 10px 8px 24px;
}
.info_table_wrap .info_table td .per {
  font-size: 1.64rem;
}

/* clerfix */
.clear:after {
  content: "";
  display: block;
  overflow: hidden;
}

.clear:after {
  clear: both;
}

.clear {
  zoom: 1;
}

.sub_menu {
  margin: -22px -30px 22px;
  background: #fff;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #ccc;
  display: flex;
}
.sub_menu li {
  position: relative;
  bottom: -1px;
  min-width: 160px;
  height: 50px;
  border-right: 1px solid #ccc;
}
.sub_menu li > a,
.sub_menu li > span {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  height: 100%;
  line-height: 50px;
  padding: 0 16px;
  text-decoration: none;
}
.sub_menu li > a .count,
.sub_menu li > span .count {
  display: inline-block;
  background: #ff272b;
  color: #fff;
  font-weight: bold;
  margin-left: 5px;
  padding: 0;
  text-align: center;
  font-size: 0.88rem;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 45px;
}
.sub_menu li a:hover {
  background: #e9f0f7;
}
.sub_menu li.active {
  position: relative;
}
.sub_menu li.active :after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: -2px;
  background-color: #77a7d6;
  height: 3px;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
.sub_menu li.active > a,
.sub_menu li.active > span {
  background: #e9f0f7;
  color: #333;
  text-decoration: none;
}

.action_panel li {
  float: left;
}
.action_panel li.right {
  float: right;
}

.shop_action_table {
  width: 100%;
  vertical-align: top;
}
.shop_action_table td {
  padding-right: 15px;
  vertical-align: top;
}

.shop_action {
  overflow: hidden;
  margin-bottom: 20px;
}
.shop_action .shop_select {
  float: left;
  width: 240px;
  padding: 4px;
  background: #c7d9ff;
  border-radius: 4px;
}
.shop_action .shop_select select {
  outline: none;
}
.shop_action .visible {
  float: left;
  font-size: 0.88rem;
  margin-left: 20px;
}
.shop_action .visible select {
  width: auto;
  font-size: 0.88rem;
}
.shop_action .action {
  float: right;
}

.address_list {
  margin-bottom: 8px;
}
.address_list li {
  border: 1px solid #fff;
  padding: 3px 8px 3px 0;
}
.address_list li .wrap {
  position: relative;
  display: table;
}
.address_list li .wrap > div,
.address_list li .wrap > .action {
  display: table-cell;
  vertical-align: middle;
  padding: 0 6px 0 0;
}
.address_list li .wrap .num {
  display: inline-block;
  margin-right: 8px;
}
.address_list li .wrap .label span {
  display: inline-block;
  margin-right: 3px;
  font-size: 0.81rem;
  padding: 6px 9px 5px;
  position: relative;
  border-radius: 4px;
  top: -1px;
}
.address_list li .wrap .label .use {
  background: #cfc;
}
.address_list li .wrap .label .dis {
  background: #fcc;
}
.address_list li .wrap .action {
  margin-left: 12px;
  display: block;
  display: none;
}
.address_list li .wrap .action a {
  font-size: 0.75rem;
  color: #3d81e0;
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
}
.address_list li .wrap .action a i {
  margin-right: 4px;
  font-size: 0.94rem;
}
.address_list li .wrap .action a.delete {
  color: #e25d5d;
}
.address_list li .wrap .action a:hover {
  text-decoration: underline;
}
.address_list li:hover .action {
  display: block;
}

.num_list {
  margin-left: 16px;
}
.num_list > li {
  margin-bottom: 10px;
  margin-right: 34px;
  list-style: decimal;
  position: relative;
}
.num_list > li .delete {
  position: absolute;
  top: 6px;
  right: -34px;
  border-radius: 60px;
  width: 24px;
  height: 24px;
  text-align: center;
  background: #ddd;
  border: 1px solid #ccc;
  cursor: pointer;
}
.num_list > li .delete:hover {
  background: #eee;
}
.num_list > li input {
  width: 100%;
}
.num_list > li:last-child {
  margin-bottom: 10px;
}

.tag_list {
  margin-top: 10px;
  font-size: 0;
  margin-bottom: -8px;
}
.tag_list li {
  display: inline-block;
  padding: 4px 9px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 0.81rem;
  border: 1px solid #60afeb;
  border-radius: 3px;
  color: #60afeb;
}

.dash_wrap {
  border: 1px solid #ccc;
  background: #fff;
  padding: 8px 19px 19px 19px;
  border-radius: 4px;
  margin-bottom: 25px;
  width: 100%;
  overflow-x: scroll;
}
.dash_wrap .dash_table {
  width: 100%;
  table-layout: fixed;
}
.dash_wrap .dash_table td, .dash_wrap .dash_table th {
  padding: 6px 8px;
  text-align: right;
}
.dash_wrap .dash_table th {
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 0.81rem;
}
.dash_wrap .dash_table td {
  background: #fff;
  font-size: 0.81rem;
}
.dash_wrap .dash_table td.ok {
  color: #2e8ae5 !important;
  font-weight: bold;
}
.dash_wrap .dash_table td.ng {
  color: #f00 !important;
  font-weight: bold;
}
.dash_wrap .dash_table tr.today td {
  font-size: 0.94rem;
  padding: 0px 8px;
}
.dash_wrap .dash_table tr.yesterday td {
  background: #f0f0f0;
  color: #666;
  border-bottom: 1px solid #999;
}

.use_log {
  border: 1px solid #ccc;
  margin-bottom: 25px;
}
.use_log table {
  width: 100%;
}
.use_log table tr.leave {
  background: #eee;
  color: #999;
}
.use_log table th,
.use_log table td {
  text-align: left;
  border-bottom: 1px solid #ccc;
  font-size: 0.81rem;
}
.use_log table th {
  overflow: hidden;
  white-space: nowrap;
  background: #ddd;
  text-align: left;
  padding: 4px 8px;
}
.use_log table td {
  overflow: hidden;
  white-space: nowrap;
  padding: 6px 8px;
  background: #fff;
}
.use_log table td.fruid {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.use_data_log {
  border-top: 1px solid #ccc;
  margin-bottom: 25px;
}
.use_data_log dt {
  padding: 8px 0 0 10px;
  font-size: 0.81rem;
}
.use_data_log dd {
  font-size: 1rem;
  font-weight: bold;
  padding: 0 0 5px 10px;
  border-bottom: 1px solid #ccc;
}

.use_date_log {
  font-size: 0.81rem;
  margin-top: 10px;
}
.use_date_log dt, .use_date_log dd {
  display: inline-block;
}
.use_date_log dd {
  margin-right: 15px;
}

.edit_form {
  margin-bottom: 0px;
}

#footer {
  background: #ccc;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}
#footer .navi1 {
  overflow: hidden;
}
#footer .navi1 dt, #footer .navi1 dd {
  display: inline-block;
  font-size: 0.81rem;
}
#footer .navi1 dt {
  margin-right: 8px;
}
#footer .navi1 dd {
  margin-right: 24px;
}

.attention_message {
  background: #ffd4d4;
  border: 1px solid #ff9696;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 15px;
  color: #f31d1d;
}

.side_wrap {
  position: absolute;
  height: 100%;
  top: 48px;
  float: left;
  width: 229px;
  box-sizing: initial;
  border-right: 1px solid #ccc;
  background: #354557;
  z-index: 200;
}
.side_wrap.is-fixed {
  position: fixed;
  height: 100%;
  top: 0px;
}
.side_wrap .scroll {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.side_wrap .side_logo {
  display: block;
}
.side_wrap h1 {
  background: #242e38;
  margin: 0;
  height: 55px;
  font-size: 1rem;
}
.side_wrap h1 a {
  display: block;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  padding: 15px;
}
.side_wrap ul.gnavi {
  margin-bottom: 55px;
}
.side_wrap ul.gnavi li a i {
  color: #fff;
  width: 28px;
}
.side_wrap ul.gnavi li a.child_menu {
  font-size: 0.94rem !important;
}
.side_wrap ul.gnavi li a.child_menu.selected {
  background-color: #2e3c4c !important;
}
.side_wrap ul.gnavi li a.child_menu.selected i {
  color: #5f8eec;
}
.side_wrap ul.gnavi li a:hover {
  color: #78b6f5;
}
.side_wrap ul.gnavi li a.parent {
  background: url(/images/arrow_wht_t.png) no-repeat right 15px center;
  background-size: 16px;
}
.side_wrap ul.gnavi li a.parent.selected {
  background-color: #2e3c4c;
}
.side_wrap ul.gnavi li a.selected {
  color: #fff;
  background-color: #4388cc;
}
.side_wrap ul.gnavi li a.selected i {
  color: #fff;
}
.side_wrap ul.gnavi li a.selected.parent.child_menu,
.side_wrap ul.gnavi li a.parent.selected,
.side_wrap ul.gnavi li a.selected.opened,
.side_wrap ul.gnavi li a.parent.opened {
  background: #2e3c4c url(/images/arrow_wht_b.png) no-repeat right 15px center;
  background-size: 16px;
}
.side_wrap ul.gnavi > li > a {
  padding: 12px 18px;
  display: block;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: bold;
}
.side_wrap ul.gnavi > li ul.dropdown_menu {
  display: none;
  z-index: 6000;
  margin: 0;
  padding: 0px 0px 0px 0px;
  background: #2e3c4c;
  border-bottom: 1px solid #212c39;
}
.side_wrap ul.gnavi > li ul.dropdown_menu li a {
  display: block;
  padding: 8px 12px 8px 46px;
  font-size: 0.88rem;
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.side_wrap ul.gnavi > li ul.dropdown_menu li a:hover {
  color: #78b6f5;
}
.side_wrap ul.gnavi > li ul.dropdown_menu li a.selected {
  background-color: #4388cc;
  color: #fff;
  font-weight: bold;
}
.side_wrap .app_btn {
  text-align: center;
  margin: 20px 0;
}

.sb_payment_total {
  width: 100%;
  border-bottom: 1px dotted #ccc;
}
.sb_payment_total th {
  text-align: center;
  font-size: 1.24rem;
  width: 100px;
}
.sb_payment_total td {
  font-size: 2.16rem;
  padding: 15px 0;
}

#salary .meisai_head_table.shop th {
  background: #eee;
  width: auto;
  font-size: 0.88rem;
  text-align: center;
  color: #333;
}
#salary .meisai_head_table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
#salary .meisai_head_table th {
  background: #fff;
  width: 38%;
  font-size: 0.94rem;
  text-align: left;
  color: #333;
}
#salary .meisai_head_table th.shop_name {
  font-size: 1rem;
  text-align: left;
}
#salary .meisai_head_table th, #salary .meisai_head_table td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 11px 20px;
}
#salary .meisai_head_table td {
  text-align: right;
  font-size: 1rem;
  background: #fff;
}
#salary .meisai_head_table td.ss {
  text-align: right;
}
#salary .meisai_head_table tr.sub th,
#salary .meisai_head_table tr.sub td {
  padding: 3px 20px;
  border-top: none;
  border-bottom: 1px dotted #ccc;
  background: #f6f6f6;
  font-size: 0.81rem;
}
#salary .meisai_head_table tr.sub th {
  background: #f6f6f6;
  color: #666;
  padding-left: 28px;
}
#salary .meisai_head_table tr.sub td {
  font-size: 0.88rem;
}
#salary .meisai_list_table {
  width: 100%;
  border: 1px solid #ccc;
}
#salary .meisai_list_table td {
  background: #fff;
  font-size: 0.94rem;
  padding: 4px 12px;
}
#salary .meisai_list_table th {
  background: #eee;
  font-size: 0.88rem;
  text-align: left;
  padding: 6px 12px;
}
#salary .meisai_list_table th, #salary .meisai_list_table td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#salary .meisai_list_table td {
  padding: 7px 12px;
}
#salary .meisai_list_table td.ss {
  text-align: right;
}
#salary .meisai_list_table tr.sub th,
#salary .meisai_list_table tr.sub td {
  padding: 6px 12px 6px 20px;
  border-top: none;
  border-bottom: 1px dotted #ccc;
  background: #f6f6f6;
  font-size: 0.81rem;
}
#salary .meisai_list_table tr.sub th {
  background: #f6f6f6;
  font-weight: normal;
  color: #666;
  padding-left: 22px;
}
#salary .meisai_list_table tr.sub td {
  font-size: 0.88rem;
}
#salary .order_close_wrap {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 20px;
}
#salary .order_close_wrap .close_action {
  text-align: right;
}
#salary .label_un {
  font-size: 0.81rem;
  color: #fff;
  display: inline-block;
  background: #f00;
  padding: 1px 10px;
  border-radius: 4px;
}
#salary .label_ok {
  font-size: 0.81rem;
  color: #fff;
  display: inline-block;
  background: #56cf15;
  padding: 1px 10px;
  border-radius: 4px;
}
#salary .cast_salary_list dt {
  background: #333;
  color: #fff;
  padding: 2px 12px;
}
#salary .cast_salary_list dd {
  height: 450px;
  border: 1px solid #333;
  border-bottom: 0;
  overflow: auto;
  background: #fff;
}
#salary .cast_salary_list dd ul li {
  position: relative;
  padding: 4px 12px;
  border-bottom: 1px solid #ccc;
  font-size: 0.88rem;
  cursor: pointer;
}
#salary .cast_salary_list dd ul li .label {
  display: inline-block;
  border-radius: 60px;
  background: #0071db;
  color: #fff;
  font-size: 0.81rem;
  padding: 0px 6px;
  margin-left: 10px;
}
#salary .cast_salary_list dd ul li .fix_salary {
  position: absolute;
  right: 12px;
}
#salary .cast_salary_list dd ul li:before {
  content: "未";
  width: 20px;
  display: inline-block;
  margin-right: 6px;
  background: #f44;
  border-radius: 50px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 4px;
  color: #fff;
}
#salary .cast_salary_list dd ul li.fix {
  background: #d5ffc7;
}
#salary .cast_salary_list dd ul li.fix:before {
  content: "済";
  width: 20px;
  display: inline-block;
  margin-right: 8px;
  background: #55df23;
  border-radius: 50px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 4px;
  color: #fff;
}
#salary .cast_salary_list dd ul li.not {
  background: #bbb;
}
#salary .cast_salary_list dd ul li.selected, #salary .cast_salary_list dd ul li.ok:hover {
  background: #d9eafa;
}
#salary .cast_meisai_wrap {
  /*
  border: 1px solid #ccc;
  padding: 16px 22px;
  background: #eee;
  */
}
#salary .cast_name_title .shop_name {
  font-size: 1rem;
  font-weight: bold;
  margin-right: 6px;
}
#salary .cast_name_title .cast_name {
  font-size: 1.32rem;
  font-weight: bold;
}
#salary .cast_name_title .bonus {
  display: inline-block;
  background: #f2f447;
  border-radius: 2px;
  font-size: 0.88rem;
  padding: 3px 8px;
  margin-left: 6px;
  position: relative;
  cursor: default;
}
#salary .cast_name_title .bonus .bonus_detail {
  display: none;
}
#salary .cast_name_title .bonus:hover .bonus_detail {
  display: block;
  position: absolute;
  top: 34px;
  left: 3px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px;
  display: block;
  min-width: 160px;
  z-index: 1000;
}
#salary .cast_name_title .bonus:hover .bonus_detail table th, #salary .cast_name_title .bonus:hover .bonus_detail table td {
  text-align: left;
  padding: 2px 4px;
}
#salary .cast_name_title .bonus:hover .bonus_detail table td {
  text-align: right;
}
#salary .cast_name_title .bonus:hover .bonus_detail:after {
  content: "";
  display: block;
  position: absolute; /* relativeからの絶対位置 */
  height: 0;
  width: 0;
  top: -13px;
  left: 15px;
  border: 13px transparent solid;
  border-right-width: 0;
  border-left-color: #fff;
  transform: rotate(270deg); /* 傾きをつける */
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  z-index: 100;
}
#salary .cast_name_title .bonus:hover .bonus_detail:before {
  content: "";
  display: block;
  position: absolute; /* relativeからの絶対位置 */
  height: 0;
  width: 0;
  top: -15px;
  left: 15px;
  border: 14px transparent solid;
  border-right-width: 0;
  border-left-color: #ccc;
  transform: rotate(270deg); /* 傾きをつける */
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  z-index: 100;
}
#salary .cast_name_title .meisai_mg {
  text-align: left;
  color: #4a4a4a;
  font-weight: 100;
  margin-right: 10px;
  font-size: 1rem;
}
#salary .meisai_title,
#salary .cast_name_title {
  display: table;
  width: 100%;
  margin-bottom: 15px;
  font-size: 1.13rem;
  font-weight: bold;
}
#salary .meisai_title dt,
#salary .cast_name_title dt {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.88rem;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
  padding-left: 25px;
}
#salary .meisai_title dt .date,
#salary .cast_name_title dt .date {
  font-size: 1rem;
}
#salary .meisai_title dd,
#salary .cast_name_title dd {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
#salary .meisai_title dd strong,
#salary .cast_name_title dd strong {
  font-size: 1.84rem;
}
#salary .meisai_title p.mini-title,
#salary .cast_name_title p.mini-title {
  font-size: 0.9rem;
  line-height: 1;
}
#salary .meisai_title dt.serect,
#salary .cast_name_title dt.serect {
  width: 300px;
}
#salary .meisai_title .user_box,
#salary .cast_name_title .user_box {
  display: inline-block;
  padding-right: 30px;
  margin-right: 8px;
  position: relative;
}
#salary .meisai_title .user_box .my_btn,
#salary .cast_name_title .user_box .my_btn {
  position: absolute;
  top: 7px;
  right: -8px;
  border: 1px solid #aaa;
  background: #eee;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 1.13rem;
  line-height: 1.92rem;
  border-radius: 99px;
  cursor: pointer;
  color: #666;
}
#salary .meisai_title .user_box .my_btn:hover,
#salary .cast_name_title .user_box .my_btn:hover {
  background: #5789f7;
  border: 1px solid #5789f7;
  color: #fff;
}
#salary .meisai_operation {
  display: flex;
  justify-content: end;
}
#salary .meisai_operation .collect {
  display: flex;
}
#salary .money_wrap {
  height: 410px;
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  overflow: auto;
}
#salary .cast_meisai {
  width: 100%;
}
#salary .cast_meisai th {
  background: #f6f6f6;
}
#salary .cast_meisai th, #salary .cast_meisai td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 8px;
  font-size: 0.88rem;
}
#salary .cast_meisai tr.name td {
  background: #f6f6f6;
}
#salary .cast_meisai tr.breakdown td {
  background: #d0f3ff;
}
#salary .cast_meisai tr.breakdown td input {
  margin-right: 8px;
}
#salary .cast_meisai td {
  background: #fff;
}
#salary .cast_meisai td .plus_num,
#salary .cast_meisai td .minus_num {
  text-align: right;
}
#salary .cast_meisai td a {
  text-decoration: none;
  border: 1px solid #2e8ae5;
  padding: 2px 7px;
  font-weight: bold;
  /* text-align: left; */
  margin-left: 10px;
}
#salary .cast_meisai td a:hover {
  background: #2e8ae5;
  color: #fff;
}
#salary .cast_meisai td.seisan_btn_area {
  padding: 15px;
  text-align: center;
}
#salary .cast_meisai td.table_title {
  padding: 10px 0;
}
#salary .cast_meisai td.sa {
  text-align: right;
}
#salary .cast_meisai td.ji {
  text-align: right;
}
#salary .cast_meisai td.bonone {
  border: none;
  background: none;
}
#salary .cast_meisai tr.total {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#salary .cast_meisai tr.total th, #salary .cast_meisai tr.total td {
  background: #ddd;
  font-weight: bold;
}
#salary .cast_meisai_day {
  width: 100%;
  font-weight: 100;
}
#salary .cast_meisai_day th {
  background: #f6f6f6;
  border-right: 1px solid #ccc;
}
#salary .cast_meisai_day th, #salary .cast_meisai_day td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 8px;
  font-size: 0.88rem;
}
#salary .cast_meisai_day td {
  background: #fff;
  border-right: 1px solid #ccc;
}
#salary .cast_meisai_day td .plus_num,
#salary .cast_meisai_day td .minus_num {
  text-align: right;
}
#salary .ryosyu {
  width: 100%;
  margin-bottom: 20px;
}
#salary .ryosyu th, #salary .ryosyu td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 5px;
}
#salary .seisan_confirm_wrap {
  overflow: hidden;
  margin-bottom: 30px;
}
#salary .seisan_confirm_wrap .seisan_confirm {
  float: right;
}
#salary .seisan_confirm_wrap .seisan_confirm th {
  width: 10%;
  border: 1px solid #ccc;
  width: 100px;
  padding: 5px;
  font-size: 0.88rem;
}
#salary .seisan_confirm_wrap .seisan_confirm td {
  border: 1px solid #ccc;
  height: 55px;
}
#salary .seisan_confirm_wrap .seisan_confirm td.bonone {
  border: 0;
  width: 20px;
  height: 20px;
}
#salary .cast_meisai.seisan th {
  width: 20%;
}
#salary .cast_meisai.seisan td textarea {
  font-size: 0.81rem;
}

#salary.print_wrap {
  padding: 50px 50px 0 50px;
}
#salary.print_wrap .print_block {
  text-align: center;
  padding: 30px;
  margin-bottom: 35px;
  border: 1px solid #ccc;
}

#smallcheck .charge_panel {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px;
  background: #fff;
}
#smallcheck .charge_panel table th {
  font-size: 0.88rem;
  text-align: left;
  padding: 0px 10px;
}
#smallcheck .charge_panel table td {
  padding: 4px 10px;
}
#smallcheck .charge_panel table td .receipts {
  color: #66b1fc;
  border: 1px solid #66b1fc;
  border-radius: 3px;
  padding: 3px 8px;
  margin-right: 8px;
}
#smallcheck .charge_panel table td .expenses {
  color: #ef5d5d;
  border: 1px solid #ef5d5d;
  border-radius: 3px;
  padding: 3px 8px;
}

.ng_list {
  margin-top: -6px;
}
.ng_list li {
  margin-top: 6px;
  margin-right: 4px;
  border: 1px solid #ffb2b2;
  border-radius: 4px;
  padding: 4px 12px;
  color: #f00;
  background: #fff2f2;
  position: relative;
  display: inline-block;
  padding-right: 50px;
}
.ng_list li .reason {
  font-size: 0.75rem;
}
.ng_list li .delete {
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 0.81rem;
  cursor: pointer;
}
.ng_list li.none_ng {
  border: 1px solid #ddd;
  color: #666;
  background: #f2f2f2;
}

#schedule .shop_action {
  overflow: inherit;
}
#schedule .shop_action .shop_select {
  width: 100%;
  margin-bottom: 5px;
}

.shift_table_date {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
  width: 350px;
}
.shift_table_date ul {
  display: table;
  background: #fff;
  border-radius: 90px;
  height: 44px;
}
.shift_table_date ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 26px;
}
.shift_table_date ul li.date {
  font-size: 1.64rem;
  color: #333;
}
.shift_table_date ul li.date .week {
  font-size: 0.88rem;
}
.shift_table_date ul li.next,
.shift_table_date ul li.prev {
  text-align: center;
  padding: 0 8px;
}
.shift_table_date ul li.next a,
.shift_table_date ul li.prev a {
  /*
  display: block;
  width: 26px;
  height: 26px;
  color: #fff;
  border-radius: 80px;
  border-radius: 80px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  font-size: 1rem;
  */
  color: #fff;
  background: #66b3ff;
  text-decoration: none;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  font-size: 1.32rem;
}

.shift_table_head_fixed {
  position: fixed;
  top: 60px;
  margin-right: 30px;
  display: none;
  z-index: 999;
  background: #e9f0f7;
  padding-top: 20px;
}
.shift_table_head_fixed.is-fixed {
  display: block;
}
.shift_table {
  width: 100%;
  margin-bottom: 20px;
  table-layout: fixed;
}
.shift_table.preview {
  width: auto !important;
  margin-bottom: 0px !important;
}
.shift_table.preview .blank {
  left: 0;
}
.shift_table.preview .shift_on {
  width: 100% !important;
}
.shift_table.preview {
  width: auto !important;
  margin-bottom: 0px !important;
}
.shift_table.preview .blank {
  left: 0;
}
.shift_table.preview .shift_on {
  width: 100% !important;
}
.shift_table tr {
  background: #fff;
}
.shift_table th, .shift_table td {
  font-size: 0.88rem;
  border: 1px solid #ddd;
}
.shift_table th {
  background: #d5dbe1;
  text-align: left;
  padding: 8px 12px;
  text-align: left;
  border: 1px solid #ccc;
  position: relative;
}
.shift_table th.today {
  background: #ffeec7;
}
.shift_table th .date {
  font-size: 1.06rem;
  color: #333;
  text-decoration: none;
}
.shift_table th .date .week {
  font-size: 0.88rem;
}
.shift_table th .date.sat {
  color: #2f96fa;
}
.shift_table th .date.sun {
  color: #fb6821;
}
.shift_table th .tt {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  font-size: 1.13rem;
}
.shift_table tr.shift_count th {
  padding: 1px 12px;
  font-weight: normal;
  position: relative;
  height: 31px;
  font-size: 0.81rem;
  background: #fff;
}
.shift_table tr.shift_count th .fa {
  position: absolute;
  top: 8px;
  right: 8px;
}
.shift_table tr.shift_count th:hover {
  background: #fff;
}
.shift_table tr.shift_count .shift_count_detail {
  display: none;
  position: absolute;
  background: #fff;
  top: 30px;
  left: 0px;
  border: 1px solid #ddd;
  border-top: none;
  padding: 10px 30px 10px 15px;
  z-index: 99999;
}
.shift_table th.name {
  background: #fff;
  font-size: 1rem;
  text-align: left;
  padding: 0px;
  border-bottom: 1px solid #afafaf;
  height: 70px;
  /*2020-06-08追加*/
}
.shift_table th.name .name_shift {
  background: #d8d8d8;
  display: flex;
  height: 70px;
  color: #5a5a5a;
}
.shift_table th.name .name_shift .left {
  width: 8%;
  background: #f7f7f7;
  font-weight: 100;
  display: flex;
}
.shift_table th.name .name_shift .left .lank {
  text-align: center;
  font-size: 0.75rem;
  padding-top: 3px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.shift_table th.name .name_shift .left .mg {
  writing-mode: vertical-rl;
  font-size: 0.72rem;
  margin-top: 3px;
  line-height: 1.5;
  display: none;
}
.shift_table th.name .name_shift .right {
  width: 92%;
  background: #fff;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
}
.shift_table th.name .name_shift .right .inner {
  background: #fff;
  display: flex;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.shift_table th.name .name_shift .right .inner .left {
  background: #fff;
  width: 80%;
  height: 54px;
  padding: 5px 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.shift_table th.name .name_shift .right .inner .left a {
  font-weight: bold;
  font-size: 0.94rem;
  text-decoration: none;
  display: block;
  width: 100%;
  line-height: 1.2;
}
.shift_table th.name .name_shift .right .inner .left a span.tainyu {
  color: #6d6d6d;
  font-size: 0.9rem;
  font-weight: 100;
  margin-right: 2px;
}
.shift_table th.name .name_shift .right .inner .left a span.nyuten {
  color: #6d6d6d;
  font-size: 0.75rem;
  font-weight: 100;
}
.shift_table th.name .name_shift .right .inner .left .sb_rec,
.shift_table th.name .name_shift .right .inner .left .normal {
  display: inline-block;
  color: #666;
  font-size: 0.75rem;
  line-height: 1;
}
.shift_table th.name .name_shift .right .inner .right {
  background: #fff;
  width: 20%;
  font-size: 0.7rem;
  color: #555555;
  font-weight: 100;
  line-height: 1.2;
}
.shift_table th.name .name_shift .right .inner .right .shift {
  border-bottom: 1px solid #ccc;
  padding: 5px 0px 0px 2px;
  height: 50%;
  text-align: center;
}
.shift_table th.name .name_shift .right .inner .right .time {
  padding: 5px 0px 0px 2px;
  text-align: center;
}
.shift_table th.name .name_shift .right .memo {
  font-size: 0.65rem;
  padding: 2px;
  font-weight: 100;
  color: #818181;
  line-height: 1.2;
  height: 16px;
  min-height: 16px;
}
.shift_table th.job {
  background: #fff;
  text-align: center;
}
.shift_table th.job span {
  margin: 2px 0;
}
.shift_table td.ttt {
  text-align: center;
  font-weight: bold;
  position: relative;
  font-size: 0.88rem;
  z-index: 22;
  border-bottom: 1px solid #afafaf;
  background: #fff;
}
.shift_table td.ttt .label {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  z-index: 30;
  display: inline-block;
  padding: 2px 0px;
  font-size: 0.69rem;
  font-weight: normal;
  line-height: 1.2;
  background: #74d909;
  color: #fff;
  font-weight: normal;
}
.shift_table td.ttt .label.attend {
  left: 40px;
  width: auto;
  padding: 2px 8px;
  background: #c862cc;
}
.shift_table td.ttt.none {
  background: #eee;
}
.shift_table td.ttt.none a {
  padding: 0;
  height: 70px;
  line-height: 70px;
}
.shift_table td.ttt.rest {
  background: #ffdede;
}
.shift_table td.ttt.rest .label {
  background: #ff5c5c;
}
.shift_table td.ttt.dummy {
  background: #d6d6d6;
  position: relative;
}
.shift_table td.ttt.dummy .label {
  background: #888;
}
.shift_table td.ttt a,
.shift_table td.ttt .blank {
  display: block;
  color: #333;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  /*2020-06-08*/
  /* shift_week */
}
.shift_table td.ttt a .shift_on,
.shift_table td.ttt a .shift_status,
.shift_table td.ttt .blank .shift_on,
.shift_table td.ttt .blank .shift_status {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
.shift_table td.ttt a .shift_on .status_a,
.shift_table td.ttt a .shift_on .status_b,
.shift_table td.ttt a .shift_on .status_c,
.shift_table td.ttt a .shift_on .status_d,
.shift_table td.ttt a .shift_status .status_a,
.shift_table td.ttt a .shift_status .status_b,
.shift_table td.ttt a .shift_status .status_c,
.shift_table td.ttt a .shift_status .status_d,
.shift_table td.ttt .blank .shift_on .status_a,
.shift_table td.ttt .blank .shift_on .status_b,
.shift_table td.ttt .blank .shift_on .status_c,
.shift_table td.ttt .blank .shift_on .status_d,
.shift_table td.ttt .blank .shift_status .status_a,
.shift_table td.ttt .blank .shift_status .status_b,
.shift_table td.ttt .blank .shift_status .status_c,
.shift_table td.ttt .blank .shift_status .status_d {
  padding: 0px 6px;
  font-size: 0.7rem;
  align-items: center;
  justify-content: space-between;
}
.shift_table td.ttt a .shift_on .status_a,
.shift_table td.ttt a .shift_status .status_a,
.shift_table td.ttt .blank .shift_on .status_a,
.shift_table td.ttt .blank .shift_status .status_a {
  background: #74d909;
  color: #fff;
}
.shift_table td.ttt a .shift_on .status_c,
.shift_table td.ttt a .shift_status .status_c,
.shift_table td.ttt .blank .shift_on .status_c,
.shift_table td.ttt .blank .shift_status .status_c {
  background: #ff5e5e;
  color: #fff;
}
.shift_table td.ttt a .shift_on .status_d,
.shift_table td.ttt a .shift_status .status_d,
.shift_table td.ttt .blank .shift_on .status_d,
.shift_table td.ttt .blank .shift_status .status_d {
  background: #888;
  color: #fff;
}
.shift_table td.ttt a .shift_on .status_b,
.shift_table td.ttt a .shift_status .status_b,
.shift_table td.ttt .blank .shift_on .status_b,
.shift_table td.ttt .blank .shift_status .status_b {
  background: #c862cc;
  color: #fff;
}
.shift_table td.ttt a .shift_on .shirushi,
.shift_table td.ttt a .shift_status .shirushi,
.shift_table td.ttt .blank .shift_on .shirushi,
.shift_table td.ttt .blank .shift_status .shirushi {
  font-size: 1rem;
  display: inline-block;
}
.shift_table td.ttt a .shift_week,
.shift_table td.ttt .blank .shift_week {
  width: 100%;
  height: 100%;
}
.shift_table td.ttt a .shift_week .shift_date,
.shift_table td.ttt .blank .shift_week .shift_date {
  padding: 9px 5px 0 5px;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.shift_table td.ttt a .shift_week .shift_date .date,
.shift_table td.ttt .blank .shift_week .shift_date .date {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.shift_table td.ttt a .shift_week .shift_date .date .status_d,
.shift_table td.ttt .blank .shift_week .shift_date .date .status_d {
  display: table-cell;
  width: 50%;
  background: #ffdede;
  color: #fff;
  font-weight: 100;
  font-size: 0.75rem;
  padding: 2px 4px;
}
.shift_table td.ttt a .shift_week .shift_date .date .hold,
.shift_table td.ttt .blank .shift_week .shift_date .date .hold {
  display: table-cell;
  width: 15%;
  background: #e6e6e6;
}
.shift_table td.ttt a .shift_week .shift_date .date .moov,
.shift_table td.ttt .blank .shift_week .shift_date .date .moov {
  display: table-cell;
  width: 15%;
  background: #b8efff;
}
.shift_table td.ttt a .shift_week .shift_date .blank_box,
.shift_table td.ttt .blank .shift_week .shift_date .blank_box {
  width: 0%;
}
.shift_table td.ttt a .shift_week .shift_date .shift_status,
.shift_table td.ttt .blank .shift_week .shift_date .shift_status {
  display: flex;
  gap: 4px;
}
.shift_table td.ttt a .shift_week .shift_date .shift_status .leaving,
.shift_table td.ttt .blank .shift_week .shift_date .shift_status .leaving {
  background: #d0e8ff;
  color: #0b7ced;
  font-size: 0.81rem;
  padding: 3px 10px;
  line-height: 1;
  border-radius: 4px;
}
.shift_table td.ttt a .shift_week .shift_date .shift_status .status_c,
.shift_table td.ttt .blank .shift_week .shift_date .shift_status .status_c {
  background: #ff2424;
  color: #fff;
  font-size: 0.81rem;
  padding: 3px 10px;
  line-height: 1;
  border-radius: 4px;
}
.shift_table td.ttt a .shift_week .shift_date .shift_status .status_c,
.shift_table td.ttt .blank .shift_week .shift_date .shift_status .status_c {
  background: #777;
  color: #fff;
  font-size: 0.81rem;
  padding: 3px 10px;
  line-height: 1;
  border-radius: 4px;
}
.shift_table td.ttt a .shift_week .shift_date .shift_status .status_b,
.shift_table td.ttt .blank .shift_week .shift_date .shift_status .status_b {
  background: #eccced;
  color: #6e3767;
  font-size: 0.81rem;
  padding: 3px 10px;
  line-height: 1;
  border-radius: 4px;
}
.shift_table td.ttt a .shift_week .shift_date .ss_time,
.shift_table td.ttt .blank .shift_week .shift_date .ss_time {
  font-size: 1vw;
}
.shift_table td.ttt a .shift_week .shift_date .ss_time .leaving,
.shift_table td.ttt .blank .shift_week .shift_date .ss_time .leaving {
  display: inline;
  color: #0b7ced;
  font-size: 0.8vw;
}
.shift_table td.ttt a .shift_week .shift_date .ss_time span,
.shift_table td.ttt .blank .shift_week .shift_date .ss_time span {
  color: #0b7ced;
  font-size: 0.8vw;
}
.shift_table td.ttt a .shift_week .shift_date .ss_memo,
.shift_table td.ttt .blank .shift_week .shift_date .ss_memo {
  font-size: min(0.7vw, 0.7rem);
  color: #737373;
  font-weight: 100;
  line-height: 1.2;
}
.shift_table td.ttt a .box,
.shift_table td.ttt .blank .box {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 7px 0;
  text-align: center;
  width: 100%;
}
.shift_table td.ttt a .memo,
.shift_table td.ttt .blank .memo {
  display: inline-block;
  font-weight: normal;
  font-size: 0.63rem;
  line-height: 1.2;
  color: #999;
}
.shift_table td.ttt a .add_label,
.shift_table td.ttt .blank .add_label {
  background: #c6c6c6;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 60px;
  line-height: 20px;
  display: inline-block;
}
.shift_table td.ttt a .leave_category,
.shift_table td.ttt .blank .leave_category {
  display: inline-block;
  font-size: 0.75rem;
  margin-left: 4px;
  line-height: 1.5;
  border-radius: 3px;
  color: #3c8ce8;
}
.shift_table td.ttt:hover:not(.not-edit) {
  background: #caff91 !important;
  cursor: pointer;
}
.shift_table td.ttt:hover .add_label {
  background: #8be926;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 60px;
  line-height: 20px;
  display: inline-block;
}
.shift_table td.fruid {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.schedule_edit_table td {
  padding: 4px 0;
}

.staff_shift_table_date {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
  width: 350px;
}
.staff_shift_table_date ul {
  display: table;
  background: #fff;
  border-radius: 90px;
  height: 44px;
}
.staff_shift_table_date ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 26px;
}
.staff_shift_table_date ul li.date {
  font-size: 1.64rem;
  color: #333;
}
.staff_shift_table_date ul li.date .week {
  font-size: 0.88rem;
}
.staff_shift_table_date ul li.next,
.staff_shift_table_date ul li.prev {
  text-align: center;
  padding: 0 8px;
}
.staff_shift_table_date ul li.next a,
.staff_shift_table_date ul li.prev a {
  /*
  display: block;
  width: 26px;
  height: 26px;
  color: #fff;
  border-radius: 80px;
  border-radius: 80px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  font-size: 1rem;
  */
  color: #fff;
  background: #66b3ff;
  text-decoration: none;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  font-size: 1.32rem;
}

.staff_shift_table_head_fixed {
  position: fixed;
  top: 60px;
  margin-right: 30px;
  display: none;
  z-index: 30;
  background: #e9f0f7;
  padding-top: 20px;
}
.staff_shift_table_head_fixed.is-fixed {
  display: block;
}
.staff_shift_table {
  width: 100%;
  margin-bottom: 20px;
  table-layout: fixed;
}
.staff_shift_table tr {
  background: #fff;
}
.staff_shift_table th, .staff_shift_table td {
  font-size: 0.88rem;
  border: 1px solid #ddd;
}
.staff_shift_table th {
  background: #d5dbe1;
  text-align: left;
  padding: 8px 12px;
  text-align: left;
  border: 1px solid #ccc;
  position: relative;
}
.staff_shift_table th.today {
  background: #ffeec7;
}
.staff_shift_table th.th_width_fix {
  width: 190px;
}
.staff_shift_table th .date {
  font-size: 1.06rem;
  color: #333;
  text-decoration: none;
}
.staff_shift_table th .date .week {
  font-size: 0.88rem;
}
.staff_shift_table th .date.sat {
  color: #2f96fa;
}
.staff_shift_table th .date.sun {
  color: #fb6821;
}
.staff_shift_table th .tt {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  font-size: 1.13rem;
}
.staff_shift_table tr.shift_count th {
  padding: 1px 12px;
  font-weight: normal;
  position: relative;
  height: 31px;
  font-size: 0.81rem;
  background: #fff;
}
.staff_shift_table tr.shift_count th .fa {
  position: absolute;
  top: 8px;
  right: 8px;
}
.staff_shift_table tr.shift_count th:hover {
  background: #fff;
}
.staff_shift_table tr.shift_count .shift_count_detail {
  display: none;
  position: absolute;
  background: #fff;
  top: 30px;
  left: 0px;
  border: 1px solid #ddd;
  border-top: none;
  padding: 10px 30px 10px 15px;
  z-index: 60;
}
.staff_shift_table th.name {
  background: #fff;
  font-size: 1rem;
  text-align: left;
  padding-left: 14px;
}
.staff_shift_table th.name .charge_staff {
  font-size: 0.75rem;
  color: #666;
  font-weight: normal;
}
.staff_shift_table th.job {
  background: #fff;
  text-align: center;
}
.staff_shift_table th.job span {
  margin: 2px 0;
}
.staff_shift_table td.ttt {
  text-align: center;
  font-weight: bold;
  position: relative;
  font-size: 0.88rem;
  z-index: 22;
}
.staff_shift_table td.ttt .label {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  z-index: 30;
  display: inline-block;
  padding: 2px 0px;
  font-size: 0.69rem;
  font-weight: normal;
  line-height: 1.2;
  background: #74d909;
  color: #fff;
  font-weight: normal;
}
.staff_shift_table td.ttt .label.attend {
  left: 40px;
  width: auto;
  padding: 2px 8px;
  background: #c862cc;
}
.staff_shift_table td.ttt a {
  display: table;
  color: #333;
  height: 65px;
  position: initial;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.staff_shift_table td.ttt a .box {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 7px 0;
  text-align: center;
  width: 100%;
}
.staff_shift_table td.ttt a .memo {
  display: inline-block;
  font-weight: normal;
  font-size: 0.63rem;
  line-height: 1.2;
  color: #999;
}
.staff_shift_table td.ttt a .add_label {
  background: #ccc;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 60px;
  line-height: 20px;
  display: inline-block;
}
.staff_shift_table td.ttt a .leave_category {
  display: inline-block;
  font-size: 0.75rem;
  margin-left: 4px;
  line-height: 1.5;
  border-radius: 3px;
  color: #3c8ce8;
}
.staff_shift_table td.ttt.none {
  background: #e6e6e6;
}
.staff_shift_table td.ttt.none a {
  padding: 0;
  height: 70px;
  line-height: 70px;
}
.staff_shift_table td.ttt.rest {
  background: #ffdede;
}
.staff_shift_table td.ttt.rest .label {
  background: #ff5c5c;
}
.staff_shift_table td.ttt.dummy {
  background: #c5c5c5;
  position: relative;
}
.staff_shift_table td.ttt.dummy .label {
  background: #888;
}
.staff_shift_table td.ttt:hover:not(.not-edit) {
  background: #caff91 !important;
  cursor: pointer;
}
.staff_shift_table td.ttt:hover .add_label {
  background: #8be926;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 60px;
  line-height: 20px;
  display: inline-block;
}
.staff_shift_table td.fruid {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.schedule_edit_table td {
  padding: 4px 0;
}

#sb .sb_list > dt {
  background: #e0e0e0;
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 8px;
  font-weight: bold;
}
#sb .sb_list > dd {
  border: 1px solid #ccc;
  height: 450px;
  background: #fff;
  overflow-y: auto;
  font-size: 0.88rem;
}
#sb .sb_list > dd ul li {
  border-bottom: 1px solid #ccc;
  font-size: 0.88rem;
}
#sb .sb_list > dd ul li label {
  display: block;
  background: #fff;
  padding: 8px;
}
#sb .sb_list > dd ul li label input {
  margin-right: 5px;
}
#sb .sb_list > dd .staff_list > dt {
  background: #ebf2ff;
  border-top: 1px solid #ccc;
  border-bottom: none;
  padding: 8px;
  font-size: 0.81rem;
  position: relative;
}
#sb .sb_list > dd .staff_list > dt span {
  position: absolute;
  right: 10px;
}
#sb .action {
  padding: 25px;
  text-align: center;
}
#sb .sb_date {
  margin-bottom: 20px;
}
#sb .sb_date select {
  width: auto !important;
  margin-right: 8px;
}

.breakdown_list li {
  border: 1px solid #ccc;
  border-radius: 4px solid #ccc;
}

#auth label input {
  margin-right: 3px;
}
#auth label.dis {
  color: #c0c0c0;
  cursor: not-allowed;
}

#login {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 360px;
  background: #fff;
  margin: 90px auto 0;
  padding: 24px 38px;
}
#login h1 {
  padding: 0;
  margin: 0 0 20px;
}
#login .login_form dt {
  font-size: 0.81rem;
}
#login .login_form dd {
  margin-bottom: 12px;
}
#login .login_form dd input {
  width: 100%;
}
#login .login_btn_wrap {
  margin-top: 15px;
}

.driver_work {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.tablesorter thead .sorter-false {
  background-image: none !important;
  cursor: default !important;
}

/* ==================================================================================== */
/*  PC＆パッド
/* ==================================================================================== */
@media screen and (min-width: 640px) {
  html {
    height: 100%;
  }
  body {
    height: 100%;
  }
  .main_wrap {
    margin-left: -230px;
    float: right;
    position: relative;
    width: 100%;
    min-width: 600px;
  }
  .main_wrap .main.is-fixed {
    padding-top: 129px;
  }
  .main_wrap .main {
    margin-left: 230px;
    margin-bottom: 30px;
    padding: 0px 30px 0;
    z-index: 0;
  }
  .list_table .sign,
  .call_list_table .sign {
    color: #10be24;
    border: 1px solid #10be24;
    background: #c9efcd;
    display: inline-block;
    padding: 1px 8px;
    border-radius: 3px;
  }
  .list_table .fail,
  .call_list_table .fail {
    color: #ff0000;
    border: 1px solid #ff0000;
    background: #ffcccc;
    display: inline-block;
    padding: 1px 8px;
    border-radius: 3px;
  }
  .list_table .success,
  .call_list_table .success {
    color: #367cff;
    border: 1px solid #367cff;
    background: #c7dbff;
    display: inline-block;
    padding: 1px 8px;
    border-radius: 3px;
  }
  .list_table .etc,
  .call_list_table .etc {
    color: #666;
    border: 1px solid #666;
    background: #ddd;
    display: inline-block;
    padding: 1px 8px;
    border-radius: 3px;
  }
  .list_table .disable,
  .call_list_table .disable {
    background: #e9e9e9 !important;
  }
  .list_table .disable td,
  .call_list_table .disable td {
    color: #666;
    border-right: 1px dotted #c9c9c9;
    border-left: 1px dotted #c9c9c9;
  }
  .list_add_table {
    width: 100%;
    display: flex;
  }
  .list_add_table .cell {
    width: 100%;
  }
  .list_add_table .cell.add {
    width: 20%;
  }
  .list_add_table .cell dl {
    display: block;
  }
  .list_add_table .cell dl dt {
    width: auto;
    background: #ddd;
    height: 40px;
  }
  .list_add_table .cell dl dd {
    background: #fff;
    width: auto;
    height: 60px;
  }
  .list_add_table .cell dl dt, .list_add_table .cell dl dd {
    padding: 12px;
  }
  .scout_list {
    border: 1px solid #ccc;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .scout_list > li {
    border-bottom: 1px solid #ccc;
  }
  .scout_list > li > dl {
    display: table;
    width: 100%;
  }
  .scout_list > li > dl dt {
    padding: 8px 8px;
    position: relative;
    display: table-cell;
    vertical-align: top;
    border-right: 1px solid #ccc;
    width: 30%;
  }
  .scout_list > li > dl dt .parent_action {
    position: absolute;
    right: 10px;
    top: 6px;
  }
  .scout_list > li > dl dd {
    display: table-cell;
    padding: 0px 0px;
  }
  .scout_list > li > dl dd table {
    width: 100%;
  }
  .scout_list > li > dl dd table td {
    padding: 6px 10px;
    border-bottom: 1px solid #ccc;
  }
  .scout_list > li > dl dd table td input {
    font-size: 0.88rem;
    padding: 3px 8px;
  }
  .scout_list > li > dl dd table td.border_none {
    border: none;
  }
}
/* ==================================================================================== */
/*  PC用
/* ==================================================================================== */
/* ==================================================================================== */
/*  モバイル用 640px以下
/* ==================================================================================== */
@media screen and (max-width: 640px) {
  .mfp-container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  /*-------------------------------------------------------
  ページ汎用
  ------------------------------------------------------- */
  .list_frame {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 20px;
  }
  .list_table {
    margin-bottom: 0px;
  }
  .list_table th {
    white-space: nowrap;
    text-align: center;
    padding: 6px 2px;
  }
  .list_table td {
    padding: 7px 8px;
  }
  .list_table.filter th {
    white-space: nowrap;
    text-align: center;
    padding: 6px 2px;
  }
  .list_table.filter td {
    padding: 7px 8px;
  }
  .common_table {
    width: 100%;
  }
  .common_table th, .common_table td {
    padding: 4px 12px;
    border: none;
  }
  .common_table th {
    text-align: left;
    font-weight: bold;
    font-size: 0.88rem;
    background: #fff;
    padding-top: 12px;
    width: auto;
    display: block;
  }
  .common_table th.ng_th {
    width: 100%;
    padding: 15px 12px;
  }
  .common_table th.ng_th .button {
    position: absolute;
    top: 10px;
    left: auto;
    right: 12px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .common_table td {
    display: block;
    background: #fff;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
  }
  .common_table td .add_button_wrap {
    padding: 3px 0;
  }
  .common_table td .add_button_wrap a {
    color: #1c79e3;
    font-size: 0.88rem;
    text-decoration: none;
  }
  .common_table td .add_button_wrap a span {
    display: inline-block;
    border-radius: 80px;
    border: 2px solid #1c79e3;
    padding: 2px 2px;
    font-size: 18px;
    line-height: 12px;
  }
  .common_table td .add_button_wrap .yen_s {
    display: inline-block;
    padding: 4px 0 0 4px;
  }
  .common_table td .media_shop {
    padding-top: 0px;
    margin-bottom: 3px;
    font-size: 0.94rem;
  }
  .popup_table th, .popup_table td {
    padding: 10px 10px;
  }
  .popup_table th {
    padding-right: 10px;
    padding-left: 0px;
    width: auto;
    white-space: nowrap;
  }
  .popup_table td {
    background: #fff;
  }
  .popup_table td .supple {
    color: #666;
    font-size: 0.75rem;
  }
  .popup_table td .error {
    border: 1px solid #f58484;
    background: #ffeded;
  }
  .section .table_title {
    font-size: 0.81rem;
    padding: 8px 12px;
  }
  .result_table_wrap {
    overflow-x: auto;
    width: 100% !important;
  }
  .result_table_wrap .result_table {
    width: auto;
  }
  .result_table_wrap .result_table td {
    white-space: nowrap;
  }
  .result_table_wrap .result_table td dl dt {
    font-size: 0.69rem;
  }
  .result_table_wrap .result_table td dl dd {
    font-size: 1.31rem;
  }
  .result_table_wrap .result_table td dl dd .per {
    font-size: 0.88rem;
  }
  .result_table_wrap .result_table td:last-child dl {
    border: none;
  }
  /*-------------------------------------------------------
  パーツ
  ------------------------------------------------------- */
  /*
  	.page_title.is-fixed{
  	position: fixed;
  	top: 0px;
  	left: 260px;
  	right: 0;
  	z-index: 50;	
  }*/
  .page_title {
    background: #fff;
    margin: 0 -12px 16px -12px;
    padding: 11px 12px;
    height: auto;
    position: relative;
  }
  .page_title h1 {
    font-size: 1.13rem;
    line-height: 1.5;
  }
  .page_title h1 a {
    font-size: 1rem;
  }
  .page_title .action {
    display: block;
    top: 50%;
    right: 12px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .page_title .action .button {
    padding: 8px 13px;
    font-size: 0.75rem;
  }
  .page_title.is-fixed {
    position: inherit;
    width: auto;
    filter: none;
  }
  .page_title.is-fixed .action {
    display: none;
  }
  .search_panel {
    padding-bottom: 8px;
  }
  .search_panel > form > table,
  .search_panel > table {
    width: 100%;
  }
  .search_panel > form > table td,
  .search_panel > table td {
    padding-right: 0px;
    display: block;
  }
  .search_panel > form > table td dl,
  .search_panel > table td dl {
    padding-bottom: 8px;
  }
  .search_panel > form > table td dl dt,
  .search_panel > table td dl dt {
    display: block;
  }
  .search_panel > form > table td dl dt.blank:after,
  .search_panel > table td dl dt.blank:after {
    height: 6px;
    content: "　";
  }
  .search_panel > form > table td dl dd,
  .search_panel > table td dl dd {
    display: block;
  }
  .search_panel > form > table td dl dd input[type=text],
  .search_panel > form > table td dl dd input[type=password],
  .search_panel > form > table td dl dd input[type=date],
  .search_panel > form > table td dl dd input[type=datetime],
  .search_panel > form > table td dl dd input[type=datetime-local],
  .search_panel > form > table td dl dd input[type=month],
  .search_panel > form > table td dl dd input[type=week],
  .search_panel > form > table td dl dd input[type=email],
  .search_panel > form > table td dl dd input[type=number],
  .search_panel > form > table td dl dd input[type=search],
  .search_panel > form > table td dl dd input[type=tel],
  .search_panel > form > table td dl dd input[type=time],
  .search_panel > form > table td dl dd input[type=url],
  .search_panel > form > table td dl dd textarea,
  .search_panel > table td dl dd input[type=text],
  .search_panel > table td dl dd input[type=password],
  .search_panel > table td dl dd input[type=date],
  .search_panel > table td dl dd input[type=datetime],
  .search_panel > table td dl dd input[type=datetime-local],
  .search_panel > table td dl dd input[type=month],
  .search_panel > table td dl dd input[type=week],
  .search_panel > table td dl dd input[type=email],
  .search_panel > table td dl dd input[type=number],
  .search_panel > table td dl dd input[type=search],
  .search_panel > table td dl dd input[type=tel],
  .search_panel > table td dl dd input[type=time],
  .search_panel > table td dl dd input[type=url],
  .search_panel > table td dl dd textarea {
    width: 100%;
  }
  .sub_menu {
    margin: -16px -12px 25px;
  }
  .sub_menu li {
    position: relative;
    text-align: center;
    flex-grow: 1;
    min-width: auto;
  }
  .sub_menu li a {
    font-size: 0.88rem;
  }
  .sub_menu li a:hover {
    background: #e9f0f7;
  }
  .sub_menu li.active {
    position: relative;
  }
  .sub_menu li.active :after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: -2px;
    background-color: #77a7d6;
    height: 3px;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
  }
  #header h1 {
    float: none;
    position: fixed;
    width: 100%;
    z-index: 300;
  }
  #header h1 .header_menu {
    background: url("/images/btn_menu.png") no-repeat;
    background-size: 100%;
    width: 26px;
    height: 26px;
    float: right;
    cursor: pointer;
  }
  #header .info {
    float: none;
    width: 100%;
    position: absolute;
    top: 49px;
    background: #263544;
    text-align: right;
  }
  #header .info > ul {
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    font-size: 0;
  }
  #header .info > ul > li {
    float: none;
    display: inline-block;
    padding: 0px 15px;
    height: 32px;
    line-height: 32px;
    font-size: 0.81rem;
  }
  #header .info > ul > li.shop_navi ul.shop_menu,
  #header .info > ul > li.user_navi ul.shop_menu {
    top: 32px;
    right: 0;
    left: auto;
    width: 140px;
    text-align: left;
  }
  #header .info > ul > li.shop_navi ul:after,
  #header .info > ul > li.user_navi ul:after {
    content: "";
    position: absolute;
    border-bottom: 8px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    top: -7px;
    right: 60px;
    left: auto;
  }
  #header .info > ul > li.shop_navi ul:before,
  #header .info > ul > li.user_navi ul:before {
    content: "";
    position: absolute;
    border-bottom: 8px solid #ccc;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    top: -9px;
    right: 60px;
    left: auto;
  }
  .main_wrap {
    margin-left: 0px;
    float: none;
    position: inherit;
    width: 100%;
    min-width: 0;
    padding: 0 12px;
    padding-top: 34px;
  }
  .main_wrap .main.is-fixed {
    padding-top: 0px;
  }
  .main_wrap .main {
    margin-left: 0px;
    margin-bottom: 30px;
    padding: 0px 0px 0;
    z-index: 0;
    z-index: 0;
  }
  .side_wrap {
    top: 48px;
    float: none;
    width: 100%;
    height: 100vh;
    display: none;
    border-right: 0;
  }
  .side_wrap ul.gnavi > li > a {
    border-bottom: 1px solid #212c39;
  }
  .side_wrap ul.gnavi > li > a.opened, .side_wrap ul.gnavi > li > a.selected {
    border-bottom: 0;
  }
  .dash_wrap {
    width: 100%;
    overflow-x: scroll;
  }
  .dash_wrap .dash_table {
    table-layout: auto;
  }
  .dash_wrap .dash_table th {
    white-space: nowrap;
  }
  #schedule .shop_action {
    margin-bottom: 15px;
  }
  #schedule .shop_action .shop_select {
    float: none;
  }
  .shift_table_date {
    width: auto;
    margin-bottom: 15px;
  }
  .shift_table_wrap {
    overflow-x: auto;
  }
  .shift_table_head_fixed {
    position: fixed;
    top: 50px;
    margin-right: 0px;
    display: none;
    z-index: 110;
    background: #e9f0f7;
    padding-top: 12px;
  }
  .shift_table_head_fixed:before {
    position: fixed;
    content: "　";
    background: #e9f0f7;
    width: 12px;
    height: 120px;
    top: 60px;
    left: 0px;
    z-index: 100;
  }
  .shift_table_head_fixed:after {
    position: fixed;
    content: "　";
    background: #e9f0f7;
    width: 12px;
    height: 120px;
    top: 60px;
    right: 0px;
    z-index: 100;
  }
  .shift_table_head_fixed.is-fixed {
    display: block;
  }
  .shift_table_head_fixed th {
    width: 80px;
    min-width: 80px;
  }
  .shift_table {
    width: auto;
  }
  .shift_table th {
    padding: 6px 8px;
  }
  .shift_table th.th_width_fix {
    width: 110px;
    min-width: 110px;
  }
  .shift_table th.name {
    font-size: 0.88rem;
    padding-left: 10px;
    white-space: nowrap;
  }
  .shift_table th.name .girls_label {
    font-size: 0.69rem;
    width: 28px;
  }
  .shift_table th.name .charge_staff {
    font-size: 0.69rem;
  }
  .shift_table th.job {
    white-space: nowrap;
  }
  .shift_table th .date {
    font-size: 0.88rem;
  }
  .shift_table td.ttt {
    min-width: 80px;
  }
  .shift_table tr.shift_count .shift_count_detail {
    width: 120px;
    padding: 10px 12px;
  }
  #salary .cast_salary_list {
    margin-bottom: 20px;
  }
  #salary .cast_salary_list dt {
    font-size: 0.81rem;
  }
  #salary .cast_salary_list dd {
    height: 260px;
  }
  #salary .cast_salary_list dd ul {
    display: flex;
    flex-wrap: wrap;
  }
  #salary .cast_salary_list dd ul li {
    border-right: 1px solid #ccc;
    width: 50%;
    height: 60px;
    padding: 8px 12px;
  }
  #salary .cast_salary_list dd ul li .fix_salary {
    position: inherit;
    right: auto;
    display: block;
  }
  #salary .meisai_operation {
    display: block;
  }
  #salary .cast_meisai_wrap .meisai_title dt {
    display: table-cell;
    vertical-align: middle;
    padding-left: 0px;
  }
  #salary .cast_meisai_wrap .meisai_title dt .shop_name {
    font-size: 0.94rem;
  }
  #salary .cast_meisai_wrap .meisai_title dd {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
  }
  #salary .cast_meisai_wrap .meisai_title dd .shop_name {
    font-size: 1.16rem;
    font-weight: normal;
    margin-right: 12px;
  }
  #salary .cast_meisai_wrap .meisai_title dd strong {
    font-size: 1.84rem;
  }
  #salary .cast_meisai_wrap .money_wrap {
    height: auto;
  }
  #salary .cast_meisai_wrap .cast_meisai.total {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=layout.css.map */