@charset "UTF-8";
html, body {
  height: 100%;
}

body {
  font-family: -apple-system, "Lucida Grande", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", meiryo, sans-serif;
  font-size: 16px;
  background: #ccc;
}

h2 i {
  margin-right: 15px;
}

hr {
  margin: 10px 0;
  background-color: #ccc;
  height: 1px;
  border: none;
}

label {
  margin: 0;
}

input, textarea {
  margin: 0 5px;
}

.pre-wrap {
  white-space: pre-wrap;
}

/* select */
.custom_select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

.custom_select {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-radius: 0.2em;
  border: 1px solid #aaa;
  background-color: white;
  vertical-align: middle;
  margin: 0 20px 0 0;
}

.custom_select > select {
  width: 130%;
  padding: 3px 2.4em 3px 10px;
  font-size: 1rem;
}

.custom_select:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1.8em;
  display: block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGFBMVEUAAAAZJCYWISIYIyQYIiUWIiIYIyQYIiXh0rToAAAACHRSTlMA/hTRqiinvwFkb0sAAABCSURBVHjajchBDsAgDAPBOJDw/x+XVN0icQGfPGs3i+2GEqeiLCXWLENzvdzrDfP2ls/NjfKbgimYglfBq2Dm+LwHguMA235EdKYAAAAASUVORK5CYII=") center no-repeat;
  pointer-events: none;
}

.default .custom_select > select {
  width: auto;
}

.overflow .custom_select {
  overflow: visible;
}

.overflow .custom_select select {
  outline: 2px dotted rgba(255, 255, 0, 0.5);
}

/* header */
#no_header {
  background: white;
}

#login_box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
}

#forgot_password_box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
}

#login_box .row {
  margin-bottom: 10px;
}

#login_box input[type=text],
#login_box input[type=password] {
  width: 100%;
}

.forgot_link {
  color: #468cc8;
}

.blue {
  background-color: #468cc8 !important;
}

.login_button {
  padding: 10px !important;
  width: 100%;
}

.button {
  white-space: nowrap;
}

input[type=submit], input[type=submit]:visited, input[type=button], input[type=button]:visited, .button, .button:visited {
  padding: 8px 30px;
  font-size: 14px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #eeeeee;
  border-bottom: #ccc 1px solid;
  z-index: 999;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

header h1 {
  display: none;
}

#header_menu {
  list-style: none;
  position: absolute;
  top: 8px;
  right: 20px;
  vertical-align: middle;
}

#header_menu i {
  margin-right: 10px;
  font-size: 22px;
  vertical-align: middle;
}

#header_menu ul {
  background: white;
  list-style: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  height: 0;
}

#header_menu:hover ul {
  height: 90px;
}

#header_menu li {
  padding: 10px;
}

#header_menu a {
  text-decoration: none;
}

#header_environment {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 29px;
  margin-left: 30px;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  background-color: #c83d40;
}

.wrap {
  background: white;
  padding-top: 40px;
  min-height: 100%;
  max-width: 100%;
  min-width: 1280px;
}

.container {
  padding: 0;
}

#sidebar {
  background: #eeeeee;
  min-height: 100vh;
  position: fixed;
  top: 40px;
  left: 0;
  width: 200px;
  border-right: 1px solid #aaaaaa;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

#sidebar ul {
  list-style-type: none;
}

#sidebar i {
  margin-right: 10px;
  font-size: 30px;
  color: #585858;
  vertical-align: middle;
}

#sidebar li {
  font-weight: bold;
  border-bottom: #aaaaaa 1px solid;
}

#sidebar li a {
  padding: 10px 10px;
  text-decoration: none;
  color: #585858;
  display: block;
}

#sidebar li a.current i {
  color: #3794f8;
}

#sidebar li a:hover {
  background: #3794f8;
  color: white;
}

#sidebar li a:hover i {
  color: white;
}

#sidebar #other-admin li div {
  padding: 8px 10px;
  background: #666;
  color: #fff;
}

#sidebar #other-admin li a {
  padding: 5px 10px;
}

#sidebar #other-admin li a:hover {
  background: #3794f8;
  color: white;
}

.menu_box {
  border: #cccccc 2px solid;
  margin: 10px;
  border-radius: 3px;
  font-size: 30px;
  height: 200px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.menu_box:hover {
  border: #3794f8 2px solid;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.menu_box i {
  font-size: 70px;
  margin-right: 20px;
  color: #3794f8;
}

.menu_box * {
  vertical-align: middle;
}

.menu_box a {
  width: 100%;
  height: 100%;
  font-weight: bold;
  text-decoration: none;
  padding: 60px 30px;
  display: block;
}

.page {
  padding: 20px;
}

.hidden {
  display: none;
}

#message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
  line-height: 50px;
  animation: message 1s ease forwards;
  animation-delay: 3.5s;
  overflow: hidden;
  z-index: 10000;
}

a.btn-sync,
a:link.btn-sync,
a:visited.btn-sync {
  font-size: 10px;
  color: #fff;
  background-color: #333;
  padding: 5px 8px;
  white-space: nowrap;
}

/* paging */
.paging {
  margin-top: 20px;
}

.paging strong {
  padding: 0 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px 0 0;
  min-width: 30px;
  line-height: 30px;
  height: 30px;
  background: #468cc8;
  color: white;
}

.paging a {
  padding: 0 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px 0 0;
  min-width: 30px;
  line-height: 30px;
  height: 30px;
  background: #aaa;
  color: white;
}

/* breadcrumb */
.breadcrumbs {
  font-size: 0.8rem;
  margin-bottom: 20px;
}

.breadcrumbs li {
  float: left;
  list-style: none;
  margin-right: 3px;
}

.breadcrumbs li:after {
  content: " >";
}

.breadcrumbs li:last-child:after {
  content: "";
}

.product_info {
  list-style-type: none;
}

.product_info li,
.fields .row {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.product_info li:last-child,
.fields .row:last-of-type {
  border-bottom: none;
}

.input-large {
  font-size: 1.2rem;
  line-height: 30px;
  width: 100px;
  text-align: right;
}

.error-nothing {
  margin: 5px;
  color: #c83d40;
  background-color: #eee;
  display: inline-block;
  padding: 5px 10px;
}

.img_grid {
  padding: 15px;
}

.product_img {
  max-width: 200px !important;
  max-height: 200px !important;
}

.member-only {
  background: #ccffe5;
}

.gray-out {
  background: #aaaaaa;
}

.notice_message {
  border-radius: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 5px;
  background-color: #7fffd4;
  text-align: center;
}

.notice_comment {
  margin-bottom: 10px;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  background-color: #f0e68c;
}

.notice_janimage {
  border-radius: 10px;
  background-color: #bbb;
  padding: 5px;
  font-size: 0.8rem;
}

.input_note {
  display: inline-block;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
  background-color: #f0e68c;
}

table.syohin-detail-edit th {
  width: 150px;
}

table.syohin-detail-edit .edit-section {
  padding: 15px;
}

table.syohin-detail-edit td {
  padding: 5px;
}

label.label-large {
  border-radius: 20px;
  padding: 10px;
  margin: 10px;
  display: inline-block;
  cursor: pointer;
  background-color: #b0c4de;
}

label.label-large:hover {
  background-color: #f0f8ff;
  color: #555;
}

input.sync_input {
  margin: 5px;
}

label.optionview {
  border-radius: 10px;
  padding-right: 10px;
  background-color: #e6e6fa;
  margin: 0 5px;
  cursor: pointer;
}

.edit-form-anchor {
  margin: 8px;
  background-color: #d2b48c;
}

.edit-form-anchor li {
  float: left;
  list-style: none;
  margin: 5px 10px;
  padding: 3px;
}

.edit-form-anchor li a {
  text-decoration: none;
  color: #800000;
  font-size: 12px;
}

.edit-form-anchor li a:hover {
  color: #fff;
}

.sync_placeholder {
  margin: 10px;
  font-size: 10px;
  color: #aaa;
  max-width: 450px;
}

.parsley-errors-list {
  color: #c83d40;
}

[aria-disabled=true] {
  display: none;
}

.imgfilename {
  font-size: 10px;
  word-wrap: break-word;
  color: #666;
}

.sync-target-property {
  font-size: 0.8rem;
  color: #5f9ea0;
}

@keyframes message {
  0% {
    height: 50px;
  }
  100% {
    height: 0;
  }
}
.date-format-mini {
  font-size: 9px;
  text-align: right;
  color: #666;
}

.sales-price {
  font-weight: bold;
  font-size: 0.9em;
  color: darkred;
}

.member-price {
  font-weight: bold;
  font-size: 0.9em;
  color: darkgreen;
}/*# sourceMappingURL=style.css.map */