@charset "UTF-8";
html {
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 1366px) {
  html {
    font-size: 12px;
    line-height: 14px;
  }
}

body {
  position: relative;
  color: #222;
  font-style: normal;
  font-weight: normal;
  font: 14px YakuHanJP, "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", sans-serif;
  outline: 0;
  background-color: #ffffff;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

img {
  display: inline-block;
}

a {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
a:link {
  color: #ffffff;
  text-decoration: none;
}
a:visited {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
}
a:active {
  color: #ffffff;
  text-decoration: none;
}
a.disabled {
  background-color: #a9a9a9;
  cursor: default;
  pointer-events: none;
}

input[type=checkbox] {
  display: none;
}

.checkbox-fontas {
  font-size: large;
  position: relative;
  vertical-align: middle;
  z-index: 1;
}

input[type=checkbox] + .checkbox-fontas:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
}

input[type=checkbox]:checked + .checkbox-fontas:before {
  color: rgb(53, 181, 193);
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
}

.select-w {
  position: relative;
  display: inline-block;
}

.inline-block {
  display: inline-block;
}

.select-w:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgb(108, 124, 137);
  width: 9px;
  height: 6px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.select2-container--default .select2-selection, .select2-container--default .select2-selection--multiple {
  font-size: 1em;
  border: 1px solid rgb(108, 124, 137);
}

.select2-container--default.select2-container--focus .select2-selection, .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid rgb(108, 124, 137);
}

.select2-selection__choice__remove {
  height: 100%;
}

.select2-search--inline {
  vertical-align: text-bottom;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  padding-left: 0px;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 3px;
  margin-left: 5px;
}

.c-tag-a .disp-select2-item {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 3px;
  padding: 3px 5px 3px 5px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  color: #000;
}

ul.listTypeM {
  display: table;
  width: 100%;
  vertical-align: middle;
}
ul.listTypeM li {
  display: table-cell;
  vertical-align: middle;
  /* width:33%; html側でwidthを指定する*/
}
ul.listTypeM li .date_set_m, ul.listTypeM li .date_set_md {
  width: 14px;
  text-align: center;
  cursor: pointer;
}
ul.addTel li.tel, ul.addTel2 li.tel {
  padding-left: 12px;
  background: url(../image/common/tel-icon-s.png) no-repeat left 1px;
  font-size: 11px;
  line-height: 15px;
  display: inline-block;
}
ul.addTel li.mobile, ul.addTel2 li.mobile {
  padding-left: 12px;
  background: url(../image/common/mobile-icon-s.png) no-repeat 1px 1px;
  font-size: 11px;
  line-height: 15px;
  display: inline-block;
}
ul.addTel li.fax, ul.addTel2 li.fax {
  padding-left: 12px;
  background: url(../image/common/fax-icon-s.png) no-repeat left 1px;
  font-size: 11px;
  line-height: 15px;
  display: block;
}
ul.addTel {
  padding-left: 20px;
  background: url(../image/common/kokyaku-icon.png) no-repeat left 2px;
}
ul.addTel2 {
  margin-top: 5px;
  padding-top: 5px;
  padding-left: 35px;
  border-top: 1px solid #CCC;
  background: url(../image/common/haisou-icon.png) no-repeat 15px 7px;
}

progress {
  height: 20px;
  width: 300px;
}

tr.course_detail {
  border-top: dotted 1px #999999;
}
tr.course_detail:first-of-type {
  border-top: none;
}
tr.student_info {
  border-top: dotted 1px #999999;
}
tr.student_info:first-of-type {
  border-top: none;
}

td.course_detail {
  width: 25%;
  border-right: dotted 1px #999999;
  text-align: center;
  padding: 0px 2px;
}
td.course_detail:last-of-type {
  border-right: none;
}
td.student_info {
  border-right: dotted 1px #999999;
  text-align: center;
  padding: 2px 5px;
}
td.student_info:last-of-type {
  border-right: none;
}

tr.student_info:first-of-type {
  border-top: none;
}

td.student_info:last-of-type {
  border-right: none;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.btn {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  padding: 10px 0px;
  text-align: center;
  background-color: rgb(53, 181, 193);
  border: 1px solid rgb(53, 181, 193);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/*margin-topスペースゼロ*/
.ns {
  margin-top: 0px !important;
}

.nowrap {
  white-space: nowrap;
}

.errmsg-area {
  margin: 20px 0;
}

.errmsg-area-pk {
  display: inline-block;
  margin: 0px 0px 20px 0px;
  background-color: rgb(255, 230, 235);
  border: 1px solid rgb(255, 230, 235);
  border-radius: 4px;
  padding: 10px 0px;
  width: 278px;
}

.remove_errmsg {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  line-height: 20px;
}

.attention {
  color: #008000;
}

.errmsg {
  color: rgb(186, 0, 1);
}

.must {
  margin-left: 5px;
  color: #c1596c;
  cursor: default;
}

.nodata {
  color: #008000;
}

.attentionBg1 {
  background-color: #d0f3b0 !important;
}

.attentionBg2 {
  background-color: #D7D0FF !important;
}

.attentionBg3 {
  background-color: #f9f1ab !important;
}

.attentionBg4 {
  background-color: #fad3d3 !important;
}

.ui-autocomplete {
  text-align: left;
}

.select2-container {
  /* select2 のドロップダウンが中央寄せになる件の回避策 */
  text-align: left;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.colorbox01 {
  width: 10px;
  height: 5px;
  vertical-align: middle;
  padding: 0 1em 0 0;
  border: solid 1px #3f3f3f;
  line-height: 1em;
  font-size: 1px;
}

.charge_month_area {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.charge_month_block {
  display: inline-block;
  vertical-align: middle;
}

.boxnum {
  display: inline-block;
  cursor: pointer;
  height: 18px;
  width: 18px;
  margin: 3px;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  color: #cccccc;
  border: 2px solid #cccccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.boxnum_gojuon_area {
  display: inline-block;
  vertical-align: middle;
}

.boxnum_gojuon {
  display: inline-block;
  cursor: pointer;
  height: 21px;
  width: 21px;
  margin: 3px;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
  color: #cccccc;
  border: 2px solid #cccccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.oh-line:hover {
  background-color: #FFE4EF !important;
}

.sel_fee_id, .sel_line {
  background-color: #FFE4EF !important;
}

.selected_exc_dc {
  display: inline-block;
  margin: 4px;
  padding: 4px;
  border: 1px dotted #777777;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.floatingFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: rgb(217, 217, 217);
  padding: 0px 10px 0px 10px;
  margin-bottom: 15px;
  z-index: 10;
}
@media only screen and (max-width: 1366px) {
  .floatingFooter {
    font-size: 12px;
    line-height: 14px;
  }
}
.floatingFooter.with-search_box {
  padding: 0px 10px 0px 40px;
  margin-bottom: 0px;
}
.floatingFooter.without-search_box {
  padding: 0px 10px 0px 10px;
  margin-bottom: 0px;
}
.floatingFooter.summary_area2 {
  height: auto;
  bottom: 50px;
}
.floatingFooter .listFooter {
  background-color: transparent;
}
.floatingFooter .listFooter .btnArea {
  padding: 0px;
  text-align: right;
  text-align: -webkit-right;
}

.total_errmsg_area {
  color: #ba0001;
  font-size: 130%;
  text-align: center;
  margin-bottom: 20px;
  min-height: 44px;
  width: 100%;
  display: table;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  /* background:-webkit-gradient(  linear, left top, left bottom,  from(#ffffff),  to(#ededed)); */
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
}
.total_errmsg_area div {
  padding: 10px;
  display: block;
  vertical-align: middle;
}

.goodsName {
  font-size: 123.1%;
  height: 34px;
  display: table-row;
  line-height: 34px;
  background: #333333 url(../image/common/arrow7.png) no-repeat 10px center;
  /*	-webkit-box-shadow:
  		inset 0px 0px 20px rgba(0,0,0,1); */
  font-weight: bold;
  color: #FFFFFF;
  /* text-shadow: 2px 1px 0px rgba(0,0,0,0.2); */
  letter-spacing: 1px;
}
.goodsName p {
  display: table-cell;
  vertical-align: middle;
}
.goodsName .btnArea {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 13px;
  font-weight: normal;
}
.goodsName .btnArea div {
  display: table-cell;
  letter-spacing: 0px;
  vertical-align: middle;
  padding: 0 10px;
}

ul.keiro li img {
  margin-right: 5px;
}

.course_waribiki {
  width: 100%;
}
.course_waribiki tr td {
  padding: 4px;
  text-align: center;
}

.m-t5 {
  margin-top: 5px;
}

.m-t10 {
  margin-top: 10px;
}

.m-t15 {
  margin-top: 15px;
}

.m-t20 {
  margin-top: 20px;
}

.m-t30 {
  margin-top: 30px;
}

.m-t40 {
  margin-top: 40px;
}

.m-t50 {
  margin-top: 50px;
}

.m-b5 {
  margin-bottom: 5px;
}

.m-b10 {
  margin-bottom: 10px;
}

.m-b15 {
  margin-bottom: 15px;
}

.m-b20 {
  margin-bottom: 20px;
}

.m-b30 {
  margin-bottom: 30px;
}

.m-b40 {
  margin-bottom: 40px;
}

.m-b50 {
  margin-bottom: 50px;
}

#confirmbox, .confirmbox {
  display: none;
  font-size: 1em;
}
#confirmbox .confirmbox-inner, .confirmbox .confirmbox-inner {
  padding: 20px 10px 5px 10px;
}
#confirmbox .body, .confirmbox .body {
  text-align: center;
  font-size: 1em;
}
#confirmbox .body .hint-area, .confirmbox .body .hint-area {
  position: relative;
  border: 1px solid #008000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #008000;
  margin: 30px 30px 0px 30px;
  padding: 1em 2em;
  text-align: left;
}
#confirmbox .body .hint-area .hint-title, .confirmbox .body .hint-area .hint-title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9em;
  padding: 0 1em;
  margin: 0;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%) translateX(1em);
          transform: translateY(-50%) translateX(1em);
}
#confirmbox .btnArea, .confirmbox .btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 30px 10px 0px 10px;
}
#confirmbox .btnArea div, .confirmbox .btnArea div {
  display: inline-block;
  margin: 0px;
  margin-right: 20%;
}
#confirmbox .btnArea div:nth-last-of-type(1), .confirmbox .btnArea div:nth-last-of-type(1) {
  margin-right: 0px;
}
#confirmbox .errmsg, .confirmbox .errmsg {
  color: #FF0000;
  text-align: center;
  padding: 0px 10px 10px 10px;
}

.ui-widget-overlay {
  background-color: #777777;
  opacity: 0.5;
}

.ui-dialog, .prop_dlg, .search_dlg {
  display: none;
  font-size: 1em;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.ui-dialog .ui-widget-content, .prop_dlg .ui-widget-content, .search_dlg .ui-widget-content {
  border: none;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset, .prop_dlg .ui-dialog-buttonpane .ui-dialog-buttonset, .search_dlg .ui-dialog-buttonpane .ui-dialog-buttonset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: none;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button, .prop_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button, .search_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button {
  margin: 0.5em 5%;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-child(1), .prop_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-child(1), .search_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-child(1) {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: #151515;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid rgb(108, 124, 137);
  font-size: 1em;
  padding: 0.5em 0em;
  line-height: 1em;
  min-width: 8em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-child(2), .prop_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-child(2), .search_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-child(2) {
  color: #000000;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid rgb(108, 124, 137);
  font-size: 1em;
  padding: 0.5em 0em;
  line-height: 1em;
  min-width: 8em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_ok, .prop_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_ok, .search_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_ok {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: #151515;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid rgb(108, 124, 137);
  font-size: 1em;
  padding: 0.5em 0em;
  line-height: 1em;
  min-width: 8em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_ok2, .prop_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_ok2, .search_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_ok2 {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: #151515;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid rgb(108, 124, 137);
  font-size: 1em;
  padding: 0.5em 0em;
  line-height: 1em;
  min-width: 8em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_xls, .prop_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_xls, .search_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_xls {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: rgb(20, 107, 49);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid rgb(20, 107, 49);
  font-size: 1em;
  padding: 0.5em 0em;
  line-height: 1em;
  min-width: 8em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_cancel, .prop_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_cancel, .search_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_cancel {
  color: #000000;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid rgb(108, 124, 137);
  font-size: 1em;
  padding: 0.5em 0em;
  line-height: 1em;
  min-width: 8em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_cancel_xls, .prop_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_cancel_xls, .search_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_cancel_xls {
  color: rgb(20, 107, 49);
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid rgb(20, 107, 49);
  font-size: 1em;
  padding: 0.5em 0em;
  line-height: 1em;
  min-width: 8em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset.reverse, .prop_dlg .ui-dialog-buttonpane .ui-dialog-buttonset.reverse, .search_dlg .ui-dialog-buttonpane .ui-dialog-buttonset.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ui-dialog .ui-dialog-content, .prop_dlg .ui-dialog-content, .search_dlg .ui-dialog-content {
  padding: 1em 1em;
}
.ui-dialog .btn-margin, .prop_dlg .btn-margin, .search_dlg .btn-margin {
  margin: 0 10px;
}
.ui-dialog .body, .prop_dlg .body, .search_dlg .body {
  text-align: left;
}
.ui-dialog .confirmbox .body, .prop_dlg .confirmbox .body, .search_dlg .confirmbox .body {
  text-align: center;
}
.ui-dialog .btn-cancel, .prop_dlg .btn-cancel, .search_dlg .btn-cancel {
  background-color: #FFF;
  border: 1px solid #11b0d6;
  color: #008ee6;
}
.ui-dialog .listType5 .listBlock, .prop_dlg .listType5 .listBlock, .search_dlg .listType5 .listBlock {
  border: none;
}

.btnTypeDel a {
  text-align: center;
  padding: 5px;
  background-color: rgb(218, 62, 62);
  border: 2px solid rgb(218, 62, 62);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  width: 50px;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  outline: none;
  display: inline-block;
}
.btnTypeDel a.pdelete {
  color: #ffffff;
  background-color: rgb(158, 46, 47);
  border: 2px solid rgb(158, 46, 47);
}

.btnTypeEdit a {
  text-align: center;
  padding: 5px;
  background-color: #000000;
  border: 2px solid #000000;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  width: 50px;
  font-size: 1em;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  display: inline-block;
}

.btnTypeTransfer a {
  text-align: center;
  padding: 5px;
  background-color: #008000;
  border: 2px solid #008000;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  display: inline-block;
}

.btnType1 a, .btnType1 input {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: #151515;
  -webkit-appearance: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid rgb(108, 124, 137);
  line-height: 30px;
  width: 102px;
}

.btnType2 a, .btnType2 .input[type=submit] {
  color: #000000;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  -webkit-appearance: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid rgb(108, 124, 137);
  line-height: 30px;
  width: 102px;
}
.btnType2 a.disabled, .btnType2 .input[type=submit].disabled {
  background-color: #a9a9a9;
  cursor: default;
  pointer-events: none;
}

.btnType2-2 a, .btnType2-2 input[type=submit] {
  color: #000000;
  width: 100px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  -webkit-appearance: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid rgb(108, 124, 137);
  line-height: 27px;
  width: 102px;
}

.btnType3 a, .btnType3 input[type=submit] {
  color: #000000;
  height: 20px;
  line-height: 20px;
  width: 50px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: url(../image/common/arrow5.png) no-repeat center center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
  -webkit-appearance: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid rgb(108, 124, 137);
  vertical-align: middle;
}
.btnType3 a:hover {
  background: url(../image/common/arrow9.png) no-repeat center center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
}

.btnType4 a, .btnType4 input[type=submit] {
  color: #ffffff;
  height: 28px;
  line-height: 28px;
  width: 160px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#151515));
  -webkit-appearance: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid rgb(108, 124, 137);
}

.btnLogOut a {
  color: #ffffff;
  height: 20px;
  line-height: 20px;
  width: 80px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#151515));
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #666666;
  font-size: 85%;
}

.btnCsvDl a {
  color: #000000;
  height: 28px;
  line-height: 28px;
  width: 160px;
  padding-left: 15px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: url(../image/common/csvDl.png) no-repeat 8px center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #cccccc;
}

.btnCsvUl a {
  color: #000000;
  height: 28px;
  line-height: 28px;
  width: 160px;
  padding-left: 15px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: url(../image/common/csvUl.png) no-repeat 8px center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #cccccc;
}

.btnCsvUl input {
  color: #000000;
  height: 30px;
  line-height: 30px;
  width: 160px;
  padding-left: 15px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: url(../image/common/csvUl.png) no-repeat 8px center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #cccccc;
  font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.btnPrint a {
  color: #000000;
  height: 28px;
  line-height: 28px;
  width: 160px;
  padding-left: 15px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: url(../image/common/iconPrint.png) no-repeat 8px center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #cccccc;
}

.btnPage a {
  color: #000000;
  height: 28px;
  line-height: 28px;
  width: 160px;
  padding-left: 15px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: url(../image/common/iconPage.png) no-repeat 8px center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #cccccc;
}

.btnDelivery a {
  color: #000000;
  height: 28px;
  line-height: 28px;
  width: 160px;
  padding-left: 15px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: url(../image/common/iconDelivery.png) no-repeat 8px center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
  -webkit-appearance: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #cccccc;
}

.btnMailDl a {
  color: #000000;
  height: 28px;
  line-height: 28px;
  width: 160px;
  padding-left: 15px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: url(../image/common/iconMail.png) no-repeat 8px center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
  -webkit-appearance: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #cccccc;
}

.btnNewBlankWindow a, .btnNewBlankWindow input[type=submit] {
  color: #ffffff;
  height: 20px;
  line-height: 20px;
  width: 50px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: url(../image/common/arrow4.png) no-repeat center center, -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#151515));
  -webkit-appearance: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #cccccc;
  vertical-align: middle;
}

.errf.error {
  -webkit-box-shadow: 0 0 0 2px rgb(186, 0, 1);
          box-shadow: 0 0 0 2px rgb(186, 0, 1);
}

input {
  background-color: white;
}
input[type=text], input[type=password], input[type=number], input[type=tel], input[type=date], input[type=time], input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 1px solid rgb(108, 124, 137);
  border-radius: 4px;
  padding: 3px 5px 3px 5px;
  font-size: 1em;
}
input[type=text].error, input[type=password].error, input[type=number].error, input[type=tel].error, input[type=date].error, input[type=time].error, input[type=search].error {
  -webkit-box-shadow: 0 0 0 2px rgb(186, 0, 1);
          box-shadow: 0 0 0 2px rgb(186, 0, 1);
}
input[type=submit]:hover, input[type=button]:hover, input[type=image]:hover {
  cursor: pointer;
}
input[type=radio].radio_gojuon {
  display: none;
}
input[type=radio].radio_gojuon:checked + .boxnum_gojuon {
  color: #FFFFFF;
  border-color: #31A9EE;
  background-color: #31A9EE;
}
input[type=number], input[type=tel] {
  text-align: right;
  background-color: white;
}
input[type=date] {
  width: 130px;
  background-color: white;
}
input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button {
  margin: 0px;
  -webkit-appearance: none;
}
input[type=date]::-webkit-calendar-picker-indicator {
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
}
input[type=time] {
  width: 100px;
  background-color: white;
}
input.widthType1 {
  width: 212px;
  font-size: 1em;
  padding: 0.5em;
}
input.widthType2 {
  width: 40px;
}
input.widthType3 {
  width: 120px;
}
input.widthTypeM {
  /* width:194px; html側でwidthを指定する*/
}
input.widthTypeM[type=date] {
  width: 100px;
  font-size: 83%;
}
input.inline {
  display: inline;
  vertical-align: middle;
}
input.inline + .btnType1 {
  display: inline;
}
input.inline + .btnType2-2 {
  display: inline;
}
input.number, input.price {
  text-align: right;
  ime-mode: inactive;
}

textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 1px solid rgb(108, 124, 137);
  border-radius: 4px;
  padding: 3px 5px 3px 5px;
  line-height: 1em;
  font-size: 1em;
  background-color: rgba(255, 255, 255, 0.8);
}
textarea.widthType5 {
  background-color: white;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid rgb(108, 124, 137);
  margin: 0;
  padding: 2px 8px 2px 8px;
  outline: none;
}
select.widthType1 {
  width: 212px;
}
select.widthType2 {
  width: 64px;
}
select.widthTypeS2 {
  width: 100% !important;
}

.select {
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid rgb(108, 124, 137);
  margin: 0;
  padding: 3px;
  background-color: #fff;
}
.select select {
  border: none;
  margin: 0px;
  line-height: 18px;
  background-color: #fff;
  outline: none;
}
.select select option {
  padding: 5px 10px 5px 10px;
}
.select select.widthType1 {
  width: 212px;
}
.select select.widthType2 {
  width: 64px;
}
.select select.widthTypeS2 {
  width: 100% !important;
}
.select select.btn_max_rows {
  vertical-align: middle;
}
.select.onoff-on {
  color: #ffffff;
  background-color: rgb(93, 115, 170);
  border-color: rgb(93, 115, 170);
}
.select.onoff-on select {
  color: #ffffff;
  background-color: rgb(93, 115, 170);
}
.select.onoff-off {
  color: #ffffff;
  background-color: rgb(218, 62, 62);
  border-color: rgb(218, 62, 62);
}
.select.onoff-off select {
  color: #ffffff;
  background-color: rgb(218, 62, 62);
}

.tableType1 {
  display: inline-table;
}
.tableType1 .tr {
  display: table-row;
  background-color: none !important;
}
.tableType1 .tr .td {
  display: table-cell;
  border: none !important;
  text-align: left;
  padding: 2px 0 !important;
}
.tableType1 .tr .td:nth-child(4n+3) {
  padding-left: 20px !important;
}
.tableType1 .tr .ttl {
  padding-right: 10px !important;
}

.tableType2 {
  width: 100%;
  display: table;
}
.tableType2 .tr {
  display: table-row;
}
.tableType2 .tr:nth-child(odd) {
  background: -webkit-gradient(linear, left top, left bottom, from(#e0eff7), to(#e8f3f8));
}
.tableType2 .th {
  display: table-cell;
  text-align: center;
  background-color: #c16d8e;
  padding: 5px 10px;
  color: #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.tableType2 .td {
  display: table-cell;
  text-align: right;
  padding: 5px 10px;
  border-left: 1px solid #bccfd9;
  border-bottom: 1px solid #bccfd9;
}
.tableType2 .ttl {
  display: table-cell;
  text-align: left;
  padding: 5px 10px;
  border-left: 1px solid #bccfd9;
  border-bottom: 1px solid #bccfd9;
  width: 200px;
}

.tableType3 {
  width: 100%;
  display: table;
}
.tableType3 .tr {
  display: table-row;
}
.tableType3 .tr:nth-child(odd) {
  background: -webkit-gradient(linear, left top, left bottom, from(#e0eff7), to(#e8f3f8));
}
.tableType3 .tr .td {
  display: table-cell;
  padding: 0px 1px;
  border-left: none;
  border-bottom: 1px solid #bccfd9;
}

.listType1 {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  min-width: 500px;
}
.listType1 .errmsg-area-pk {
  display: inline-block;
  margin: 0px 0px 5px 0px;
  background-color: #ffe6eb;
  border: 1px solid #ffe6eb;
  border-radius: 6px;
  padding: 1em 0.5px;
  width: 100%;
}
.listType1 .errmsg-area-pk a {
  color: rgb(186, 0, 1);
  text-decoration: none;
  outline: none;
}
.listType1 .errmsg-area-pk a:link {
  color: rgb(186, 0, 1);
  text-decoration: none;
}
.listType1 .errmsg-area-pk a:visited {
  color: rgb(186, 0, 1);
  text-decoration: none;
}
.listType1 .errmsg-area-pk a:hover {
  color: rgb(186, 0, 1);
  text-decoration: none;
}
.listType1 .errmsg-area-pk a:active {
  color: rgb(186, 0, 1);
  text-decoration: none;
}

.sortable-helper {
  background-color: #FFFFFF;
}
.sortable-helper:nth-of-type(1) > td {
  border-top: 1px solid #d9d9d9;
}
.sortable-helper > td {
  position: relative;
  padding: 2px 2px;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
}
.sortable-helper > td.cell {
  padding-left: 5px;
  padding-right: 5px;
}
.sortable-helper > td .cell {
  padding-left: 5px;
  padding-right: 5px;
}
.sortable-helper > td.mark-error:after {
  position: absolute;
  top: calc(50% + 3px);
  right: 5px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-family: fontAwesome;
  content: "\f071";
  color: rgb(186, 0, 1);
  font-size: 1.5em;
  z-index: 1;
}
.sortable-helper > td input[type=text], .sortable-helper > td input[type=password], .sortable-helper > td input[type=number], .sortable-helper > td input[type=date], .sortable-helper > td input[type=time], .sortable-helper > td input[type=search] {
  background-color: rgba(255, 255, 255, 0.8);
}
.sortable-helper > td input.input_m {
  background-color: rgba(255, 253, 147, 0.4);
}
.sortable-helper > td a[name] {
  margin-top: -180px;
  padding-top: 180px;
}
.sortable-helper > td:nth-last-of-type(1) {
  border-right: 1px solid #d9d9d9;
}
.sortable-helper > td.top {
  vertical-align: top;
}
.sortable-helper > td.middle {
  vertical-align: middle;
}
.sortable-helper > td.center {
  text-align: center;
}
.sortable-helper > td.right {
  text-align: right;
}

table {
  border-collapse: separate;
  border-spacing: 0px;
  width: 100%;
  border: none;
  background-color: #FFFFFF;
  font-size: 0.9rem;
  /****** listMain table sticky ******/
}
table.footer_summary {
  background-color: transparent;
  font-size: 1em;
  height: 35px;
}
table.footer_summary > tbody > tr {
  position: relative;
}
table.footer_summary > tbody > tr > td {
  position: relative;
  padding: 2px 2px;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
}
table.footer_summary > tbody > tr > td.cell_sum {
  border-left: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
}
table.footer_summary > tbody > tr > td:nth-last-of-type(1) {
  border-left: 1px solid #AAAAAA;
  border-right: 1px solid #d9d9d9;
}
table.footer_summary > tbody > tr > td.cell_sum_end {
  border-left: 1px solid #AAAAAA;
  border-right: 1px solid #d9d9d9;
}
table.footer_summary > tbody > tr > td.top {
  vertical-align: top;
}
table.footer_summary > tbody > tr > td.middle {
  vertical-align: middle;
}
table.footer_summary > tbody > tr > td.center {
  text-align: center;
}
table.footer_summary > tbody > tr > td.right {
  text-align: right;
}
table.fixed_header > thead > tr.title > th {
  position: sticky;
  top: 50px;
  z-index: 5;
}
table.fixed_header > thead > tr.caption > th {
  position: sticky;
  top: 100px;
  z-index: 5;
}
table.fixed_header_uc > thead > tr.title1 {
  height: 44px;
}
table.fixed_header_uc > thead > tr.title1 > th {
  position: sticky;
  top: 50px;
  z-index: 5;
}
table.fixed_header_uc > thead > tr.title2 > th {
  position: sticky;
  top: 94px;
  z-index: 5;
}
table.fixed_header_uc > thead > tr.title2 > th > header > table > tbody > tr > td {
  min-height: 32px;
}
table.fixed_header_uc > thead > tr.title3 {
  height: 44px;
}
table.fixed_header_uc > thead > tr.title3 > th {
  position: sticky;
  top: 149px;
  z-index: 5;
}
table.fixed_header_uc > thead > tr.caption-info > th {
  position: sticky;
  top: 193px;
  z-index: 5;
}
table.fixed_header_uc > thead > tr.caption > th {
  position: sticky;
  top: 224px;
  z-index: 5;
}
table > thead > tr.title {
  height: 50px;
  position: relative;
}
table > thead > tr.title > th {
  background-color: #FFF;
  border: 1px solid #FFF;
}
table > thead > tr.title > th.top {
  vertical-align: top;
}
table > thead > tr.title > th.middle {
  vertical-align: middle;
}
table > thead > tr.title > th.center {
  text-align: center;
}
table > thead > tr.title > th.right {
  text-align: right;
}
table > thead > tr.caption-info {
  position: relative;
}
table > thead > tr.caption-info > th {
  padding: 5px 5px;
  text-align: center;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
  color: #000;
  background-color: rgb(195, 195, 195);
}
table > thead > tr.caption-info > th:nth-last-of-type(1) {
  border-right: 1px solid #d9d9d9;
}
table > thead > tr.caption {
  position: relative;
}
table > thead > tr.caption > th {
  position: relative;
  padding: 5px 5px;
  text-align: center;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
  color: #FFFFFF;
  background-color: rgb(23, 181, 193);
}
table > thead > tr.caption > th:nth-last-of-type(1) {
  border-right: 1px solid #d9d9d9;
}
table > thead > tr.caption > th.top {
  vertical-align: top;
}
table > thead > tr.caption > th.middle {
  vertical-align: middle;
}
table > thead > tr.caption > th.center {
  text-align: center;
}
table > thead > tr.caption > th.right {
  text-align: right;
}
table > thead > tr.caption > th.col_d_ast_mark:after {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  /*font-family: fontAwesome;*/
  content: "※";
  color: rgb(255, 255, 255);
  font-size: 1em;
  z-index: 1;
}
table > thead > tr.caption > th.sub_info {
  color: #000;
  background-color: rgb(224, 239, 247);
}
table > thead > tr.caption > th[data-sort=""]:before {
  position: absolute;
  top: calc(50% - 3px);
  right: 8px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-family: fontAwesome;
  content: "\f0d8";
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.2em;
  z-index: 1;
}
table > thead > tr.caption > th[data-sort=""]:after {
  position: absolute;
  top: calc(50% + 3px);
  right: 8px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-family: fontAwesome;
  content: "\f0d7";
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.2em;
  z-index: 1;
}
table > thead > tr.caption > th[data-sort=a]:before {
  position: absolute;
  top: calc(50% - 3px);
  right: 8px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-family: fontAwesome;
  content: "\f0d8";
  color: rgb(255, 255, 255);
  font-size: 1.2em;
  z-index: 1;
}
table > thead > tr.caption > th[data-sort=a]:after {
  position: absolute;
  top: calc(50% + 3px);
  right: 8px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-family: fontAwesome;
  content: "\f0d7";
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.2em;
  z-index: 1;
}
table > thead > tr.caption > th[data-sort=d]:before {
  position: absolute;
  top: calc(50% - 3px);
  right: 8px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-family: fontAwesome;
  content: "\f0d8";
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.2em;
  z-index: 1;
}
table > thead > tr.caption > th[data-sort=d]:after {
  position: absolute;
  top: calc(50% + 3px);
  right: 8px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-family: fontAwesome;
  content: "\f0d7";
  color: rgb(255, 255, 255);
  font-size: 1.2em;
  z-index: 1;
}
table > tbody > tr.selected > * {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(207, 234, 255, 0.9);
          box-shadow: inset 0 0 0 9999px rgba(207, 234, 255, 0.9);
  color: #000;
}
table > tbody > tr.ui-selecting > * {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(207, 234, 255, 0.9);
          box-shadow: inset 0 0 0 9999px rgba(207, 234, 255, 0.9);
  color: #000;
}
table > tbody > tr.ui-selected > * {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(207, 234, 255, 0.9);
          box-shadow: inset 0 0 0 9999px rgba(207, 234, 255, 0.9);
  color: #000;
}
table > tbody > tr > td {
  position: relative;
  padding: 2px 2px;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
}
table > tbody > tr > td.cell {
  padding-left: 2px;
  padding-right: 2px;
}
table > tbody > tr > td .cell {
  padding-left: 2px;
  padding-right: 2px;
}
table > tbody > tr > td.mark-error:after {
  position: absolute;
  top: calc(50% + 3px);
  right: 5px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-family: fontAwesome;
  content: "\f071";
  color: rgb(186, 0, 1);
  font-size: 1.5em;
  z-index: 1;
}
table > tbody > tr > td input[type=text], table > tbody > tr > td input[type=password], table > tbody > tr > td input[type=number], table > tbody > tr > td input[type=date], table > tbody > tr > td input[type=time], table > tbody > tr > td input[type=search] {
  background-color: rgba(255, 255, 255, 0.8);
}
table > tbody > tr > td input.input_m {
  background-color: rgba(255, 253, 147, 0.4);
}
table > tbody > tr > td a[name] {
  margin-top: -180px;
  padding-top: 180px;
}
table > tbody > tr > td:nth-last-of-type(1) {
  border-right: 1px solid #d9d9d9;
}
table > tbody > tr > td.top {
  vertical-align: top;
}
table > tbody > tr > td.middle {
  vertical-align: middle;
}
table > tbody > tr > td.center {
  text-align: center;
}
table > tbody > tr > td.right {
  text-align: right;
}
table > tbody > tr.del_data {
  background-color: rgb(195, 195, 195);
}
table > tbody > tr .cellType2 {
  padding: 5px 10px;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
}
table > tbody > tr .drag_handle {
  font-size: 1.3em;
  cursor: -webkit-grab;
  cursor: grab;
}
table > tbody > tr .icon {
  text-align: center;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}
table > tbody > tr .total {
  font-size: 138.5%;
  font-weight: bold;
  text-align: right;
  color: #05b0c3;
}
table > tbody > tr div.btnArea {
  width: 70px;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
table > tbody > tr[data-condition_appended=""] .mark_condition_appended {
  display: none;
}
table .kidoku {
  background-color: #DDDDDD !important;
}
table .contentType2 {
  /*background: -webkit-gradient(  linear, left top, left bottom,  from(#e0eff7),  to(#e8f3f8));*/
  background-color: #efefef;
}
table .contentType3 {
  background-color: #bbbbbb;
}

.infoArea {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 0 10px;
}
.infoArea dl {
  display: inline-block;
}
.infoArea dl dt {
  font-size: 11px;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-right: 3px;
  padding: 0 5px;
  height: 22px;
  line-height: 22px;
  background-color: #fce0fc;
  border: 1px solid #f3d4f3;
}
.infoArea dl dd {
  display: inline-block;
  margin-right: 15px;
}
.infoArea dl dd.status {
  font-size: 150%;
  color: #05b0c3;
  font-weight: bold;
}

.infoArea02 {
  display: block;
  text-align: left;
  vertical-align: middle;
  padding: 5px 10px;
}
.infoArea02 dl dt {
  vertical-align: middle;
  font-size: 11px;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-right: 3px;
  padding: 0 5px;
  height: 22px;
  line-height: 22px;
  background-color: #fce0fc;
  border: 1px solid #f3d4f3;
}
.infoArea02 dl dd {
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
}
.infoArea02 dl dd.status {
  font-size: 150%;
  color: #05b0c3;
  font-weight: bold;
}

/* 複数項目行 */
.cell.infoArea {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 0 10px;
}
.cell.infoArea dl dt {
  font-size: 11px;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-right: 3px;
  padding: 0 5px;
  height: 22px;
  line-height: 22px;
  background-color: #c16d8e;
  border: 1px solid #c16d8e;
  color: #FFFFFF;
  vertical-align: middle;
}
.cell.infoArea dl dd {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.cell.infoArea dl dd.status {
  font-size: 150%;
  color: #05b0c3;
  font-weight: bold;
}

ul.updown_area {
  margin: 0px;
  padding: 0px;
  display: inline-table;
}

ul.updown_area li {
  margin: 0px;
  padding: 0px;
  width: 20px;
  display: table-cell;
}

ul.input-horizon-list li {
  /* 入力画面で radio とかを横に並べたいときに使う */
  display: inline-block;
  margin-right: 20px;
}

.pageHeader {
  height: 44px;
  width: 100%;
  display: table;
  -webkit-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.15);
          box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.15);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
}
.pageHeader .btnArea {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
.pageHeader .btnArea div {
  display: inline-block;
  padding-right: 10px;
}
.pageHeader .headerBtnArea {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 110px;
}

.pageFooter {
  height: 44px;
  width: 100%;
  display: table;
  -webkit-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.15);
          box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.15);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  margin-bottom: 20px;
}
.pageFooter .btnArea {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.pageFooter .btnArea div {
  display: table-cell;
  padding-right: 10px;
}

.btnArea {
  display: inline-table;
  vertical-align: middle;
}

.perm_func_icon_area {
  display: table;
  width: 100%;
}
.perm_func_icon_area > .col1 {
  display: table-cell;
  width: 75%;
  vertical-align: middle;
}
.perm_func_icon_area > .col2 {
  display: table-cell;
  width: 25%;
  color: black;
  vertical-align: middle;
  text-align: center;
  font-size: 1.8em;
}

.kome-mark-area {
  display: table;
  width: 100%;
}
.kome-mark-area > .col1 {
  display: table-cell;
  vertical-align: middle;
}
.kome-mark-area > .col2 {
  display: table-cell;
  width: 1.2em;
  vertical-align: middle;
  text-align: center;
}
.kome-mark-area > .col2.d_ast_mark_area {
  cursor: pointer;
}

.icons-table {
  display: table;
  width: 100%;
}
.icons-table > .col {
  display: table-cell;
  width: 50%;
}
.icons-table > .col.right {
  text-align: right;
}
.icons-table > .col1 {
  display: table-cell;
  width: 50%;
}
.icons-table > .col2 {
  display: table-cell;
  width: 50%;
}

.sub-table {
  display: table;
}
.sub-table > .row {
  display: table-row;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sub-table > .row.right {
  text-align: right;
}
.sub-table > .row > .col {
  display: table-cell;
}

.sub-table2 {
  display: table;
  width: 100%;
}
.sub-table2 > .row {
  display: table-row;
}
.sub-table2 > .row.right {
  text-align: right;
}
.sub-table2 > .row > .col1 {
  display: table-cell;
  width: 80%;
}
.sub-table2 > .row > .col2 {
  display: table-cell;
  width: 20%;
  text-align: right;
}
.sub-table2 > .row div.select {
  display: inline-block;
}
.sub-table2 > .row .btnS {
  display: inline-block;
}
.sub-table2 > .row .btnS a, .sub-table2 > .row .btnS .input[type=submit] {
  color: #000000;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  -webkit-appearance: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid rgb(108, 124, 137);
  font-size: 0.9em;
  line-height: 30px;
  padding: 0px 8px;
}
.sub-table2 > .row .btnS a.disabled, .sub-table2 > .row .btnS .input[type=submit].disabled {
  background-color: #a9a9a9;
  cursor: default;
  pointer-events: none;
}

.sub-table3-adjust-height {
  display: table;
  width: 100%;
}
.sub-table3-adjust-height > .row {
  display: table-row;
  height: 34px;
}
.sub-table3-adjust-height > .row > .col {
  display: table-cell;
  vertical-align: middle;
}
.sub-table3-adjust-height > .row > .col.adjust-height {
  width: 1px;
}

.icons-table2 {
  display: table;
  width: 100%;
}
.icons-table2 > .col1 {
  text-align: right;
  display: table-cell;
  width: 100%;
  padding-right: 2em;
}

.listHeader {
  height: 44px;
  width: 100%;
  display: table;
  background-color: #fff;
}
.listHeader h2 {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.3em;
  padding: 0px 10px 0px 0px;
}
.listHeader h2.left {
  text-align: left;
}
.listHeader h2.center {
  text-align: center;
}
.listHeader h2.right {
  text-align: right;
}
.listHeader > div.btnArea {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  text-align: right;
  text-align: -webkit-right;
}
.listHeader > div.btnArea > div {
  margin-right: 10px;
  display: inline-block;
}
.listHeader > div.btnArea > div:nth-last-of-type(1) {
  margin-right: 0px;
}
.listHeader > div.btnArea > div a {
  width: 102px;
  padding: 0px;
}
.listHeader > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.listHeader > div > div {
  margin-right: 10px;
  display: inline-block;
}
.listHeader > div > div:nth-last-of-type(1) {
  margin-right: 0px;
}
.listHeader > div > div a {
  width: auto;
  padding: 0px 8px;
}
.listHeader > div > div i {
  margin-right: 3px;
}
.listHeader > div .title {
  display: inline-block;
  margin-right: 0px;
}
.listHeader > div:nth-last-of-type(1) {
  padding: 0px 0px 0px 10px;
}
.listHeader > div > span {
  padding: 0em 2em 0em 0em;
}
.listHeader > div > span a {
  color: #000;
  text-decoration: none;
  outline: none;
}
.listHeader > div > span a:link {
  color: #000;
  text-decoration: none;
}
.listHeader > div > span a:visited {
  color: #000;
  text-decoration: none;
}
.listHeader > div > span a:hover {
  color: #000;
  text-decoration: none;
}
.listHeader > div > span a:active {
  color: #000;
  text-decoration: none;
}
.listHeader > div > span a i {
  font-size: 1.2em;
}

.listFooter {
  height: 44px;
  width: 100%;
  display: table;
  background-color: #d9d9d9;
}
.listFooter > div.btnArea {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.listFooter > div.btnArea > div {
  margin-right: 10px;
  display: inline-block;
}
.listFooter > div.btnArea > div:nth-child(1) {
  margin-left: 0px;
}
.listFooter > div.btnArea > div:nth-last-of-type(1) {
  margin-right: 0px;
}
.listFooter > div.btnArea > div a {
  width: 102px;
  padding: 0px;
}
.listFooter > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.listFooter > div:nth-of-type(1) {
  padding: 0px 10px 0px 0px;
}
.listFooter > div > div {
  margin-right: 10px;
  display: inline-block;
}
.listFooter > div > div:nth-child(1) {
  margin-left: 0px;
}
.listFooter > div > div:nth-last-of-type(1) {
  margin-right: 0px;
}
.listFooter > div > div a {
  width: auto;
  padding: 0px 8px;
}
.listFooter > div > div i {
  margin-right: 3px;
}
.listFooter > div .title {
  display: inline-block;
  margin-right: 0px;
}
.listFooter > div:nth-last-of-type(1) {
  padding: 0px 0px 0px 10px;
}
.listFooter .pagerArea {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding: 0 10px;
}

.listType2 {
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.15);
          box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.15);
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  min-width: 500px;
}
.listType2:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.listType2 .listHeader {
  height: 44px;
  width: 100%;
  display: table;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
}
.listType2 .listHeader h2 {
  display: table-cell;
  vertical-align: middle;
  font-size: 153.9%;
  padding: 0 10px;
}
.listType2 .listHeader .btnArea {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  padding: 0 10px;
}
.listType2 .listFooter {
  height: 44px;
  width: 100%;
  display: table;
  border: 1px solid #FFFFFF;
  padding: 0 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
  border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
}
.listType2 .listFooter .btnArea {
  display: table-cell;
  vertical-align: middle;
}
.listType2 .listFooter .btnArea div {
  display: table-cell;
  padding-right: 10px;
}
.listType2 .listFooter .pagerArea {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.listType2 .listMain {
  display: table;
  width: 100%;
}
.listType2 .content {
  display: table-row;
  background-color: #FFFFFF;
}
.listType2 .content2 {
  display: table-row;
  background-color: #FFFFFF;
}
.listType2 .contentType2 {
  display: table-row;
  /*background: -webkit-gradient(  linear, left top, left bottom,  from(#e0eff7),  to(#e8f3f8));*/
  background-color: #efefef;
}
.listType2 .contentType3 {
  background-color: #bbbbbb;
}
.listType2 .caption {
  display: table-cell;
  padding: 5px 10px;
  text-align: center;
  border-bottom: 1px solid #FFFFFF;
  vertical-align: middle;
  color: #FFFFFF;
  width: 15%;
}
.listType2 .caption div:nth-last-of-type(1) {
  border-right: none;
}
.listType2 .cell {
  display: table-cell;
  padding: 5px 10px;
  text-align: left;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
  width: 35%;
}
.listType2 div.cellType2 {
  display: table-cell;
  padding: 5px 10px;
  text-align: left;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
  width: 35%;
}

.listType5 {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
  /* min-width:500px; */
}
.listType5:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.listType5 .listHeader {
  height: 44px;
  width: 100%;
  display: table;
}
.listType5 .listHeader h2 {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  padding: 0 10px;
}
.listType5 .listHeader .btnArea {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  padding: 0 10px;
}
.listType5 .listFooter {
  height: 44px;
  width: 100%;
  background-color: #d9d9d9;
}
.listType5 .listFooter .btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
}
.listType5 .listFooter .btnArea div {
  display: inline-block;
  margin: 0.5em 5%;
}
.listType5 h3 {
  text-indent: 5px;
  color: #000;
  margin-bottom: 3px;
}
.listType5 h3 a {
  color: #FFFFFF;
  text-decoration: underline;
}
.listType5 h3 a:hover {
  color: #10d8ff;
  text-decoration: none;
}
.listType5 .listBlock {
  display: table;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
}
.listType5 .listBlock2 {
  display: table;
  width: 100%;
  padding-bottom: 5px;
  background-color: #ffffff;
}
.listType5 .block {
  display: table-row;
}
.listType5 .block .column {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
}
.listType5 .block .column13-1 {
  width: 35%;
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
}
.listType5 .block .column13-3 {
  width: 65%;
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
}
.listType5 .block3 {
  display: table-row;
}
.listType5 .block3 .column {
  width: 30%;
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
}
.listType5 .space {
  padding: 10px;
}
.listType5 .listMain {
  display: table;
  width: 100%;
  background-color: #FFFFFF;
}
.listType5 .listMain .btnArea {
  padding: 10px 0 10px 10px;
}
.listType5 .listMain > .content {
  display: table-row;
}
.listType5 .listMain > .content > div.caption {
  background-color: rgb(23, 181, 193);
  border-bottom: 1px solid #d9d9d9;
  display: table-cell;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  width: 150px;
}
.listType5 .listMain > .content > div.cell {
  display: table-cell;
  padding: 5px 10px;
  text-align: left;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
}
.listType5 .listMain > .content:nth-child(1) .caption, .listType5 .listMain > .content:nth-child(1) .cell {
  border-top: 1px solid #d9d9d9;
}
.listMain5 {
  display: table;
  width: 100%;
  background-color: #FFFFFF;
  -webkit-border-radius: 10px;
  padding: 5px;
}
.listMain5 .caption {
  display: table-row;
}
.listMain5 .caption div.cell {
  display: table-cell;
  padding: 5px 10px;
  text-align: center;
  border-right: 1px solid #FFFFFF;
  vertical-align: middle;
  color: #FFFFFF;
}
.listMain5 .caption div.sort div {
  height: 16px;
  display: block;
  margin-top: 3px;
}
.listMain5 .caption div.sort div img {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 16px;
}
.listMain5 .caption div.btnArea {
  width: 70px;
}
.listMain5 .caption div.widthType2 {
  width: 30px;
}
.listMain5 .caption div:nth-last-of-type(1) {
  border-right: none;
}
.listMain5 .content {
  display: table-row;
  background-color: #FFFFFF;
  /*
  		.iconMail{
  			background:url(../image/common/iconMail.png) no-repeat center center;
  		}
  		.iconForm{
  			background:url(../image/common/iconForm.png) no-repeat center center;
  		}
  		.iconTel{
  			background:url(../image/common/iconTel.png) no-repeat center center;
  		}
  		.iconFax{
  			background:url(../image/common/iconFax.png) no-repeat center center;
  		}
  		.iconOther{
  			background:url(../image/common/iconOther.png) no-repeat center center;
  		}
  */
}
.listMain5 .content div.cell {
  display: table-cell;
  padding: 5px 10px;
  border-left: none !important;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
}
.listMain5 .content div.cellType2 {
  display: table-cell;
  padding: 5px 10px;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
}
.listMain5 .content div.icon {
  text-align: center;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}
.listMain5 .content div.btnArea {
  width: 70px;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.listMain5 .content div:nth-last-of-type(1) {
  border-right: none;
}
.listMain5 .content .total {
  font-size: 138.5%;
  font-weight: bold;
  text-align: right;
  color: #05b0c3;
}
.listMain5 .content .thread1 {
  padding-left: 28px !important;
  background: url(../image/common/arrow8.png) no-repeat 10px center;
}
.listMain5 .content .thread2 {
  padding-left: 48px !important;
  background: url(../image/common/arrow8.png) no-repeat 30px center;
}
.listMain5 .content .thread3 {
  padding-left: 68px !important;
  background: url(../image/common/arrow8.png) no-repeat 50px center;
}
.listMain5 .content .thread4 {
  padding-left: 88px !important;
  background: url(../image/common/arrow8.png) no-repeat 70px center;
}
.listMain5 .content .thread5 {
  padding-left: 108px !important;
  background: url(../image/common/arrow8.png) no-repeat 90px center;
}
.listMain5 .content .thread6 {
  padding-left: 128px !important;
  background: url(../image/common/arrow8.png) no-repeat 110px center;
}
.listMain5 .content .thread7 {
  padding-left: 148px !important;
  background: url(../image/common/arrow8.png) no-repeat 130px center;
}
.listMain5 .content .thread8 {
  padding-left: 168px !important;
  background: url(../image/common/arrow8.png) no-repeat 150px center;
}
.listMain5 .content .thread9 {
  padding-left: 188px !important;
  background: url(../image/common/arrow8.png) no-repeat 170px center;
}
.listMain5 .content .thread10 {
  padding-left: 208px !important;
  background: url(../image/common/arrow8.png) no-repeat 190px center;
}
.listMain5 .content .center {
  text-align: center;
}
.listMain5 .content .right {
  text-align: right;
}
.listMain5 .content .maru {
  background: url(../image/common/maru.png) no-repeat center center;
}
.listMain5 .content .batsu {
  background: url(../image/common/batsu.png) no-repeat center center;
}
.listMain5 .content .read {
  background: url(../image/common/iconRead.png) no-repeat center center;
}
.listMain5 .content .write {
  background: url(../image/common/iconWrite.png) no-repeat center center;
}
.listMain5 .content .none {
  background: url(../image/common/iconNone.png) no-repeat center center;
}
.listMain5 .content .iconType1 {
  text-align: center;
}
.listMain5 .content .iconType2 {
  text-align: center;
}
.listMain5 .content .iconType3 {
  text-align: center;
}
.listMain5 .content .iconType4 {
  text-align: center;
}
.listMain5 .kidoku {
  display: table-row;
  background-color: #DDDDDD !important;
}
.listMain5 .contentType2 {
  /*background: -webkit-gradient(  linear, left top, left bottom,  from(#e0eff7),  to(#e8f3f8));*/
  background-color: #efefef;
}
.listMain5 .contentType3 {
  background-color: #bbbbbb;
}

.listType6 {
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.15);
          box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.15);
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  min-width: 500px;
}
.listType6:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.listType6 .pageBody {
  display: table;
  width: 100%;
  padding: 20px 10px;
  background-color: #bed4e0;
}

.pager {
  line-height: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #DDDDDD;
  display: inline-table;
  vertical-align: middle;
}
.pager div {
  display: table-cell;
}
.pager div.text {
  padding: 3px 10px;
  background-color: #ffffff;
}
.pager div.text span {
  display: inline-block;
  line-height: 21px;
  margin: 0px 2px 0px 2px;
}
.pager a {
  display: table-cell;
}
.pager a.arrow {
  background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#151515));
  vertical-align: middle;
  width: 50px;
  text-align: center;
  border-right: 1px solid #555555;
}
.pager a.arrow:nth-last-of-type(1) {
  border-right: none;
}
.pager a.right {
  border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  width: 30px;
}
.pager a.left {
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  width: 30px;
}
.pager input[type=text].s_page_input {
  width: 35px;
  text-align: right;
}
.pager span.select {
  margin-left: 10px;
}

#MessageBox {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}
#MessageBox #ttl {
  color: #000000;
  letter-spacing: 0px;
  font-weight: bold;
  font-size: 24px;
  margin: 0px 0px 15px 0px;
}
#MessageBox .inner {
  display: table;
  width: 800px;
  background-color: #FFF;
  border-radius: 8px;
  padding: 30px 0px;
  background-color: #eeeeee;
}
#MessageBox .cell {
  text-align: center;
  vertical-align: middle;
}
#MessageBox .input {
  margin: 0 auto;
  display: table;
}
#MessageBox .input .cell2 {
  display: table-cell;
  vertical-align: middle;
  font-size: x-large;
}
#MessageBox .input .icon {
  height: 40px;
  width: 76px;
  background-color: #CCC;
  color: #FFF;
  font-size: 0.75em;
}
#MessageBox .btnArea {
  margin-top: 50px;
}
#MessageBox .btnArea .btn {
  color: #ffffff;
  font-weight: bold;
  padding: 0px;
}

#kanriLogin {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1.7em;
  background: rgb(53, 181, 193);
}
#kanriLogin #loginBox {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}
#kanriLogin #loginBox #corp-logo {
  width: 290px;
  margin: 0px auto;
  margin-bottom: 30px;
}
#kanriLogin #loginBox #ttl {
  margin-bottom: 15px;
  color: #ffffff;
  letter-spacing: 0px;
  font-weight: bold;
  font-size: 38px;
  margin-bottom: 30px;
}
#kanriLogin #loginBox .inner {
  display: table;
  width: 400px;
  background-color: #FFF;
  border-radius: 8px;
  padding: 30px 0px;
  background-color: #eeeeee;
}
#kanriLogin #loginBox .cell {
  text-align: center;
  vertical-align: middle;
}
#kanriLogin #loginBox .input {
  margin: 0 auto;
  display: table;
}
#kanriLogin #loginBox .input .cell2 {
  display: table-cell;
  vertical-align: middle;
}
#kanriLogin #loginBox .input .icon {
  height: 40px;
  width: 76px;
  background-color: #CCC;
  color: #FFF;
  font-size: 0.75em;
}
#kanriLogin #loginBox .user {
  margin-bottom: 20px;
}
#kanriLogin #loginBox input {
  height: 40px;
  width: 278px;
  background-color: #FFF;
  border: 1px solid #CCC;
  padding: 1px 5px;
}
#kanriLogin #loginBox .loginBox-btnArea {
  margin-top: 20px;
}
#kanriLogin #loginBox .divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
#kanriLogin #loginBox .divider::before {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 1px;
  vertical-align: middle;
  content: "";
  background-color: #d9d9d9;
  margin-right: 10px;
}
#kanriLogin #loginBox .divider::after {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 1px;
  vertical-align: middle;
  content: "";
  background-color: #d9d9d9;
  margin-left: 10px;
}
#kanriLogin #loginBox .btn_next {
  width: 278px;
  font-weight: bold;
  font-size: 110%;
}
#kanriLogin #loginBox .btn_next1 {
  width: 278px;
  font-weight: bold;
  font-size: 110%;
  background-color: rgb(53, 181, 193);
  border: 1px solid rgb(53, 181, 193);
}
#kanriLogin #loginBox .btn_next2 {
  width: 278px;
  font-weight: bold;
  font-size: 110%;
  background-color: rgb(53, 181, 193);
  border: 1px solid rgb(53, 181, 193);
}

.c-layout-A {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.c-layout-B {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c-layout-B p {
  font-size: 1rem;
  padding-right: 10px;
}

.c-layout-C {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-header {
  background-color: rgb(23, 181, 193);
  position: sticky;
  top: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 50px;
  color: #FFF;
}

.l-header .l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 140px;
  margin-left: 20px;
  background-color: rgb(23, 181, 193);
}

.l-header__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 60px;
  cursor: pointer;
  font-size: 2rem;
}

.l-header__btn i {
  -webkit-transition: all 0.15s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.15s cubic-bezier(0, 0.5, 0.5, 1);
}

.l-header__btn.open {
  background-color: #7f8992;
}

.l-header__btn:hover i {
  opacity: 0.7;
}

.l-header__menu {
  display: none;
  background-color: #7f8992;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 9;
  top: 50px;
  right: 0;
  width: 250px;
}

.l-header__menu a {
  display: block;
  color: #FFF;
}

.l-header__menu.open {
  display: block;
}

.l-header__menu a {
  padding: 0.975rem !important;
}

.l-gronavi {
  margin-left: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.l-gronavi .l-gronavi__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
  height: 50px;
  padding: 0px 15px;
  font-weight: bold;
  font-size: 1rem;
  /*border-bottom: 1px solid $color-E;*/
  -webkit-transition: all 0.15s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.15s cubic-bezier(0, 0.5, 0.5, 1);
}
.l-gronavi .l-gronavi__item a i {
  margin-right: 5px;
}

.u-mr-sm, .c-layout-side > li {
  margin-right: 1.625rem;
}

.notification-box {
  position: fixed;
  top: 50%;
  width: 100%;
  display: none;
  z-index: 10000;
}

.c-update__inner {
  color: #FFF;
  background-color: rgba(23, 181, 193, 0.7);
  padding: 2rem;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.nav {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav li {
  position: relative;
  list-style: none;
}
.nav li:hover > ul > li {
  overflow: hidden;
  height: 50px;
}
.nav li a {
  display: block;
  /*width: 150px;*/
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 1em;
  line-height: 2.4em;
  text-decoration: none;
  padding: 0px 20px;
}
@media only screen and (max-width: 1366px) {
  .nav li a {
    font-size: 1em;
    line-height: 2.2em;
  }
}
.nav li > a {
  background-color: rgb(18, 145, 154);
}
.nav li > a:hover {
  background-color: #7f8992;
}
.nav li ul {
  top: 50px;
  left: 0px;
  position: absolute;
}
.nav li ul li {
  overflow: hidden;
  height: 0;
}
.nav li ul li a {
  border-top: 1px solid #ffffff;
}
.nav > li > a {
  background-color: rgb(53, 181, 193);
}
.nav > li > a:hover {
  background-color: #7f8992;
}

#view_normal {
  position: relative;
  width: 100%;
  height: 100%;
}

a.link {
  color: #22f;
  text-decoration: none;
  outline: none;
}
a.link:link {
  color: #22f;
  text-decoration: none;
}
a.link:visited {
  color: #22f;
  text-decoration: none;
}
a.link:hover {
  color: #22f;
  text-decoration: none;
}
a.link:active {
  color: #22f;
  text-decoration: none;
}

#main_area {
  width: 100%;
  color: #222;
}
#main_area #main, #main_area .contents {
  vertical-align: top;
}
#main_area .search_box {
  position: fixed;
  left: 0px;
  top: 51px;
  display: none;
  width: 250px;
  height: calc(100% - 51px);
  background-color: rgb(18, 145, 154);
  color: #FFFFFF;
  z-index: 99;
}
#main_area .search_box .search_box_inner {
  position: relative;
  background-color: rgb(18, 145, 154);
}
#main_area .search_box .search_box_inner .btnArea {
  position: fixed;
  left: 0px;
  bottom: 10px;
  width: 250px;
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  /* background-color:#2fafbd; */
  background-color: rgb(18, 145, 154);
}
#main_area .search_box .search_box_inner .btnArea .btnType1 input[type=submit] {
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  width: 80%;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#151515));
  -webkit-appearance: none;
  border-radius: 5px;
  border: 1px solid #cccccc;
  font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main_area .search_box ~ .contents {
  margin: 0px 0px 0px 30px;
}
#main_area .search_tab {
  position: relative;
  vertical-align: top;
  width: 0px;
  z-index: 99;
  /*		-ms-writing-mode: tb-rl;
  		writing-mode: vertical-rl;*/
}
#main_area .search_tab .btn_search_tab {
  position: fixed;
  left: 0px;
  top: calc(50vh + 15px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 99;
  display: table;
  width: 30px;
  height: 70vh;
  line-height: 30px;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  background-color: rgb(18, 145, 154);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#main_area .search_tab .btn_search_tab .btn_search_tab_text {
  display: table-cell;
  vertical-align: middle;
}

#contents-main, #main {
  position: static;
  padding: 10px;
}

#contents-main-sticky {
  position: static;
  padding: 0px 10px 10px 10px;
}

#chk_search_tab_state {
  display: none;
}
#chk_search_tab_state:checked + .search_box {
  display: block;
}
#chk_search_tab_state:checked ~ .search_tab .btn_search_tab {
  left: 250px;
}

#searchMain {
  padding: 10px 10px 50px 10px;
}
#searchMain dl {
  margin-bottom: 20px;
  overflow-y: auto;
}
#searchMain dl dt {
  font-size: 0.9em;
  margin-bottom: 5px;
  line-height: 100%;
  font-weight: bold;
}
#searchMain dl dt a {
  color: #FFF;
}
#searchMain dl dd {
  margin-bottom: 15px;
  font-size: 0.9em;
}
#searchMain dl dd:nth-last-of-type(1) {
  margin-bottom: 0;
}
#searchMain dl dd.twoColumn {
  display: table;
}
#searchMain dl dd.twoColumn .column {
  display: table-cell;
  width: 110px;
}
#searchMain dl dd.twoColumn_c .column_c ul {
  display: block;
  width: 100%;
}
#searchMain dl dd.twoColumn_c .column_c ul li {
  display: block;
  float: left;
  width: 50%;
  vertical-align: middle;
}
#searchMain dl dd.twoColumn_c .column_c ul li div {
  display: block;
  float: left;
  width: 10px;
  padding: 2px 10px 0 0;
  margin: 0;
}
#searchMain dl dd.twoColumn_c .column_c ul li p {
  display: block;
  float: left;
  width: 90px;
  padding: 0;
  margin: 0;
}
#searchMain dl dd.koguchi input.widthType2 {
  margin-right: 10px;
}
#searchMain dl dd.koguchi span {
  margin-left: 5px;
}
#searchMain dl dd ul.listType3 li {
  margin-bottom: 5px;
  display: table;
}
#searchMain dl dd ul.listType3 li div {
  display: table-cell;
  padding-top: 5px;
}
#searchMain dl dd ul.listType3 li p {
  display: table-cell;
  padding-left: 5px;
}
#searchMain dl dd ul.listType4 {
  margin-bottom: 10px;
  display: table;
  width: 100%;
}
#searchMain dl dd ul.listType4 > li {
  display: table-cell;
  width: 33%;
}
#searchMain dl dd ul.listType4 > li select {
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 3px;
  border: none;
}
#searchMain dl dd ul.listTypeM {
  margin-bottom: 10px;
  display: table;
  width: 100%;
}
#searchMain dl dd ul.listTypeM li {
  display: table-cell;
  /* width:33%; html側でwidthを指定する*/
}
#searchMain dl dd ul.listTypeM li input[type=date].widthTypeM {
  width: 100px;
}
#searchMain dl dd ul.listTypeM li input[type=number].widthTypeM {
  width: 75px;
}
#searchMain dl dd ul.listTypeM li input[type=number].widthTypeM.date {
  width: 38px;
}
#searchMain dl dd ul.listTypeM li input[type=tel].widthTypeM {
  width: 75px;
}
#searchMain dl dd ul.listTypeM li input[type=tel].widthTypeM.date {
  width: 38px;
}
#searchMain dl .select2-container .select2-selection--multiple .select2-selection__rendered {
  white-space: normal;
}
#searchMain dl .select2 {
  color: black;
  font-size: 100%;
}
#searchMain dl .select2-dropdown {
  text-align: left;
  font-size: 85%;
}
#searchMain dl input[type=checkbox] {
  display: none;
}
#searchMain dl .checkbox-fontas {
  font-size: large;
  position: relative;
  vertical-align: middle;
  z-index: 1;
}
#searchMain dl .checkbox-caption {
  font-size: 1em;
  position: relative;
  vertical-align: middle;
}
#searchMain dl input[type=checkbox] + .checkbox-fontas:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
}
#searchMain dl input[type=checkbox]:checked + .checkbox-fontas:before {
  color: #fff;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
}

#inner_doc_search_item_area {
  margin-top: 10px;
  padding: 5px 5px 10px 5px;
  background-color: #2fafbd;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
}
#inner_doc_search_item_area #flg_inner_doc_search + #inner_doc_search_item {
  display: none;
}
#inner_doc_search_item_area #flg_inner_doc_search:checked + #inner_doc_search_item {
  display: block;
}
#inner_doc_search_item_area #btn_inner_doc_search_items {
  cursor: pointer;
  padding: 5px 0px 5px 0px;
  text-align: center;
  font-weight: bold;
}

#kengen {
  display: table;
}
#kengen .content {
  display: table-row;
}
#kengen .cell {
  display: table-cell;
  border: none;
  text-align: center;
}
#kengen .left {
  text-align: left !important;
}
#kengen .none {
  background: url(../image/common/iconNone.png) no-repeat center center;
  width: 50px;
}
#kengen .read {
  background: url(../image/common/iconRead.png) no-repeat center center;
  width: 50px;
}
#kengen .write {
  background: url(../image/common/iconWrite.png) no-repeat center center;
  width: 50px;
}

#graphArea {
  padding: 20px;
  text-align: center;
}

#graph {
  width: 900px;
  height: 400px;
  margin: 0 auto;
}

#graph2 {
  width: 900px;
  height: 400px;
  margin: 0 auto;
}

#graph3 {
  width: 600px;
  height: 400px;
  margin: 0 auto;
}

#course_fee_list_area .summary {
  height: 60px;
  font-size: large;
}
#course_fee_list_area .summary .nodata {
  background-color: #e6e6e6;
  height: 60px;
}
#course_fee_list_area .summary .cell td.title {
  text-align: right;
  padding: 5px 10px 5px 10px;
}
#course_fee_list_area .summary .cell td.sub_total {
  text-align: right;
  padding: 5px 10px 5px 10px;
  width: 120px;
}
#course_fee_list_area .cell1 {
  width: 3%;
}
#course_fee_list_area .cell2 {
  width: 20%;
}
#course_fee_list_area .cell4 {
  width: 40%;
}
#course_fee_list_area .cell6 {
  width: 17%;
}
#course_fee_list_area .cell7 {
  width: 4%;
}
#course_fee_list_area table.input_price {
  display: inline-block;
  vertical-align: middle;
}
#course_fee_list_area table.input_price tr td {
  text-align: center;
  padding: 0px 5px;
}
#course_fee_list_area table.input_price .charge_month_block tr td {
  text-align: center;
  padding: 0;
}

#etc_fee_list_area .summary {
  height: 60px;
  font-size: large;
}
#etc_fee_list_area .summary .nodata {
  background-color: #e6e6e6;
  height: 60px;
}
#etc_fee_list_area .summary .cell td.title {
  text-align: right;
  padding: 5px 10px 5px 10px;
}
#etc_fee_list_area .summary .cell td.sub_total {
  text-align: right;
  padding: 5px 10px 5px 10px;
  width: 120px;
}
#etc_fee_list_area .cell6 {
  width: 3%;
}
#etc_fee_list_area .cell7 {
  width: 10%;
}
#etc_fee_list_area .cell1 {
  width: 20%;
}
#etc_fee_list_area .cell3 {
  width: 40%;
}
#etc_fee_list_area .cell4 {
  width: 17%;
}
#etc_fee_list_area .cell5 {
  width: 4%;
}
#etc_fee_list_area table.input_price {
  display: inline-block;
  vertical-align: middle;
}
#etc_fee_list_area table.input_price tr td {
  text-align: center;
  padding: 0px 5px;
}
#etc_fee_list_area table.input_price .charge_month_block tr td {
  text-align: center;
  padding: 0;
}

.charge_month_block .marker {
  height: 5px;
  background-color: none;
}
.charge_month_block .marker-dammy {
  height: 5px;
}
.charge_month_block .marker_now {
  background-color: #777777;
}

#master_etc_fee_list_area .cell1 {
  width: 6%;
}
#master_etc_fee_list_area .cell5 {
  width: 6%;
}
#master_etc_fee_list_area .cell6 {
  width: 28%;
}
#master_etc_fee_list_area .cell7 {
  width: 4%;
}
#master_etc_fee_list_area table.input_price {
  display: inline-block;
  vertical-align: middle;
}
#master_etc_fee_list_area table.input_price tr td {
  text-align: center;
  padding: 0px 5px;
}

/*
.summary_area {
	.summary{
		height:60px;
		font-size: large;

		.nodata{
			background-color:#e6e6e6;
			height:60px;
		}
		.cell {
			td {
				&.title{
					text-align:right;
					padding:5px 10px 5px 10px;
				}
				&.sub_total{
					text-align:right;
					padding:5px 10px 5px 10px;
					width:120px;
				}
			}
		}
		.cell_disp_month{
			padding:0px 20px;
			text-align: center;

			.disp_month_block{
				font-size: 28px;
				line-height: 28px;
				font-weight: bold;
			}
		}
		.justify{
			text-align-last: justify;
		}
		.row_sub_total td {
			border-top: 1px solid #000000;
		}
	}
	.cell6{
		width:3%;
	}
	.cell7{
		width:10%;
	}
	.cell1{
		width:20%;
	}
	.cell2{
	}
	.cell3{
		width:40%;
	}
	.cell4{
		width:17%;
	}
	.cell5{
		width:4%;
	}
	table {
		&.input_price{
			display:inline-block;
			vertical-align:middle;

			tr td{
				text-align:center;
				padding:0px 5px;
			}
		}
	}
}
*/
.end-line-area {
  padding-bottom: 20px;
}

.end-line-area2 {
  padding-bottom: 40px;
}

.ui-autocomplete {
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 1em;
  z-index: 101;
}
.ui-autocomplete .ui-menu-item {
  width: 100%;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  position: relative;
  display: table;
  width: 100%;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper span {
  display: table-cell;
  text-align: left;
  line-height: 1em;
  padding-right: 0.2em;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper span.btn_area {
  display: table-cell;
  text-align: right;
  line-height: 1em;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper span.btn_area a,
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper span.btn_area a:link,
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper span.btn_area a:visited {
  color: #000000;
}
.ui-autocomplete.ui-widget.ui-widget-content {
  border: 1px solid rgb(108, 124, 137);
}
.ui-autocomplete .ui-state-active {
  border: none;
  -webkit-box-shadow: inset 0 0 0 9999px rgba(207, 234, 255, 0.9) !important;
          box-shadow: inset 0 0 0 9999px rgba(207, 234, 255, 0.9) !important;
  color: #000000 !important;
  margin: 0px;
}
.ui-autocomplete .ui-state-active a,
.ui-autocomplete .ui-state-active a:link,
.ui-autocomplete .ui-state-active a:visited {
  color: #000000;
}

.errmsg.tooltip {
  display: none;
}

.error-tooltip {
  color: rgb(186, 0, 1);
  background-color: #ffe6eb;
  border: 1px solid #ffe6eb;
  border-radius: 4px;
  padding: 1em 1em;
}

.p_rate {
  color: #0000ff;
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element, ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
  background: none;
  background-color: rgba(207, 234, 255, 0.9);
  text-shadow: none;
}
ul.jqtree-tree li.jqtree-selected > .jqtree-element :focus-visible, ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover :focus-visible {
  outline: none;
}

.calc_condition1 span, .calc_condition2 span {
  margin-right: 15px;
}
.calc_condition1 span:last-of-type, .calc_condition2 span:last-of-type {
  border-right: none;
}

.btn_set_m {
  margin: 0px 5px;
  cursor: pointer;
}

#top_menu {
  width: 100%;
  height: 100%;
  line-height: 1.7em;
  background: rgb(53, 181, 193);
}
#top_menu .inner {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
}
#top_menu .title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 24px;
}
#top_menu .contents {
  text-align: center;
  display: table;
}
#top_menu .contents .btn_area {
  display: table-cell;
  vertical-align: middle;
  padding: 30px;
}
#top_menu .contents .btn_area .btn {
  display: table;
  width: 150px;
  height: 150px;
  padding: 5px;
  background-color: rgba(23, 181, 193, 0.8);
  border: 1px solid rgba(23, 181, 193, 0.8);
  border-radius: 15px;
}
#top_menu .contents .btn_area .btn .btn_lbl {
  display: table-cell;
  vertical-align: middle;
}
#top_menu .contents .btn_area .btn .btn_lbl .icon {
  font-size: 28px;
}
#top_menu .contents .btn_area .btn .btn_lbl .icon .fa-caret-right {
  margin: 0px 5px;
}
#top_menu .contents .btn_area .btn .btn_lbl .caption {
  margin-top: 10px;
  font-size: 110%;
}
#top_menu .contents .btn_area .btn2 {
  display: table;
  width: 150px;
  height: 150px;
  padding: 5px;
  background-color: rgba(23, 181, 193, 0.8);
  border: 1px solid rgba(23, 181, 193, 0.8);
  border-radius: 15px;
}
#top_menu .contents .btn_area .btn2 .btn_lbl {
  display: table-cell;
  vertical-align: middle;
}
#top_menu .contents .btn_area .btn2 .btn_lbl .icon {
  font-size: 28px;
}
#top_menu .contents .btn_area .btn2 .btn_lbl .icon .fa-caret-right {
  margin: 0px 5px;
}
#top_menu .contents .btn_area .btn2 .btn_lbl .caption {
  margin-top: 10px;
  font-size: 110%;
}

.mark_ln td {
  border-bottom-width: 2px;
}

.lwe_data {
  display: inline-block;
  margin: 0px 10px 5px 0px;
}/*# sourceMappingURL=common.css.map */