@charset "UTF-8";

.order-history-head {
    padding: 16px 0 16px 0px;
    margin: 16px auto 8px;
    width: 100%;
    font-weight: 600;
    text-align: center;
    font-size: 1.6rem;
    text-align: left;
    max-width: 600px;
}

.order-history-shipment-status {
    padding: 8px 16px;
    margin: 0 8px 0 0;
    background-color: #eee;
    text-align: center;
    font-size: 1.6rem;
    left: 16px;
    top: 6px;
    display: inline-block;
}

.order-history-head h2 {
    font-size: 1.8rem;
    font-weight: 600;
    display: inline-block;
    padding: 0 0 0 0;
}

.order-history-number {
    margin: 0 auto;
    padding: 0 0 0;
    font-size: 1.4rem;
    font-weight: 600;
    max-width: 600px;
}

.order-history-titleCanceled {
  text-align: center;
  margin: 24px 0 8px;
  }

@media screen and (max-width: 767px) {
  .order-history-head {
    padding: 16px 0 16px 16px;
      /* border: solid 1px #bdbdbd; */
      margin: 0 auto 8px;
      width: 100%;
      background-color: #f7f7f7;
      font-weight: 600;
      text-align: center;
      font-size: 1.6rem;
      text-align: left;
  }

  .order-history-head h2 {
    font-size: 1.2rem;
      font-weight: 600;
      display: inline-block;
      padding: 0 0 0 0;
  }

  .order-history-shipment-status {
    padding: 8px 8px;
      /* border: solid 1px #bdbdbd; */
      margin: 0 8px 0 0;
      /* width: 100px; */
      background-color: #eee;
      /* font-weight: 600; */
      text-align: center;
      font-size: 1.2rem;
      /* position: absolute; */
      left: 16px;
      top: 6px;
      display: inline-block;
  }
  .order-history-number {
      margin: 0 0;
      padding: 0 16px;
      font-size: 1.2rem;
      font-weight: 600;
  }
  span.order-history-egift {
      margin: 0 0 0 8px;
  }


  .area-form {
      margin: 48px auto 0;
  }
  .order-history-titleBlock {
    background-color: #fff;
    margin: 0px 0 0 0;
    padding: 0 16px 16px;
  }
  .order-egift-title {
    background-color: #EEE;
        padding: 8px;
        width: 100%;
        margin: 0 auto 16px;
        /* background-color: #fff; */
        /* border: solid 1px #999; */
        font-size: 1.2rem;
        font-weight: 600;
    }

    .order-history-titleCanceled {
    text-align: center;
    margin: 24px 0 8px;
    }

}

.order-history-titleHeader{
  display: none;
}

.order-history-title{
  display: none;
}
.order-history-titleBlock {
    display: none;
}

