@charset "utf-8";

.formtable td,
form table td {
  position: relative;
}

#new_step1 {
  border: none;
  padding: 0;
  margin: 0;
}

#wrapper {
  background-color: #FFF;
}

/*===============================================
iPad用
===============================================*/

@media screen and (max-width: 1024px) {
  .wrapper {
    width: 100% !important;
  }

  #loginInfo {
    padding-top: 30px !important;
  }

}

@media screen and (min-width: 1025px) {
  .pagin_parent {
    position: relative;
  }

  .pagin_total {
    position: absolute;
    right: 0px;
    top: 0px;
  }
}

/*===============================================
iPhone用
===============================================*/

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
  body {
    -webkit-overflow-scrolling: touch;
  }

  .indexMenu {
    width: 100% !important;
  }

  .wrapper {
    padding: 60px 0 0 0;
    width: 100% !important;
  }

  #loginInfo {
    padding-top: 10px !important;
  }

  #nandemoKensaku {
    width: 100% !important;
  }

  #user_status span {
    display: block;
    margin: 10px 0 5px;
  }

  #user_status .button {
    display: block;
    float: right;
  }

  .loLeft {
    float: none !important;
    width: 100% !important;
  }

  .loRight {
    float: none !important;
    width: 100% !important;
  }

  #loLeft {
    float: none !important;
    width: 100% !important;
    position: static;
  }

  #loRight {
    float: none !important;
    width: 100% !important;
  }

  .adminModeIndexMenu {
    width: 100%;
  }

  .adminModeIndexMenu a {
    margin-bottom: 20px;
  }

  ._list_inner {
    width: 100%;
    overflow: scroll;
  }

  .wrapper .pagination {
    padding: 0px;
  }

  .wrapper .pagination li {
    list-style: outside none none;
    display: inline-block;
    font-size: 20px;
  }

  .wrapper .pagination li a,
  .wrapper .pagination li span {
    display: block !important;
    margin: 0px 0 3px 0 !important;
    font-size: 17px !important;
    padding: 1em !important;
  }

  #UserStaffEdit table,
  #UserStaffEdit tr,
  #UserStaffEdit th,
  #UserStaffEdit td,
  #UserStaffEdit table,
  #UserStaffEdit table {
    display: block;
  }
}


/*===============================================
汎用
===============================================*/

form {
  display: inline;
}

.button {
  white-space: nowrap;
  cursor: pointer;
}

.ajax_shadow {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}

.confirm_shadow {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}

#user_status {
  margin-right: 30px;
  float: right;
  display: inline-block;
}


#back_box {
  margin: 4px 0 0 38px;
  float: left;
  width: 200px;
  text-align: left;
}

#back_box .buttonMini {
  font-size: 1em;
  padding: 0.5em 2em;
}


.error {
  background-color: #FFD3FF;
}

.error-msg li,
.error-msg-noimg li {
  list-style: none;
}

.ajax_html {
  display: none;
}

#loading_box_old {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  color: black;
  text-align: center;
  overflow: auto;
}

#loading_box {
  display: none;
  position: fixed;
  text-align: center;
  overflow: auto;
}

#loading_box img {
  margin-top: 45%;
}

.drag_handle {
  cursor: pointer;
}

.close_button {
  cursor: pointer;
}

.td_center {
  text-align: center !important;
}

.td_right {
  text-align: right !important;
}

.fatal_error {
  margin: 0;
  padding: 20px 10px;
  text-align: center;
  font-size: 2em;
  line-height: 2em;
  width: 100%;
  color: #FF0000;
  background-color: #000000;
}

.auto_w_h {
  width: auto !important;
  height: auto !important;
}

.auto_80_h {
  width: 80% !important;
  height: auto !important;
}

.auto_w_h .igokudoInner {
  width: auto !important;
  height: auto !important;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
  margin-right: 10px;
}

.ui-autocomplete {
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
}

.ui-autocomplete a {
  display: block;
}

#jquery-ui-autocomplete label {
  float: left;
  margin-right: 0.5em;
  color: black;
  font-size: 15px;
}


/*
 * jQuery UI over write
 */

.ui-widget {
  font-size: 0.9em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}

.ui-menu .ui-menu {
  margin-top: -3px;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .1em 0;
  line-height: 1.1;
  zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

a {
  outline: none;
}

.otoiawase_msg {
  font-size: 40px;
  text-align: center;
  margin: 150px 0 0 0;
  color: #0157A8;
  line-height: 1.1em;
}

.otoiawase_tel {
  width: 600px;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto 0 auto;
  padding: 20px 0 20px 0;
  color: #0157A8;
  background-color: #B5F4F4;
}

.error-msg-noimg .search_msg {
  font-size: 1.3em;
  text-align: center;
  margin: 10px 0 0 0;
  color: #FF0000;
  line-height: 2.3em;
}

.error-msg-noimg .search_tel {
  width: 600px;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto 0 auto;
  padding: 20px 0 20px 0;
  color: #FF0000;
  background-color: #F9CFF2;
}

.absSubMenu {
  margin: 0 0 0 -475px;
  width: 950px;
  font-size: 0.8em;
  position: absolute;
  top: 6px;
  left: 50%;
  white-space: nowrap;
}

.go_logout,
.go_hattyu {
  background-color: #001535;
}

.go_logout a,
.go_hattyu a {
  color: #FFF;
  display: block;
  padding: 2px 0 5px 0;
}

.go_hattyu {
  float: right;
  width: 140px;
  text-align: center;
}

.go_logout {
  float: left;
  width: 70px;
  text-align: center;
}

.sya_name {
  font-size: 11px;
  float: left;
  padding: 2px 5px 5px 5px;
  margin: 0 10px 0 10px;
  background-color: #09F;
  color: #FFF;
  max-width: 690px;
  overflow: hidden;
}

.table_navy th {
  background-color: #8E7CFF !important;
}

.zaiko-nasi-alert {
  font-weight: bold;
  color: #FF0000;
}


/** 2013/12/20 14:32 **/

.corehen_blue {
  font-weight: bold;
  color: #1000FC;
}

.red {
  color: #FF0000;
}

.big2 {
  height: 2em;
  font-weight: bold;
  font-size: 16px;
}

.get_tyo_pcode {
  color: #00AEFF;
}

.get_tyo_pcode:hover {
  color: #016294;
}

.ajaxerrormsg {
  color: #f00;
  display: inline-block;
  text-align: left;
  font-weight: bold;
  margin: 2px 0 5px 1px;
  padding: 2px;
  border: 1px solid #e18b7c;
  background-color: rgba(250, 213, 207, 0.8);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 21px;
  -moz-box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.8);
  -webkit-box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.8);
  box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.8);
}

.ajaxerrormsg p {
  font-size: 14px;
  background: none repeat scroll 0 0 transparent;
  padding: 0;
  margin: 0;
}

.ajaxerrormsg a.close {
  display: none;
}

.ajaxerrormsg a.close:hover {
  cursor: pointer;
}

.igokudo {
  height: 670px;
  margin: auto;
  border: none;
  background-color: #FFF;
  color: #000;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.3);
}

.igokudo .igokudoTsumami {
  background-color: #0157A8;
  padding: 3px 5px;
  line-height: 1em;
  text-align: right;
  cursor: move !important;
}

.igokudo .igokudoTsumami img.close_button {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 25px !important;
  height: 25px !important;
}

.igokudo .igokudoInner {
  overflow-y: auto;
  padding: 25px;
}

.igokudo h2 {
  font-size: 1.4em;
  font-weight: normal;
  padding: 8px 0;
  border-bottom: 3px double #CCC;
  border-left: none !important;
  margin: 0 0 5px 0 !important;
}

.igokudoInner h3 {
  margin: 3px 0px;
}


.igokudo .igokudoInner table.default {
  width: 100%;
}

.igokudo .igokudoInner .section table.left {
  width: 40%;
}

.igokudo .igokudoInner .section table.right {
  width: 48%;
}

.igokudo .igokudoLeft {
  width: 350px;
  float: left;
}

.igokudo .igokudoRight {
  width: 455px;
  float: right;
}

.igokudo #leftright table {
  width: 130px;
  float: left;
  margin: 5px;
}

.wrapper .leftSearchInput {
  width: 90%;
}

.wrapper .searchButton {
  background-image: url("../img/iconGlassWhite.png");
  background-position: 9px 4px;
  background-repeat: no-repeat;
  background-size: 21px auto;
  height: 31px;
  padding: 5px;
  text-indent: -9999px;
  width: 40px;
}

.wrapper .pagination {}

.wrapper .pagination li {
  list-style: none;
  display: inline-block;
}

.wrapper .pagination li a,
.wrapper .pagination li span {
  margin: 0 3px;
  color: #FFF;
  background: #3376FF;
  padding: 1em 2em;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  text-align: center;
  font-weight: bold;
  line-height: 1em;
  padding: 0.5em 0.9em;
  font-size: 0.8em;
  ,
}

.wrapper .pagination li span.current {
  background: #FFC300;
}

.wrapper .pagination li span.disable {
  background: #AFCAFF;
}

.wrapper .pagination li a:hover {
  background: #0F4FD3;
  color: #FFF;
  text-decoration: none;
}

.close_button {
  margin: 0 3px;
  color: #555;
  background: #DBDBDB;
  padding: 1em 2em;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  text-align: center;
  font-weight: bold;
  line-height: 1em;
}

.close_button:hover {
  background: #EFEFEF;
  color: #666;
  text-decoration: none;
}

.hasDatepicker,
input.hasDatepicker {
  width: 110px;
}

.dp_op {
  margin: 0px;
  display: inline-block;
}

.dp_op li {
  display: inline-block;
  margin-left: 0px;
  list-style-type: none;
}

.dp_op li .btn_dt {
  margin: 0 3px;
  color: #555;
  background: #DBDBDB;
  padding: 3px 5px;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  text-align: center;
  font-weight: bold;
  line-height: 1em;
  cursor: pointer;
}

.ziploader_box,
.noun_box,
.catloader_box,
.loader_box {
  display: none;
}

.autocomp_box div,
#zipcodebox div,
#nounbox div {
  margin: 5px 3px;
  color: #555;
  background: #DBDBDB;
  padding: 6px 5px;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  text-align: left;
  font-weight: bold;
  line-height: 1em;
  cursor: pointer;
}

.btn_file_trash {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 1px 0 #fff inset;
  cursor: pointer;
  opacity: 0.5;
  font-size: 1px;
  line-height: 1;
  padding: 12px;
  background-image: url(../_img/trash.png);
  background-position: 7px 7px;
  background-repeat: no-repeat;
}

.btn_file_trash:hover {
  opacity: 1;
}

.documentList td {
  width: 20%;
}

.vbox {
  display: inline-block;
}

.actionArea {
  white-space: nowrap;
}

.no_pad {
  padding: 0 !important;
}

.radio_wide label {
  margin-right: 20px;
}

.radio_wide input {
  margin-right: 5px;
}

.wpx_100 {
  width: 100px;
}

.reg_date_status {
  color: #666666;
  text-align: right;
  line-height: 1.5em;
}

#namebox h5,
#kozmebox h5 {
  margin: 2px;
  font-size: 15px;
}

.name_list_box a {
  margin: 5px;
  padding: 8px;
  display: inline-block;
}

#namebox .name_list_box,
#kozmebox .name_list_box {
  background: #fcfcfc none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 1px 1px 3px #ccc;
  line-height: 1em;
  margin: 0 3px 10px;
  padding: 5px;
  text-align: left;
  text-decoration: none;
}

div#uploadForm {
  display: inline-block;
  width: auto;
}

.syazyou_off {
  color: #999999;
}

.kyoten_pkey {
  margin-top: 35px;
  margin-bottom: 35px;
}

.csv_file {}

#result_box table {
  border-collapse: collapse;
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
  color: #333;
}

#result_box table td,
#result_box table th {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 5px;
  line-height: 1.8em;
  font-size: 0.8em;
  vertical-align: top;
}

#result_box table tr.odd th,
#result_box table tr.odd td {
  background: #EFEFEF none repeat scroll 0% 0%;
}

#result_box .import_result th.col1 {
  width: 7%;
}

#result_box .import_result th.col2 {
  width: 15%;
}

#result_box .import_result th.col3 {
  width: 28%;
}

#result_box .import_result th.col4 {
  width: auto;
}

#result_box .import_result th.col5 {
  width: 15%;
}

#result_box .import_result th.col6 {
  width: 28%;
}

#result_box .import_result td.col1 {
  text-align: right;
}

#result_box .import_result td.col2 {}

#result_box .import_result td.col3 {}

#result_box .import_result td.col4 {
  text-align: center;
  font-weight: bold;
}

#result_box .import_result td.col5 {}

#result_box .import_result td.col6 {}

#result_box .fail_result th.col1 {
  width: 5%;
}

#result_box .fail_result th.col2 {
  width: 18%;
}

#result_box .fail_result th.col3 {
  width: 18%;
}

#result_box .fail_result th.col4 {
  width: 12%;
}

#result_box .fail_result th.col5 {
  width: 10%;
}

#result_box .fail_result th.col6 {
  width: 22%;
}

#result_box .fail_result th.col7 {
  width: auto;
}

#result_box .fail_result td.col1 {
  text-align: right;
}

#result_box .fail_result td.col2 {}

#result_box .fail_result td.col3 {}

#result_box .fail_result td.col4 {}

#result_box .fail_result td.col5 {}

#result_box .fail_result td.col6 {}

#result_box .fail_result td.col7 {
  color: #FF0000;
}

#result_box .nnn {
  background-color: rgba(239, 239, 239, 0.5);
}

.small_list_table {
  font-size: 11px;
}

.small_list_table thead th,
.small_list_table tbody td {
  padding: 2px;
  margin: 0px;
}

.small_list_table tbody tr.status_2 {
  background-color: rgba(0, 255, 0, 0.15);
}

.small_list_table tbody tr.status_6 {
  background-color: rgba(255, 255, 0, 0.15);
}

.small_list_table tbody tr.status_9 {
  background-color: rgba(255, 0, 0, 0.2);
}

.ar {
  text-align: right;
}

.rubi {
  font-size: 9px;
}

table ol,
table li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

table ol li {
  display: inline-block;
}

table ol li div {
  display: inline-block;
}

table ol li div .-word {
  color: #FF0000;
}

#last_csv_row_box table {
  border-collapse: collapse;
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
  color: #333;
}

#last_csv_row_box table td,
#last_csv_row_box table th {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 5px;
  line-height: 1.8em;
  font-size: 0.8em;
  vertical-align: top;
}

._list_table tbody.neven {
  background-color: #F4F3ED;
}

._list_table tbody.even {
  background-color: #F5F2E4;
}

._list_table th.big_row,
._list_table td.big_row {
  font-size: 22px;
}

._list_table td.big_row {
  line-height: 1.3em;
}

table span.diff_box {
  color: #FF0000;
  font-weight: bold;
}

.search_box .inner {
  margin: 10px 0 10px 0;
  line-height: 1.3em;
}

.search_box .inner h5 {
  margin: 0 0 4px 0;
}

.search_box label {
  white-space: nowrap;
}

.cost_td {
  text-align: right;
}

.steps_wrap {
  text-align: center;
}

.steps {
  display: inline-block;
  margin: 1.5em auto;
  font-size: 13px;
}

.steps li {
  list-style: outside none none;
  float: left;
  margin: 0px 1em 0px 1em;
  padding: 0.7em 1em;
  position: relative;
  background-color: #333;
  color: #fff;
}

.steps li::after {
  border-style: solid;
  border-width: 1.8em 0px 1.8em 1.5em;
  border-color: transparent #333;
  content: " ";
  top: 50%;
  margin-top: -1.8em;
  left: auto;
  right: -1em;
  position: absolute;
  background-color: transparent;
}

.steps li:last-child::after {
  border: 0;
}

.steps li.nowtime {
  background-color: #FF0000;
}

.steps li.nowtime::after {
  border-color: transparent #FF0000;
}

.list_step .steps {
  display: inline-block;
  margin: 0.3em auto;
  font-size: 13px;
  padding: 0px;
}

.list_step .steps li {
  list-style: outside none none;
  float: left;
  position: relative;
  background-color: #333;
  color: #FFF;
  height: 1.7em;
  padding: 0.3em 1em 0px;
  margin: 0px 0.7em 10px 0.7em;
  line-height: 1.3em;
}

.list_step .steps li::before {
  border-style: solid;
  border-width: 1em 0px 1em 1em;
  border-color: #333 #333 #333 transparent;
  content: " ";
  top: 50%;
  margin-top: -1em;
  right: auto;
  left: -1em;
  position: absolute;
  background-color: transparent;
}

.list_step .steps li::after {
  border-style: solid;
  border-width: 1em 0px 1em 1em;
  border-color: transparent #333;
  content: " ";
  top: 50%;
  margin-top: -1em;
  left: auto;
  right: -1em;
  position: absolute;
  background-color: transparent;
}

.list_step .steps li:first-child::before {
  border: 0;
}

.list_step .steps li:last-child::after {
  border: 0;
}

.list_step .steps li.oldtime {
  color: #C0C0C0;
  background-color: #6F6F6F;
}

.list_step .steps li.oldtime::before {
  border-color: #6F6F6F #6F6F6F #6F6F6F transparent;
}

.list_step .steps li.oldtime::after {
  border-color: transparent #6F6F6F;
}

.list_step .steps li.nowtime {
  background-color: #FF0000;
}

.list_step .steps li.nowtime::before {
  border-color: #FF0000 #FF0000 #FF0000 transparent;
}

.list_step .steps li.nowtime::after {
  border-color: transparent #FF0000;
}

.list_step .steps li.nexttime {
  background-color: #00B7FF;
}

.list_step .steps li.nexttime::before {
  border-color: #00B7FF #00B7FF #00B7FF transparent;
}

.list_step .steps li.nexttime::after {
  border-color: transparent #00B7FF;
}

.list_step .steps li a {
  color: #FFF;
  text-decoration: underline;
}

.list_step .steps li:first-child {
  margin-left: 0;
}

.list_step .steps li:last-child {
  margin-right: 0;
}

.pspop {
  cursor: pointer;
}

.hissu {
  display: inline;
  padding: 2px 0.6em 2px;
  margin: 0px 0px 0px 10px;
  font-size: 0.6em;
  font-weight: normal;
  line-height: 1;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0.25em;
  background-color: #E02E29;
}

.hissu_grp {
  display: inline;
  padding: 2px 0.6em 2px;
  margin: 0px 0px 0px 10px;
  font-size: 0.6em;
  font-weight: normal;
  line-height: 1;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0.25em;
  background-color: rgb(69, 169, 255);
}

#loLeft {
  height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
}

.reg_td {
  font-weight: bold;
  color: #FFFFF !important;
  background-color: #FF0000 !important;
}

#kiyaku {
  width: 80%;
  border: 1px solid #666666;
  padding: 20px;
  margin: 20px auto;
  box-sizing: border-box;
}

#kiyaku p {
  margin: 2em 2em 1em 2em;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.step_wrapper {
  width: 80%;
  margin: 100px auto 100px auto;
}

.button_area {
  margin-bottom: 50px;
}

.ta-l {
  text-align: left;
}

.lr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.w600 {
  width: 600px !important;
}

.m-t-50 {
  margin-top: 50px;
}

.actionArea .button {
  margin-bottom: 10px;
}

table.default thead tr th {
  padding: 0 10px 0 10px;
  line-height: 1em;
  height: 40px;
}

.pspop img {
  max-width: 300px !important;
  max-height: 300px !important;
}

.step5 .pspop {
  width: 25%;
}

.step5 .pspop img {
  max-width: 100% !important;
  max-height: auto !important;
}

.notibar span {
  position: absolute;
  font-size: 9px;
  top: 0;
  right: 0;
}

tr.s_2_1 {
  background-color: rgba(174, 177, 242, 0.2);
}

tr.s_2_2 {
  background-color: rgba(174, 242, 177, 0.2);
}

tr.s_2_3 {
  background-color: rgba(174, 177, 242, 0.2);
}

tr.s_2_4 {
  background-color: rgba(174, 242, 177, 0.2);
}

tr.s_2_5 {
  background-color: rgba(174, 177, 242, 0.2);
}

tr.s_2_6 {
  background-color: rgba(174, 242, 177, 0.2);
}

tr.s_2_7 {
  background-color: rgba(174, 177, 242, 0.2);
}

tr.s_2_8 {
  background-color: rgba(174, 242, 177, 0.2);
}

tr.s_2_9 {
  background-color: rgba(174, 177, 242, 0.2);
}

tr.s_2_10 {
  background-color: rgba(174, 242, 177, 0.2);
}

tr.s_2_11 {
  background-color: rgba(174, 177, 242, 0.2);
}

tr.s_2_12 {
  background-color: rgba(174, 242, 177, 0.2);
}

tr.s_2_13 {
  background-color: rgba(174, 177, 242, 0.2);
}

tr.s_2_14 {
  background-color: rgba(174, 242, 177, 0.2);
}

tr.s_2_15 {
  background-color: rgba(174, 177, 242, 0.2);
}

tr.s_2_16 {
  background-color: rgba(174, 242, 177, 0.2);
}

tr.s_2_17 {
  background-color: rgba(174, 177, 242, 0.2);
}

tr.s_2_18 {
  background-color: rgba(174, 242, 177, 0.2);
}

tr.s_2_19 {
  background-color: rgba(174, 177, 242, 0.2);
}

tr.s_2_20 {
  background-color: rgba(174, 242, 177, 0.2);
}

tr.s_2_21 {
  background-color: rgba(174, 177, 242, 0.2);
}

tr.s_2_22 {
  background-color: rgba(174, 242, 177, 0.2);
}

tr.s_2_23 {
  background-color: rgba(174, 177, 242, 0.2);
}

tr.s_2_24 {
  background-color: rgba(174, 242, 177, 0.2);
}

tr.s_2_25 {
  background-color: rgba(174, 177, 242, 0.2);
}

tr.s_2_26 {
  background-color: rgba(174, 242, 177, 0.2);
}

tr.s_2_27 {
  background-color: rgba(174, 177, 242, 0.2);
}

tr.s_2_28 {
  background-color: rgba(174, 242, 177, 0.2);
}

tr.s_2_29 {
  background-color: rgba(174, 177, 242, 0.2);
}

tr.s_2_30 {
  background-color: rgba(174, 242, 177, 0.2);
}




tr.s_2_1 th {
  vertical-align: top;
}

tr.s_2_2 th {
  vertical-align: top;
}

tr.s_2_3 th {
  vertical-align: top;
}

tr.s_2_4 th {
  vertical-align: top;
}

tr.s_2_5 th {
  vertical-align: top;
}

tr.s_2_6 th {
  vertical-align: top;
}

tr.s_2_7 th {
  vertical-align: top;
}

tr.s_2_8 th {
  vertical-align: top;
}

tr.s_2_9 th {
  vertical-align: top;
}

tr.s_2_10 th {
  vertical-align: top;
}

tr.s_2_11 th {
  vertical-align: top;
}

tr.s_2_12 th {
  vertical-align: top;
}

tr.s_2_13 th {
  vertical-align: top;
}

tr.s_2_14 th {
  vertical-align: top;
}

tr.s_2_15 th {
  vertical-align: top;
}

tr.s_2_16 th {
  vertical-align: top;
}

tr.s_2_17 th {
  vertical-align: top;
}

tr.s_2_18 th {
  vertical-align: top;
}

tr.s_2_19 th {
  vertical-align: top;
}

tr.s_2_20 th {
  vertical-align: top;
}

tr.s_2_21 th {
  vertical-align: top;
}

tr.s_2_22 th {
  vertical-align: top;
}

tr.s_2_23 th {
  vertical-align: top;
}

tr.s_2_24 th {
  vertical-align: top;
}

tr.s_2_25 th {
  vertical-align: top;
}

tr.s_2_26 th {
  vertical-align: top;
}

tr.s_2_27 th {
  vertical-align: top;
}

tr.s_2_28 th {
  vertical-align: top;
}

tr.s_2_29 th {
  vertical-align: top;
}

tr.s_2_30 th {
  vertical-align: top;
}



tr.vat th {
  vertical-align: top;
}

#UserSeizolineEdit tr.s_3_1 {
  background-color: rgba(174, 177, 242, 0.2);
}

#UserSeizolineEdit tr.s_3_2 {
  background-color: rgba(174, 242, 177, 0.2);
}

#UserSeizolineEdit tr.s_3_3 {
  background-color: rgba(174, 177, 242, 0.2);
}

#UserSeizolineEdit tr.s_3_4 {
  background-color: rgba(174, 242, 177, 0.2);
}

#UserSeizolineEdit tr.s_3_5 {
  background-color: rgba(174, 177, 242, 0.2);
}

#UserSeizolineEdit tr.s_3_6 {
  background-color: rgba(174, 242, 177, 0.2);
}

#UserSeizolineEdit tr.s_3_7 {
  background-color: rgba(174, 177, 242, 0.2);
}

#UserSeizolineEdit tr.s_3_8 {
  background-color: rgba(174, 242, 177, 0.2);
}

#UserSeizolineEdit tr.s_3_9 {
  background-color: rgba(174, 177, 242, 0.2);
}

#UserSeizolineEdit tr.s_3_10 {
  background-color: rgba(174, 242, 177, 0.2);
}

#UserSeizolineEdit tr.s_3_11 {
  background-color: rgba(174, 177, 242, 0.2);
}

#UserSeizolineEdit tr.s_3_12 {
  background-color: rgba(174, 242, 177, 0.2);
}

#UserSeizolineEdit tr.s_3_13 {
  background-color: rgba(174, 177, 242, 0.2);
}

#UserSeizolineEdit tr.s_3_14 {
  background-color: rgba(174, 242, 177, 0.2);
}

#UserSeizolineEdit tr.s_3_15 {
  background-color: rgba(174, 177, 242, 0.2);
}

#UserSeizolineEdit tr.s_3_16 {
  background-color: rgba(174, 242, 177, 0.2);
}

#UserSeizolineEdit tr.s_3_17 {
  background-color: rgba(174, 177, 242, 0.2);
}

#UserSeizolineEdit tr.s_3_18 {
  background-color: rgba(174, 242, 177, 0.2);
}

#UserSeizolineEdit tr.s_3_19 {
  background-color: rgba(174, 177, 242, 0.2);
}

#UserSeizolineEdit tr.s_3_20 {
  background-color: rgba(174, 242, 177, 0.2);
}

#UserSeizolineEdit tr.s_3_21 {
  background-color: rgba(174, 177, 242, 0.2);
}

#UserSeizolineEdit tr.s_3_22 {
  background-color: rgba(174, 242, 177, 0.2);
}

#UserSeizolineEdit tr.s_3_23 {
  background-color: rgba(174, 177, 242, 0.2);
}

#UserSeizolineEdit tr.s_3_24 {
  background-color: rgba(174, 242, 177, 0.2);
}

#UserSeizolineEdit tr.s_3_25 {
  background-color: rgba(174, 177, 242, 0.2);
}

#UserSeizolineEdit tr.s_3_26 {
  background-color: rgba(174, 242, 177, 0.2);
}

#UserSeizolineEdit tr.s_3_27 {
  background-color: rgba(174, 177, 242, 0.2);
}

#UserSeizolineEdit tr.s_3_28 {
  background-color: rgba(174, 242, 177, 0.2);
}

#UserSeizolineEdit tr.s_3_29 {
  background-color: rgba(174, 177, 242, 0.2);
}

#UserSeizolineEdit tr.s_3_30 {
  background-color: rgba(174, 242, 177, 0.2);
}

.gaiyou_index {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}

.button_glay {
  background-color: #666666;
}

.admin_memo_star {
  color: #FF0000;
}

form table.default th {
  vertical-align: top;
}

.steps input[type="checkbox"] {
  vertical-align: middle;
}

.msg_js {
  width: 80%;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
}

.message_box {
  width: 100%;
}

#ui-datepicker-div select {
  padding-left: 5px;
  padding-right: 5px;
}

.upload_btn {
  width: 200px;
  font-size: 12px;
  margin-right: 0;
  border: none;
  padding: 0;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.upload_btn input {
  width: 200px;
  height: 2em;
  opacity: 0;
  filter: alpha(opacity: 0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  border: none;
  cursor: pointer;
}

.upload_btn .upload_btn_btn {
  font-size: 12px;
  margin-right: 2px;
  color: #FFF;
  background-color: #0057a8;
  border: none;
  padding: 3px 1em 3px 1em;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;

}

.upload_btn .upload_btn_btn span {}

.upload_icon {
  background-repeat: no-repeat;
  cursor: pointer;
}

table.default th,
table.wide thead th {
  vertical-align: middle;
}

.anken_area2_select {
  width: 30em;
}

.na {
  width: 5em;
  padding: 0px !important;
  border: none !important;
}

#sideMenu {
  position: relative;
}

.news {
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #FFF;
  padding: 1em;
}

.newsTitle {
  margin-bottom: 8px;
  padding-bottom: 3px;
  line-height: 1em;
  border-bottom: 1px solid #CCC;
  font-weight: normal;
}

.newsTitle img {
  vertical-align: middle;
  padding-right: 8px;
  padding-bottom: 1px;
}

.news dt {
  border-bottom: 1px dashed #CCC !important;
}

.news dt:before {
  content: "■ ";
  color: #CCC;
}

.news dd {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-bottom: 2em;
}

#nounbox div {
  font-weight: normal;
}

#nounbox hr {
  height: 0px;
  border: none;
  border-top: 1px solid #666;
  margin: 1px 0px 5px 0px;
}

#newsBoxInId {
  width: 600px;
  border: 2px solid #008000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.newsBoxInner {
  padding: 20px;
  background-color: #CCFFCC;
  margin: 2px;
  border: 2px solid #008000;
  _background-image: none;
  /*forUnderIE6*/
  _background-color: #5D3030;
  /*forUnderIE6*/
}

.newsBoxInner td {
  background-color: #FFFFFF;
}

.newsBoxInner .close-button {
  text-align: right;
}

.newsBoxInner .close-button a {
  color: #FFFFFF;
}

.newsBoxInner .news_title {}

.newsBoxInner .news_date {
  text-align: center;
}

.newsBoxInner .news_contents {
  background-color: #FFFFFF;
  padding: 10px;
  text-align: left;
  margin: 10px auto;
}

.newsBoxInner .news_check {
  text-align: center;
}

.newsBoxInner .close-button a {
  color: #333 !important;
}

.announce-noimg {
  width: 90%;
  text-align: left;
  font-size: 100%;
  color: #1C8401;
  font-weight: bold;
  background-color: #EAFFE5;
  border: 2px solid #3FCA1A;
  padding: 5px 10px 5px 10px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.announce-noimg:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

.center {
  text-align: center;
}
a.disabled {
  opacity: 0.3;
}

input[type="text"]:disabled, input[type="email"]:disabled, input[type="password"]:disabled, input[type="time"]:disabled, textarea:disabled,
.readonly, input.readonly, select.readonly, textarea.readonly {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  outline: none;
  background: #DFDFDF;
  color: #A0A0A0;
  pointer-events: none;
}
.readonly, input.readonly, select.readonly, textarea.readonly {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: none !important;
  outline: none !important;
  background: #DFDFDF !important;
  color: #606060 !important;
  pointer-events: none !important;
}
