/* ver6 */

#list {
  width: 100%;
  display: block;
}

table.main_h {
  text-align: center;
  width: calc(100% - 10px);
  font: 12px arial;
  border-collapse: collapse;
  table-layout: fixed;
}

.ship_c {
  height: 700px;
  overflow-y: scroll;
  margin-bottom: 50px;
}

.ship_c::-webkit-scrollbar {
  width: 10.5px;
}
.ship_c::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}
.ship_c::-webkit-scrollbar-track-piece:start {
  background: #f1f1f1;
}
.ship_c::-webkit-scrollbar-track-piece:end {
  background: #fff;
}

table.main {
  text-align: center;
  width: 100%;
  font: 12px arial;
  border-collapse: collapse;
  table-layout: fixed;
}

table.main_h tr td:nth-of-type(1),
table.main_h tr td:nth-of-type(2),
table.main tr td:nth-of-type(1),
table.main tr td:nth-of-type(2) {
  width: 115px;
}

table.main_h tr td:nth-of-type(3),
table.main tr td:nth-of-type(3) {
  width: 40px;
}

td {
  padding: 0 1px;
  border: 1px solid #ddd;
  word-break: break-all !important;
  white-space: normal !important;
  overflow-wrap: break-word;
}

tr#head_nh {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e7e7e7), to(#ffffff));
  background-image: -o-linear-gradient(bottom, #e7e7e7, #ffffff);
  background-image: linear-gradient(-0deg, #e7e7e7, #ffffff);
  font-size: 10.5px;
  height: 60px;
}

.row {
  height: 30px;
}

.link {
  margin: 0 auto 0 auto;
}

.link td {
  border: 0px;
}

.link a {
  margin: 0 12px;
  font-size: 15px;
  font-weight: bold;
  color: #308;
}

.link a:hover {
  text-decoration: underline;
}

.cut_date {
  color: #999;
}

select::-ms-expand {
  display: none;
}

#shipping-schedule * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#shipping-schedule .detail-option {
  display: none;
}

#shipping-schedule .detail-option.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 10px;
  background: #eee;
  margin: 16px;
}

#shipping-schedule .detail-option.active > div {
  width: 50%;
  padding: 0 5px;
}

#shipping-schedule .detail-option.active .col-6 {
  float: left;
  width: calc(50% - 5px);
}

#shipping-schedule .detail-option.active .col-6 + .col-6 {
  margin-left: 10px;
}

#shipping-schedule .detail-option.active::after {
  display: block;
  content: "";
  clear: both;
}

#shipping-schedule button[type="button"] {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid #000;
  border-radius: 0.25rem;
}

#shipping-schedule .search-form form > div > label,
.detail-option-wrap label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 4px;
}

#shipping-schedule .search-form form > div {
  margin-bottom: 8px;
}

#shipping-schedule select,
#shipping-schedule input[type="text"] {
  border: 1px solid #ababab;
  padding-left: 0.5rem;
  height: 32px;
  background: #f9f9f9;
}

#shipping-schedule .show-detail-chk {
  font-size: 13px;
  cursor: pointer;
}

#shipping-schedule select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

section.search-form > form > * {
  float: left;
  padding: 16px;
}
section.search-form > form::after {
  content: "";
  clear: both;
  display: block;
}
section.search-form > form > div:nth-of-type(1),
section.search-form > form > div:nth-of-type(2),
section.search-form > form > div:nth-of-type(3),
section.search-form > form > div:nth-of-type(4) {
  width: 25%;
}
section.search-form > form > fieldset {
  width: 100%;
}
section.search-form > form > div.search-btn {
  width: 100%;
}

#shipping-schedule .detail-option-wrap {
  margin: 0;
  padding: 0;
}

#shipping-schedule .detail-option span {
  font-size: 0.9rem;
  font-weight: 700;
  display: inline-block;
  background: #003e5f;
  padding: 4px 7px;
  margin-bottom: 8px;
  color:#ffffff;
}

#shipping-schedule input[type="text"] {
  position: relative;
  width: 100%;
}

#shipping-schedule form > div:last-of-type::after {
  display: none;
}

#shipping-schedule .search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

#shipping-schedule .search-btn button[type="button"] {
  margin: 0 5px 0 auto;
  background:#eeeeee;
}

#shipping-schedule .search-btn .ship-search {
  color: #fff;
  background: #003e5f;
  border: 1px solid #000;
  font-weight: bold;
  width: 150px;
  cursor: pointer;
  box-shadow:none;
}

#shipping-schedule .search-opt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: auto;
  padding: 15px 10px;
  font-size: 0.8rem;
  font-weight: 700;
  border-top: 2px dotted #000;
  border-bottom: 2px dotted #000;
  background: #ecf2ff;
  margin: 16px 28px;
}

#shipping-schedule .search-opt div {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#shipping-schedule .shipping-list {
  width: 950px;
  margin: 32px 0 0 auto;
}

#shipping-schedule .shipping {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#shipping-schedule .shipping + .shipping {
  margin-top: 6px;
  border-top: 1px dashed #111;
}

#shipping-schedule .shipping .shipstatus {
  width: 60%;
}

#shipping-schedule .shipping .shipdate {
  width: 40%;
}

#shipping-schedule .shipping .shipstatus div:nth-of-type(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.2;
}
#shipping-schedule .shipping .shipstatus div:nth-of-type(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#shipping-schedule .shipping .shipstatus div:nth-of-type(3) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#shipping-schedule .shipping_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 0.9rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  line-height: 1.2;
}

#shipping-schedule .shipping_port {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#shipping-schedule .cut_date {
  color: #aaa;
}

#shipping-schedule .shipping .shipdate > div {
  width: 50%;
  padding: 4px;
}

#shipping-schedule .shipping .shipdate .font-weight-bold {
  font-weight: 700;
  margin-bottom: 3px;
  padding: 0 5px;
  background: #8bc34a;
}

#shipping-schedule .shipping .shipdate .shipping_port div + div {
  margin-left: 5px;
}

#shipping-schedule .shipping_ro-ro {
  background-color: mediumblue;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 2px 5px;
  display: block;
  margin-bottom: 3px;
}

#shipping-schedule .shipping_container {
  background-color: mediumvioletred;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 2px 5px;
  display: block;
  margin-bottom: 3px;
}

#shipping-schedule .search-opt .date {
  display: none;
}

select,
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h2{
  margin-right: 16px;
}

h2::before {
  content: "";
  background: url(https://autocj.co.jp/images/newimages/acj_icon.png) no-repeat;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  display: inline-block;
  background-size: cover;
  margin-right: 5px;
}

.shipping-link {
  float: left;
  margin-left:1rem;
  font-size:0.8rem;
}
.shipping-link::after {
  content: "";
  display: block;
  clear: both;
}
.shipping-link a {
  -webkit-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  background: -o-linear-gradient(top, #ffc107 0, #ff9800 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffc107), to(#ff9800));
  background: linear-gradient(to bottom, #ffc107 0, #ff9800 100%);
  border: 1px solid #da8201;
  font-weight: 700;
  padding: 10px;
  display: block;
}
.shipping-link a:hover {
  text-decoration: none;
  background: #ff9800;
}
.shipping-link a i {
  vertical-align: baseline;
}
table.link,
.search-box {
  clear: both;
}
