
/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)"; /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)"; /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/images/ui-icons_444444_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(/images/ui-icons_444444_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(/images/ui-icons_555555_256x240.png);
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/images/ui-icons_ffffff_256x240.png);
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url(/images/ui-icons_777620_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/images/ui-icons_cc0000_256x240.png);
}

.ui-button .ui-icon {
  background-image: url(/images/ui-icons_777777_256x240.png);
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  -ms-filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)"; /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/images/ui-icons_444444_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(/images/ui-icons_444444_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(/images/ui-icons_555555_256x240.png);
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/images/ui-icons_ffffff_256x240.png);
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url(/images/ui-icons_777620_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/images/ui-icons_cc0000_256x240.png);
}

.ui-button .ui-icon {
  background-image: url(/images/ui-icons_777777_256x240.png);
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  -ms-filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

.tablesorter-default {
  width: 100%;
  font: 12px/18px Arial, Sans-serif;
  color: #333;
  background-color: #fff;
  border-spacing: 0;
  margin: 10px 0 15px;
  text-align: left;
}

.tablesorter-default th, .tablesorter-default thead td {
  font-weight: 700;
  color: #000;
  background-color: #fff;
  border-collapse: collapse;
  border-bottom: #ccc 2px solid;
  padding: 0;
}

.tablesorter-default tfoot td, .tablesorter-default tfoot th {
  border: 0;
}

.tablesorter-default .header, .tablesorter-default .tablesorter-header {
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
  white-space: normal;
  padding: 4px 20px 4px 4px;
}

.tablesorter-default thead .headerSortUp, .tablesorter-default thead .tablesorter-headerAsc, .tablesorter-default thead .tablesorter-headerSortUp {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
  border-bottom: #000 2px solid;
}

.tablesorter-default thead .headerSortDown, .tablesorter-default thead .tablesorter-headerDesc, .tablesorter-default thead .tablesorter-headerSortDown {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
  border-bottom: #000 2px solid;
}

.tablesorter-default thead .sorter-false {
  background-image: none;
  cursor: default;
  padding: 4px;
}

.tablesorter-default tfoot .tablesorter-headerAsc, .tablesorter-default tfoot .tablesorter-headerDesc, .tablesorter-default tfoot .tablesorter-headerSortDown, .tablesorter-default tfoot .tablesorter-headerSortUp {
  border-top: #000 2px solid;
}

.tablesorter-default td {
  background-color: #fff;
  border-bottom: #ccc 1px solid;
  padding: 4px;
  vertical-align: top;
}

.tablesorter-default tbody > tr.even:hover > td, .tablesorter-default tbody > tr.hover > td, .tablesorter-default tbody > tr.odd:hover > td, .tablesorter-default tbody > tr:hover > td {
  background-color: #fff;
  color: #000;
}

.tablesorter-default .tablesorter-processing {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=) !important;
}

.tablesorter-default tr.odd > td {
  background-color: #dfdfdf;
}

.tablesorter-default tr.even > td {
  background-color: #efefef;
}

.tablesorter-default tr.odd td.primary {
  background-color: #bfbfbf;
}

.tablesorter-default td.primary, .tablesorter-default tr.even td.primary {
  background-color: #d9d9d9;
}

.tablesorter-default tr.odd td.secondary {
  background-color: #d9d9d9;
}

.tablesorter-default td.secondary, .tablesorter-default tr.even td.secondary {
  background-color: #e6e6e6;
}

.tablesorter-default tr.odd td.tertiary {
  background-color: #e6e6e6;
}

.tablesorter-default td.tertiary, .tablesorter-default tr.even td.tertiary {
  background-color: #f2f2f2;
}

.tablesorter-default > caption {
  background-color: #fff;
}

.tablesorter-default .tablesorter-filter-row {
  background-color: #eee;
}

.tablesorter-default .tablesorter-filter-row td {
  background-color: #eee;
  border-bottom: #ccc 1px solid;
  line-height: normal;
  text-align: center;
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}

.tablesorter-default .tablesorter-filter-row .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.tablesorter-default .tablesorter-filter-row.hideme td {
  padding: 2px;
  margin: 0;
  line-height: 0;
  cursor: pointer;
}

.tablesorter-default .tablesorter-filter-row.hideme * {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
}

.tablesorter-default input.tablesorter-filter, .tablesorter-default select.tablesorter-filter {
  width: 95%;
  height: auto;
  margin: 4px auto;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 0.1s ease;
  -moz-transition: height 0.1s ease;
  -o-transition: height 0.1s ease;
  transition: height 0.1s ease;
}

.tablesorter .filtered {
  display: none;
}

.tablesorter .tablesorter-errorRow td {
  text-align: center;
  cursor: pointer;
  background-color: #e6bf99;
}

img[data-action=zoom] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}

.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}

.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}

.zoom-overlay-transitioning .zoom-overlay {
  opacity: 0;
}

/* ---------------------------------------------------------------- */
/* common                                                           */
/* ---------------------------------------------------------------- */
body {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, "MS P Gothic", sans-serif;
  margin: 0;
  padding: 0;
  color: #3d3d3d;
  border-top: 3px solid #0057ae;
  font-size: 14px;
}

body.muzinsya {
  background-color: lightblue;
}
body.muzinsya input:not([type=submit]), body.muzinsya select:not([type=submit]) {
  font-size: 100%;
  padding: 5px;
}
body.muzinsya div#background {
  position: relative;
  width: 100%;
  background-image: url(/assets/background-31968987509b6f3360908f02c0a21e40f3b0a846f6877c85390b94284e7462f6.png);
  background-size: cover;
  background-position: center;
  z-index: -1;
  padding-top: 52.625%;
}

a {
  color: #555;
  text-decoration: none;
}

a:hover {
  color: #999;
  text-decoration: underline;
}

hr {
  height: 1px;
  margin: 20px 0;
  border: none;
  border-top: 1px #B3B3B3 dashed;
}

strong {
  color: #575757;
}

#notice {
  color: green;
}

.field_with_errors {
  display: inline-block;
  background-color: #ff6347;
}
.field_with_errors input, .field_with_errors select, .field_with_errors textarea {
  background-color: #ff6347;
}

.date-holiday .ui-state-default {
  background: #FFDDCC !important;
  color: red !important;
}

.date-sunday .ui-state-default {
  background: #FFCCCC !important;
  color: red !important;
}

.date-saturday .ui-state-default {
  background: #CCCCFF !important;
  color: blue !important;
}

.ui-spinner.ui-widget.ui-widget-content.ui-corner-all {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ui-spinner.ui-widget.ui-widget-content.ui-corner-all input {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1px;
}

input[type=number].no_spin_button::-webkit-inner-spin-button,
input[type=number].no_spin_button::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* hx midashi */
h2 {
  background-image: url(/assets/h2-list-7e9fa21c0fac305593176877bf7fbdd04f9a71415b180914ac3ab90c153415f2.png);
  background-repeat: no-repeat;
  background-position-y: 1px;
  color: #0066b1;
  font-weight: normal;
  padding-left: 20px;
  font-size: 20px;
}

h2.reserved {
  background-image: url(/assets/h2-list-7e9fa21c0fac305593176877bf7fbdd04f9a71415b180914ac3ab90c153415f2.png);
  background-repeat: no-repeat;
  background-position-y: 1px;
  color: #0066b1;
  font-weight: normal;
  padding-left: 20px;
  font-size: 20px;
  display: inline;
}

h3 {
  margin-bottom: 15px;
  color: #034C75;
  font-weight: bold;
}

h3.title {
  background-image: url(/assets/h3_title-7237241bf30321db5edd4240129e69d1607c3fb46246fca098e7644e55a3b3f6.png);
  background-repeat: no-repeat;
  margin-bottom: 15px;
  padding-left: 25px;
  color: #034C75;
  font-weight: bold;
  font-size: 100%;
  line-height: 22px;
}

h3.no1 {
  background-image: url(/../images/no1.png);
  background-repeat: no-repeat;
  padding-top: 2px;
  padding-left: 30px;
  color: #0071BC;
  font-size: 130%;
}

h3.no2 {
  background-image: url(/../images/no2.png);
  background-repeat: no-repeat;
  padding-top: 2px;
  padding-left: 30px;
  color: #0071BC;
  font-size: 130%;
}

h3.no3 {
  background-image: url(/../images/no3.png);
  background-repeat: no-repeat;
  padding-top: 2px;
  padding-left: 30px;
  color: #0071BC;
  font-size: 130%;
}

h3.reserved {
  margin-bottom: 15px;
  color: #034C75;
  font-weight: bold;
  display: inline;
}

.clear {
  clear: both;
}

.point {
  color: red;
  font-size: 80%;
}

.memo {
  font-size: 11px;
}

.ui-spinner input {
  width: 50px;
}

.ui-autocomplete {
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
}

#jquery-ui-autocomplete label {
  float: left;
  margin-right: 0.5em;
  color: black;
  font-size: 15px;
}

/* ------------------------------------------------------------------- */
/* contents */
/* ------------------------------------------------------------------- */
/* header */
/* ---------------------------------------------------------------- */
header {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

#logo {
  float: left;
  display: block;
  margin: 8px 0 10px 0;
  padding: 0;
  background-image: url(/assets/logo_y-09a3bd13c2ee66ad51fce9e9ed633d0bfe69262a8f5308af795dbe39667ef563.png);
  width: 325px;
  height: 77px;
  text-indent: -9999px;
}

/* subnavi */
#subnavi {
  float: right;
  width: auto;
  margin: 0;
}

#subnavi ul {
  list-style-type: none;
  float: left;
  padding: 15px 0;
}

#subnavi li {
  display: inline-block;
  vertical-align: middle;
}
#subnavi li:first-child {
  padding-right: 10px;
}

#subnavi li a,
#subnavi li button {
  float: left;
  margin-right: 5px;
  font-size: 14px;
  font-family: Arial;
  font-weight: normal;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  /*border:1px solid #3866a3;*/
  border: 1px solid #6693ce;
  padding: 8px 18px;
  text-decoration: none;
  background: -moz-linear-gradient(center top, #63b8ee 5%, #468ccf 100%);
  background: -ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#63b8ee", endColorstr="#468ccf");
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #63b8ee), color-stop(100%, #468ccf));
  background-color: #63b8ee;
  /* color:#14396a;*/
  color: white;
  display: inline-block;
}

#subnavi li a:hover,
#subnavi li button:hover {
  background: -moz-linear-gradient(center top, #468ccf 5%, #63b8ee 100%);
  background: -ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#468ccf", endColorstr="#63b8ee");
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #468ccf), color-stop(100%, #63b8ee));
  background-color: #468ccf;
}

span.open {
  display: block;
  padding-top: 12px;
}

/* member_confirmed */
div.member_confirmed {
  clear: both;
  text-align: right;
}

/* kuzunavi */
.kuzu {
  clear: both;
  background-color: #E8E8E8;
  margin-top: -2px;
  padding-left: 5px;
  font-size: 80%;
}

.kuzu_con {
  width: 980px;
  margin: 0 auto;
  padding: 5px 0;
  color: #333;
}

.kuzu_con a {
  text-decoration: underline;
}

body.muzinsya .kuzu {
  background-color: #FFFFFF;
}

ul#steps {
  max-height: 60px;
  clear: both;
  list-style-type: none;
  padding-left: 0;
  overflow: hidden;
}

ul#steps li {
  float: left;
  background-color: #e5e5e5;
  color: #666;
  text-align: center;
  min-width: 80px;
  margin-right: 2px;
  padding: 10px 15px 10px 5px;
  border-radius: 1px;
  position: relative;
  font-size: 90%;
  background-image: url(/assets/steps_default-1ff6ae34a471c284d98db69c540f7d0b4397d205776a4329c277c7be9be20749.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position: right;
  background-size: contain;
}

ul#steps li.current {
  background-color: #ffb9d5;
  background-image: url(/assets/steps_current-be2e8f2648aa119c61d4d21fa99d043b2cec92c620076a6ff842a9d3c34716a8.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position: right;
  background-size: contain;
}

ul#steps li.last {
  background-color: #e5e5e5;
  background-image: none;
  padding: 10px 5px 10px 5px;
}

body.muzinsya ul#steps li {
  background-color: #ffffff;
  background-image: url(/assets/steps_default_muzinsya-d76c4a4c8d03debbb359fed6a0f1c70afb04937038cf69d8cc2adf930d7a1e33.png);
}
body.muzinsya ul#steps li.current {
  background-color: #ffb9d5;
  background-image: url(/assets/steps_current_muzinsya-b485593088faa60417ae5e21f95fc79ead1678d8b68633fc7e6de46b5130c312.png);
}
body.muzinsya ul#steps li.last {
  background-image: none;
}

#error_explanation {
  border: 2px solid #fa3a3a;
  background-color: #ffeaea;
  padding: 10px 20px 2px 20px;
  margin-bottom: 20px;
  padding-top: 2px;
}

.error_title {
  font-size: 16px;
  font-weight: bold;
  color: #fa3a3a;
  display: none;
}

.info_title {
  font-size: 16px;
  font-weight: bold;
  color: #3a3afa;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* contents */
/* ---------------------------------------------------------------- */
#wrapper {
  overflow: hidden;
}

#contents {
  max-width: 980px;
  min-height: 500px;
  margin: 0 auto;
  padding: 10px 5px 20px 5px;
}

#contents a {
  color: #0E88E2;
  text-decoration: none;
}

#contents a:hover {
  color: #999;
  text-decoration: underline;
}

/* yoyaku top */
/* -------------------------------------------------------------- */
div#ryokyaku_yoyaku #about, div#muzinsya_yoyaku #about {
  border: 4px solid #ccc;
  margin: 20px 0 0 0;
  padding: 5px 25px;
  background-color: #f1f1f1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
div#ryokyaku_yoyaku #agree, div#muzinsya_yoyaku #agree {
  display: inline-block;
  width: 100%;
  margin: 15px 0 0 0;
  position: relative;
  background: #ffd9d6;
  border: 1px solid #ffa7a7;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #111;
  padding: 12px 0;
  text-align: center;
  font-size: 110%;
}

body.muzinsya div#muzinsya_yoyaku #about {
  background-color: #FFFFFF;
}

div#muzinsya_yoyaku .btn {
  -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
  -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
  box-shadow: inset 0px 1px 0px 0px #caefab;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
  background: -moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
  background: -webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
  background: -o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
  background: -ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
  background: linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#77d42a", endColorstr="#5cb811",GradientType=0);
  background-color: #77d42a;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #268a16;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 21px;
  font-weight: normal;
  padding: 8px 28px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #aade7c;
}
div#muzinsya_yoyaku .btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
  background: -moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
  background: -webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
  background: -o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
  background: -ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
  background: linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5cb811", endColorstr="#77d42a",GradientType=0);
  background-color: #5cb811;
}
div#muzinsya_yoyaku .btn:active {
  position: relative;
  top: 1px;
}

#operation {
  margin-bottom: 20px;
}

#operation form {
  text-align: center;
}

#operation form input {
  color: #096cb1;
}

div#muzinsya_yoyaku_guide {
  border: 4px solid #ccc;
  margin: 20px 0 0 0;
  padding: 5px 25px;
  background-color: #f1f1f1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
div#muzinsya_yoyaku_guide .step {
  padding-bottom: 15px;
}
div#muzinsya_yoyaku_guide #uketuke_kikan, div#muzinsya_yoyaku_guide #uketuke_syaryo {
  padding-left: 20px;
}
div#muzinsya_yoyaku_guide #uketuke_kikan table td, div#muzinsya_yoyaku_guide #uketuke_syaryo table td {
  border: 0;
}
div#muzinsya_yoyaku_guide #uketuke_kikan ul, div#muzinsya_yoyaku_guide #uketuke_syaryo ul {
  padding-inline-start: 20px;
}
div#muzinsya_yoyaku_guide #yoyaku_hoho, div#muzinsya_yoyaku_guide #ryokin {
  padding-left: 20px;
}
div#muzinsya_yoyaku_guide #sagyo_daiko table td {
  border: 0;
}
div#muzinsya_yoyaku_guide #uketuke_times {
  padding-left: 20px;
}
div#muzinsya_yoyaku_guide #uketuke_times table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
div#muzinsya_yoyaku_guide #uketuke_times table th {
  font-weight: normal;
  background-color: #fdfdfd;
  color: #4d4d4d;
  white-space: nowrap;
  padding: 6px 8px;
  border: 1px solid #ccc;
  width: 120px;
}
div#muzinsya_yoyaku_guide #uketuke_times table th.honnin {
  background-color: #F2DCDB;
}
div#muzinsya_yoyaku_guide #uketuke_times table th.daiko {
  background-color: #C4D79B;
}
div#muzinsya_yoyaku_guide #uketuke_times table td {
  padding: 6px 8px;
  border: 1px solid #ccc;
  text-align: center;
  background-color: white;
}
div#muzinsya_yoyaku_guide #uketuke_times table tbody td {
  height: 40px;
}

/* page: search */
/* ---------------------------------------------------------------- */
div#ryokyaku_yoyaku_search #select_port, div#muzinsya_yoyaku_search #select_port {
  margin-bottom: 18px;
  background-color: #006fb8;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
div#ryokyaku_yoyaku_search #select_port #frame, div#muzinsya_yoyaku_search #select_port #frame {
  padding: 60px 0 60px 70px;
  margin-right: 70px;
  background-image: url(/assets/japan-14a73cf97d57b6b1aa0f5b9cf82181fab92f983a9d847fb9937875bf7160d773.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
  vertical-align: middle;
  color: white;
  font-weight: bold;
  font-size: 100%;
}
div#ryokyaku_yoyaku_search #select_port #frame select, div#muzinsya_yoyaku_search #select_port #frame select {
  font-size: 100%;
  padding: 5px;
}
div#ryokyaku_yoyaku_search #ohuku_yoyaku_kb, div#muzinsya_yoyaku_search #ohuku_yoyaku_kb {
  display: block;
  max-width: 285px;
  margin-bottom: 25px;
  padding: 8px 5px 8px 15px;
  background-color: #aec5e3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #0a2851;
  font-size: 110%;
  font-weight: normal;
}
div#ryokyaku_yoyaku_search #koro_cd, div#muzinsya_yoyaku_search #koro_cd {
  margin-bottom: 25px;
}
div#ryokyaku_yoyaku_search #jyosen_on input, div#muzinsya_yoyaku_search #jyosen_on input {
  font-size: 100%;
}
div#ryokyaku_yoyaku_search #yuki_times, div#ryokyaku_yoyaku_search #kaeri_times, div#muzinsya_yoyaku_search #yuki_times, div#muzinsya_yoyaku_search #kaeri_times {
  padding-left: 60px;
}
div#ryokyaku_yoyaku_search #yuki_times #yuki_jyosen_time, div#ryokyaku_yoyaku_search #yuki_times #yuki_gesen_time,
div#ryokyaku_yoyaku_search #yuki_times #kaeri_jyosen_time, div#ryokyaku_yoyaku_search #yuki_times #kaeri_gesen_time, div#ryokyaku_yoyaku_search #kaeri_times #yuki_jyosen_time, div#ryokyaku_yoyaku_search #kaeri_times #yuki_gesen_time,
div#ryokyaku_yoyaku_search #kaeri_times #kaeri_jyosen_time, div#ryokyaku_yoyaku_search #kaeri_times #kaeri_gesen_time, div#muzinsya_yoyaku_search #yuki_times #yuki_jyosen_time, div#muzinsya_yoyaku_search #yuki_times #yuki_gesen_time,
div#muzinsya_yoyaku_search #yuki_times #kaeri_jyosen_time, div#muzinsya_yoyaku_search #yuki_times #kaeri_gesen_time, div#muzinsya_yoyaku_search #kaeri_times #yuki_jyosen_time, div#muzinsya_yoyaku_search #kaeri_times #yuki_gesen_time,
div#muzinsya_yoyaku_search #kaeri_times #kaeri_jyosen_time, div#muzinsya_yoyaku_search #kaeri_times #kaeri_gesen_time {
  border-color: transparent;
  background-color: transparent;
  color: white;
  padding: 5px;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#next {
  margin-top: 20px;
  text-align: center;
}

/* plan */
div#ryokyaku_yoyaku_plan, div#muzinsya_yoyaku_plan {
  /* input_form */
}
div#ryokyaku_yoyaku_plan h3.plan_title, div#muzinsya_yoyaku_plan h3.plan_title {
  background-color: #29ABE2;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 2px 0 2px 8px;
}
div#ryokyaku_yoyaku_plan h3.plan_title div, div#muzinsya_yoyaku_plan h3.plan_title div {
  padding-top: 4px;
  min-height: 15px;
  padding-left: 60px;
  background-image: url(/assets/h3_ferry-a321040f5a09673899d0c7305c86671a23584279c42091acbdeafe7f70a8d771.png);
  background-repeat: no-repeat;
  color: white;
  font-size: 18px;
}
div#ryokyaku_yoyaku_plan .ferry_detail, div#muzinsya_yoyaku_plan .ferry_detail {
  float: left;
  margin-left: 20px;
  margin-top: 18px;
}
div#ryokyaku_yoyaku_plan span.search_goto, div#muzinsya_yoyaku_plan span.search_goto {
  margin-right: 8px;
  padding: 2px 20px;
  background-color: #0071BC;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: white;
}
div#ryokyaku_yoyaku_plan .about_ferry, div#muzinsya_yoyaku_plan .about_ferry {
  float: left;
}
div#ryokyaku_yoyaku_plan .about_jikoku, div#muzinsya_yoyaku_plan .about_jikoku {
  margin-bottom: 8px;
}
div#ryokyaku_yoyaku_plan .about_senmei, div#muzinsya_yoyaku_plan .about_senmei {
  margin-bottom: 20px;
}
div#ryokyaku_yoyaku_plan .about_senmei span, div#muzinsya_yoyaku_plan .about_senmei span {
  margin-right: 8px;
  padding: 2px 20px;
  background-color: #2cabff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: white;
}
div#ryokyaku_yoyaku_plan .about_setubi, div#muzinsya_yoyaku_plan .about_setubi {
  font-size: 80%;
}
div#ryokyaku_yoyaku_plan div.plan, div#muzinsya_yoyaku_plan div.plan {
  min-height: 80px;
}
div#ryokyaku_yoyaku_plan div.plan table, div#muzinsya_yoyaku_plan div.plan table {
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
}
div#ryokyaku_yoyaku_plan div.plan table th, div#muzinsya_yoyaku_plan div.plan table th {
  font-weight: bold;
  background-color: #E1E1E1;
  color: #6f6f6f;
  padding: 3px;
  border: 1px solid #ccc;
  font-size: 100%;
}
div#ryokyaku_yoyaku_plan div.plan table td, div#muzinsya_yoyaku_plan div.plan table td {
  text-align: left;
  padding: 20px 10px;
  border: 1px solid #ccc;
  font-size: 100%;
}
div#ryokyaku_yoyaku_plan div.plan table td.plan_content, div#muzinsya_yoyaku_plan div.plan table td.plan_content {
  min-width: 15em;
}
div#ryokyaku_yoyaku_plan div.plan th.thead, div#muzinsya_yoyaku_plan div.plan th.thead {
  width: 80px;
  background-color: #D3E9FE;
}
div#ryokyaku_yoyaku_plan div.plan td.num, div#muzinsya_yoyaku_plan div.plan td.num {
  text-align: right;
}
div#ryokyaku_yoyaku_plan div.plan img, div#muzinsya_yoyaku_plan div.plan img {
  margin-bottom: -6px;
}
div#ryokyaku_yoyaku_plan div.plan td.photo, div#muzinsya_yoyaku_plan div.plan td.photo {
  padding: 3px;
  width: 130px;
}
div#ryokyaku_yoyaku_plan .radio_but, div#muzinsya_yoyaku_plan .radio_but {
  width: 150px;
  background-color: #5d9be8;
  padding: 8px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: white;
}
div#ryokyaku_yoyaku_plan input[type=number], div#muzinsya_yoyaku_plan input[type=number] {
  width: 40px;
}
div#ryokyaku_yoyaku_plan #yuki_jyosen_on, div#muzinsya_yoyaku_plan #yuki_jyosen_on {
  margin-bottom: 3px;
}
div#ryokyaku_yoyaku_plan div.input_form table, div#muzinsya_yoyaku_plan div.input_form table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
div#ryokyaku_yoyaku_plan div.input_form table th, div#muzinsya_yoyaku_plan div.input_form table th {
  font-weight: normal;
  background-color: #e6e6e6;
  color: #4d4d4d;
  white-space: nowrap;
  padding: 6px 8px;
  border: 1px solid #ccc;
}
div#ryokyaku_yoyaku_plan div.input_form table th.left, div#muzinsya_yoyaku_plan div.input_form table th.left {
  min-width: 94px;
  text-align: left;
}
div#ryokyaku_yoyaku_plan div.input_form table td, div#muzinsya_yoyaku_plan div.input_form table td {
  padding: 6px 8px;
  border: 1px solid #ccc;
  text-align: center;
}
div#ryokyaku_yoyaku_plan div.input_form table tr.woman, div#muzinsya_yoyaku_plan div.input_form table tr.woman {
  background-color: #fff6f6;
}
div#ryokyaku_yoyaku_plan .thmin, div#muzinsya_yoyaku_plan .thmin {
  min-width: 150px;
}
div#ryokyaku_yoyaku_plan .td_check, div#muzinsya_yoyaku_plan .td_check {
  width: 80px;
}

div#muzinsya_yoyaku_plan {
  /* input_form_2 */
}
div#muzinsya_yoyaku_plan div.plan table td {
  background-color: white;
}
div#muzinsya_yoyaku_plan div.input_form_2 table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
div#muzinsya_yoyaku_plan div.input_form_2 table th {
  font-weight: normal;
  background-color: #e6e6e6;
  color: #4d4d4d;
  white-space: nowrap;
  padding: 6px 8px;
  border: 1px solid #ccc;
}
div#muzinsya_yoyaku_plan div.input_form_2 table th.left {
  min-width: 94px;
  text-align: left;
}
div#muzinsya_yoyaku_plan div.input_form_2 table td {
  padding: 6px 8px;
  border: 1px solid #ccc;
  text-align: center;
  background-color: white;
}

/* page: login */
/* ---------------------------------------------------------------- */
#login {
  float: left;
  width: 280px;
  min-height: 250px;
  padding: 20px 40px;
  background-color: #DFDFDF;
}

.login_btn {
  float: right;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #3866a3;
  padding: 9px 18px;
  text-decoration: none;
  background: -moz-linear-gradient(center top, #63b8ee 5%, #468ccf 100%);
  background: -ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#63b8ee", endColorstr="#468ccf");
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #63b8ee), color-stop(100%, #468ccf));
  background-color: #63b8ee;
  color: #ffffff;
  display: inline-block;
  text-shadow: 1px 1px 0px #7cacde;
  -webkit-box-shadow: inset 1px 1px 0px 0px #bee2f9;
  -moz-box-shadow: inset 1px 1px 0px 0px #bee2f9;
  box-shadow: inset 1px 1px 0px 0px #bee2f9;
}

.login_btn:hover {
  background: -moz-linear-gradient(center top, #468ccf 5%, #63b8ee 100%);
  background: -ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#468ccf", endColorstr="#63b8ee");
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #468ccf), color-stop(100%, #63b8ee));
  background-color: #468ccf;
}

.login_btn:active {
  position: relative;
  top: 1px;
}

#regist {
  float: left;
  width: 280px;
  min-height: 250px;
  margin-left: 20px;
  padding: 20px 40px;
  background-color: #FFE3D9;
}

body.muzinsya #login {
  min-height: 270px;
  background-color: #FFFFFF;
}
body.muzinsya #login #m_member2_email, body.muzinsya #login #m_member2_password {
  width: 160px;
}
body.muzinsya #regist {
  min-height: 270px;
}

/* page:regist */
/* ---------------------------------------------------------------- */
div#ryokyaku_yoyaku_customer div#reg_input table, div#muzinsya_yoyaku_customer div#reg_input table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
div#ryokyaku_yoyaku_customer div#reg_input table th, div#muzinsya_yoyaku_customer div#reg_input table th {
  width: 150px;
  font-weight: normal;
  background-color: #e6e6e6;
  color: #4d4d4d;
  text-align: left;
  vertical-align: top;
}
div#ryokyaku_yoyaku_customer div#reg_input table th, div#ryokyaku_yoyaku_customer td, div#muzinsya_yoyaku_customer div#reg_input table th, div#muzinsya_yoyaku_customer td {
  padding: 13px;
  border: 1px solid #ccc;
  font-size: 97%;
  text-align: left;
}

div#muzinsya_yoyaku_customer div#reg_input table td {
  background-color: white;
}

/* page: detail */
/* ---------------------------------------------------------------- */
div#ryokyaku_yoyaku_detail, div#muzinsya_yoyaku_detail {
  /* riyosha_form jidosha_form baiku_form */
}
div#ryokyaku_yoyaku_detail #riyosha_form table, div#muzinsya_yoyaku_detail #riyosha_form table {
  border-collapse: collapse;
  margin-top: 5px;
  margin-bottom: 20px;
}
div#ryokyaku_yoyaku_detail #riyosha_form table th, div#muzinsya_yoyaku_detail #riyosha_form table th {
  font-weight: normal;
  background-color: #e6e6e6;
  color: #4d4d4d;
  text-align: left;
  white-space: nowrap;
}
div#ryokyaku_yoyaku_detail #riyosha_form table th, div#ryokyaku_yoyaku_detail #riyosha_form table td, div#muzinsya_yoyaku_detail #riyosha_form table th, div#muzinsya_yoyaku_detail #riyosha_form table td {
  padding: 8px;
  border: 1px solid #ccc;
  text-align: center;
}
div#ryokyaku_yoyaku_detail #riyosha_form table td input, div#muzinsya_yoyaku_detail #riyosha_form table td input {
  max-width: 100px;
}
div#ryokyaku_yoyaku_detail #biko_form, div#muzinsya_yoyaku_detail #biko_form {
  width: 100%;
}
div#ryokyaku_yoyaku_detail #biko_form textarea, div#muzinsya_yoyaku_detail #biko_form textarea {
  width: 100%;
  height: 80px;
}
div#ryokyaku_yoyaku_detail #jidosha_form table,
div#ryokyaku_yoyaku_detail #baiku_form table, div#muzinsya_yoyaku_detail #jidosha_form table,
div#muzinsya_yoyaku_detail #baiku_form table {
  border-collapse: collapse;
  margin-top: 5px;
  margin-bottom: 20px;
}
div#ryokyaku_yoyaku_detail #jidosha_form table th,
div#ryokyaku_yoyaku_detail #baiku_form table th, div#muzinsya_yoyaku_detail #jidosha_form table th,
div#muzinsya_yoyaku_detail #baiku_form table th {
  font-weight: normal;
  background-color: #e6e6e6;
  color: #4d4d4d;
  text-align: left;
  white-space: nowrap;
}
div#ryokyaku_yoyaku_detail #jidosha_form table th, div#ryokyaku_yoyaku_detail #jidosha_form table td,
div#ryokyaku_yoyaku_detail #baiku_form table th,
div#ryokyaku_yoyaku_detail #baiku_form table td, div#muzinsya_yoyaku_detail #jidosha_form table th, div#muzinsya_yoyaku_detail #jidosha_form table td,
div#muzinsya_yoyaku_detail #baiku_form table th,
div#muzinsya_yoyaku_detail #baiku_form table td {
  padding: 8px;
  border: 1px solid #ccc;
  text-align: center;
}
div#ryokyaku_yoyaku_detail #jidosha_form table td select.maker_cd,
div#ryokyaku_yoyaku_detail #jidosha_form table td select.car_nm_id,
div#ryokyaku_yoyaku_detail #baiku_form table td select.maker_cd,
div#ryokyaku_yoyaku_detail #baiku_form table td select.car_nm_id, div#muzinsya_yoyaku_detail #jidosha_form table td select.maker_cd,
div#muzinsya_yoyaku_detail #jidosha_form table td select.car_nm_id,
div#muzinsya_yoyaku_detail #baiku_form table td select.maker_cd,
div#muzinsya_yoyaku_detail #baiku_form table td select.car_nm_id {
  width: 140px;
  max-width: 140px;
}
div#ryokyaku_yoyaku_detail #jidosha_form table td input.maker_nm,
div#ryokyaku_yoyaku_detail #jidosha_form table td input.car_nm,
div#ryokyaku_yoyaku_detail #baiku_form table td input.maker_nm,
div#ryokyaku_yoyaku_detail #baiku_form table td input.car_nm, div#muzinsya_yoyaku_detail #jidosha_form table td input.maker_nm,
div#muzinsya_yoyaku_detail #jidosha_form table td input.car_nm,
div#muzinsya_yoyaku_detail #baiku_form table td input.maker_nm,
div#muzinsya_yoyaku_detail #baiku_form table td input.car_nm {
  width: 138px;
  max-width: 138px;
}
div#ryokyaku_yoyaku_detail #jidosha_form table td input.car_length_ct,
div#ryokyaku_yoyaku_detail #jidosha_form table td input.car_width_ct,
div#ryokyaku_yoyaku_detail #jidosha_form table td input.car_height_ct,
div#ryokyaku_yoyaku_detail #baiku_form table td input.car_length_ct,
div#ryokyaku_yoyaku_detail #baiku_form table td input.car_width_ct,
div#ryokyaku_yoyaku_detail #baiku_form table td input.car_height_ct, div#muzinsya_yoyaku_detail #jidosha_form table td input.car_length_ct,
div#muzinsya_yoyaku_detail #jidosha_form table td input.car_width_ct,
div#muzinsya_yoyaku_detail #jidosha_form table td input.car_height_ct,
div#muzinsya_yoyaku_detail #baiku_form table td input.car_length_ct,
div#muzinsya_yoyaku_detail #baiku_form table td input.car_width_ct,
div#muzinsya_yoyaku_detail #baiku_form table td input.car_height_ct {
  width: 50px;
}
div#ryokyaku_yoyaku_detail #jidosha_form table td input.car_no_torokuti,
div#ryokyaku_yoyaku_detail #baiku_form table td input.car_no_torokuti, div#muzinsya_yoyaku_detail #jidosha_form table td input.car_no_torokuti,
div#muzinsya_yoyaku_detail #baiku_form table td input.car_no_torokuti {
  width: 60px;
}
div#ryokyaku_yoyaku_detail #jidosha_form table td input.car_no_syasyu,
div#ryokyaku_yoyaku_detail #jidosha_form table td input.car_no,
div#ryokyaku_yoyaku_detail #baiku_form table td input.car_no_syasyu,
div#ryokyaku_yoyaku_detail #baiku_form table td input.car_no, div#muzinsya_yoyaku_detail #jidosha_form table td input.car_no_syasyu,
div#muzinsya_yoyaku_detail #jidosha_form table td input.car_no,
div#muzinsya_yoyaku_detail #baiku_form table td input.car_no_syasyu,
div#muzinsya_yoyaku_detail #baiku_form table td input.car_no {
  width: 40px;
}
div#ryokyaku_yoyaku_detail #jidosha_form table td input.car_no_kana_nm,
div#ryokyaku_yoyaku_detail #baiku_form table td input.car_no_kana_nm, div#muzinsya_yoyaku_detail #jidosha_form table td input.car_no_kana_nm,
div#muzinsya_yoyaku_detail #baiku_form table td input.car_no_kana_nm {
  width: 30px;
}
div#ryokyaku_yoyaku_detail #jidosha_form table td input.car_hyoka_pr,
div#ryokyaku_yoyaku_detail #baiku_form table td input.car_hyoka_pr, div#muzinsya_yoyaku_detail #jidosha_form table td input.car_hyoka_pr,
div#muzinsya_yoyaku_detail #baiku_form table td input.car_hyoka_pr {
  width: 50px;
}
div#ryokyaku_yoyaku_detail #jidosha_form table td.car_hyoka_pr .explanation,
div#ryokyaku_yoyaku_detail #baiku_form table td.car_hyoka_pr .explanation, div#muzinsya_yoyaku_detail #jidosha_form table td.car_hyoka_pr .explanation,
div#muzinsya_yoyaku_detail #baiku_form table td.car_hyoka_pr .explanation {
  display: none;
}

div#muzinsya_yoyaku_detail {
  /* mosikomisya_form jidosha_form baiku_form */
}
div#muzinsya_yoyaku_detail #mousikomisya_form table,
div#muzinsya_yoyaku_detail #yuki_motikomisya_form table, div#muzinsya_yoyaku_detail #yuki_uketorisya_form table,
div#muzinsya_yoyaku_detail #kaeri_motikomisya_form table, div#muzinsya_yoyaku_detail #kaeri_uketorisya_form table {
  border-collapse: collapse;
  margin-top: 5px;
  margin-bottom: 20px;
}
div#muzinsya_yoyaku_detail #mousikomisya_form table th,
div#muzinsya_yoyaku_detail #yuki_motikomisya_form table th, div#muzinsya_yoyaku_detail #yuki_uketorisya_form table th,
div#muzinsya_yoyaku_detail #kaeri_motikomisya_form table th, div#muzinsya_yoyaku_detail #kaeri_uketorisya_form table th {
  font-weight: normal;
  background-color: #e6e6e6;
  color: #4d4d4d;
  text-align: left;
  white-space: nowrap;
}
div#muzinsya_yoyaku_detail #mousikomisya_form table th, div#muzinsya_yoyaku_detail #mousikomisya_form table td,
div#muzinsya_yoyaku_detail #yuki_motikomisya_form table th,
div#muzinsya_yoyaku_detail #yuki_motikomisya_form table td, div#muzinsya_yoyaku_detail #yuki_uketorisya_form table th, div#muzinsya_yoyaku_detail #yuki_uketorisya_form table td,
div#muzinsya_yoyaku_detail #kaeri_motikomisya_form table th,
div#muzinsya_yoyaku_detail #kaeri_motikomisya_form table td, div#muzinsya_yoyaku_detail #kaeri_uketorisya_form table th, div#muzinsya_yoyaku_detail #kaeri_uketorisya_form table td {
  padding: 4px;
  border: 1px solid #ccc;
  text-align: center;
}
div#muzinsya_yoyaku_detail #mousikomisya_form table td,
div#muzinsya_yoyaku_detail #yuki_motikomisya_form table td, div#muzinsya_yoyaku_detail #yuki_uketorisya_form table td,
div#muzinsya_yoyaku_detail #kaeri_motikomisya_form table td, div#muzinsya_yoyaku_detail #kaeri_uketorisya_form table td {
  background-color: white;
  text-align: left;
}
div#muzinsya_yoyaku_detail #mousikomisya_form table td input,
div#muzinsya_yoyaku_detail #yuki_motikomisya_form table td input, div#muzinsya_yoyaku_detail #yuki_uketorisya_form table td input,
div#muzinsya_yoyaku_detail #kaeri_motikomisya_form table td input, div#muzinsya_yoyaku_detail #kaeri_uketorisya_form table td input {
  max-width: 768px;
}
div#muzinsya_yoyaku_detail #mousikomisya_form table .vertical,
div#muzinsya_yoyaku_detail #yuki_motikomisya_form table .vertical, div#muzinsya_yoyaku_detail #yuki_uketorisya_form table .vertical,
div#muzinsya_yoyaku_detail #kaeri_motikomisya_form table .vertical, div#muzinsya_yoyaku_detail #kaeri_uketorisya_form table .vertical {
  writing-mode: vertical-rl;
}
div#muzinsya_yoyaku_detail #mousikomisya_form.person_group.motikomi table td,
div#muzinsya_yoyaku_detail #yuki_motikomisya_form.person_group.motikomi table td, div#muzinsya_yoyaku_detail #yuki_uketorisya_form.person_group.motikomi table td,
div#muzinsya_yoyaku_detail #kaeri_motikomisya_form.person_group.motikomi table td, div#muzinsya_yoyaku_detail #kaeri_uketorisya_form.person_group.motikomi table td {
  background-color: #ffeaea;
}
div#muzinsya_yoyaku_detail #mousikomisya_form.person_group.uketori table td,
div#muzinsya_yoyaku_detail #yuki_motikomisya_form.person_group.uketori table td, div#muzinsya_yoyaku_detail #yuki_uketorisya_form.person_group.uketori table td,
div#muzinsya_yoyaku_detail #kaeri_motikomisya_form.person_group.uketori table td, div#muzinsya_yoyaku_detail #kaeri_uketorisya_form.person_group.uketori table td {
  background-color: #ffffea;
}
div#muzinsya_yoyaku_detail #jidosha_form table, div#muzinsya_yoyaku_detail #baiku_form table {
  border-collapse: collapse;
  margin-top: 5px;
  margin-bottom: 20px;
}
div#muzinsya_yoyaku_detail #jidosha_form table th, div#muzinsya_yoyaku_detail #baiku_form table th {
  font-weight: normal;
  background-color: #e6e6e6;
  color: #4d4d4d;
  text-align: left;
  white-space: nowrap;
}
div#muzinsya_yoyaku_detail #jidosha_form table th, div#muzinsya_yoyaku_detail #jidosha_form table td, div#muzinsya_yoyaku_detail #baiku_form table th, div#muzinsya_yoyaku_detail #baiku_form table td {
  padding: 4px;
  border: 1px solid #ccc;
  text-align: center;
}
div#muzinsya_yoyaku_detail #jidosha_form table td, div#muzinsya_yoyaku_detail #baiku_form table td {
  background-color: white;
}
div#muzinsya_yoyaku_detail #jidosha_form table td select.maker_cd,
div#muzinsya_yoyaku_detail #jidosha_form table td select.car_nm_id, div#muzinsya_yoyaku_detail #baiku_form table td select.maker_cd,
div#muzinsya_yoyaku_detail #baiku_form table td select.car_nm_id {
  width: 148px;
  max-width: 148px;
}
div#muzinsya_yoyaku_detail #jidosha_form table td input.maker_nm,
div#muzinsya_yoyaku_detail #jidosha_form table td input.car_nm, div#muzinsya_yoyaku_detail #baiku_form table td input.maker_nm,
div#muzinsya_yoyaku_detail #baiku_form table td input.car_nm {
  width: 136px;
  max-width: 136px;
}
div#muzinsya_yoyaku_detail #jidosha_form table td input.car_length_ct,
div#muzinsya_yoyaku_detail #jidosha_form table td input.car_width_ct,
div#muzinsya_yoyaku_detail #jidosha_form table td input.car_height_ct, div#muzinsya_yoyaku_detail #baiku_form table td input.car_length_ct,
div#muzinsya_yoyaku_detail #baiku_form table td input.car_width_ct,
div#muzinsya_yoyaku_detail #baiku_form table td input.car_height_ct {
  width: 45px;
}
div#muzinsya_yoyaku_detail #jidosha_form table td input.car_no_torokuti, div#muzinsya_yoyaku_detail #baiku_form table td input.car_no_torokuti {
  width: 60px;
}
div#muzinsya_yoyaku_detail #jidosha_form table td input.car_no_syasyu, div#muzinsya_yoyaku_detail #baiku_form table td input.car_no_syasyu {
  width: 50px;
}
div#muzinsya_yoyaku_detail #jidosha_form table td input.car_no_kana_nm, div#muzinsya_yoyaku_detail #baiku_form table td input.car_no_kana_nm {
  width: 40px;
}
div#muzinsya_yoyaku_detail #jidosha_form table td input.car_no, div#muzinsya_yoyaku_detail #baiku_form table td input.car_no {
  width: 50px;
}
div#muzinsya_yoyaku_detail #jidosha_form table td input.car_no_none, div#muzinsya_yoyaku_detail #baiku_form table td input.car_no_none {
  width: 20px;
}
div#muzinsya_yoyaku_detail #jidosha_form table td input.car_hyoka_pr, div#muzinsya_yoyaku_detail #baiku_form table td input.car_hyoka_pr {
  width: 50px;
}
div#muzinsya_yoyaku_detail #jidosha_form table td div.show_car_nm, div#muzinsya_yoyaku_detail #baiku_form table td div.show_car_nm {
  text-align: left;
}
div#muzinsya_yoyaku_detail #jidosha_form table td.car_hyoka_pr, div#muzinsya_yoyaku_detail #baiku_form table td.car_hyoka_pr {
  text-align: right;
}
div#muzinsya_yoyaku_detail #jidosha_form table td.car_hyoka_pr .explanation, div#muzinsya_yoyaku_detail #baiku_form table td.car_hyoka_pr .explanation {
  display: none;
}
div#muzinsya_yoyaku_detail #yuki_jyosen_form table, div#muzinsya_yoyaku_detail #yuki_gesen_form table,
div#muzinsya_yoyaku_detail #kaeri_jyosen_form table, div#muzinsya_yoyaku_detail #kaeri_gesen_form table {
  border-collapse: collapse;
  margin-top: 5px;
  margin-bottom: 20px;
}
div#muzinsya_yoyaku_detail #yuki_jyosen_form table th, div#muzinsya_yoyaku_detail #yuki_gesen_form table th,
div#muzinsya_yoyaku_detail #kaeri_jyosen_form table th, div#muzinsya_yoyaku_detail #kaeri_gesen_form table th {
  font-weight: normal;
  background-color: #e6e6e6;
  color: #4d4d4d;
  text-align: left;
  white-space: nowrap;
}
div#muzinsya_yoyaku_detail #yuki_jyosen_form table th, div#muzinsya_yoyaku_detail #yuki_jyosen_form table td, div#muzinsya_yoyaku_detail #yuki_gesen_form table th, div#muzinsya_yoyaku_detail #yuki_gesen_form table td,
div#muzinsya_yoyaku_detail #kaeri_jyosen_form table th,
div#muzinsya_yoyaku_detail #kaeri_jyosen_form table td, div#muzinsya_yoyaku_detail #kaeri_gesen_form table th, div#muzinsya_yoyaku_detail #kaeri_gesen_form table td {
  padding: 4px 8px;
  border: 1px solid #ccc;
  text-align: center;
}
div#muzinsya_yoyaku_detail #yuki_jyosen_form table td, div#muzinsya_yoyaku_detail #yuki_gesen_form table td,
div#muzinsya_yoyaku_detail #kaeri_jyosen_form table td, div#muzinsya_yoyaku_detail #kaeri_gesen_form table td {
  background-color: white;
}

/* page: confirm  */
/* ---------------------------------------------------------------- */
div#ryokyaku_yoyaku_confirmation, div#muzinsya_yoyaku_confirmation {
  /* confirm01 */
  /* confirm02 */
  /* meisai */
  /* confirm pay */
}
div#ryokyaku_yoyaku_confirmation div#confirm01 table, div#muzinsya_yoyaku_confirmation div#confirm01 table {
  width: 98%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
div#ryokyaku_yoyaku_confirmation div#confirm01 table th, div#muzinsya_yoyaku_confirmation div#confirm01 table th {
  width: 150px;
  font-weight: bold;
  background-color: #147FC1;
  color: white;
  text-align: left;
  vertical-align: top;
}
div#ryokyaku_yoyaku_confirmation div#confirm01 table th, div#ryokyaku_yoyaku_confirmation td, div#muzinsya_yoyaku_confirmation div#confirm01 table th, div#muzinsya_yoyaku_confirmation td {
  padding: 13px;
  border: 1px solid #ccc;
  font-size: 100%;
  line-height: 22px;
}
div#ryokyaku_yoyaku_confirmation div#confirm02 table, div#muzinsya_yoyaku_confirmation div#confirm02 table {
  width: 98%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
div#ryokyaku_yoyaku_confirmation div#confirm02 table th, div#muzinsya_yoyaku_confirmation div#confirm02 table th {
  width: 150px;
  font-weight: normal;
  background-color: #e6e6e6;
  color: #4d4d4d;
  text-align: left;
  vertical-align: top;
}
div#ryokyaku_yoyaku_confirmation div#confirm02 table th, div#ryokyaku_yoyaku_confirmation td, div#muzinsya_yoyaku_confirmation div#confirm02 table th, div#muzinsya_yoyaku_confirmation td {
  padding: 13px;
  border: 1px solid #ccc;
  font-size: 97%;
}
div#ryokyaku_yoyaku_confirmation div#meisai, div#muzinsya_yoyaku_confirmation div#meisai {
  min-height: 80px;
}
div#ryokyaku_yoyaku_confirmation div#meisai table, div#muzinsya_yoyaku_confirmation div#meisai table {
  margin: 20px 0;
  border-collapse: collapse;
}
div#ryokyaku_yoyaku_confirmation div#meisai table th, div#muzinsya_yoyaku_confirmation div#meisai table th {
  font-weight: bold;
  background-color: #E1E1E1;
  color: #6f6f6f;
  white-space: nowrap;
}
div#ryokyaku_yoyaku_confirmation div#meisai table th, div#ryokyaku_yoyaku_confirmation td, div#muzinsya_yoyaku_confirmation div#meisai table th, div#muzinsya_yoyaku_confirmation td {
  padding: 5px 10px;
  border: 1px solid #ccc;
  font-size: 100%;
}
div#ryokyaku_yoyaku_confirmation div#meisai th.thead, div#muzinsya_yoyaku_confirmation div#meisai th.thead {
  text-align: left;
  width: 80px;
  background-color: #D3E9FE;
}
div#ryokyaku_yoyaku_confirmation div#meisai td.num, div#muzinsya_yoyaku_confirmation div#meisai td.num {
  text-align: right;
  white-space: nowrap;
}
div#ryokyaku_yoyaku_confirmation .pay, div#muzinsya_yoyaku_confirmation .pay {
  display: block;
  max-width: 300px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0px 30px;
  background-color: #B5FF6A;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #006837;
}
div#ryokyaku_yoyaku_confirmation .pay input, div#muzinsya_yoyaku_confirmation .pay input {
  margin: 20px 0;
}

div#muzinsya_yoyaku_confirmation .vertical {
  writing-mode: vertical-rl;
}
div#muzinsya_yoyaku_confirmation div#confirm01 table {
  width: 100%;
}
div#muzinsya_yoyaku_confirmation div#confirm01 table tbody th {
  width: 65px;
}
div#muzinsya_yoyaku_confirmation div#confirm01 table tbody td {
  background-color: white;
}
div#muzinsya_yoyaku_confirmation div#confirm02 table {
  width: 100%;
}
div#muzinsya_yoyaku_confirmation div#confirm02 table thead th {
  width: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}
div#muzinsya_yoyaku_confirmation div#confirm02 table thead th.title {
  width: 150px;
}
div#muzinsya_yoyaku_confirmation div#confirm02 table tbody th.title {
  width: 150px;
}
div#muzinsya_yoyaku_confirmation div#confirm02 table tbody td {
  background-color: white;
}
div#muzinsya_yoyaku_confirmation div#confirm02 table.mousikomi tbody td {
  width: 30%;
}
div#muzinsya_yoyaku_confirmation div#confirm02 table.car tbody td {
  width: 30%;
}
div#muzinsya_yoyaku_confirmation div#confirm02 table.car tbody td.width_1 {
  width: 20.5%;
}
div#muzinsya_yoyaku_confirmation div#confirm02 table.car tbody td.width_2 {
  width: 8%;
}
div#muzinsya_yoyaku_confirmation div#confirm02 table.car tbody td.width_3 {
  width: 15%;
}
div#muzinsya_yoyaku_confirmation div#confirm02 table.car tbody td.width_4 {
  width: 10%;
}
div#muzinsya_yoyaku_confirmation div#confirm02 table.bike tbody td {
  width: 30%;
}
div#muzinsya_yoyaku_confirmation div#confirm02 table.bike tbody td.width_1 {
  width: 65%;
}
div#muzinsya_yoyaku_confirmation div#confirm02 table.bike tbody td.width_2 {
  width: 15%;
}
div#muzinsya_yoyaku_confirmation div#confirm02 table.bike tbody td.width_3 {
  width: 10%;
}
div#muzinsya_yoyaku_confirmation div#confirm02 table.bicycle tbody td {
  width: 90%;
}
div#muzinsya_yoyaku_confirmation div#confirm02 table.yuki tbody th.group_title, div#muzinsya_yoyaku_confirmation div#confirm02 table.kaeri tbody th.group_title {
  width: 30px;
  padding-left: 4px;
  padding-right: 4px;
}
div#muzinsya_yoyaku_confirmation div#confirm02 table.yuki tbody th.tbody_head, div#muzinsya_yoyaku_confirmation div#confirm02 table.kaeri tbody th.tbody_head {
  width: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}
div#muzinsya_yoyaku_confirmation div#confirm02 table.yuki tbody th.title, div#muzinsya_yoyaku_confirmation div#confirm02 table.kaeri tbody th.title {
  width: 150px;
}
div#muzinsya_yoyaku_confirmation div#confirm02 table.yuki tbody td, div#muzinsya_yoyaku_confirmation div#confirm02 table.kaeri tbody td {
  width: 29%;
}
div#muzinsya_yoyaku_confirmation div#meisai table {
  width: 100%;
}
div#muzinsya_yoyaku_confirmation div#meisai table tbody td, div#muzinsya_yoyaku_confirmation div#meisai table tfoot td {
  background-color: white;
}
div#muzinsya_yoyaku_confirmation div#meisai table tbody td.thead-ri, div#muzinsya_yoyaku_confirmation div#meisai table tfoot td.thead-ri {
  text-align: right;
}
div#muzinsya_yoyaku_confirmation div#confirm03 table {
  width: 100%;
}
div#muzinsya_yoyaku_confirmation div#confirm03 table thead td, div#muzinsya_yoyaku_confirmation div#confirm03 table tbody td, div#muzinsya_yoyaku_confirmation div#confirm03 table tfoot td {
  background-color: white;
}

/* page: success */
/* ---------------------------------------------------------------- */
div#ryokyaku_yoyaku_success, div#muzinsya_yoyaku_success {
  /*
  #success::before{
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-top: 30px solid #FFF2CA;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      position: absolute;
      top: 100%;
      left: 48%;
  }
  */
}
div#ryokyaku_yoyaku_success #success, div#muzinsya_yoyaku_success #success {
  padding: 30px;
  background-color: #FFF2CA;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #333;
  text-align: center;
  position: relative;
}
div#ryokyaku_yoyaku_success .txtb_big_red, div#muzinsya_yoyaku_success .txtb_big_red {
  font-size: 130%;
  font-weight: normal;
  color: red;
  line-height: 24px;
}
div#ryokyaku_yoyaku_success div.yoyaku_no table, div#muzinsya_yoyaku_success div.yoyaku_no table {
  width: 50%;
  border-collapse: collapse;
  margin: 15px auto 15px auto;
}
div#ryokyaku_yoyaku_success div.yoyaku_no table th, div#muzinsya_yoyaku_success div.yoyaku_no table th {
  width: 100px;
  background-color: #e6e6e6;
  border: 1px solid #ccc;
  font-weight: normal;
  font-size: 110%;
  color: #4d4d4d;
  padding: 8px;
}
div#ryokyaku_yoyaku_success div.yoyaku_no table td, div#muzinsya_yoyaku_success div.yoyaku_no table td {
  padding-top: 5px;
  padding-bottom: 0px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 180%;
  color: black;
}
div#ryokyaku_yoyaku_success #welnet, div#muzinsya_yoyaku_success #welnet {
  margin-top: 20px;
  padding: 30px;
  border: 2px solid red;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #333;
  text-align: center;
}
div#ryokyaku_yoyaku_success #check-in, div#muzinsya_yoyaku_success #check-in {
  text-align: center;
}
div#ryokyaku_yoyaku_success .btnPay, div#muzinsya_yoyaku_success .btnPay {
  -moz-box-shadow: inset 0px 1px 0px 0px #f7c5c0;
  -webkit-box-shadow: inset 0px 1px 0px 0px #f7c5c0;
  box-shadow: inset 0px 1px 0px 0px #f7c5c0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d));
  background: -moz-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
  background: -webkit-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
  background: -o-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
  background: -ms-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
  background: linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fc8d83", endColorstr="#e4685d",GradientType=0);
  background-color: #fc8d83;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #d83526;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 180%;
  font-weight: bold;
  padding: 9px 18px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #b23e35;
}
div#ryokyaku_yoyaku_success .btnPay:hover, div#muzinsya_yoyaku_success .btnPay:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #fc8d83));
  background: -moz-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
  background: -webkit-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
  background: -o-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
  background: -ms-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
  background: linear-gradient(to bottom, #e4685d 5%, #fc8d83 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4685d", endColorstr="#fc8d83",GradientType=0);
  background-color: #e4685d;
}
div#ryokyaku_yoyaku_success .btnPay:active, div#muzinsya_yoyaku_success .btnPay:active {
  position: relative;
  top: 1px;
}
div#ryokyaku_yoyaku_success #designation, div#muzinsya_yoyaku_success #designation {
  margin-top: 20px;
  padding: 30px;
  border: 2px solid #007722;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #333333;
  text-align: center;
}
div#ryokyaku_yoyaku_success #designation .btn, div#muzinsya_yoyaku_success #designation .btn {
  -moz-box-shadow: inset 0px 1px 0px 0px #66ff99;
  -webkit-box-shadow: inset 0px 1px 0px 0px #66ff99;
  box-shadow: inset 0px 1px 0px 0px #66ff99;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33cc77), color-stop(1, #22bb66));
  background: -moz-linear-gradient(top, #33cc77 5%, #22bb66 100%);
  background: -webkit-linear-gradient(top, #33cc77 5%, #22bb66 100%);
  background: -o-linear-gradient(top, #33cc77 5%, #22bb66 100%);
  background: -ms-linear-gradient(top, #33cc77 5%, #22bb66 100%);
  background: linear-gradient(to bottom, #33cc77 5%, #22bb66 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$btn_background_color_1, endColorstr="$btn_background_color_2",GradientType=0);
  background-color: #33cc77;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #007722;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 180%;
  font-weight: bold;
  padding: 9px 18px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #118833;
}
div#ryokyaku_yoyaku_success #designation .btn:hover, div#muzinsya_yoyaku_success #designation .btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #22bb66), color-stop(1, #33cc77));
  background: -moz-linear-gradient(top, #22bb66 5%, #33cc77 100%);
  background: -webkit-linear-gradient(top, #22bb66 5%, #33cc77 100%);
  background: -o-linear-gradient(top, #22bb66 5%, #33cc77 100%);
  background: -ms-linear-gradient(top, #22bb66 5%, #33cc77 100%);
  background: linear-gradient(to bottom, #22bb66 5%, #33cc77 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$btn_background_color_2, endColorstr=$btn_background_color_1, GradientType=0);
  background-color: #22bb66;
}
div#ryokyaku_yoyaku_success #designation .btn:active, div#muzinsya_yoyaku_success #designation .btn:active {
  position: relative;
  top: 1px;
}
div#ryokyaku_yoyaku_success #information, div#muzinsya_yoyaku_success #information {
  margin: 20px 0;
  padding: 10px;
  border: 2px solid red;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #333333;
  text-align: center;
}

/* page: ouro yoyaku */
/* ---------------------------------------------------------------- */
div#ryokyaku_yoyaku_forward table, div#muzinsya_yoyaku_forward table {
  min-width: 350px;
  border-collapse: collapse;
  margin-bottom: 20px;
}
div#ryokyaku_yoyaku_forward table th, div#muzinsya_yoyaku_forward table th {
  width: 175px;
  font-weight: normal;
  background-color: #e6e6e6;
  color: #4d4d4d;
  text-align: left;
  vertical-align: top;
}
div#ryokyaku_yoyaku_forward table th, div#ryokyaku_yoyaku_forward td, div#muzinsya_yoyaku_forward table th, div#muzinsya_yoyaku_forward td {
  padding: 13px;
  border: 1px solid #ccc;
  font-size: 97%;
}

body.muzinsya div#muzinsya_yoyaku_forward table td {
  background-color: #FFFFFF;
}

/* page: ryokyaku_searches_index, muzinsya_searches_index */
/* ---------------------------------------------------------------- */
div#ryokyaku_searches_index table, div#muzinsya_searches_index table {
  min-width: 350px;
  border-collapse: collapse;
  margin-bottom: 20px;
}
div#ryokyaku_searches_index table th, div#muzinsya_searches_index table th {
  width: 175px;
  font-weight: normal;
  background-color: #e6e6e6;
  color: #4d4d4d;
  text-align: left;
  vertical-align: top;
}
div#ryokyaku_searches_index table th, div#ryokyaku_searches_index td, div#muzinsya_searches_index table th, div#muzinsya_searches_index td {
  padding: 13px;
  border: 1px solid #ccc;
  font-size: 97%;
}

div#muzinsya_searches_index table td {
  background-color: white;
}

/* page: ryokyaku_searches_show, muzinsya_searches_show */
/* ---------------------------------------------------------------- */
div#ryokyaku_searches_show, div#muzinsya_searches_show {
  /* confirm01 */
  /* confirm02 */
  /* meisai */
}
div#ryokyaku_searches_show div#confirm01 table, div#muzinsya_searches_show div#confirm01 table {
  width: 98%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
div#ryokyaku_searches_show div#confirm01 table th, div#muzinsya_searches_show div#confirm01 table th {
  width: 150px;
  font-weight: bold;
  background-color: #147FC1;
  color: white;
  text-align: left;
  vertical-align: top;
}
div#ryokyaku_searches_show div#confirm01 table th, div#ryokyaku_searches_show td, div#muzinsya_searches_show div#confirm01 table th, div#muzinsya_searches_show td {
  padding: 13px;
  border: 1px solid #ccc;
  font-size: 100%;
  line-height: 22px;
}
div#ryokyaku_searches_show div#confirm02 table, div#muzinsya_searches_show div#confirm02 table {
  width: 98%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
div#ryokyaku_searches_show div#confirm02 table th, div#muzinsya_searches_show div#confirm02 table th {
  width: 150px;
  font-weight: normal;
  background-color: #e6e6e6;
  color: #4d4d4d;
  text-align: left;
  vertical-align: top;
}
div#ryokyaku_searches_show div#confirm02 table th, div#ryokyaku_searches_show td, div#muzinsya_searches_show div#confirm02 table th, div#muzinsya_searches_show td {
  padding: 13px;
  border: 1px solid #ccc;
  font-size: 97%;
}
div#ryokyaku_searches_show div#meisai, div#muzinsya_searches_show div#meisai {
  min-height: 80px;
}
div#ryokyaku_searches_show div#meisai table, div#muzinsya_searches_show div#meisai table {
  margin: 20px 0;
  border-collapse: collapse;
}
div#ryokyaku_searches_show div#meisai table th, div#muzinsya_searches_show div#meisai table th {
  font-weight: bold;
  background-color: #E1E1E1;
  color: #6f6f6f;
  white-space: nowrap;
}
div#ryokyaku_searches_show div#meisai table th, div#ryokyaku_searches_show td, div#muzinsya_searches_show div#meisai table th, div#muzinsya_searches_show td {
  padding: 5px 10px;
  border: 1px solid #ccc;
  font-size: 100%;
}
div#ryokyaku_searches_show div#meisai th.thead, div#muzinsya_searches_show div#meisai th.thead {
  text-align: left;
  width: 80px;
  background-color: #D3E9FE;
}
div#ryokyaku_searches_show div#meisai td.num, div#muzinsya_searches_show div#meisai td.num {
  text-align: right;
  white-space: nowrap;
}

div#muzinsya_searches_show .vertical {
  writing-mode: vertical-rl;
}
div#muzinsya_searches_show div#confirm01 table {
  width: 100%;
}
div#muzinsya_searches_show div#confirm01 table tbody th {
  width: 65px;
}
div#muzinsya_searches_show div#confirm01 table tbody td {
  background-color: white;
}
div#muzinsya_searches_show div#confirm02 table {
  width: 100%;
}
div#muzinsya_searches_show div#confirm02 table thead th {
  width: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}
div#muzinsya_searches_show div#confirm02 table thead th.title {
  width: 150px;
}
div#muzinsya_searches_show div#confirm02 table tbody th.title {
  width: 150px;
}
div#muzinsya_searches_show div#confirm02 table tbody td {
  background-color: white;
}
div#muzinsya_searches_show div#confirm02 table.mousikomi tbody td {
  width: 30%;
}
div#muzinsya_searches_show div#confirm02 table.car tbody td {
  width: 30%;
}
div#muzinsya_searches_show div#confirm02 table.car tbody td.width_1 {
  width: 20.5%;
}
div#muzinsya_searches_show div#confirm02 table.car tbody td.width_2 {
  width: 8%;
}
div#muzinsya_searches_show div#confirm02 table.car tbody td.width_3 {
  width: 15%;
}
div#muzinsya_searches_show div#confirm02 table.car tbody td.width_4 {
  width: 10%;
}
div#muzinsya_searches_show div#confirm02 table.bike tbody td {
  width: 30%;
}
div#muzinsya_searches_show div#confirm02 table.bike tbody td.width_1 {
  width: 65%;
}
div#muzinsya_searches_show div#confirm02 table.bike tbody td.width_2 {
  width: 15%;
}
div#muzinsya_searches_show div#confirm02 table.bike tbody td.width_3 {
  width: 10%;
}
div#muzinsya_searches_show div#confirm02 table.bicycle tbody td {
  width: 90%;
}
div#muzinsya_searches_show div#confirm02 table.yuki tbody th.group_title, div#muzinsya_searches_show div#confirm02 table.kaeri tbody th.group_title {
  width: 30px;
  padding-left: 4px;
  padding-right: 4px;
}
div#muzinsya_searches_show div#confirm02 table.yuki tbody td, div#muzinsya_searches_show div#confirm02 table.kaeri tbody td {
  width: 30%;
}
div#muzinsya_searches_show div#meisai table {
  width: 100%;
}
div#muzinsya_searches_show div#meisai table tbody td, div#muzinsya_searches_show div#meisai table tfoot td {
  padding: 13px;
  background-color: white;
}
div#muzinsya_searches_show div#meisai table tbody td.thead-ri, div#muzinsya_searches_show div#meisai table tfoot td.thead-ri {
  text-align: right;
}
div#muzinsya_searches_show div#confirm03 table {
  width: 100%;
}
div#muzinsya_searches_show div#confirm03 table thead td, div#muzinsya_searches_show div#confirm03 table tbody td, div#muzinsya_searches_show div#confirm03 table tfoot td {
  background-color: white;
}

.but_blue01 {
  min-width: 300px;
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  padding: 9px 18px;
  text-decoration: none;
  background: -moz-linear-gradient(center top, #f9f9f9 5%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="#e9e9e9");
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9));
  background-color: #f9f9f9;
  color: #666666;
  display: inline-block;
  text-shadow: 1px 1px 0px #ffffff;
  -webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
  -moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
  box-shadow: inset 1px 1px 0px 0px #ffffff;
  text-align: center;
}

/*
.but_blue01:hover {
        background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
        background:-ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
        background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
        background-color:#e9e9e9;
}.but_blue01:active {
        position:relative;
        top:1px;
}
*/
body.muzinsya .but_blue01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #FFFFFF), color-stop(100%, #eFeFeF));
}

.myButton {
  -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
  -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
  box-shadow: inset 0px 1px 0px 0px #caefab;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
  background: -moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
  background: -webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
  background: -o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
  background: -ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
  background: linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#77d42a", endColorstr="#5cb811",GradientType=0);
  background-color: #77d42a;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #268a16;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 21px;
  font-weight: normal;
  padding: 8px 28px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #aade7c;
}

.myButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
  background: -moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
  background: -webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
  background: -o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
  background: -ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
  background: linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5cb811", endColorstr="#77d42a",GradientType=0);
  background-color: #5cb811;
}

.myButton:active {
  position: relative;
  top: 1px;
}

.myButton:disabled {
  -moz-box-shadow: inset 0px 1px 0px 0px #d7d7d7;
  -webkit-box-shadow: inset 0px 1px 0px 0px #d7d7d7;
  box-shadow: inset 0px 1px 0px 0px #d7d7d7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e5e5e5), color-stop(1, #a1a1a1));
  background: -moz-linear-gradient(top, #e5e5e5 5%, #a1a1a1 100%);
  background: -webkit-linear-gradient(top, #e5e5e5 5%, #a1a1a1 100%);
  background: -o-linear-gradient(top, #e5e5e5 5%, #a1a1a1 100%);
  background: -ms-linear-gradient(top, #e5e5e5 5%, #a1a1a1 100%);
  background: linear-gradient(to bottom, #e5e5e5 5%, #a1a1a1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5", endColorstr="#a1a1a1",GradientType=0);
  background-color: #e5e5e5;
  border: 1px solid #dddddd;
  cursor: default;
  color: #666;
  text-shadow: 0px 1px 0px #aaa;
}

.myButton:disabled:active {
  position: relative;
  top: 0;
}

/* small button green */
.btn_sm_grn {
  font-size: 13px;
  font-weight: normal;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  padding: 5px 18px;
  text-decoration: none;
  background: -moz-linear-gradient(center top, #ffffff 5%, #f6f6f6 100%);
  background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f6f6f6");
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ffffff), color-stop(100%, #f6f6f6));
  background-color: #ffffff;
  color: #666666;
  display: inline-block;
  text-shadow: 1px 1px 0px #ffffff;
  -webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
  -moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
  box-shadow: inset 1px 1px 0px 0px #ffffff;
}

.btn_sm_grn:hover {
  background: -moz-linear-gradient(center top, #f6f6f6 5%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f6f6", endColorstr="#ffffff");
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f6f6f6), color-stop(100%, #ffffff));
  background-color: #f6f6f6;
}

.btn_sm_grn:active {
  position: relative;
  top: 1px;
}

.txt_point {
  width: 87%;
  font-size: 88%;
  font-weight: normal;
  color: red;
}

/* table design */
table.table01 {
  width: 100vw;
  max-width: 500px;
  border-collapse: collapse;
  margin-bottom: 20px;
}

table.table01 th {
  min-width: 50px;
  font-weight: bold;
  background-color: #147FC1;
  color: white;
  vertical-align: top;
}

table.table01 th,
table.table01 td {
  padding: 8px;
  border: 1px solid #ccc;
  font-size: 100%;
}

table.table02 {
  width: 98%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

table.table02 th {
  width: 150px;
  font-weight: normal;
  background-color: #e6e6e6;
  color: #4d4d4d;
  text-align: left;
  vertical-align: top;
}

table.table02 th,
table.table02 td {
  padding: 13px;
  border: 1px solid #ccc;
  font-size: 97%;
}

table.table03 {
  border-collapse: collapse;
  margin-bottom: 20px;
}

table.table03 th {
  font-weight: normal;
  background-color: #ffe4e8;
  color: #52010f;
  text-align: left;
  vertical-align: top;
  width: 320px;
}

table.table03 th,
table.table03 td {
  padding: 13px;
  border: 1px solid #ff99ba;
  font-size: 100%;
}

/* footer */
/* ---------------------------------------------------------------- */
footer {
  background-color: #0057ae;
  min-height: 80px;
  margin-top: 40px;
}

#footer_con {
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  color: white;
  font-size: 14px;
}

#footer_con a {
  color: white;
}

.copyright {
  padding: 5px;
  font-size: 70%;
}

/* =Media queries
-------------------------------------------------------------- */
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@media print {
  #wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 90%;
  }
  #logo a {
    float: left;
    display: block;
    margin: -8px 0 8px 0;
    padding: 0;
    background-image: url(/assets/logo_y-09a3bd13c2ee66ad51fce9e9ed633d0bfe69262a8f5308af795dbe39667ef563.png);
    background-repeat: no-repeat;
    width: 280px;
    background-size: contain;
    text-indent: -9999px;
  }
  ul#steps {
    padding: 8px;
    margin-top: -5px;
  }
  ul#step li a {
    color: #666;
  }
  ul#steps li {
    background-image: none;
    background-color: white;
    min-width: auto;
    padding: 0;
  }
  ul#steps li.current {
    background-image: none;
    background-color: white;
    min-width: auto;
    padding: 0;
    font-weight: bold;
  }
  ul#steps li.last {
    background-image: none;
    background-color: white;
    min-width: auto;
    padding: 0;
  }
  ul#steps li:after {
    content: ">";
    font-weight: normal;
  }
  ul#steps li.last:after {
    content: "";
  }
  div#ryokyaku_yoyaku_search #select_port, div#muzinsya_yoyaku_search #select_port {
    border-radius: 0;
  }
  div#ryokyaku_yoyaku_search #select_port #frame, div#muzinsya_yoyaku_search #select_port #frame {
    display: block;
    background-image: none;
    padding: 48px;
  }
  div#ryokyaku_yoyaku_search #ohuku_yoyaku_kb, div#muzinsya_yoyaku_search #ohuku_yoyaku_kb {
    display: block;
    max-width: 285px;
    margin-bottom: 25px;
    padding: 8px 5px 8px 15px;
    background-color: #aec5e3;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #0a2851;
    font-size: 110%;
    font-weight: normal;
  }
  div#ryokyaku_yoyaku_search #koro_cd, div#muzinsya_yoyaku_search #koro_cd {
    margin-bottom: 25px;
  }
  div#ryokyaku_yoyaku_search #jyosen_on input, div#muzinsya_yoyaku_search #jyosen_on input {
    font-size: 120%;
  }
  select {
    font-size: 13px;
  }
  #contents {
    width: 95%;
    overflow: hidden;
  }
  #subnavi {
    clear: both;
    padding: 0;
  }
  #subnavi ul {
    margin-right: -20px;
    padding: 0;
    margin: 0;
  }
  #subnavi li a,
  #subnavi li button {
    padding: 3px 13px;
  }
  /* kuzunavi */
  .kuzu {
    margin-top: 3px;
    font-size: 50%;
  }
  .myButton {
    padding: 5px 40px;
  }
  h2 {
    margin-top: -20px;
  }
  div#ryokyaku_yoyaku #about, div#muzinsya_yoyaku #about {
    border: 4px solid #ccc;
    margin: 7px 0 0 0;
    padding: 3px 20px;
    background-color: #f1f1f1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  div#ryokyaku_yoyaku_search h2, div#muzinsya_yoyaku_search h2 {
    margin-top: 0px;
  }
  div#ryokyaku_yoyaku_search #ohuku_yoyaku_kb, div#muzinsya_yoyaku_search #ohuku_yoyaku_kb {
    max-width: 250px;
  }
  div#ryokyaku_yoyaku_search #select_port, div#muzinsya_yoyaku_search #select_port {
    height: auto;
    width: auto;
    max-height: none;
  }
  div#ryokyaku_yoyaku_search #select_port #frame, div#muzinsya_yoyaku_search #select_port #frame {
    height: auto;
    width: auto;
    padding: 30px 20px;
    margin: 0;
  }
  div#ryokyaku_yoyaku_search #koro_cd, div#muzinsya_yoyaku_search #koro_cd {
    font-size: 110%;
  }
  div#ryokyaku_yoyaku_search #jyosen_on, div#muzinsya_yoyaku_search #jyosen_on {
    margin-top: -15px;
    font-size: 110%;
  }
  div#ryokyaku_yoyaku_search #jyosen_on input, div#muzinsya_yoyaku_search #jyosen_on input {
    font-size: 100%;
  }
  div#ryokyaku_yoyaku_search .arrow, div#muzinsya_yoyaku_search .arrow {
    display: none;
  }
  div.txt_point {
    border: 1px solid red;
    width: auto;
    padding-right: 3px;
    font-size: 13px;
  }
  div#ryokyaku_yoyaku_plan, div#muzinsya_yoyaku_plan {
    /* input_form */
  }
  div#ryokyaku_yoyaku_plan h2, div#muzinsya_yoyaku_plan h2 {
    margin-top: 0px;
  }
  div#ryokyaku_yoyaku_plan h3.plan_title, div#muzinsya_yoyaku_plan h3.plan_title {
    border-radius: 0;
  }
  div#ryokyaku_yoyaku_plan .about_ferry, div#muzinsya_yoyaku_plan .about_ferry {
    width: 100vw;
    text-align: center;
  }
  div#ryokyaku_yoyaku_plan .ferry_detail, div#muzinsya_yoyaku_plan .ferry_detail {
    margin-left: 2px;
  }
  div#ryokyaku_yoyaku_plan .about_jikoku span, div#muzinsya_yoyaku_plan .about_jikoku span {
    display: block;
    margin-bottom: 7px;
    width: 30px;
  }
  div#ryokyaku_yoyaku_plan .about_jikoku label, div#muzinsya_yoyaku_plan .about_jikoku label {
    padding-left: 10px;
  }
  div#ryokyaku_yoyaku_plan .about_setubi span, div#muzinsya_yoyaku_plan .about_setubi span {
    display: block;
    width: 98%;
    padding-right: 3px;
  }
  div#ryokyaku_yoyaku_plan .about_senmei span, div#muzinsya_yoyaku_plan .about_senmei span {
    display: block;
    margin-bottom: 7px;
    width: 30px;
  }
  div#ryokyaku_yoyaku_plan a.btn_sm_grn, div#muzinsya_yoyaku_plan a.btn_sm_grn {
    width: 92%;
    margin: -20px 3px 10px 0;
    text-align: center;
    padding: 10px;
    font-weight: bold;
  }
  div#ryokyaku_yoyaku_plan a.btn_sm_grn::after, div#muzinsya_yoyaku_plan a.btn_sm_grn::after {
    content: url(/assets/ext-link-a5e67b3f8af081967b205e50bb7304b120c2282f161a766ac4a1f357303e1fb7.png);
  }
  div#ryokyaku_yoyaku_plan .plan table, div#muzinsya_yoyaku_plan .plan table {
    border-collapse: collapse;
  }
  div#ryokyaku_yoyaku_plan .plan table tbody tr, div#muzinsya_yoyaku_plan .plan table tbody tr {
    display: block;
    border: 1px solid #a9a9a9;
  }
  div#ryokyaku_yoyaku_plan .plan table tbody th,
  div#ryokyaku_yoyaku_plan .plan table tbody td, div#muzinsya_yoyaku_plan .plan table tbody th,
  div#muzinsya_yoyaku_plan .plan table tbody td {
    clear: both;
    display: list-item;
    border: none;
    list-style-type: none;
  }
  div#ryokyaku_yoyaku_plan .plan table tbody th, div#muzinsya_yoyaku_plan .plan table tbody th {
    list-style-type: none;
    color: #fff;
    background: #a9a9a9;
    text-align: left;
    font-size: 85%;
    font-weight: bolder;
    padding-bottom: 0;
    padding-top: 2px;
  }
  div#ryokyaku_yoyaku_plan .plan table tbody td, div#muzinsya_yoyaku_plan .plan table tbody td {
    padding: 0;
  }
  div#ryokyaku_yoyaku_plan .plan table img, div#muzinsya_yoyaku_plan .plan table img {
    margin-top: 5px;
  }
  div#ryokyaku_yoyaku_plan .radio_but, div#muzinsya_yoyaku_plan .radio_but {
    margin: 10px auto 10px 10px;
    width: 180px;
    background-color: #5d9be8;
    padding: 8px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: white;
    text-align: center;
  }
  div#ryokyaku_yoyaku_plan .txt_point, div#muzinsya_yoyaku_plan .txt_point {
    width: auto;
    padding-left: 0;
    padding-right: 3px;
    font-size: 13px;
  }
  div#ryokyaku_yoyaku_plan .txt_point ul, div#muzinsya_yoyaku_plan .txt_point ul {
    margin-left: -15px;
  }
  div#ryokyaku_yoyaku_plan .input_form table, div#muzinsya_yoyaku_plan .input_form table {
    display: block;
    border: none;
  }
  div#ryokyaku_yoyaku_plan .input_form tr.title, div#muzinsya_yoyaku_plan .input_form tr.title {
    display: none;
  }
  div#ryokyaku_yoyaku_plan .input_form th.room, div#muzinsya_yoyaku_plan .input_form th.room {
    display: list-item;
    width: 90vw;
    text-align: left;
    padding-left: 5px;
    font-size: 16px;
  }
  div#ryokyaku_yoyaku_plan .input_form th.room br, div#muzinsya_yoyaku_plan .input_form th.room br {
    display: none;
  }
  div#ryokyaku_yoyaku_plan .input_form table tbody td, div#muzinsya_yoyaku_plan .input_form table tbody td {
    width: 100%;
    display: list-item;
    border: none;
    font-size: 110%;
    text-align: left;
  }
  div#ryokyaku_yoyaku_plan .input_form table tbody td, div#muzinsya_yoyaku_plan .input_form table tbody td {
    list-style-type: none;
    margin-left: 20px;
    height: 28px;
    padding: 8px 0;
    border: none;
  }
  div#ryokyaku_yoyaku_plan .input_form input, div#muzinsya_yoyaku_plan .input_form input {
    font-size: 15px;
  }
  div#ryokyaku_yoyaku_plan .koshitsu table tbody td:nth-of-type(1):before, div#muzinsya_yoyaku_plan .koshitsu table tbody td:nth-of-type(1):before {
    content: "大人　　　　";
  }
  div#ryokyaku_yoyaku_plan .koshitsu table tbody td:nth-of-type(2):before, div#muzinsya_yoyaku_plan .koshitsu table tbody td:nth-of-type(2):before {
    content: "小人　　　　";
  }
  div#ryokyaku_yoyaku_plan .koshitsu table tbody td:nth-of-type(3):before, div#muzinsya_yoyaku_plan .koshitsu table tbody td:nth-of-type(3):before {
    content: "幼児　　　　";
  }
  div#ryokyaku_yoyaku_plan .koshitsu table tbody td:nth-of-type(4):before, div#muzinsya_yoyaku_plan .koshitsu table tbody td:nth-of-type(4):before {
    content: "乳児　　　　";
  }
  div#ryokyaku_yoyaku_plan .koshitsu table tbody td:nth-of-type(5):before, div#muzinsya_yoyaku_plan .koshitsu table tbody td:nth-of-type(5):before {
    content: "部屋数　　　";
  }
  div#ryokyaku_yoyaku_plan .koshitsu table tbody td:nth-of-type(6):before, div#muzinsya_yoyaku_plan .koshitsu table tbody td:nth-of-type(6):before {
    content: "空き部屋数　";
  }
  div#ryokyaku_yoyaku_plan .oobeya table tbody td:nth-of-type(1):before, div#muzinsya_yoyaku_plan .oobeya table tbody td:nth-of-type(1):before {
    content: "大人　　　　";
  }
  div#ryokyaku_yoyaku_plan .oobeya table tbody td:nth-of-type(2):before, div#muzinsya_yoyaku_plan .oobeya table tbody td:nth-of-type(2):before {
    content: "小人　　　　";
  }
  div#ryokyaku_yoyaku_plan .oobeya table tbody td:nth-of-type(3):before, div#muzinsya_yoyaku_plan .oobeya table tbody td:nth-of-type(3):before {
    content: "幼児　　　　";
  }
  div#ryokyaku_yoyaku_plan .oobeya table tbody td:nth-of-type(4):before, div#muzinsya_yoyaku_plan .oobeya table tbody td:nth-of-type(4):before {
    content: "乳児　　　　";
  }
  div#ryokyaku_yoyaku_plan .oobeya table tbody td:nth-of-type(5):before, div#muzinsya_yoyaku_plan .oobeya table tbody td:nth-of-type(5):before {
    content: "空き状況　　";
  }
  div#ryokyaku_yoyaku_plan .sharyo table tbody td:nth-of-type(1):before, div#muzinsya_yoyaku_plan .sharyo table tbody td:nth-of-type(1):before {
    content: "自動車　　　　";
  }
  div#ryokyaku_yoyaku_plan .sharyo table tbody td:nth-of-type(2):before, div#muzinsya_yoyaku_plan .sharyo table tbody td:nth-of-type(2):before {
    content: "二輪自動車　　";
  }
  div#ryokyaku_yoyaku_plan .sharyo table tbody td:nth-of-type(3):before, div#muzinsya_yoyaku_plan .sharyo table tbody td:nth-of-type(3):before {
    content: "自転車（袋無）";
  }
  div#ryokyaku_yoyaku_plan .sharyo table tbody td:nth-of-type(4):before, div#muzinsya_yoyaku_plan .sharyo table tbody td:nth-of-type(4):before {
    content: "自転車（袋有）";
  }
  div#ryokyaku_yoyaku_plan .gage table tbody td:nth-of-type(1):before, div#muzinsya_yoyaku_plan .gage table tbody td:nth-of-type(1):before {
    content: "小　　";
  }
  div#ryokyaku_yoyaku_plan .gage table tbody td:nth-of-type(2):before, div#muzinsya_yoyaku_plan .gage table tbody td:nth-of-type(2):before {
    content: "大　　";
  }
  div#ryokyaku_yoyaku_plan .gage table tbody td:nth-of-type(3):before, div#muzinsya_yoyaku_plan .gage table tbody td:nth-of-type(3):before {
    content: "特大　";
  }
  div#ryokyaku_yoyaku_login #login, div#muzinsya_yoyaku_login #login {
    width: 90%;
    padding: 20px;
  }
  div#ryokyaku_yoyaku_login #regist, div#muzinsya_yoyaku_login #regist {
    width: 90%;
    margin-top: 2px;
    margin-left: -10px;
    padding-left: 30px;
  }
  div#ryokyaku_yoyaku_customer h2, div#muzinsya_yoyaku_customer h2 {
    margin-top: 0;
  }
  div#ryokyaku_yoyaku_customer #reg_input table, div#muzinsya_yoyaku_customer #reg_input table {
    width: 320px;
  }
  div#ryokyaku_yoyaku_customer #reg_input table th, div#muzinsya_yoyaku_customer #reg_input table th {
    display: block;
    min-width: 93%;
    border: 0;
  }
  div#ryokyaku_yoyaku_customer #reg_input table td, div#muzinsya_yoyaku_customer #reg_input table td {
    display: block;
    width: 100%;
    border: 0;
  }
  div#ryokyaku_yoyaku_customer #reg_input td.short input, div#muzinsya_yoyaku_customer #reg_input td.short input {
    width: 80px;
    height: 20px;
    font-size: 13px;
  }
  div#ryokyaku_yoyaku_customer #reg_input td.long input, div#muzinsya_yoyaku_customer #reg_input td.long input {
    width: 245px;
    height: 20px;
    font-size: 13px;
  }
  div#ryokyaku_yoyaku_customer .txt_point, div#muzinsya_yoyaku_customer .txt_point {
    margin-left: -10px;
  }
  div#ryokyaku_yoyaku_customer .txt_point ul, div#muzinsya_yoyaku_customer .txt_point ul {
    margin-left: -18px;
  }
  div#ryokyaku_yoyaku_detail h2, div#muzinsya_yoyaku_detail h2 {
    margin-top: 0;
  }
  div#ryokyaku_yoyaku_detail #riyosha_form table,
  div#ryokyaku_yoyaku_detail #jidosha_form table,
  div#ryokyaku_yoyaku_detail #baiku_form table, div#muzinsya_yoyaku_detail #riyosha_form table,
  div#muzinsya_yoyaku_detail #jidosha_form table,
  div#muzinsya_yoyaku_detail #baiku_form table {
    display: block;
    border: none;
  }
  div#ryokyaku_yoyaku_detail #riyosha_form tr.title,
  div#ryokyaku_yoyaku_detail #jidosha_form tr.title,
  div#ryokyaku_yoyaku_detail #baiku_form tr.title, div#muzinsya_yoyaku_detail #riyosha_form tr.title,
  div#muzinsya_yoyaku_detail #jidosha_form tr.title,
  div#muzinsya_yoyaku_detail #baiku_form tr.title {
    display: none;
  }
  div#ryokyaku_yoyaku_detail #riyosha_form th.room,
  div#ryokyaku_yoyaku_detail #jidosha_form th.room, div#muzinsya_yoyaku_detail #riyosha_form th.room,
  div#muzinsya_yoyaku_detail #jidosha_form th.room {
    display: list-item;
    width: 110%;
    text-align: left;
    padding-left: 10px;
    font-size: 16px;
  }
  div#ryokyaku_yoyaku_detail #riyosha_form th.room br,
  div#ryokyaku_yoyaku_detail #jidosha_form th.room br, div#muzinsya_yoyaku_detail #riyosha_form th.room br,
  div#muzinsya_yoyaku_detail #jidosha_form th.room br {
    display: none;
  }
  div#ryokyaku_yoyaku_detail #riyosha_form table tbody td,
  div#ryokyaku_yoyaku_detail #jidosha_form table tbody td,
  div#ryokyaku_yoyaku_detail #baiku_form table tbody td, div#muzinsya_yoyaku_detail #riyosha_form table tbody td,
  div#muzinsya_yoyaku_detail #jidosha_form table tbody td,
  div#muzinsya_yoyaku_detail #baiku_form table tbody td {
    width: 100%;
    display: list-item;
    border: none;
    font-size: 110%;
    text-align: left;
  }
  div#ryokyaku_yoyaku_detail #riyosha_form table tbody td,
  div#ryokyaku_yoyaku_detail #jidosha_form table tbody td,
  div#ryokyaku_yoyaku_detail #baiku_form table tbody td, div#muzinsya_yoyaku_detail #riyosha_form table tbody td,
  div#muzinsya_yoyaku_detail #jidosha_form table tbody td,
  div#muzinsya_yoyaku_detail #baiku_form table tbody td {
    list-style-type: none;
    margin-left: 20px;
    height: 28px;
    padding: 8px 0;
    border: none;
  }
  div#ryokyaku_yoyaku_detail #riyosha_form input,
  div#ryokyaku_yoyaku_detail #jidosha_form input,
  div#ryokyaku_yoyaku_detail #baiku_form input, div#muzinsya_yoyaku_detail #riyosha_form input,
  div#muzinsya_yoyaku_detail #jidosha_form input,
  div#muzinsya_yoyaku_detail #baiku_form input {
    font-size: 15px;
  }
  div#ryokyaku_yoyaku_detail #riyosha_form table tbody td:nth-of-type(1), div#muzinsya_yoyaku_detail #riyosha_form table tbody td:nth-of-type(1) {
    display: block;
    width: 91vw;
    margin-left: 0;
    padding-left: 10px;
    padding: 3px;
    background-color: #e6e6e6;
    border: 1px solid #ccc;
    font-weight: bold;
  }
  div#ryokyaku_yoyaku_detail #riyosha_form table tbody td:nth-of-type(1):before, div#muzinsya_yoyaku_detail #riyosha_form table tbody td:nth-of-type(1):before {
    content: "▼";
  }
  div#ryokyaku_yoyaku_detail #riyosha_form table tbody td:nth-of-type(2), div#muzinsya_yoyaku_detail #riyosha_form table tbody td:nth-of-type(2) {
    border-bottom: 1px dotted #666;
    width: 95vw;
    margin-left: 2px;
    padding-left: 10px;
  }
  div#ryokyaku_yoyaku_detail #riyosha_form table tbody td:before, div#muzinsya_yoyaku_detail #riyosha_form table tbody td:before {
    background-color: #dedede;
    padding: 5px;
    margin-left: -17px;
    margin-right: 8px;
  }
  div#ryokyaku_yoyaku_detail textarea, div#muzinsya_yoyaku_detail textarea {
    width: 92vw;
    height: 50px;
  }
  div#ryokyaku_yoyaku_detail #jidosha_form table tbody td:nth-of-type(n):before, div#muzinsya_yoyaku_detail #jidosha_form table tbody td:nth-of-type(n):before {
    display: block;
    width: 90vw;
    margin-bottom: 8px;
    border: 1px solid #ccc;
    background-color: #dedede;
    padding: 5px;
    margin-left: -17px;
    margin-right: 8px;
  }
  div#ryokyaku_yoyaku_detail #jidosha_form table tbody td:nth-of-type(1):before, div#muzinsya_yoyaku_detail #jidosha_form table tbody td:nth-of-type(1):before {
    content: "メーカー　　　";
  }
  div#ryokyaku_yoyaku_detail #jidosha_form table tbody td:nth-of-type(2):before, div#muzinsya_yoyaku_detail #jidosha_form table tbody td:nth-of-type(2):before {
    content: "車名　　　　　";
  }
  div#ryokyaku_yoyaku_detail #jidosha_form table tbody td:nth-of-type(3):before, div#muzinsya_yoyaku_detail #jidosha_form table tbody td:nth-of-type(3):before {
    content: "長さ(cm)　　　";
  }
  div#ryokyaku_yoyaku_detail #jidosha_form table tbody td:nth-of-type(4):before, div#muzinsya_yoyaku_detail #jidosha_form table tbody td:nth-of-type(4):before {
    content: "幅(cm)　　　　";
  }
  div#ryokyaku_yoyaku_detail #jidosha_form table tbody td:nth-of-type(5):before, div#muzinsya_yoyaku_detail #jidosha_form table tbody td:nth-of-type(5):before {
    content: "高さ(cm)　　　";
  }
  div#ryokyaku_yoyaku_detail #jidosha_form table tbody td:nth-of-type(6):before, div#muzinsya_yoyaku_detail #jidosha_form table tbody td:nth-of-type(6):before {
    content: "ナンバー（地名）";
  }
  div#ryokyaku_yoyaku_detail #jidosha_form table tbody td:nth-of-type(7):before, div#muzinsya_yoyaku_detail #jidosha_form table tbody td:nth-of-type(7):before {
    content: "ナンバー（分類番号）";
  }
  div#ryokyaku_yoyaku_detail #jidosha_form table tbody td:nth-of-type(8):before, div#muzinsya_yoyaku_detail #jidosha_form table tbody td:nth-of-type(8):before {
    content: "ナンバー（ひらがな）";
  }
  div#ryokyaku_yoyaku_detail #jidosha_form table tbody td:nth-of-type(9):before, div#muzinsya_yoyaku_detail #jidosha_form table tbody td:nth-of-type(9):before {
    content: "ナンバー（車両番号）";
  }
  div#ryokyaku_yoyaku_detail #jidosha_form table tbody td:nth-of-type(1),
  div#ryokyaku_yoyaku_detail #jidosha_form table tbody td:nth-of-type(2), div#muzinsya_yoyaku_detail #jidosha_form table tbody td:nth-of-type(1),
  div#muzinsya_yoyaku_detail #jidosha_form table tbody td:nth-of-type(2) {
    height: 100px;
  }
  div#ryokyaku_yoyaku_detail #jidosha_form table tbody td:nth-of-type(n+3), div#muzinsya_yoyaku_detail #jidosha_form table tbody td:nth-of-type(n+3) {
    height: 80px;
  }
  #baiku_form table tbody td:nth-of-type(n):before {
    display: block;
    width: 90vw;
    margin-bottom: 8px;
    border: 1px solid #ccc;
    background-color: #dedede;
    padding: 5px;
    margin-left: -17px;
    margin-right: 8px;
  }
  #baiku_form table tbody td:nth-of-type(1):before {
    content: "排気量";
  }
  #baiku_form table tbody td:nth-of-type(2):before {
    content: "ナンバー（地名）";
  }
  #baiku_form table tbody td:nth-of-type(3):before {
    content: "ナンバー（ひらがな）";
  }
  #baiku_form table tbody td:nth-of-type(4):before {
    content: "ナンバー（車両番号）";
  }
  #baiku_form table tbody td:nth-of-type(1) {
    height: 100px;
    border: 1px solid red;
  }
  footer {
    margin-top: 0px;
  }
}
html.responsive body {
  border: none;
}
html.responsive body #wrapper {
  min-height: 100vh;
  position: relative;
  padding-bottom: 80px;
  box-sizing: border-box;
  border-top: 3px solid #0057ae;
}
html.responsive body #wrapper header {
  max-width: 1004px;
  min-width: 1004px;
}
html.responsive body #wrapper header #subnavi ul {
  padding-bottom: 0;
  margin-bottom: 0;
}
html.responsive body #wrapper div#contents {
  max-width: 1004px;
  min-width: 1004px;
  min-height: auto;
}
html.responsive body #wrapper footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
html.responsive .no_scroll {
  overflow: hidden;
}
html.responsive #error_explanation {
  padding-top: 2px;
}
html.responsive #error_explanation ul {
  padding-left: 20px;
}
html.responsive .error_title {
  display: none;
}
html.responsive .error_item {
  font-size: 16px;
  font-weight: bold;
  color: #fa3a3a;
}
html.responsive .info_item {
  font-size: 16px;
  font-weight: bold;
  color: #3a3afa;
}
@media (min-width: 768px) and (max-width: 1023px) {
  html.responsive body #wrapper header {
    max-width: 748px;
    min-width: 748px;
  }
  html.responsive body #wrapper div#contents {
    max-width: 748px;
    min-width: 748px;
  }
}
@media (max-width: 767px) {
  html.responsive ul, html.responsive ol {
    padding-inline-start: 20px;
  }
  html.responsive input, html.responsive select {
    font-size: 14px !important;
  }
  html.responsive #next > .myButton {
    font-size: 16px !important;
  }
  html.responsive form.button_to button {
    font-size: 16px;
  }
  html.responsive body {
    -webkit-text-size-adjust: 100%;
  }
  html.responsive body #wrapper header {
    max-width: inherit;
    min-width: inherit;
  }
  html.responsive body #wrapper header > a #logo {
    max-width: 325px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0;
  }
  html.responsive body #wrapper header > div#subnavi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  html.responsive body #wrapper header > div#subnavi ul li a {
    width: 70px;
    text-align: center;
  }
  html.responsive body #wrapper header > div#subnavi ul li.member {
    width: 100%;
    padding-right: 20px;
    text-align: right;
  }
  html.responsive body #wrapper header > div#subnavi ul > br {
    display: none;
  }
  html.responsive body #wrapper header > div.member_confirmed {
    clear: both;
    text-align: right;
  }
  html.responsive body #wrapper div#contents {
    max-width: inherit;
    min-width: inherit;
  }
  html.responsive body #wrapper div#contents h2 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  html.responsive div.kuzu_con {
    font-size: 12px;
  }
  html.responsive ul#steps {
    padding: 0 0 5px;
    margin-top: inherit;
    max-height: inherit;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
  }
  html.responsive ul#steps li {
    display: inline-block;
    float: inherit;
    background-image: none;
    background-color: inherit;
    min-width: auto;
    padding: 0;
  }
  html.responsive ul#steps li.current {
    background-image: none;
    background-color: inherit;
    min-width: auto;
    padding: 0;
    font-weight: bold;
  }
  html.responsive ul#steps li.last {
    background-image: none;
    background-color: inherit;
    min-width: auto;
    padding: 0;
  }
  html.responsive .txt_point {
    margin-left: inherit !important;
  }
  html.responsive .txt_point ul {
    margin-left: inherit !important;
  }
  html.responsive h2.reserved {
    display: block;
    margin: 0;
  }
}

@media (max-width: 767px) {
  html.responsive div#ryokyaku_login div#login,
  html.responsive div#muzinsya_login div#login {
    display: block;
    width: auto;
    float: inherit;
    padding: 20px;
    margin: 0 0 20px;
  }
  html.responsive div#ryokyaku_login div#login .login_btn,
  html.responsive div#muzinsya_login div#login .login_btn {
    float: inherit;
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  html.responsive div#ryokyaku_yoyaku #about .btn,
  html.responsive div#muzinsya_yoyaku #about .btn {
    display: block;
    width: auto;
    text-align: center;
  }
  html.responsive div#ryokyaku_yoyaku #agree,
  html.responsive div#muzinsya_yoyaku #agree {
    display: block;
    width: auto;
  }
  html.responsive div#muzinsya_yoyaku_guide {
    padding: 3px 20px;
    margin: 7px 0 0 0;
  }
  html.responsive div#muzinsya_yoyaku_guide #uketuke_kikan,
  html.responsive div#muzinsya_yoyaku_guide #uketuke_syaryo,
  html.responsive div#muzinsya_yoyaku_guide #yoyaku_hoho,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_daiko,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_ok,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_ng,
  html.responsive div#muzinsya_yoyaku_guide #ryokin,
  html.responsive div#muzinsya_yoyaku_guide #uketuke_work_times {
    padding-left: 0;
  }
  html.responsive div#muzinsya_yoyaku_guide #uketuke_kikan table,
  html.responsive div#muzinsya_yoyaku_guide #uketuke_syaryo table,
  html.responsive div#muzinsya_yoyaku_guide #yoyaku_hoho table,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_daiko table,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_ok table,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_ng table,
  html.responsive div#muzinsya_yoyaku_guide #ryokin table,
  html.responsive div#muzinsya_yoyaku_guide #uketuke_work_times table {
    display: block;
    width: auto;
  }
  html.responsive div#muzinsya_yoyaku_guide #uketuke_kikan table thead, html.responsive div#muzinsya_yoyaku_guide #uketuke_kikan table tfoot, html.responsive div#muzinsya_yoyaku_guide #uketuke_kikan table tbody, html.responsive div#muzinsya_yoyaku_guide #uketuke_kikan table tr, html.responsive div#muzinsya_yoyaku_guide #uketuke_kikan table th, html.responsive div#muzinsya_yoyaku_guide #uketuke_kikan table td,
  html.responsive div#muzinsya_yoyaku_guide #uketuke_syaryo table thead,
  html.responsive div#muzinsya_yoyaku_guide #uketuke_syaryo table tfoot,
  html.responsive div#muzinsya_yoyaku_guide #uketuke_syaryo table tbody,
  html.responsive div#muzinsya_yoyaku_guide #uketuke_syaryo table tr,
  html.responsive div#muzinsya_yoyaku_guide #uketuke_syaryo table th,
  html.responsive div#muzinsya_yoyaku_guide #uketuke_syaryo table td,
  html.responsive div#muzinsya_yoyaku_guide #yoyaku_hoho table thead,
  html.responsive div#muzinsya_yoyaku_guide #yoyaku_hoho table tfoot,
  html.responsive div#muzinsya_yoyaku_guide #yoyaku_hoho table tbody,
  html.responsive div#muzinsya_yoyaku_guide #yoyaku_hoho table tr,
  html.responsive div#muzinsya_yoyaku_guide #yoyaku_hoho table th,
  html.responsive div#muzinsya_yoyaku_guide #yoyaku_hoho table td,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_daiko table thead,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_daiko table tfoot,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_daiko table tbody,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_daiko table tr,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_daiko table th,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_daiko table td,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_ok table thead,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_ok table tfoot,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_ok table tbody,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_ok table tr,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_ok table th,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_ok table td,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_ng table thead,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_ng table tfoot,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_ng table tbody,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_ng table tr,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_ng table th,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_ng table td,
  html.responsive div#muzinsya_yoyaku_guide #ryokin table thead,
  html.responsive div#muzinsya_yoyaku_guide #ryokin table tfoot,
  html.responsive div#muzinsya_yoyaku_guide #ryokin table tbody,
  html.responsive div#muzinsya_yoyaku_guide #ryokin table tr,
  html.responsive div#muzinsya_yoyaku_guide #ryokin table th,
  html.responsive div#muzinsya_yoyaku_guide #ryokin table td,
  html.responsive div#muzinsya_yoyaku_guide #uketuke_work_times table thead,
  html.responsive div#muzinsya_yoyaku_guide #uketuke_work_times table tfoot,
  html.responsive div#muzinsya_yoyaku_guide #uketuke_work_times table tbody,
  html.responsive div#muzinsya_yoyaku_guide #uketuke_work_times table tr,
  html.responsive div#muzinsya_yoyaku_guide #uketuke_work_times table th,
  html.responsive div#muzinsya_yoyaku_guide #uketuke_work_times table td {
    display: block;
    width: auto;
    height: auto;
    padding-right: 0;
    padding-left: 0;
  }
  html.responsive div#muzinsya_yoyaku_guide #uketuke_kikan table tbody tr, html.responsive div#muzinsya_yoyaku_guide #uketuke_kikan table tfoot tr,
  html.responsive div#muzinsya_yoyaku_guide #uketuke_syaryo table tbody tr,
  html.responsive div#muzinsya_yoyaku_guide #uketuke_syaryo table tfoot tr,
  html.responsive div#muzinsya_yoyaku_guide #yoyaku_hoho table tbody tr,
  html.responsive div#muzinsya_yoyaku_guide #yoyaku_hoho table tfoot tr,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_daiko table tbody tr,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_daiko table tfoot tr,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_ok table tbody tr,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_ok table tfoot tr,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_ng table tbody tr,
  html.responsive div#muzinsya_yoyaku_guide #sagyo_ng table tfoot tr,
  html.responsive div#muzinsya_yoyaku_guide #ryokin table tbody tr,
  html.responsive div#muzinsya_yoyaku_guide #ryokin table tfoot tr,
  html.responsive div#muzinsya_yoyaku_guide #uketuke_work_times table tbody tr,
  html.responsive div#muzinsya_yoyaku_guide #uketuke_work_times table tfoot tr {
    display: flex;
    flex-wrap: wrap;
  }
  html.responsive div#muzinsya_yoyaku_guide #uketuke_times {
    padding-left: 0;
  }
  html.responsive div#muzinsya_yoyaku_guide .uketuke_hoho {
    padding-left: 0;
  }
  html.responsive div#muzinsya_yoyaku_guide .uketuke_hoho ol li img {
    width: 100% !important;
  }
  html.responsive div#ryokyaku_yoyaku_forward table,
  html.responsive div#muzinsya_yoyaku_forward table {
    display: block;
    width: auto;
  }
  html.responsive div#ryokyaku_yoyaku_forward table thead, html.responsive div#ryokyaku_yoyaku_forward table tfoot, html.responsive div#ryokyaku_yoyaku_forward table tbody, html.responsive div#ryokyaku_yoyaku_forward table tr, html.responsive div#ryokyaku_yoyaku_forward table th, html.responsive div#ryokyaku_yoyaku_forward table td,
  html.responsive div#muzinsya_yoyaku_forward table thead,
  html.responsive div#muzinsya_yoyaku_forward table tfoot,
  html.responsive div#muzinsya_yoyaku_forward table tbody,
  html.responsive div#muzinsya_yoyaku_forward table tr,
  html.responsive div#muzinsya_yoyaku_forward table th,
  html.responsive div#muzinsya_yoyaku_forward table td {
    display: block;
    width: auto;
    height: auto;
  }
  html.responsive div#ryokyaku_yoyaku_forward table thead, html.responsive div#ryokyaku_yoyaku_forward table tfoot,
  html.responsive div#muzinsya_yoyaku_forward table thead,
  html.responsive div#muzinsya_yoyaku_forward table tfoot {
    display: none;
  }
  html.responsive div#ryokyaku_yoyaku_forward table tbody,
  html.responsive div#muzinsya_yoyaku_forward table tbody {
    border: 1px solid #ccc;
  }
  html.responsive div#ryokyaku_yoyaku_forward table tbody tr,
  html.responsive div#muzinsya_yoyaku_forward table tbody tr {
    background-color: #ffffff;
  }
  html.responsive div#ryokyaku_yoyaku_forward table tbody tr th,
  html.responsive div#muzinsya_yoyaku_forward table tbody tr th {
    background-color: inherit;
    border: 0;
    padding: 5px;
    font-weight: bold;
  }
  html.responsive div#ryokyaku_yoyaku_forward table tbody tr td,
  html.responsive div#muzinsya_yoyaku_forward table tbody tr td {
    background-color: inherit;
    padding-top: 5px;
    border: 0;
  }
  html.responsive div#ryokyaku_yoyaku_search .txt_point,
  html.responsive div#muzinsya_yoyaku_search .txt_point {
    border-width: 0;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.about_senmei,
  html.responsive div#muzinsya_yoyaku_plan div.about_senmei {
    margin-bottom: 8px;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.about_ferry,
  html.responsive div#muzinsya_yoyaku_plan div.about_ferry {
    width: auto;
    float: inherit;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.ferry_detail,
  html.responsive div#muzinsya_yoyaku_plan div.ferry_detail {
    width: auto;
    float: inherit;
    margin: 18px 0 0;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.ferry_detail div.about_setubi::before,
  html.responsive div#muzinsya_yoyaku_plan div.ferry_detail div.about_setubi::before {
    content: "設備";
    display: block;
    margin-right: 8px;
    margin-bottom: 7px;
    width: 30px;
    padding: 2px 20px;
    background-color: #ffab2c;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: black;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.ferry_detail div.about_setubi span,
  html.responsive div#muzinsya_yoyaku_plan div.ferry_detail div.about_setubi span {
    width: auto;
    padding: 0;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.ferry_detail div.about_setubi a.btn_sm_grn,
  html.responsive div#muzinsya_yoyaku_plan div.ferry_detail div.about_setubi a.btn_sm_grn {
    display: block;
    width: auto;
    margin: -10px 0 0;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.plan table,
  html.responsive div#ryokyaku_yoyaku_plan div.input_form table,
  html.responsive div#muzinsya_yoyaku_plan div.plan table,
  html.responsive div#muzinsya_yoyaku_plan div.input_form table {
    display: block;
    width: auto;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.plan table thead, html.responsive div#ryokyaku_yoyaku_plan div.plan table tfoot, html.responsive div#ryokyaku_yoyaku_plan div.plan table tbody, html.responsive div#ryokyaku_yoyaku_plan div.plan table tr, html.responsive div#ryokyaku_yoyaku_plan div.plan table th, html.responsive div#ryokyaku_yoyaku_plan div.plan table td,
  html.responsive div#ryokyaku_yoyaku_plan div.input_form table thead,
  html.responsive div#ryokyaku_yoyaku_plan div.input_form table tfoot,
  html.responsive div#ryokyaku_yoyaku_plan div.input_form table tbody,
  html.responsive div#ryokyaku_yoyaku_plan div.input_form table tr,
  html.responsive div#ryokyaku_yoyaku_plan div.input_form table th,
  html.responsive div#ryokyaku_yoyaku_plan div.input_form table td,
  html.responsive div#muzinsya_yoyaku_plan div.plan table thead,
  html.responsive div#muzinsya_yoyaku_plan div.plan table tfoot,
  html.responsive div#muzinsya_yoyaku_plan div.plan table tbody,
  html.responsive div#muzinsya_yoyaku_plan div.plan table tr,
  html.responsive div#muzinsya_yoyaku_plan div.plan table th,
  html.responsive div#muzinsya_yoyaku_plan div.plan table td,
  html.responsive div#muzinsya_yoyaku_plan div.input_form table thead,
  html.responsive div#muzinsya_yoyaku_plan div.input_form table tfoot,
  html.responsive div#muzinsya_yoyaku_plan div.input_form table tbody,
  html.responsive div#muzinsya_yoyaku_plan div.input_form table tr,
  html.responsive div#muzinsya_yoyaku_plan div.input_form table th,
  html.responsive div#muzinsya_yoyaku_plan div.input_form table td {
    width: auto;
    height: auto;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.plan table thead,
  html.responsive div#ryokyaku_yoyaku_plan div.input_form table thead,
  html.responsive div#muzinsya_yoyaku_plan div.plan table thead,
  html.responsive div#muzinsya_yoyaku_plan div.input_form table thead {
    display: block;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.plan table thead tr, html.responsive div#ryokyaku_yoyaku_plan div.plan table thead th, html.responsive div#ryokyaku_yoyaku_plan div.plan table thead td,
  html.responsive div#ryokyaku_yoyaku_plan div.input_form table thead tr,
  html.responsive div#ryokyaku_yoyaku_plan div.input_form table thead th,
  html.responsive div#ryokyaku_yoyaku_plan div.input_form table thead td,
  html.responsive div#muzinsya_yoyaku_plan div.plan table thead tr,
  html.responsive div#muzinsya_yoyaku_plan div.plan table thead th,
  html.responsive div#muzinsya_yoyaku_plan div.plan table thead td,
  html.responsive div#muzinsya_yoyaku_plan div.input_form table thead tr,
  html.responsive div#muzinsya_yoyaku_plan div.input_form table thead th,
  html.responsive div#muzinsya_yoyaku_plan div.input_form table thead td {
    display: none;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.plan table thead tr.title,
  html.responsive div#ryokyaku_yoyaku_plan div.input_form table thead tr.title,
  html.responsive div#muzinsya_yoyaku_plan div.plan table thead tr.title,
  html.responsive div#muzinsya_yoyaku_plan div.input_form table thead tr.title {
    display: block;
    border: none;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.plan table thead tr.title th.thmin,
  html.responsive div#ryokyaku_yoyaku_plan div.input_form table thead tr.title th.thmin,
  html.responsive div#muzinsya_yoyaku_plan div.plan table thead tr.title th.thmin,
  html.responsive div#muzinsya_yoyaku_plan div.input_form table thead tr.title th.thmin {
    display: block;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.plan table tfoot,
  html.responsive div#ryokyaku_yoyaku_plan div.input_form table tfoot,
  html.responsive div#muzinsya_yoyaku_plan div.plan table tfoot,
  html.responsive div#muzinsya_yoyaku_plan div.input_form table tfoot {
    display: none;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.plan table tfoot tr, html.responsive div#ryokyaku_yoyaku_plan div.plan table tfoot th, html.responsive div#ryokyaku_yoyaku_plan div.plan table tfoot td,
  html.responsive div#ryokyaku_yoyaku_plan div.input_form table tfoot tr,
  html.responsive div#ryokyaku_yoyaku_plan div.input_form table tfoot th,
  html.responsive div#ryokyaku_yoyaku_plan div.input_form table tfoot td,
  html.responsive div#muzinsya_yoyaku_plan div.plan table tfoot tr,
  html.responsive div#muzinsya_yoyaku_plan div.plan table tfoot th,
  html.responsive div#muzinsya_yoyaku_plan div.plan table tfoot td,
  html.responsive div#muzinsya_yoyaku_plan div.input_form table tfoot tr,
  html.responsive div#muzinsya_yoyaku_plan div.input_form table tfoot th,
  html.responsive div#muzinsya_yoyaku_plan div.input_form table tfoot td {
    display: none;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.plan table tfoot tr,
  html.responsive div#ryokyaku_yoyaku_plan div.input_form table tfoot tr,
  html.responsive div#muzinsya_yoyaku_plan div.plan table tfoot tr,
  html.responsive div#muzinsya_yoyaku_plan div.input_form table tfoot tr {
    border: none;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.plan table tbody,
  html.responsive div#ryokyaku_yoyaku_plan div.input_form table tbody,
  html.responsive div#muzinsya_yoyaku_plan div.plan table tbody,
  html.responsive div#muzinsya_yoyaku_plan div.input_form table tbody {
    display: block;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.plan table tbody tr, html.responsive div#ryokyaku_yoyaku_plan div.plan table tbody th, html.responsive div#ryokyaku_yoyaku_plan div.plan table tbody td,
  html.responsive div#ryokyaku_yoyaku_plan div.input_form table tbody tr,
  html.responsive div#ryokyaku_yoyaku_plan div.input_form table tbody th,
  html.responsive div#ryokyaku_yoyaku_plan div.input_form table tbody td,
  html.responsive div#muzinsya_yoyaku_plan div.plan table tbody tr,
  html.responsive div#muzinsya_yoyaku_plan div.plan table tbody th,
  html.responsive div#muzinsya_yoyaku_plan div.plan table tbody td,
  html.responsive div#muzinsya_yoyaku_plan div.input_form table tbody tr,
  html.responsive div#muzinsya_yoyaku_plan div.input_form table tbody th,
  html.responsive div#muzinsya_yoyaku_plan div.input_form table tbody td {
    display: block;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.plan table tbody > tr > th,
  html.responsive div#muzinsya_yoyaku_plan div.plan table tbody > tr > th {
    padding: 10px 1px;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.plan table td.plan_content,
  html.responsive div#muzinsya_yoyaku_plan div.plan table td.plan_content {
    padding: 10px 0;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.plan table td.plan_explanation,
  html.responsive div#muzinsya_yoyaku_plan div.plan table td.plan_explanation {
    padding: 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.plan table td.td_check,
  html.responsive div#muzinsya_yoyaku_plan div.plan table td.td_check {
    padding: 5px 10px;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.plan table td.td_check div.radio_but,
  html.responsive div#muzinsya_yoyaku_plan div.plan table td.td_check div.radio_but {
    width: auto;
    margin: 0;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form table tr,
  html.responsive div#muzinsya_yoyaku_plan div.input_form table tr {
    border: 1px solid #ccc;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form table th,
  html.responsive div#muzinsya_yoyaku_plan div.input_form table th {
    margin: 0;
    padding: 8px;
    border-bottom: 1px solid #ccc;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form table td,
  html.responsive div#muzinsya_yoyaku_plan div.input_form table td {
    margin: 0;
    padding: 8px;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form.koshitsu table tbody td, html.responsive div#ryokyaku_yoyaku_plan div.input_form.oobeya table tbody td, html.responsive div#ryokyaku_yoyaku_plan div.input_form.gage table tbody td, html.responsive div#ryokyaku_yoyaku_plan div.input_form.syaryo table tbody td,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.koshitsu table tbody td,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.oobeya table tbody td,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.gage table tbody td,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.syaryo table tbody td {
    display: flex;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form.koshitsu table tbody td input, html.responsive div#ryokyaku_yoyaku_plan div.input_form.oobeya table tbody td input, html.responsive div#ryokyaku_yoyaku_plan div.input_form.gage table tbody td input, html.responsive div#ryokyaku_yoyaku_plan div.input_form.syaryo table tbody td input,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.koshitsu table tbody td input,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.oobeya table tbody td input,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.gage table tbody td input,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.syaryo table tbody td input {
    text-align: right;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form.koshitsu table tbody td.adult_ct:before,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.koshitsu table tbody td.adult_ct:before {
    content: "大人";
    width: 120px;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form.koshitsu table tbody td.junior_ct:before,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.koshitsu table tbody td.junior_ct:before {
    content: "小人";
    width: 120px;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form.koshitsu table tbody td.child_ct:before,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.koshitsu table tbody td.child_ct:before {
    content: "幼児";
    width: 120px;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form.koshitsu table tbody td.baby_ct:before,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.koshitsu table tbody td.baby_ct:before {
    content: "乳児";
    width: 120px;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form.koshitsu table tbody td.room_ct:before,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.koshitsu table tbody td.room_ct:before {
    content: "部屋数";
    width: 120px;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form.koshitsu table tbody td.spare_ct:before,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.koshitsu table tbody td.spare_ct:before {
    content: "空き部屋数";
    width: 140px;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form.oobeya table tbody td.adult_ct:before,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.oobeya table tbody td.adult_ct:before {
    content: "大人";
    width: 120px;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form.oobeya table tbody td.junior_ct:before,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.oobeya table tbody td.junior_ct:before {
    content: "小人";
    width: 120px;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form.oobeya table tbody td.child_ct:before,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.oobeya table tbody td.child_ct:before {
    content: "幼児";
    width: 120px;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form.oobeya table tbody td.baby_ct:before,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.oobeya table tbody td.baby_ct:before {
    content: "乳児";
    width: 120px;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form.oobeya table tbody td.spare_ct:before,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.oobeya table tbody td.spare_ct:before {
    content: "空き状況";
    width: 140px;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form.gage table tbody td.pet_cage_nms:before,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.gage table tbody td.pet_cage_nms:before {
    content: "予約数";
    width: 120px;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form.gage table tbody td.pet_cage_spare_ct:before,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.gage table tbody td.pet_cage_spare_ct:before {
    content: "空き状況";
    width: 140px;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form.gage table tbody td.pet_cage_setumei:before,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.gage table tbody td.pet_cage_setumei:before {
    content: "";
    display: block;
    padding: 5px 0;
    border-top: 1px solid #ccc;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form.sharyo_umu table tbody td.syaryo_ari:after,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.sharyo_umu table tbody td.syaryo_ari:after {
    content: " 車両あり";
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form.sharyo_umu table tbody td.syaryo_nasi:after,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.sharyo_umu table tbody td.syaryo_nasi:after {
    content: " 車両なし";
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form.syaryo table tbody td.car_ct:before,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.syaryo table tbody td.car_ct:before {
    content: "自動車";
    width: 120px;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form.syaryo table tbody td.bike_ct:before,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.syaryo table tbody td.bike_ct:before {
    content: "二輪自動車";
    width: 120px;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form.syaryo table tbody td.bicycle1_ct:before,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.syaryo table tbody td.bicycle1_ct:before {
    content: "自転車（袋無）";
    width: 120px;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form.syaryo table tbody td.bicycle2_ct:before,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.syaryo table tbody td.bicycle2_ct:before {
    content: "自転車（袋有）";
    width: 120px;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form.pet_pledge_agree,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.pet_pledge_agree {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form.pet_pledge_agree > div,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.pet_pledge_agree > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form.pet_pledge_agree > div input:nth-of-type(1),
  html.responsive div#muzinsya_yoyaku_plan div.input_form.pet_pledge_agree > div input:nth-of-type(1) {
    width: 115px;
  }
  html.responsive div#ryokyaku_yoyaku_plan div.input_form.pet_pledge_agree ol,
  html.responsive div#muzinsya_yoyaku_plan div.input_form.pet_pledge_agree ol {
    padding-right: 0 !important;
  }
  html.responsive div#ryokyaku_yoyaku_login div#login,
  html.responsive div#ryokyaku_yoyaku_login div#regist,
  html.responsive div#muzinsya_yoyaku_login div#login,
  html.responsive div#muzinsya_yoyaku_login div#regist {
    display: block;
    width: auto;
    float: inherit;
    padding: 20px;
    margin: 0 0 20px;
  }
  html.responsive div#ryokyaku_yoyaku_login div#login .login_btn,
  html.responsive div#ryokyaku_yoyaku_login div#regist .login_btn,
  html.responsive div#muzinsya_yoyaku_login div#login .login_btn,
  html.responsive div#muzinsya_yoyaku_login div#regist .login_btn {
    float: inherit;
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
  html.responsive div#ryokyaku_yoyaku_customer div#reg_input table,
  html.responsive div#muzinsya_yoyaku_customer div#reg_input table {
    display: block;
    width: auto;
  }
  html.responsive div#ryokyaku_yoyaku_customer div#reg_input table thead, html.responsive div#ryokyaku_yoyaku_customer div#reg_input table tfoot, html.responsive div#ryokyaku_yoyaku_customer div#reg_input table tbody, html.responsive div#ryokyaku_yoyaku_customer div#reg_input table tr, html.responsive div#ryokyaku_yoyaku_customer div#reg_input table th, html.responsive div#ryokyaku_yoyaku_customer div#reg_input table td,
  html.responsive div#muzinsya_yoyaku_customer div#reg_input table thead,
  html.responsive div#muzinsya_yoyaku_customer div#reg_input table tfoot,
  html.responsive div#muzinsya_yoyaku_customer div#reg_input table tbody,
  html.responsive div#muzinsya_yoyaku_customer div#reg_input table tr,
  html.responsive div#muzinsya_yoyaku_customer div#reg_input table th,
  html.responsive div#muzinsya_yoyaku_customer div#reg_input table td {
    display: block;
    width: auto;
    height: auto;
    min-width: auto;
    background-color: inherit;
  }
  html.responsive div#ryokyaku_yoyaku_customer div#reg_input table thead, html.responsive div#ryokyaku_yoyaku_customer div#reg_input table tfoot,
  html.responsive div#muzinsya_yoyaku_customer div#reg_input table thead,
  html.responsive div#muzinsya_yoyaku_customer div#reg_input table tfoot {
    display: none;
  }
  html.responsive div#ryokyaku_yoyaku_customer div#reg_input table thead th, html.responsive div#ryokyaku_yoyaku_customer div#reg_input table tfoot th, html.responsive div#ryokyaku_yoyaku_customer div#reg_input table tbody th,
  html.responsive div#muzinsya_yoyaku_customer div#reg_input table thead th,
  html.responsive div#muzinsya_yoyaku_customer div#reg_input table tfoot th,
  html.responsive div#muzinsya_yoyaku_customer div#reg_input table tbody th {
    background-color: inherit;
    border: 0;
    padding: 5px;
    font-weight: bold;
  }
  html.responsive div#ryokyaku_yoyaku_customer div#reg_input table thead td, html.responsive div#ryokyaku_yoyaku_customer div#reg_input table tfoot td, html.responsive div#ryokyaku_yoyaku_customer div#reg_input table tbody td,
  html.responsive div#muzinsya_yoyaku_customer div#reg_input table thead td,
  html.responsive div#muzinsya_yoyaku_customer div#reg_input table tfoot td,
  html.responsive div#muzinsya_yoyaku_customer div#reg_input table tbody td {
    padding-top: 5px;
  }
  html.responsive div#ryokyaku_yoyaku_customer div#reg_input table#member_register thead, html.responsive div#ryokyaku_yoyaku_customer div#reg_input table#member_register tfoot,
  html.responsive div#muzinsya_yoyaku_customer div#reg_input table#member_register thead,
  html.responsive div#muzinsya_yoyaku_customer div#reg_input table#member_register tfoot {
    display: block;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#riyosha_form table,
  html.responsive div#ryokyaku_yoyaku_detail div#jidosha_form table,
  html.responsive div#ryokyaku_yoyaku_detail div#baiku_form table,
  html.responsive div#muzinsya_yoyaku_detail div#riyosha_form table,
  html.responsive div#muzinsya_yoyaku_detail div#jidosha_form table,
  html.responsive div#muzinsya_yoyaku_detail div#baiku_form table {
    display: block;
    width: auto;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#riyosha_form table thead, html.responsive div#ryokyaku_yoyaku_detail div#riyosha_form table tfoot, html.responsive div#ryokyaku_yoyaku_detail div#riyosha_form table tbody, html.responsive div#ryokyaku_yoyaku_detail div#riyosha_form table tr, html.responsive div#ryokyaku_yoyaku_detail div#riyosha_form table th, html.responsive div#ryokyaku_yoyaku_detail div#riyosha_form table td,
  html.responsive div#ryokyaku_yoyaku_detail div#jidosha_form table thead,
  html.responsive div#ryokyaku_yoyaku_detail div#jidosha_form table tfoot,
  html.responsive div#ryokyaku_yoyaku_detail div#jidosha_form table tbody,
  html.responsive div#ryokyaku_yoyaku_detail div#jidosha_form table tr,
  html.responsive div#ryokyaku_yoyaku_detail div#jidosha_form table th,
  html.responsive div#ryokyaku_yoyaku_detail div#jidosha_form table td,
  html.responsive div#ryokyaku_yoyaku_detail div#baiku_form table thead,
  html.responsive div#ryokyaku_yoyaku_detail div#baiku_form table tfoot,
  html.responsive div#ryokyaku_yoyaku_detail div#baiku_form table tbody,
  html.responsive div#ryokyaku_yoyaku_detail div#baiku_form table tr,
  html.responsive div#ryokyaku_yoyaku_detail div#baiku_form table th,
  html.responsive div#ryokyaku_yoyaku_detail div#baiku_form table td,
  html.responsive div#muzinsya_yoyaku_detail div#riyosha_form table thead,
  html.responsive div#muzinsya_yoyaku_detail div#riyosha_form table tfoot,
  html.responsive div#muzinsya_yoyaku_detail div#riyosha_form table tbody,
  html.responsive div#muzinsya_yoyaku_detail div#riyosha_form table tr,
  html.responsive div#muzinsya_yoyaku_detail div#riyosha_form table th,
  html.responsive div#muzinsya_yoyaku_detail div#riyosha_form table td,
  html.responsive div#muzinsya_yoyaku_detail div#jidosha_form table thead,
  html.responsive div#muzinsya_yoyaku_detail div#jidosha_form table tfoot,
  html.responsive div#muzinsya_yoyaku_detail div#jidosha_form table tbody,
  html.responsive div#muzinsya_yoyaku_detail div#jidosha_form table tr,
  html.responsive div#muzinsya_yoyaku_detail div#jidosha_form table th,
  html.responsive div#muzinsya_yoyaku_detail div#jidosha_form table td,
  html.responsive div#muzinsya_yoyaku_detail div#baiku_form table thead,
  html.responsive div#muzinsya_yoyaku_detail div#baiku_form table tfoot,
  html.responsive div#muzinsya_yoyaku_detail div#baiku_form table tbody,
  html.responsive div#muzinsya_yoyaku_detail div#baiku_form table tr,
  html.responsive div#muzinsya_yoyaku_detail div#baiku_form table th,
  html.responsive div#muzinsya_yoyaku_detail div#baiku_form table td {
    display: block;
    width: auto;
    height: auto;
    min-width: auto;
    margin: 0;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#riyosha_form table thead, html.responsive div#ryokyaku_yoyaku_detail div#riyosha_form table tfoot,
  html.responsive div#ryokyaku_yoyaku_detail div#jidosha_form table thead,
  html.responsive div#ryokyaku_yoyaku_detail div#jidosha_form table tfoot,
  html.responsive div#ryokyaku_yoyaku_detail div#baiku_form table thead,
  html.responsive div#ryokyaku_yoyaku_detail div#baiku_form table tfoot,
  html.responsive div#muzinsya_yoyaku_detail div#riyosha_form table thead,
  html.responsive div#muzinsya_yoyaku_detail div#riyosha_form table tfoot,
  html.responsive div#muzinsya_yoyaku_detail div#jidosha_form table thead,
  html.responsive div#muzinsya_yoyaku_detail div#jidosha_form table tfoot,
  html.responsive div#muzinsya_yoyaku_detail div#baiku_form table thead,
  html.responsive div#muzinsya_yoyaku_detail div#baiku_form table tfoot {
    display: none;
  }
  html.responsive div#ryokyaku_yoyaku_detail #jidosha_form table td.car_hyoka_pr .explanation,
  html.responsive div#ryokyaku_yoyaku_detail #baiku_form table td.car_hyoka_pr .explanation,
  html.responsive div#muzinsya_yoyaku_detail #jidosha_form table td.car_hyoka_pr .explanation,
  html.responsive div#muzinsya_yoyaku_detail #baiku_form table td.car_hyoka_pr .explanation {
    display: inline-block;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#riyosha_form table tbody tr,
  html.responsive div#muzinsya_yoyaku_detail div#riyosha_form table tbody tr {
    margin-bottom: 10px;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#riyosha_form table tbody tr td,
  html.responsive div#muzinsya_yoyaku_detail div#riyosha_form table tbody tr td {
    padding: 5px 0;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#riyosha_form table tbody tr td:before,
  html.responsive div#muzinsya_yoyaku_detail div#riyosha_form table tbody tr td:before {
    display: inline-block;
    width: 100px;
    padding: 5px;
    margin: 0;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#riyosha_form table tbody tr td.daihyo_kb:before,
  html.responsive div#muzinsya_yoyaku_detail div#riyosha_form table tbody tr td.daihyo_kb:before {
    display: inline;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#riyosha_form table tbody tr td.driver_fg:before,
  html.responsive div#muzinsya_yoyaku_detail div#riyosha_form table tbody tr td.driver_fg:before {
    content: "運転手";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#riyosha_form table tbody tr td.sei_kana_nm:before,
  html.responsive div#muzinsya_yoyaku_detail div#riyosha_form table tbody tr td.sei_kana_nm:before {
    content: "セイ";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#riyosha_form table tbody tr td.mei_kana_nm:before,
  html.responsive div#muzinsya_yoyaku_detail div#riyosha_form table tbody tr td.mei_kana_nm:before {
    content: "メイ";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#riyosha_form table tbody tr td.age:before,
  html.responsive div#muzinsya_yoyaku_detail div#riyosha_form table tbody tr td.age:before {
    content: "年齢";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#riyosha_form table tbody tr td.gender_kb:before,
  html.responsive div#muzinsya_yoyaku_detail div#riyosha_form table tbody tr td.gender_kb:before {
    content: "性別";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#riyosha_form table tbody tr td.option_cd:before,
  html.responsive div#muzinsya_yoyaku_detail div#riyosha_form table tbody tr td.option_cd:before {
    content: "各種割引";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#riyosha_form table tbody tr td.yuki_inboard_id:before,
  html.responsive div#muzinsya_yoyaku_detail div#riyosha_form table tbody tr td.yuki_inboard_id:before {
    content: "行きの部屋";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#riyosha_form table tbody tr td.kaeri_inboard_id:before,
  html.responsive div#muzinsya_yoyaku_detail div#riyosha_form table tbody tr td.kaeri_inboard_id:before {
    content: "帰りの部屋";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#riyosha_form table tbody tr td.yoyaku_ken_kb:before,
  html.responsive div#muzinsya_yoyaku_detail div#riyosha_form table tbody tr td.yoyaku_ken_kb:before {
    content: "都道府県";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#riyosha_form table tbody tr td.yoyaku_address_nm:before,
  html.responsive div#muzinsya_yoyaku_detail div#riyosha_form table tbody tr td.yoyaku_address_nm:before {
    content: "住所";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#riyosha_form table tbody tr td.passport_no:before,
  html.responsive div#muzinsya_yoyaku_detail div#riyosha_form table tbody tr td.passport_no:before {
    content: "旅券番号";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#jidosha_form table tbody tr,
  html.responsive div#muzinsya_yoyaku_detail div#jidosha_form table tbody tr {
    margin-bottom: 10px;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#jidosha_form table tbody tr td,
  html.responsive div#muzinsya_yoyaku_detail div#jidosha_form table tbody tr td {
    padding: 0 0 10px 0;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#jidosha_form table tbody tr td > br,
  html.responsive div#muzinsya_yoyaku_detail div#jidosha_form table tbody tr td > br {
    display: none;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#jidosha_form table tbody tr td:before,
  html.responsive div#muzinsya_yoyaku_detail div#jidosha_form table tbody tr td:before {
    display: block;
    width: auto;
    padding: 5px;
    margin: 0 0 5px;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#jidosha_form table tbody tr td.car_hyoka_pr,
  html.responsive div#muzinsya_yoyaku_detail div#jidosha_form table tbody tr td.car_hyoka_pr {
    text-align: left;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#jidosha_form table tbody tr td.maker_nm:before,
  html.responsive div#muzinsya_yoyaku_detail div#jidosha_form table tbody tr td.maker_nm:before {
    content: "メーカー";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#jidosha_form table tbody tr td.car_nm:before,
  html.responsive div#muzinsya_yoyaku_detail div#jidosha_form table tbody tr td.car_nm:before {
    content: "車名";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#jidosha_form table tbody tr td.car_length_ct:before,
  html.responsive div#muzinsya_yoyaku_detail div#jidosha_form table tbody tr td.car_length_ct:before {
    content: "車両の長さ(cm)";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#jidosha_form table tbody tr td.car_width_ct:before,
  html.responsive div#muzinsya_yoyaku_detail div#jidosha_form table tbody tr td.car_width_ct:before {
    content: "車両の幅(cm)";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#jidosha_form table tbody tr td.car_height_ct:before,
  html.responsive div#muzinsya_yoyaku_detail div#jidosha_form table tbody tr td.car_height_ct:before {
    content: "車両の高さ(cm)";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#jidosha_form table tbody tr td.car_no_torokuti:before,
  html.responsive div#muzinsya_yoyaku_detail div#jidosha_form table tbody tr td.car_no_torokuti:before {
    content: "ナンバー：地名(例:徳島) ";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#jidosha_form table tbody tr td.car_no_syasyu:before,
  html.responsive div#muzinsya_yoyaku_detail div#jidosha_form table tbody tr td.car_no_syasyu:before {
    content: "ナンバー：分類番号(例:111)";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#jidosha_form table tbody tr td.car_no_kana_nm:before,
  html.responsive div#muzinsya_yoyaku_detail div#jidosha_form table tbody tr td.car_no_kana_nm:before {
    content: "ナンバー：ひらがな(例:あ)";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#jidosha_form table tbody tr td.car_no:before,
  html.responsive div#muzinsya_yoyaku_detail div#jidosha_form table tbody tr td.car_no:before {
    content: "ナンバー：車両番号(例:1111)";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#jidosha_form table tbody tr td.car_no_none_fg:before,
  html.responsive div#muzinsya_yoyaku_detail div#jidosha_form table tbody tr td.car_no_none_fg:before {
    content: "ナンバー：なしの場合はチェック";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#jidosha_form table tbody tr td.car_hyoka_pr:before,
  html.responsive div#muzinsya_yoyaku_detail div#jidosha_form table tbody tr td.car_hyoka_pr:before {
    content: "車両評価額";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#baiku_form table tbody tr,
  html.responsive div#muzinsya_yoyaku_detail div#baiku_form table tbody tr {
    margin-bottom: 10px;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#baiku_form table tbody tr td,
  html.responsive div#muzinsya_yoyaku_detail div#baiku_form table tbody tr td {
    padding: 0 0 10px 0;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#baiku_form table tbody tr td > br,
  html.responsive div#muzinsya_yoyaku_detail div#baiku_form table tbody tr td > br {
    display: none;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#baiku_form table tbody tr td:before,
  html.responsive div#muzinsya_yoyaku_detail div#baiku_form table tbody tr td:before {
    display: block;
    width: auto;
    padding: 5px;
    margin: 0 0 5px;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#baiku_form table tbody tr td.vehicle_kb:before,
  html.responsive div#muzinsya_yoyaku_detail div#baiku_form table tbody tr td.vehicle_kb:before {
    content: "排気量";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#baiku_form table tbody tr td.car_no_torokuti:before,
  html.responsive div#muzinsya_yoyaku_detail div#baiku_form table tbody tr td.car_no_torokuti:before {
    content: "ナンバー：地名(例:徳島) ";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#baiku_form table tbody tr td.car_no_kana_nm:before,
  html.responsive div#muzinsya_yoyaku_detail div#baiku_form table tbody tr td.car_no_kana_nm:before {
    content: "ナンバー：ひらがな(例:あ)";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#baiku_form table tbody tr td.car_no:before,
  html.responsive div#muzinsya_yoyaku_detail div#baiku_form table tbody tr td.car_no:before {
    content: "ナンバー：車両番号(例:1111)";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#baiku_form table tbody tr td.car_hyoka_pr:before,
  html.responsive div#muzinsya_yoyaku_detail div#baiku_form table tbody tr td.car_hyoka_pr:before {
    content: "車両評価額";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#baiku_form table tbody tr td.bicycle1_ct:before,
  html.responsive div#muzinsya_yoyaku_detail div#baiku_form table tbody tr td.bicycle1_ct:before {
    content: "自転車（袋無）";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#baiku_form table tbody tr td.bicycle2_ct:before,
  html.responsive div#muzinsya_yoyaku_detail div#baiku_form table tbody tr td.bicycle2_ct:before {
    content: "自転車（袋有）";
  }
  html.responsive div#ryokyaku_yoyaku_detail div#biko_form,
  html.responsive div#muzinsya_yoyaku_detail div#biko_form {
    display: block;
    width: auto;
    height: 80px;
    position: relative;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#biko_form textarea,
  html.responsive div#muzinsya_yoyaku_detail div#biko_form textarea {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#mousikomisya_form span.vertical,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_motikomisya_form span.vertical,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_uketorisya_form span.vertical,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_motikomisya_form span.vertical,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_uketorisya_form span.vertical,
  html.responsive div#muzinsya_yoyaku_detail div#mousikomisya_form span.vertical,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_motikomisya_form span.vertical,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_uketorisya_form span.vertical,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_motikomisya_form span.vertical,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_uketorisya_form span.vertical {
    writing-mode: inherit;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#mousikomisya_form table,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_motikomisya_form table,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_uketorisya_form table,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_motikomisya_form table,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_uketorisya_form table,
  html.responsive div#muzinsya_yoyaku_detail div#mousikomisya_form table,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_motikomisya_form table,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_uketorisya_form table,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_motikomisya_form table,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_uketorisya_form table {
    display: block;
    width: auto;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#mousikomisya_form table thead, html.responsive div#ryokyaku_yoyaku_detail div#mousikomisya_form table tfoot, html.responsive div#ryokyaku_yoyaku_detail div#mousikomisya_form table tbody, html.responsive div#ryokyaku_yoyaku_detail div#mousikomisya_form table tr, html.responsive div#ryokyaku_yoyaku_detail div#mousikomisya_form table th, html.responsive div#ryokyaku_yoyaku_detail div#mousikomisya_form table td,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_motikomisya_form table thead,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_motikomisya_form table tfoot,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_motikomisya_form table tbody,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_motikomisya_form table tr,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_motikomisya_form table th,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_motikomisya_form table td,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_uketorisya_form table thead,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_uketorisya_form table tfoot,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_uketorisya_form table tbody,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_uketorisya_form table tr,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_uketorisya_form table th,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_uketorisya_form table td,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_motikomisya_form table thead,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_motikomisya_form table tfoot,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_motikomisya_form table tbody,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_motikomisya_form table tr,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_motikomisya_form table th,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_motikomisya_form table td,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_uketorisya_form table thead,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_uketorisya_form table tfoot,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_uketorisya_form table tbody,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_uketorisya_form table tr,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_uketorisya_form table th,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_uketorisya_form table td,
  html.responsive div#muzinsya_yoyaku_detail div#mousikomisya_form table thead,
  html.responsive div#muzinsya_yoyaku_detail div#mousikomisya_form table tfoot,
  html.responsive div#muzinsya_yoyaku_detail div#mousikomisya_form table tbody,
  html.responsive div#muzinsya_yoyaku_detail div#mousikomisya_form table tr,
  html.responsive div#muzinsya_yoyaku_detail div#mousikomisya_form table th,
  html.responsive div#muzinsya_yoyaku_detail div#mousikomisya_form table td,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_motikomisya_form table thead,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_motikomisya_form table tfoot,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_motikomisya_form table tbody,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_motikomisya_form table tr,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_motikomisya_form table th,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_motikomisya_form table td,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_uketorisya_form table thead,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_uketorisya_form table tfoot,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_uketorisya_form table tbody,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_uketorisya_form table tr,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_uketorisya_form table th,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_uketorisya_form table td,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_motikomisya_form table thead,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_motikomisya_form table tfoot,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_motikomisya_form table tbody,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_motikomisya_form table tr,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_motikomisya_form table th,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_motikomisya_form table td,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_uketorisya_form table thead,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_uketorisya_form table tfoot,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_uketorisya_form table tbody,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_uketorisya_form table tr,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_uketorisya_form table th,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_uketorisya_form table td {
    display: block;
    width: auto;
    height: auto;
    min-width: auto;
    margin: 0;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#mousikomisya_form table thead, html.responsive div#ryokyaku_yoyaku_detail div#mousikomisya_form table tfoot,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_motikomisya_form table thead,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_motikomisya_form table tfoot,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_uketorisya_form table thead,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_uketorisya_form table tfoot,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_motikomisya_form table thead,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_motikomisya_form table tfoot,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_uketorisya_form table thead,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_uketorisya_form table tfoot,
  html.responsive div#muzinsya_yoyaku_detail div#mousikomisya_form table thead,
  html.responsive div#muzinsya_yoyaku_detail div#mousikomisya_form table tfoot,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_motikomisya_form table thead,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_motikomisya_form table tfoot,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_uketorisya_form table thead,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_uketorisya_form table tfoot,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_motikomisya_form table thead,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_motikomisya_form table tfoot,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_uketorisya_form table thead,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_uketorisya_form table tfoot {
    display: none;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#mousikomisya_form th,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_motikomisya_form th,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_uketorisya_form th,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_motikomisya_form th,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_uketorisya_form th,
  html.responsive div#muzinsya_yoyaku_detail div#mousikomisya_form th,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_motikomisya_form th,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_uketorisya_form th,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_motikomisya_form th,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_uketorisya_form th {
    text-align: left;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#mousikomisya_form td span.point,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_motikomisya_form td span.point,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_uketorisya_form td span.point,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_motikomisya_form td span.point,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_uketorisya_form td span.point,
  html.responsive div#muzinsya_yoyaku_detail div#mousikomisya_form td span.point,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_motikomisya_form td span.point,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_uketorisya_form td span.point,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_motikomisya_form td span.point,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_uketorisya_form td span.point {
    display: block;
    float: none !important;
    clear: both !important;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_jyosen_form span.vertical,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_gesen_form span.vertical,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_jyosen_form span.vertical,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_gesen_form span.vertical,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_jyosen_form span.vertical,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_gesen_form span.vertical,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_jyosen_form span.vertical,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_gesen_form span.vertical {
    writing-mode: inherit;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_jyosen_form table,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_gesen_form table,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_jyosen_form table,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_gesen_form table,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_jyosen_form table,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_gesen_form table,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_jyosen_form table,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_gesen_form table {
    display: block;
    width: auto;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_jyosen_form table thead, html.responsive div#ryokyaku_yoyaku_detail div#yuki_jyosen_form table tfoot, html.responsive div#ryokyaku_yoyaku_detail div#yuki_jyosen_form table tbody, html.responsive div#ryokyaku_yoyaku_detail div#yuki_jyosen_form table tr, html.responsive div#ryokyaku_yoyaku_detail div#yuki_jyosen_form table th, html.responsive div#ryokyaku_yoyaku_detail div#yuki_jyosen_form table td,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_gesen_form table thead,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_gesen_form table tfoot,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_gesen_form table tbody,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_gesen_form table tr,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_gesen_form table th,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_gesen_form table td,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_jyosen_form table thead,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_jyosen_form table tfoot,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_jyosen_form table tbody,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_jyosen_form table tr,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_jyosen_form table th,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_jyosen_form table td,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_gesen_form table thead,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_gesen_form table tfoot,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_gesen_form table tbody,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_gesen_form table tr,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_gesen_form table th,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_gesen_form table td,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_jyosen_form table thead,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_jyosen_form table tfoot,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_jyosen_form table tbody,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_jyosen_form table tr,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_jyosen_form table th,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_jyosen_form table td,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_gesen_form table thead,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_gesen_form table tfoot,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_gesen_form table tbody,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_gesen_form table tr,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_gesen_form table th,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_gesen_form table td,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_jyosen_form table thead,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_jyosen_form table tfoot,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_jyosen_form table tbody,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_jyosen_form table tr,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_jyosen_form table th,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_jyosen_form table td,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_gesen_form table thead,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_gesen_form table tfoot,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_gesen_form table tbody,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_gesen_form table tr,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_gesen_form table th,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_gesen_form table td {
    display: block;
    width: auto;
    height: auto;
    min-width: auto;
    margin: 0;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_jyosen_form table thead, html.responsive div#ryokyaku_yoyaku_detail div#yuki_jyosen_form table tfoot,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_gesen_form table thead,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_gesen_form table tfoot,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_jyosen_form table thead,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_jyosen_form table tfoot,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_gesen_form table thead,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_gesen_form table tfoot,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_jyosen_form table thead,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_jyosen_form table tfoot,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_gesen_form table thead,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_gesen_form table tfoot,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_jyosen_form table thead,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_jyosen_form table tfoot,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_gesen_form table thead,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_gesen_form table tfoot {
    display: none;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_jyosen_form th,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_gesen_form th,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_jyosen_form th,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_gesen_form th,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_jyosen_form th,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_gesen_form th,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_jyosen_form th,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_gesen_form th {
    text-align: left;
  }
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_jyosen_form td,
  html.responsive div#ryokyaku_yoyaku_detail div#yuki_gesen_form td,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_jyosen_form td,
  html.responsive div#ryokyaku_yoyaku_detail div#kaeri_gesen_form td,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_jyosen_form td,
  html.responsive div#muzinsya_yoyaku_detail div#yuki_gesen_form td,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_jyosen_form td,
  html.responsive div#muzinsya_yoyaku_detail div#kaeri_gesen_form td {
    text-align: left;
  }
  html.responsive div#ryokyaku_yoyaku_confirmation div#confirm01 table {
    width: 100%;
  }
  html.responsive div#ryokyaku_yoyaku_confirmation div#confirm01 table tbody tr th {
    width: 30px;
    padding: 8px;
  }
  html.responsive div#ryokyaku_yoyaku_confirmation div#confirm02 table {
    width: 100%;
  }
  html.responsive div#ryokyaku_yoyaku_confirmation div#confirm02 table tbody tr th {
    width: 100px;
    padding: 8px;
  }
  html.responsive div#ryokyaku_yoyaku_confirmation div#meisai table {
    width: 100%;
  }
  html.responsive div#ryokyaku_yoyaku_confirmation table.table03 {
    display: block;
    width: auto;
  }
  html.responsive div#ryokyaku_yoyaku_confirmation table.table03 thead, html.responsive div#ryokyaku_yoyaku_confirmation table.table03 tfoot, html.responsive div#ryokyaku_yoyaku_confirmation table.table03 tbody, html.responsive div#ryokyaku_yoyaku_confirmation table.table03 tr, html.responsive div#ryokyaku_yoyaku_confirmation table.table03 th, html.responsive div#ryokyaku_yoyaku_confirmation table.table03 td {
    display: block;
    width: auto;
    height: auto;
    min-width: auto;
    margin: 0;
  }
  html.responsive div#ryokyaku_yoyaku_confirmation table.table03 thead, html.responsive div#ryokyaku_yoyaku_confirmation table.table03 tfoot {
    display: none;
  }
  html.responsive div#ryokyaku_yoyaku_confirmation table.table03 th, html.responsive div#ryokyaku_yoyaku_confirmation table.table03 td {
    padding: 10px;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm01 table {
    width: 100%;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm01 table tbody tr th {
    width: 30px;
    padding: 8px;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table {
    display: block;
    width: auto;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table thead, html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table tfoot, html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table tbody, html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table tr, html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table th, html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table td {
    display: block;
    width: auto;
    height: auto;
    min-width: auto;
    margin: 0;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table thead, html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table tfoot {
    display: none;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.mousikomi tbody td, html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.mousikomi tbody th {
    width: auto;
    padding: 5px 10px;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.mousikomi tbody td.mousikomi_nm:before {
    content: "社名・氏名";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.mousikomi tbody td.mousikomi_tel_no:before {
    content: "電話番号";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.mousikomi tbody td.mousikomi_email:before {
    content: "メールアドレス";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.car tbody td, html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.car tbody th {
    width: auto;
    padding: 5px 10px;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.car tbody td.maker_nm:before {
    content: "メーカー名";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.car tbody td.car_nm:before {
    content: "車名";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.car tbody td.car_length_ct:before {
    content: "長さ";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.car tbody td.car_width_ct:before {
    content: "幅";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.car tbody td.car_height_ct:before {
    content: "高さ";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.car tbody td.car_no:before {
    content: "ナンバー";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.car tbody td.car_hyoka_pr:before {
    content: "車両評価額";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.bike tbody td, html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.bike tbody th {
    width: auto;
    padding: 5px 10px;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.bike tbody td.bike_kb:before {
    content: "排気量";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.bike tbody td.car_no:before {
    content: "ナンバー";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.bike tbody td.car_hyoka_pr:before {
    content: "車両評価額";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.yuki span.vertical,
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.kaeri span.vertical {
    writing-mode: inherit;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.yuki tbody td, html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.yuki tbody th,
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.kaeri tbody td,
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.kaeri tbody th {
    width: auto;
    padding: 5px 10px;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.yuki tbody th.tbody_head,
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.kaeri tbody th.tbody_head {
    display: none;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.yuki tbody td.motikomi_nm:before,
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.yuki tbody td.uketori_nm:before,
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.kaeri tbody td.motikomi_nm:before,
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.kaeri tbody td.uketori_nm:before {
    content: "社名・氏名";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.yuki tbody td.motikomi_tel_no:before,
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.yuki tbody td.uketori_tel_no:before,
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.kaeri tbody td.motikomi_tel_no:before,
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.kaeri tbody td.uketori_tel_no:before {
    content: "電話番号";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.yuki tbody td.motikomi_email:before,
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.yuki tbody td.uketori_email:before,
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.kaeri tbody td.motikomi_email:before,
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.kaeri tbody td.uketori_email:before {
    content: "メールアドレス";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.yuki tbody td.sagyo_kb:before,
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.kaeri tbody td.sagyo_kb:before {
    content: "作業者";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.yuki tbody td.motikomi_on:before,
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.yuki tbody td.uketori_on:before,
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.kaeri tbody td.motikomi_on:before,
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm02 table.kaeri tbody td.uketori_on:before {
    content: "作業時間";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm03 table {
    display: block;
    width: auto;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm03 table thead, html.responsive div#muzinsya_yoyaku_confirmation div#confirm03 table tfoot, html.responsive div#muzinsya_yoyaku_confirmation div#confirm03 table tbody, html.responsive div#muzinsya_yoyaku_confirmation div#confirm03 table tr, html.responsive div#muzinsya_yoyaku_confirmation div#confirm03 table th, html.responsive div#muzinsya_yoyaku_confirmation div#confirm03 table td {
    display: block;
    width: auto;
    height: auto;
    min-width: auto;
    margin: 0;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm03 table thead, html.responsive div#muzinsya_yoyaku_confirmation div#confirm03 table tfoot {
    display: none;
  }
  html.responsive div#muzinsya_yoyaku_confirmation div#confirm03 table th, html.responsive div#muzinsya_yoyaku_confirmation div#confirm03 table td {
    padding: 10px;
  }
  html.responsive div#ryokyaku_yoyaku_success div#success,
  html.responsive div#muzinsya_yoyaku_success div#success {
    padding: 10px;
  }
  html.responsive div#ryokyaku_yoyaku_success span.txtb_big_red,
  html.responsive div#muzinsya_yoyaku_success span.txtb_big_red {
    font-size: 110%;
  }
  html.responsive div#ryokyaku_yoyaku_success div.yoyaku_no table,
  html.responsive div#muzinsya_yoyaku_success div.yoyaku_no table {
    display: block;
    width: auto;
  }
  html.responsive div#ryokyaku_yoyaku_success div.yoyaku_no table thead, html.responsive div#ryokyaku_yoyaku_success div.yoyaku_no table tfoot, html.responsive div#ryokyaku_yoyaku_success div.yoyaku_no table tbody, html.responsive div#ryokyaku_yoyaku_success div.yoyaku_no table tr, html.responsive div#ryokyaku_yoyaku_success div.yoyaku_no table th, html.responsive div#ryokyaku_yoyaku_success div.yoyaku_no table td,
  html.responsive div#muzinsya_yoyaku_success div.yoyaku_no table thead,
  html.responsive div#muzinsya_yoyaku_success div.yoyaku_no table tfoot,
  html.responsive div#muzinsya_yoyaku_success div.yoyaku_no table tbody,
  html.responsive div#muzinsya_yoyaku_success div.yoyaku_no table tr,
  html.responsive div#muzinsya_yoyaku_success div.yoyaku_no table th,
  html.responsive div#muzinsya_yoyaku_success div.yoyaku_no table td {
    display: block;
    width: auto;
    height: auto;
    min-width: auto;
    margin: 0;
  }
  html.responsive div#ryokyaku_yoyaku_success div.yoyaku_no table thead, html.responsive div#ryokyaku_yoyaku_success div.yoyaku_no table tfoot,
  html.responsive div#muzinsya_yoyaku_success div.yoyaku_no table thead,
  html.responsive div#muzinsya_yoyaku_success div.yoyaku_no table tfoot {
    display: none;
  }
  html.responsive div#ryokyaku_yoyaku_success div.yoyaku_no table td:nth-of-type(2),
  html.responsive div#muzinsya_yoyaku_success div.yoyaku_no table td:nth-of-type(2) {
    border-bottom: 0;
  }
  html.responsive div#ryokyaku_yoyaku_success div.yoyaku_no table td:nth-of-type(3),
  html.responsive div#muzinsya_yoyaku_success div.yoyaku_no table td:nth-of-type(3) {
    border-top: 0;
  }
}

@media (max-width: 767px) {
  html.responsive div#ryokyaku_searches_index table,
  html.responsive div#muzinsya_searches_index table {
    display: block;
    width: auto;
  }
  html.responsive div#ryokyaku_searches_index table thead, html.responsive div#ryokyaku_searches_index table tfoot, html.responsive div#ryokyaku_searches_index table tbody, html.responsive div#ryokyaku_searches_index table tr, html.responsive div#ryokyaku_searches_index table th, html.responsive div#ryokyaku_searches_index table td,
  html.responsive div#muzinsya_searches_index table thead,
  html.responsive div#muzinsya_searches_index table tfoot,
  html.responsive div#muzinsya_searches_index table tbody,
  html.responsive div#muzinsya_searches_index table tr,
  html.responsive div#muzinsya_searches_index table th,
  html.responsive div#muzinsya_searches_index table td {
    display: block;
    width: auto;
    height: auto;
    min-width: auto;
  }
  html.responsive div#ryokyaku_searches_index table thead, html.responsive div#ryokyaku_searches_index table tfoot,
  html.responsive div#muzinsya_searches_index table thead,
  html.responsive div#muzinsya_searches_index table tfoot {
    display: none;
  }
  html.responsive div#ryokyaku_searches_index table tbody,
  html.responsive div#muzinsya_searches_index table tbody {
    border: 1px solid #ccc;
  }
  html.responsive div#ryokyaku_searches_index table tbody tr,
  html.responsive div#muzinsya_searches_index table tbody tr {
    background-color: #ffffff;
  }
  html.responsive div#ryokyaku_searches_index table tbody tr th,
  html.responsive div#muzinsya_searches_index table tbody tr th {
    background-color: inherit;
    border: 0;
    padding: 5px;
    font-weight: bold;
  }
  html.responsive div#ryokyaku_searches_index table tbody tr td,
  html.responsive div#muzinsya_searches_index table tbody tr td {
    background-color: inherit;
    padding-top: 5px;
    border: 0;
  }
  html.responsive div#ryokyaku_searches_index table#history tbody,
  html.responsive div#muzinsya_searches_index table#history tbody {
    border: none;
  }
  html.responsive div#ryokyaku_searches_index table#history tbody tr,
  html.responsive div#muzinsya_searches_index table#history tbody tr {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  html.responsive div#ryokyaku_searches_index table#history tbody tr td,
  html.responsive div#muzinsya_searches_index table#history tbody tr td {
    padding: 5px 10px;
  }
  html.responsive div#ryokyaku_searches_index table#history tbody tr td.status,
  html.responsive div#muzinsya_searches_index table#history tbody tr td.status {
    float: right;
    text-align: right;
  }
  html.responsive div#ryokyaku_searches_index table#history tbody tr td.status span.info_title,
  html.responsive div#muzinsya_searches_index table#history tbody tr td.status span.info_title {
    font-size: 1.5em;
  }
  html.responsive div#ryokyaku_searches_index table#history tbody tr td.yoyaku_no,
  html.responsive div#muzinsya_searches_index table#history tbody tr td.yoyaku_no {
    float: left;
    font-size: 1.5em;
  }
  html.responsive div#ryokyaku_searches_index table#history tbody tr td.jyosen_on,
  html.responsive div#muzinsya_searches_index table#history tbody tr td.jyosen_on {
    clear: both;
    display: flex;
  }
  html.responsive div#ryokyaku_searches_index table#history tbody tr td.jyosen_on:before,
  html.responsive div#muzinsya_searches_index table#history tbody tr td.jyosen_on:before {
    content: "乗船日：";
    width: 80px;
  }
  html.responsive div#ryokyaku_searches_index table#history tbody tr td.jyosen_ten_nm,
  html.responsive div#muzinsya_searches_index table#history tbody tr td.jyosen_ten_nm {
    display: flex;
  }
  html.responsive div#ryokyaku_searches_index table#history tbody tr td.jyosen_ten_nm:before,
  html.responsive div#muzinsya_searches_index table#history tbody tr td.jyosen_ten_nm:before {
    content: "航　路：";
    width: 80px;
  }
  html.responsive div#ryokyaku_searches_index table#history tbody tr td.senmei_nm,
  html.responsive div#muzinsya_searches_index table#history tbody tr td.senmei_nm {
    display: flex;
  }
  html.responsive div#ryokyaku_searches_index table#history tbody tr td.senmei_nm:before,
  html.responsive div#muzinsya_searches_index table#history tbody tr td.senmei_nm:before {
    content: "船　名：";
    width: 80px;
  }
  html.responsive div#ryokyaku_searches_index table#history tbody tr td.kessai_hoho_kb,
  html.responsive div#muzinsya_searches_index table#history tbody tr td.kessai_hoho_kb {
    display: flex;
  }
  html.responsive div#ryokyaku_searches_index table#history tbody tr td.kessai_hoho_kb:before,
  html.responsive div#muzinsya_searches_index table#history tbody tr td.kessai_hoho_kb:before {
    content: "決済方法：";
    width: 80px;
  }
  html.responsive div#ryokyaku_searches_index table#history tbody tr td.proc_kessai_kb,
  html.responsive div#muzinsya_searches_index table#history tbody tr td.proc_kessai_kb {
    display: flex;
  }
  html.responsive div#ryokyaku_searches_index table#history tbody tr td.proc_kessai_kb:before,
  html.responsive div#muzinsya_searches_index table#history tbody tr td.proc_kessai_kb:before {
    content: "決済状況：";
    width: 80px;
  }
  html.responsive div#ryokyaku_searches_index table#history tbody tr td.detail_link,
  html.responsive div#muzinsya_searches_index table#history tbody tr td.detail_link {
    text-align: center;
  }
  html.responsive div#ryokyaku_searches_index div.pagination,
  html.responsive div#muzinsya_searches_index div.pagination {
    padding: 5px 0;
    margin: 0;
  }
  html.responsive div#ryokyaku_searches_show table,
  html.responsive div#muzinsya_searches_show table {
    display: block;
    width: auto;
  }
  html.responsive div#ryokyaku_searches_show table thead, html.responsive div#ryokyaku_searches_show table tfoot, html.responsive div#ryokyaku_searches_show table tbody, html.responsive div#ryokyaku_searches_show table tr, html.responsive div#ryokyaku_searches_show table th, html.responsive div#ryokyaku_searches_show table td,
  html.responsive div#muzinsya_searches_show table thead,
  html.responsive div#muzinsya_searches_show table tfoot,
  html.responsive div#muzinsya_searches_show table tbody,
  html.responsive div#muzinsya_searches_show table tr,
  html.responsive div#muzinsya_searches_show table th,
  html.responsive div#muzinsya_searches_show table td {
    display: block;
    width: auto;
    height: auto;
    min-width: auto;
  }
  html.responsive div#ryokyaku_searches_show table thead, html.responsive div#ryokyaku_searches_show table tfoot,
  html.responsive div#muzinsya_searches_show table thead,
  html.responsive div#muzinsya_searches_show table tfoot {
    display: none;
  }
  html.responsive div#ryokyaku_searches_show div#confirm01 table tbody tr td:last-child,
  html.responsive div#muzinsya_searches_show div#confirm01 table tbody tr td:last-child {
    padding: 30px 0;
  }
  html.responsive div#ryokyaku_searches_show div#confirm02 table tbody tr th, html.responsive div#ryokyaku_searches_show div#confirm02 table tbody tr td,
  html.responsive div#muzinsya_searches_show div#confirm02 table tbody tr th,
  html.responsive div#muzinsya_searches_show div#confirm02 table tbody tr td {
    width: auto;
    padding: 5px 10px;
  }
  html.responsive div#ryokyaku_searches_show div#confirm02 table.mousikomi tbody td, html.responsive div#ryokyaku_searches_show div#confirm02 table.mousikomi tbody th,
  html.responsive div#muzinsya_searches_show div#confirm02 table.mousikomi tbody td,
  html.responsive div#muzinsya_searches_show div#confirm02 table.mousikomi tbody th {
    width: auto;
    padding: 5px 10px;
  }
  html.responsive div#ryokyaku_searches_show div#confirm02 table.mousikomi tbody td.mousikomi_nm:before,
  html.responsive div#muzinsya_searches_show div#confirm02 table.mousikomi tbody td.mousikomi_nm:before {
    content: "社名・氏名";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#ryokyaku_searches_show div#confirm02 table.mousikomi tbody td.mousikomi_tel_no:before,
  html.responsive div#muzinsya_searches_show div#confirm02 table.mousikomi tbody td.mousikomi_tel_no:before {
    content: "電話番号";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#ryokyaku_searches_show div#confirm02 table.mousikomi tbody td.mousikomi_email:before,
  html.responsive div#muzinsya_searches_show div#confirm02 table.mousikomi tbody td.mousikomi_email:before {
    content: "メールアドレス";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#ryokyaku_searches_show div#confirm02 table.car tbody td, html.responsive div#ryokyaku_searches_show div#confirm02 table.car tbody th,
  html.responsive div#muzinsya_searches_show div#confirm02 table.car tbody td,
  html.responsive div#muzinsya_searches_show div#confirm02 table.car tbody th {
    width: auto;
    padding: 5px 10px;
  }
  html.responsive div#ryokyaku_searches_show div#confirm02 table.car tbody td.maker_nm:before,
  html.responsive div#muzinsya_searches_show div#confirm02 table.car tbody td.maker_nm:before {
    content: "メーカー名";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#ryokyaku_searches_show div#confirm02 table.car tbody td.car_nm:before,
  html.responsive div#muzinsya_searches_show div#confirm02 table.car tbody td.car_nm:before {
    content: "車名";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#ryokyaku_searches_show div#confirm02 table.car tbody td.car_length_ct:before,
  html.responsive div#muzinsya_searches_show div#confirm02 table.car tbody td.car_length_ct:before {
    content: "長さ";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#ryokyaku_searches_show div#confirm02 table.car tbody td.car_width_ct:before,
  html.responsive div#muzinsya_searches_show div#confirm02 table.car tbody td.car_width_ct:before {
    content: "幅";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#ryokyaku_searches_show div#confirm02 table.car tbody td.car_height_ct:before,
  html.responsive div#muzinsya_searches_show div#confirm02 table.car tbody td.car_height_ct:before {
    content: "高さ";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#ryokyaku_searches_show div#confirm02 table.car tbody td.car_no:before,
  html.responsive div#muzinsya_searches_show div#confirm02 table.car tbody td.car_no:before {
    content: "ナンバー";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#ryokyaku_searches_show div#confirm02 table.car tbody td.car_hyoka_pr:before,
  html.responsive div#muzinsya_searches_show div#confirm02 table.car tbody td.car_hyoka_pr:before {
    content: "車両評価額";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#ryokyaku_searches_show div#confirm02 table.bike tbody td, html.responsive div#ryokyaku_searches_show div#confirm02 table.bike tbody th,
  html.responsive div#muzinsya_searches_show div#confirm02 table.bike tbody td,
  html.responsive div#muzinsya_searches_show div#confirm02 table.bike tbody th {
    width: auto;
    padding: 5px 10px;
  }
  html.responsive div#ryokyaku_searches_show div#confirm02 table.bike tbody td.bike_kb:before,
  html.responsive div#muzinsya_searches_show div#confirm02 table.bike tbody td.bike_kb:before {
    content: "排気量";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#ryokyaku_searches_show div#confirm02 table.bike tbody td.car_no:before,
  html.responsive div#muzinsya_searches_show div#confirm02 table.bike tbody td.car_no:before {
    content: "ナンバー";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#ryokyaku_searches_show div#confirm02 table.bike tbody td.car_hyoka_pr:before,
  html.responsive div#muzinsya_searches_show div#confirm02 table.bike tbody td.car_hyoka_pr:before {
    content: "車両評価額";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#ryokyaku_searches_show div#confirm02 table.yuki span.vertical,
  html.responsive div#ryokyaku_searches_show div#confirm02 table.kaeri span.vertical,
  html.responsive div#muzinsya_searches_show div#confirm02 table.yuki span.vertical,
  html.responsive div#muzinsya_searches_show div#confirm02 table.kaeri span.vertical {
    writing-mode: inherit;
  }
  html.responsive div#ryokyaku_searches_show div#confirm02 table.yuki tbody td, html.responsive div#ryokyaku_searches_show div#confirm02 table.yuki tbody th,
  html.responsive div#ryokyaku_searches_show div#confirm02 table.kaeri tbody td,
  html.responsive div#ryokyaku_searches_show div#confirm02 table.kaeri tbody th,
  html.responsive div#muzinsya_searches_show div#confirm02 table.yuki tbody td,
  html.responsive div#muzinsya_searches_show div#confirm02 table.yuki tbody th,
  html.responsive div#muzinsya_searches_show div#confirm02 table.kaeri tbody td,
  html.responsive div#muzinsya_searches_show div#confirm02 table.kaeri tbody th {
    width: auto;
    padding: 5px 10px;
  }
  html.responsive div#ryokyaku_searches_show div#confirm02 table.yuki tbody td.motikomi_nm:before,
  html.responsive div#ryokyaku_searches_show div#confirm02 table.yuki tbody td.uketori_nm:before,
  html.responsive div#ryokyaku_searches_show div#confirm02 table.kaeri tbody td.motikomi_nm:before,
  html.responsive div#ryokyaku_searches_show div#confirm02 table.kaeri tbody td.uketori_nm:before,
  html.responsive div#muzinsya_searches_show div#confirm02 table.yuki tbody td.motikomi_nm:before,
  html.responsive div#muzinsya_searches_show div#confirm02 table.yuki tbody td.uketori_nm:before,
  html.responsive div#muzinsya_searches_show div#confirm02 table.kaeri tbody td.motikomi_nm:before,
  html.responsive div#muzinsya_searches_show div#confirm02 table.kaeri tbody td.uketori_nm:before {
    content: "社名・氏名";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#ryokyaku_searches_show div#confirm02 table.yuki tbody td.motikomi_tel_no:before,
  html.responsive div#ryokyaku_searches_show div#confirm02 table.yuki tbody td.uketori_tel_no:before,
  html.responsive div#ryokyaku_searches_show div#confirm02 table.kaeri tbody td.motikomi_tel_no:before,
  html.responsive div#ryokyaku_searches_show div#confirm02 table.kaeri tbody td.uketori_tel_no:before,
  html.responsive div#muzinsya_searches_show div#confirm02 table.yuki tbody td.motikomi_tel_no:before,
  html.responsive div#muzinsya_searches_show div#confirm02 table.yuki tbody td.uketori_tel_no:before,
  html.responsive div#muzinsya_searches_show div#confirm02 table.kaeri tbody td.motikomi_tel_no:before,
  html.responsive div#muzinsya_searches_show div#confirm02 table.kaeri tbody td.uketori_tel_no:before {
    content: "電話番号";
    display: block;
    width: auto;
    font-weight: bold;
  }
  html.responsive div#ryokyaku_searches_show div#confirm02 table.yuki tbody td.motikomi_email:before,
  html.responsive div#ryokyaku_searches_show div#confirm02 table.yuki tbody td.uketori_email:before,
  html.responsive div#ryokyaku_searches_show div#confirm02 table.kaeri tbody td.motikomi_email:before,
  html.responsive div#ryokyaku_searches_show div#confirm02 table.kaeri tbody td.uketori_email:before,
  html.responsive div#muzinsya_searches_show div#confirm02 table.yuki tbody td.motikomi_email:before,
  html.responsive div#muzinsya_searches_show div#confirm02 table.yuki tbody td.uketori_email:before,
  html.responsive div#muzinsya_searches_show div#confirm02 table.kaeri tbody td.motikomi_email:before,
  html.responsive div#muzinsya_searches_show div#confirm02 table.kaeri tbody td.uketori_email:before {
    content: "メールアドレス";
    display: block;
    width: auto;
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.group div.table,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.group div.table {
    display: block;
    height: auto;
    width: auto;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.group div.table div.cell,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.group div.table div.cell {
    display: block;
    height: auto;
    width: auto;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.group div.table div.cell.title,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.group div.table div.cell.title {
    padding-left: 0;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.group table,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.group table {
    display: block;
    height: auto;
    width: auto;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.group table thead, html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.group table tbody, html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.group table tfoot, html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.group table tr, html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.group table th, html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.group table td,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.group table thead,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.group table tbody,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.group table tfoot,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.group table tr,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.group table th,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.group table td {
    display: block;
    height: auto;
    width: auto;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.plan table tbody tr td.plan_content,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.plan table tbody tr td.plan_content {
    border-bottom: 0px;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.plan table tbody tr td.td_check,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.plan table tbody tr td.td_check {
    border-top: 0px;
    text-align: center;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.plan table tbody tr td.td_check div.radio_but,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.plan table tbody tr td.td_check div.radio_but {
    background-color: #5d9be8;
    padding: 8px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: white;
    text-align: center;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.plan table tbody tr td.td_check div.radio_but:after,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.plan table tbody tr td.td_check div.radio_but:after {
    content: " このプランを選択";
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.koshitsu table thead tr.title th,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.oobeya table thead tr.title th,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.koshitsu table thead tr.title th,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.oobeya table thead tr.title th {
    display: none;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.koshitsu table thead tr.title th.thmin.title,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.oobeya table thead tr.title th.thmin.title,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.koshitsu table thead tr.title th.thmin.title,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.oobeya table thead tr.title th.thmin.title {
    display: block;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.koshitsu table tbody tr.yuki_room th.room, html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.koshitsu table tbody tr.kaeri_room th.room,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.oobeya table tbody tr.yuki_room th.room,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.oobeya table tbody tr.kaeri_room th.room,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.koshitsu table tbody tr.yuki_room th.room,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.koshitsu table tbody tr.kaeri_room th.room,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.oobeya table tbody tr.yuki_room th.room,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.oobeya table tbody tr.kaeri_room th.room {
    height: 65px;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.koshitsu table tbody tr.yuki_room td, html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.koshitsu table tbody tr.kaeri_room td,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.oobeya table tbody tr.yuki_room td,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.oobeya table tbody tr.kaeri_room td,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.koshitsu table tbody tr.yuki_room td,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.koshitsu table tbody tr.kaeri_room td,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.oobeya table tbody tr.yuki_room td,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.oobeya table tbody tr.kaeri_room td {
    display: flex;
    text-align: left;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.koshitsu table tbody tr.yuki_room td input, html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.koshitsu table tbody tr.kaeri_room td input,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.oobeya table tbody tr.yuki_room td input,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.oobeya table tbody tr.kaeri_room td input,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.koshitsu table tbody tr.yuki_room td input,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.koshitsu table tbody tr.kaeri_room td input,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.oobeya table tbody tr.yuki_room td input,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.oobeya table tbody tr.kaeri_room td input {
    text-align: right;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.koshitsu table tbody tr.yuki_room td.adult_ct:before, html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.koshitsu table tbody tr.kaeri_room td.adult_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.oobeya table tbody tr.yuki_room td.adult_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.oobeya table tbody tr.kaeri_room td.adult_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.koshitsu table tbody tr.yuki_room td.adult_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.koshitsu table tbody tr.kaeri_room td.adult_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.oobeya table tbody tr.yuki_room td.adult_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.oobeya table tbody tr.kaeri_room td.adult_ct:before {
    content: "大人（中学生以上）";
    width: 140px;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.koshitsu table tbody tr.yuki_room td.junior_ct:before, html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.koshitsu table tbody tr.kaeri_room td.junior_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.oobeya table tbody tr.yuki_room td.junior_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.oobeya table tbody tr.kaeri_room td.junior_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.koshitsu table tbody tr.yuki_room td.junior_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.koshitsu table tbody tr.kaeri_room td.junior_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.oobeya table tbody tr.yuki_room td.junior_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.oobeya table tbody tr.kaeri_room td.junior_ct:before {
    content: "小人（小学生）";
    width: 140px;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.koshitsu table tbody tr.yuki_room td.child_ct:before, html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.koshitsu table tbody tr.kaeri_room td.child_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.oobeya table tbody tr.yuki_room td.child_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.oobeya table tbody tr.kaeri_room td.child_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.koshitsu table tbody tr.yuki_room td.child_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.koshitsu table tbody tr.kaeri_room td.child_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.oobeya table tbody tr.yuki_room td.child_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.oobeya table tbody tr.kaeri_room td.child_ct:before {
    content: "幼児（未就学児）";
    width: 140px;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.koshitsu table tbody tr.yuki_room td.baby_ct:before, html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.koshitsu table tbody tr.kaeri_room td.baby_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.oobeya table tbody tr.yuki_room td.baby_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.oobeya table tbody tr.kaeri_room td.baby_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.koshitsu table tbody tr.yuki_room td.baby_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.koshitsu table tbody tr.kaeri_room td.baby_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.oobeya table tbody tr.yuki_room td.baby_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.oobeya table tbody tr.kaeri_room td.baby_ct:before {
    content: "乳児（0才児）";
    width: 140px;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.koshitsu table tbody tr.yuki_room td.room_ct:before, html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.koshitsu table tbody tr.kaeri_room td.room_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.oobeya table tbody tr.yuki_room td.room_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.oobeya table tbody tr.kaeri_room td.room_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.koshitsu table tbody tr.yuki_room td.room_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.koshitsu table tbody tr.kaeri_room td.room_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.oobeya table tbody tr.yuki_room td.room_ct:before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.oobeya table tbody tr.kaeri_room td.room_ct:before {
    content: "部屋数";
    width: 140px;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.koshitsu table tbody tr.yuki_room td:nth-last-of-type(1):before, html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.koshitsu table tbody tr.kaeri_room td:nth-last-of-type(1):before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.oobeya table tbody tr.yuki_room td:nth-last-of-type(1):before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.oobeya table tbody tr.kaeri_room td:nth-last-of-type(1):before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.koshitsu table tbody tr.yuki_room td:nth-last-of-type(1):before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.koshitsu table tbody tr.kaeri_room td:nth-last-of-type(1):before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.oobeya table tbody tr.yuki_room td:nth-last-of-type(1):before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.oobeya table tbody tr.kaeri_room td:nth-last-of-type(1):before {
    content: "空き数";
    width: 160px;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.car_bike table tbody tr.title th,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.car_bike table tbody tr.title th {
    display: none;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.car_bike table tbody tr.title th.title,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.car_bike table tbody tr.title th.title {
    display: block;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.car_bike table tbody tr td.car_bike,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.car_bike table tbody tr td.car_bike {
    display: flex;
    text-align: left;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.car_bike table:nth-of-type(1) td.car_bike:nth-of-type(1):before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.car_bike table:nth-of-type(1) td.car_bike:nth-of-type(1):before {
    content: "3m未満";
    width: 100px;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.car_bike table:nth-of-type(1) td.car_bike:nth-of-type(2):before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.car_bike table:nth-of-type(1) td.car_bike:nth-of-type(2):before {
    content: "4m未満";
    width: 100px;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.car_bike table:nth-of-type(1) td.car_bike:nth-of-type(3):before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.car_bike table:nth-of-type(1) td.car_bike:nth-of-type(3):before {
    content: "5m未満";
    width: 100px;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.car_bike table:nth-of-type(1) td.car_bike:nth-of-type(4):before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.car_bike table:nth-of-type(1) td.car_bike:nth-of-type(4):before {
    content: "6m未満";
    width: 100px;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.car_bike table:nth-of-type(2) td.car_bike:nth-of-type(1):before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.car_bike table:nth-of-type(2) td.car_bike:nth-of-type(1):before {
    content: "125cc以下";
    width: 120px;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.car_bike table:nth-of-type(2) td.car_bike:nth-of-type(2):before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.car_bike table:nth-of-type(2) td.car_bike:nth-of-type(2):before {
    content: "750cc未満";
    width: 120px;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.car_bike table:nth-of-type(2) td.car_bike:nth-of-type(3):before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.car_bike table:nth-of-type(2) td.car_bike:nth-of-type(3):before {
    content: "750cc以上";
    width: 120px;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.car_bike table:nth-of-type(2) td.car_bike:nth-of-type(4):before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.car_bike table:nth-of-type(2) td.car_bike:nth-of-type(4):before {
    content: "自転車（袋なし）";
    width: 120px;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.car_bike table:nth-of-type(2) td.car_bike:nth-of-type(5):before,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.car_bike table:nth-of-type(2) td.car_bike:nth-of-type(5):before {
    content: "自転車（袋あり）";
    width: 120px;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.hyoka_pr div#about,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.hyoka_pr div#about {
    padding-left: 8px;
    padding-right: 8px;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.hyoka_pr div#about ul,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.hyoka_pr div#about ul {
    padding-inline-start: 0;
    list-style-type: none;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.hyoka_pr div#about ul ul,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.hyoka_pr div#about ul ul {
    padding-inline-start: 20px;
    list-style-type: circle;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.hyoka_pr table tbody tr th.title,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.hyoka_pr table tbody tr th.title {
    border-bottom: 0;
    text-align: left;
    background-color: inherit;
    padding: 10px;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_search div.hyoka_pr table tbody tr td.car_hyoka_pr,
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_plan div.hyoka_pr table tbody tr td.car_hyoka_pr {
    border-top: 0;
    padding: 10px;
    padding-top: 0;
    text-align: left;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_confirmation div#meisai div#yoyaku_pr {
    overflow-x: auto;
  }
  html.responsive div#ryokyaku_simulation div#ryokyaku_simulation_confirmation div#next input.myButton {
    padding: 8px 10px;
    font-size: 18px;
    width: 100%;
  }
}

html.responsive div.ryokyaku_designations .section {
  margin-bottom: 10px;
}
html.responsive div.ryokyaku_designations div#section_jyosen_information div.about_jikoku div {
  display: inline-block;
  padding: 4px 0;
}
html.responsive div.ryokyaku_designations div#section_jyosen_information div.about_jikoku div.title {
  margin-right: 8px;
  padding: 2px 20px;
  background-color: #0071BC;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: white;
}
html.responsive div.ryokyaku_designations div#section_jyosen_information div.about_senmei div {
  display: inline-block;
  padding: 4px 0;
}
html.responsive div.ryokyaku_designations div#section_jyosen_information div.about_senmei div.title {
  margin-right: 8px;
  padding: 2px 20px;
  background-color: #2cabff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: white;
}
html.responsive div.ryokyaku_designations div#section_omakase div.panel {
  padding: 5px;
  margin: 5px 0;
  font-weight: bold;
  color: #244B8A;
  background: #FFF;
  border: solid 2px #244B8A;
  border-radius: 10px;
  overflow: auto;
}
html.responsive div.ryokyaku_designations div#section_omakase div.panel div.description {
  text-align: left;
  margin-bottom: 5px;
}
html.responsive div.ryokyaku_designations div#section_omakase div.panel.force {
  color: #cc0001;
  background: #ffffff;
  border: solid 2px #cc0001;
}
html.responsive div.ryokyaku_designations div#operation_room_group div.operation,
html.responsive div.ryokyaku_designations div#operation_available div.operation,
html.responsive div.ryokyaku_designations div#operation_usage_guide div.operation {
  display: flex;
  flex-wrap: wrap;
}
html.responsive div.ryokyaku_designations div#operation_room_group div.operation div.item,
html.responsive div.ryokyaku_designations div#operation_available div.operation div.item,
html.responsive div.ryokyaku_designations div#operation_usage_guide div.operation div.item {
  padding: 0 10px;
}
html.responsive div.ryokyaku_designations div#operation_usage_guide div.operation div.usage_guide {
  display: inline-block;
  margin-right: 10px;
}
html.responsive div.ryokyaku_designations div#operation_usage_guide div.operation div.usage_guide div {
  display: inline-block;
  height: 14px;
  width: 14px;
}
html.responsive div.ryokyaku_designations div#operation_usage_guide div.operation div.usage_guide div.disabled {
  background-color: #cccccc;
}
html.responsive div.ryokyaku_designations div#operation_usage_guide div.operation div.usage_guide div.selectable {
  background-color: #2e75b6;
}
html.responsive div.ryokyaku_designations div#operation_usage_guide div.operation div.usage_guide div.designated {
  background-color: #ffce0d;
}
html.responsive div.ryokyaku_designations div#operation_usage_guide div.operation div.usage_guide div.invalid {
  background-color: #cc0001;
}
html.responsive div.ryokyaku_designations div#map_inboard div.room div.pc {
  display: block;
  text-align: center;
}
html.responsive div.ryokyaku_designations div#map_inboard div.room div.pc svg {
  width: 100%;
  max-width: 980px;
  max-height: 450px;
}
html.responsive div.ryokyaku_designations div#map_inboard div.room div.sp {
  display: none;
  text-align: center;
}
html.responsive div.ryokyaku_designations div#map_inboard div.room div.sp svg {
  width: auto;
  max-width: 90vw;
  max-height: 95vh;
  min-height: 540px;
}
html.responsive div.ryokyaku_designations div#map_inboard div.room_bed div.pc {
  display: block;
  text-align: center;
}
html.responsive div.ryokyaku_designations div#map_inboard div.room_bed div.pc svg {
  width: auto;
  max-width: 340px;
}
html.responsive div.ryokyaku_designations div#map_inboard div.room_bed div.sp {
  display: none;
  text-align: center;
}
html.responsive div.ryokyaku_designations div#map_inboard div.room_bed div.sp svg {
  width: 100%;
  max-width: 340px;
}
html.responsive div.ryokyaku_designations div#overlay_modal_room_bed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}
html.responsive div.ryokyaku_designations div.modal_room_bed {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 11;
  padding: 20px;
  max-height: 90%;
  max-height: 90vh;
}
html.responsive div.ryokyaku_designations div.modal_room_bed div.header {
  width: 100%;
}
html.responsive div.ryokyaku_designations div.modal_room_bed div.header div.zone_kb_nm {
  display: inline-block;
}
html.responsive div.ryokyaku_designations div.modal_room_bed div.header div.room_no {
  display: inline-block;
}
html.responsive div.ryokyaku_designations div.modal_room_bed div.header div.bed_no {
  display: inline-block;
}
html.responsive div.ryokyaku_designations div.modal_room_bed div.header div.bed_up_low_kb {
  display: inline-block;
}
html.responsive div.ryokyaku_designations div.modal_room_bed div.header div.accordion {
  display: inline-block;
  float: right;
  cursor: pointer;
}
html.responsive div.ryokyaku_designations div.modal_room_bed div.header div.accordion::after {
  content: "▼";
}
html.responsive div.ryokyaku_designations div.modal_room_bed div.header div.accordion.open::after {
  content: "▲";
}
html.responsive div.ryokyaku_designations div.modal_room_bed div.header div.picture {
  text-align: center;
}
html.responsive div.ryokyaku_designations div.modal_room_bed div.header div.picture img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
html.responsive div.ryokyaku_designations div.modal_room_bed div.header div.picture .hide {
  display: none;
}
html.responsive div.ryokyaku_designations div.modal_room_bed div.body {
  min-width: 300px;
}
html.responsive div.ryokyaku_designations div#overlay_modal_detail {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 20;
}
html.responsive div.ryokyaku_designations div.modal_detail {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 21;
  padding: 20px;
  min-width: 250px;
  min-height: 250px;
  max-height: 90%;
  max-height: 90vh;
}
html.responsive div.ryokyaku_designations div.modal_detail div#info_room {
  width: 100%;
}
html.responsive div.ryokyaku_designations div.modal_detail div#info_room div.zone_kb_nm {
  display: inline-block;
}
html.responsive div.ryokyaku_designations div.modal_detail div#info_room div.room_no {
  display: inline-block;
}
html.responsive div.ryokyaku_designations div.modal_detail div#info_room div.bed_no {
  display: inline-block;
}
html.responsive div.ryokyaku_designations div.modal_detail div#info_room div.bed_up_low_kb {
  display: inline-block;
}
html.responsive div.ryokyaku_designations div.modal_detail div#info_room div.accordion {
  display: inline-block;
  float: right;
  cursor: pointer;
}
html.responsive div.ryokyaku_designations div.modal_detail div#info_room div.accordion::after {
  content: "▼";
}
html.responsive div.ryokyaku_designations div.modal_detail div#info_room div.accordion.open::after {
  content: "▲";
}
html.responsive div.ryokyaku_designations div.modal_detail div#info_room div.picture {
  text-align: center;
}
html.responsive div.ryokyaku_designations div.modal_detail div#info_room div.picture img {
  width: 100%;
  max-width: 434px;
  height: auto;
}
html.responsive div.ryokyaku_designations div.modal_detail div#info_room div.picture .hide {
  display: none;
}
html.responsive div.ryokyaku_designations div.modal_detail div.passenger {
  padding: 5px;
  margin: 5px 0;
  font-weight: bold;
  color: #6091d3;
  background: #FFF;
  border: solid 1px #6091d3;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.5);
  transform: translate(-2px, -2px);
  transition: 0.1s all;
  display: flex;
}
html.responsive div.ryokyaku_designations div.modal_detail div.passenger > .center {
  flex-grow: 1;
  padding: 0 10px 0 5px;
}
html.responsive div.ryokyaku_designations div.modal_detail div.passenger > .center > .yoyaku_info {
  text-align: right;
  font-size: 75%;
}
html.responsive div.ryokyaku_designations div.modal_detail div.passenger > .right {
  width: 85px;
  padding: 0 5px 0 5px;
  font-size: 75%;
  border-left: dotted 1px #6091d3;
}
html.responsive div.ryokyaku_designations div.modal_detail div.passenger > .right > .yotei_info {
  padding: 0 0 2.5px 2.5px;
}
html.responsive div.ryokyaku_designations div.modal_detail div.passenger > .right > .designation_info {
  border-top: dotted 1px #6091d3;
  padding: 2.5px 2.5px 0 0;
  text-align: right;
}
html.responsive div.ryokyaku_designations div.modal_detail div.passenger.hide {
  display: none;
  cursor: default;
}
html.responsive div.ryokyaku_designations div.modal_detail div.passenger.disabled {
  background: #ccc;
  cursor: default;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  transform: translate(0, 0);
}
html.responsive div.ryokyaku_designations div.modal_detail div.passenger.designated.checked {
  background: #ffd700;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  transform: translate(0, 0);
}
html.responsive div.ryokyaku_designations div.modal_detail div.passenger.invalid.checked {
  background: #cc0001;
  color: #ffffff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  transform: translate(0, 0);
}
html.responsive div.ryokyaku_designations div#designation_detail table {
  margin: 20px 0;
  border-collapse: collapse;
  width: 100%;
}
html.responsive div.ryokyaku_designations div#designation_detail table th {
  font-weight: bold;
  background-color: #E1E1E1;
  color: #6f6f6f;
  white-space: nowrap;
}
html.responsive div.ryokyaku_designations div#designation_detail table th, html.responsive div.ryokyaku_designations div#designation_detail table td {
  padding: 5px 10px;
  border: 1px solid #ccc;
}
html.responsive div.ryokyaku_designations div#designation_detail table td.spacer {
  display: none;
}
html.responsive div#overlay_modal_not_been_completed,
html.responsive div#overlay_modal_been_completed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 20;
}
html.responsive div.modal_not_been_completed,
html.responsive div.modal_been_completed {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 21;
  padding: 15px;
  min-width: 260px;
  min-height: 100px;
  max-height: 90%;
  max-height: 90vh;
}
html.responsive div#overlay_modal_close {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 20;
}
html.responsive div.modal_close {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 21;
  padding: 15px;
  min-width: 260px;
  min-height: 100px;
  max-height: 90%;
  max-height: 90vh;
}
@media (max-width: 767px) {
  html.responsive div.ryokyaku_designations div#map_inboard div.room div.pc {
    display: none;
  }
  html.responsive div.ryokyaku_designations div#map_inboard div.room div.sp {
    display: block;
  }
  html.responsive div.ryokyaku_designations div#map_inboard div.room_bed div.pc {
    display: none;
  }
  html.responsive div.ryokyaku_designations div#map_inboard div.room_bed div.sp {
    display: block;
  }
  html.responsive div.ryokyaku_designations div#designation_detail table {
    display: block;
  }
  html.responsive div.ryokyaku_designations div#designation_detail table thead, html.responsive div.ryokyaku_designations div#designation_detail table tfoot {
    display: block;
  }
  html.responsive div.ryokyaku_designations div#designation_detail table tbody {
    display: block;
  }
  html.responsive div.ryokyaku_designations div#designation_detail table tbody tr {
    display: block;
    padding: 5px;
    margin: 5px 0;
    font-weight: bold;
    color: #6091d3;
    background: #FFF;
    border: solid 2px #6091d3;
    border-radius: 10px;
    overflow: auto;
  }
  html.responsive div.ryokyaku_designations div#designation_detail table tbody tr th, html.responsive div.ryokyaku_designations div#designation_detail table tbody tr td {
    display: block;
    border: none;
  }
  html.responsive div.ryokyaku_designations div#designation_detail table tbody tr th.ryokyaku_kb, html.responsive div.ryokyaku_designations div#designation_detail table tbody tr td.ryokyaku_kb {
    text-align: right;
    float: right;
  }
  html.responsive div.ryokyaku_designations div#designation_detail table tbody tr th.sei_kana_nm, html.responsive div.ryokyaku_designations div#designation_detail table tbody tr td.sei_kana_nm {
    display: inline-block;
    font-size: 1.5em;
    padding-right: 5px;
  }
  html.responsive div.ryokyaku_designations div#designation_detail table tbody tr th.mei_kana_nm, html.responsive div.ryokyaku_designations div#designation_detail table tbody tr td.mei_kana_nm {
    display: inline-block;
    font-size: 1.5em;
    padding-left: 5px;
    clear: both;
  }
  html.responsive div.ryokyaku_designations div#designation_detail table tbody tr th.age, html.responsive div.ryokyaku_designations div#designation_detail table tbody tr td.age {
    display: inline-block;
    padding-right: 5px;
    text-align: right;
    float: right;
  }
  html.responsive div.ryokyaku_designations div#designation_detail table tbody tr th.gender_kb, html.responsive div.ryokyaku_designations div#designation_detail table tbody tr td.gender_kb {
    display: inline-block;
    padding-left: 5px;
    text-align: right;
    float: right;
  }
  html.responsive div.ryokyaku_designations div#designation_detail table tbody tr th.room_kb, html.responsive div.ryokyaku_designations div#designation_detail table tbody tr td.room_kb {
    display: inline-block;
    clear: both;
  }
  html.responsive div.ryokyaku_designations div#designation_detail table tbody tr th.room_kb:before, html.responsive div.ryokyaku_designations div#designation_detail table tbody tr td.room_kb:before {
    content: "船室希望：";
  }
  html.responsive div.ryokyaku_designations div#designation_detail table tbody tr th.designation_info, html.responsive div.ryokyaku_designations div#designation_detail table tbody tr td.designation_info {
    display: inline-block;
    clear: both;
    float: right;
  }
  html.responsive div.ryokyaku_designations div#designation_detail table tbody tr th.designation_info div, html.responsive div.ryokyaku_designations div#designation_detail table tbody tr td.designation_info div {
    display: inline-block;
    font-size: 1.5em;
    width: 70px;
    color: #f03e51;
  }
  html.responsive div.ryokyaku_designations div#designation_detail table tbody tr th.designation_info:before, html.responsive div.ryokyaku_designations div#designation_detail table tbody tr td.designation_info:before {
    content: "部屋番号：";
  }
  html.responsive div.ryokyaku_designations div#designation_detail table.tablesorter-default thead, html.responsive div.ryokyaku_designations div#designation_detail table.tablesorter-default tfoot {
    display: block;
  }
  html.responsive div.ryokyaku_designations div#designation_detail table.tablesorter-default thead tr, html.responsive div.ryokyaku_designations div#designation_detail table.tablesorter-default tfoot tr {
    display: flex;
    justify-content: flex-end;
  }
  html.responsive div.ryokyaku_designations div#designation_detail table.tablesorter-default thead tr th, html.responsive div.ryokyaku_designations div#designation_detail table.tablesorter-default tfoot tr th {
    display: inline-block;
  }
  html.responsive div.ryokyaku_designations div#designation_detail table.tablesorter-default thead tr th.tablesorter-header, html.responsive div.ryokyaku_designations div#designation_detail table.tablesorter-default tfoot tr th.tablesorter-header {
    background-image: none;
  }
  html.responsive div.ryokyaku_designations div#designation_detail table.tablesorter-default thead tr th.tablesorter-headerAsc, html.responsive div.ryokyaku_designations div#designation_detail table.tablesorter-default tfoot tr th.tablesorter-headerAsc {
    background-color: #adff2f;
    color: #4d4d4d;
  }
  html.responsive div.ryokyaku_designations div#designation_detail table.tablesorter-default thead tr th.tablesorter-headerDesc, html.responsive div.ryokyaku_designations div#designation_detail table.tablesorter-default tfoot tr th.tablesorter-headerDesc {
    background-color: #ffad2f;
    color: #4d4d4d;
  }
  html.responsive div.ryokyaku_designations div#designation_detail table.tablesorter-default thead tr th[data-sorter=false], html.responsive div.ryokyaku_designations div#designation_detail table.tablesorter-default tfoot tr th[data-sorter=false] {
    display: none;
  }
  html.responsive div.ryokyaku_designations div#designation_detail table.tablesorter-default thead tr:before, html.responsive div.ryokyaku_designations div#designation_detail table.tablesorter-default tfoot tr:before {
    content: "並順：";
    line-height: 28px;
  }
  html.responsive div.ryokyaku_designations div#designation_detail table.tablesorter-default tbody > tr.hover td,
  html.responsive div.ryokyaku_designations div#designation_detail table.tablesorter-default tbody > tr:hover td,
  html.responsive div.ryokyaku_designations div#designation_detail table.tablesorter-default tbody > tr.even:hover td,
  html.responsive div.ryokyaku_designations div#designation_detail table.tablesorter-default tbody > tr.even:hover td {
    background-color: inherit;
    color: inherit;
  }
  html.responsive div.ryokyaku_designations div.modal_room_bed {
    width: 90%;
    max-width: 340px;
    padding: 10px;
  }
  html.responsive div.ryokyaku_designations div.modal_detail {
    width: 90%;
    max-width: 340px;
    padding: 10px;
  }
}
html.responsive #ryokyaku_designations_edit .btn {
  -moz-box-shadow: inset 0px 1px 0px 0px #66ff99;
  -webkit-box-shadow: inset 0px 1px 0px 0px #66ff99;
  box-shadow: inset 0px 1px 0px 0px #66ff99;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33cc77), color-stop(1, #22bb66));
  background: -moz-linear-gradient(top, #33cc77 5%, #22bb66 100%);
  background: -webkit-linear-gradient(top, #33cc77 5%, #22bb66 100%);
  background: -o-linear-gradient(top, #33cc77 5%, #22bb66 100%);
  background: -ms-linear-gradient(top, #33cc77 5%, #22bb66 100%);
  background: linear-gradient(to bottom, #33cc77 5%, #22bb66 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$btn_background_color_1, endColorstr="$btn_background_color_2",GradientType=0);
  background-color: #33cc77;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #007722;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 100%;
  font-weight: bold;
  padding: 9px 18px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #118833;
}
html.responsive #ryokyaku_designations_edit .btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #22bb66), color-stop(1, #33cc77));
  background: -moz-linear-gradient(top, #22bb66 5%, #33cc77 100%);
  background: -webkit-linear-gradient(top, #22bb66 5%, #33cc77 100%);
  background: -o-linear-gradient(top, #22bb66 5%, #33cc77 100%);
  background: -ms-linear-gradient(top, #22bb66 5%, #33cc77 100%);
  background: linear-gradient(to bottom, #22bb66 5%, #33cc77 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$btn_background_color_2, endColorstr=$btn_background_color_1, GradientType=0);
  background-color: #22bb66;
}
html.responsive #ryokyaku_designations_edit .btn:active {
  position: relative;
  top: 1px;
}

#ryokyaku_simulation #next {
  margin: 20px 0;
}
#ryokyaku_simulation .group {
  display: block;
  max-width: 100%;
  margin-bottom: 15px;
  padding: 8px 15px 18px 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #0a2851;
}
#ryokyaku_simulation .table {
  display: table;
}
#ryokyaku_simulation .table .cell {
  display: table-cell;
  height: 25px;
  padding: 3px;
  vertical-align: middle;
}
#ryokyaku_simulation .table .cell.title {
  padding-left: 25px;
  min-width: 80px;
}
#ryokyaku_simulation .table .cell.value {
  border: 1px solid #ccc;
  min-width: 200px;
  overflow: hidden;
  white-space: nowrap;
}
#ryokyaku_simulation .table .cell.value select {
  height: 100%;
  width: 100%;
  border: 0;
}
#ryokyaku_simulation .table .cell.value input[type=text].hasDatepicker {
  height: 100%;
  width: 100%;
  border: 0;
}
#ryokyaku_simulation .table .cell.value img.ui-datepicker-trigger {
  position: relative;
  right: 20px;
  top: 4px;
}
#ryokyaku_simulation .table .cell.value .field_with_errors {
  width: 100%;
}
#ryokyaku_simulation table {
  margin: 10px 0;
  border-collapse: collapse;
}
#ryokyaku_simulation table th {
  font-weight: bold;
  background-color: #E1E1E1;
  color: #6f6f6f;
  padding: 3px;
  border: 1px solid #ccc;
  font-size: 100%;
}
#ryokyaku_simulation table td {
  text-align: left;
  padding: 20px 10px;
  border: 1px solid #ccc;
  font-size: 100%;
}
#ryokyaku_simulation table td.plan_content {
  min-width: 15em;
}
#ryokyaku_simulation table th.thead {
  width: 80px;
  background-color: #D3E9FE;
}
#ryokyaku_simulation table td.num {
  text-align: right;
}
#ryokyaku_simulation table th.title {
  min-width: 150px;
}
#ryokyaku_simulation table th.value {
  min-width: 70px;
}
#ryokyaku_simulation table th.value2 {
  min-width: 147px;
}
#ryokyaku_simulation table td.adult_ct,
#ryokyaku_simulation table td.junior_ct,
#ryokyaku_simulation table td.child_ct,
#ryokyaku_simulation table td.baby_ct,
#ryokyaku_simulation table td.room_ct,
#ryokyaku_simulation table td.pet_cage_ct,
#ryokyaku_simulation table td.car_bike,
#ryokyaku_simulation table td.car_hyoka_pr {
  text-align: center;
}
#ryokyaku_simulation .about_jikoku, #ryokyaku_simulation .about_senmei {
  padding: 1px 0;
}
#ryokyaku_simulation .about_jikoku .badge, #ryokyaku_simulation .about_senmei .badge {
  display: inline-block;
  padding: 2px;
  background-color: #aec5e3;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #0a2851;
}
