.ordercheck-wrapper {
  width: 850px;
  min-height: 500px;
  padding: 50px 0 50px 0;
}

.page-title-bar {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #eb5c05;
}
.page-title-bar > span {
  font-weight: normal;
  font-size: 1.2rem;
}
.page-title-bar > span.small {
  font-size: 0.9rem;
  font-weight: normal;
}

.orderno-form-wrapper {
  width: 100%;
  padding-top: 40px;
}
.orderno-form-wrapper .orderno-form-row {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
}
.orderno-form-wrapper .orderno-form-row > div {
  padding: 0; margin: 0;
}
.orderno-form-wrapper .orderno-form-row > div > input[type=text] {
  width: 500px;
  height: 40px;
  padding: 0 10px 0 10px;
}
.orderno-form-wrapper .orderno-form-row > div:first-child {
  width: 150px;
  text-align: center;
}
.orderno-form-wrapper .orderno-form-row > p {
  padding: 0; margin: 0;
}
.orderno-form-wrapper .orderno-form-row > button {
  width: 150px;
  height: 40px;
  background-color: #eb5c05;
  color: white;
  border: 0;
}
.top-greeting-box {
  width: 1100px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 50px 0 50px;
  background: rgba(248,248,248,1);
}
.page-content {
  width: calc(100% - 200px);
  padding: 0 10px 0 10px;
}
.mypage-flex-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.mypage-title {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(240,240,240,1);
}
.mypage-table {
  width: 100%;
}
.mypage-table > table {
  width: 100%;
  border-collapse: collapse;
}
.mypage-table > table th {
  border-collapse: collapse;
  border: 1px solid #c0c0c0;
  text-align: center;
  padding: 3px 5px 3px 5px;
  background-color: #dddddd;
}
.mypage-table > table td {
  border-collapse: collapse;
  border: 1px solid #c0c0c0;
  text-align: center;
  padding: 3px 5px 3px 5px;
}
.mypage-table > table td a {
  padding: 2px;
  border: 1px solid #cfcfcf;
  cursor: pointer;
}

.myorder-search-bar {
  width: 100%;
}
.myorder-search-bar > ul {
  list-style: none;
  display: flex;
  width: 100%;
  height: 50px;
  align-items: center;
  justify-content: flex-end;
}
.myorder-search-bar > ul > li {
  display: flex;
  width: auto;
  height: auto;
  list-style: none;
  padding: 0 10px 0 10px;
  align-items: center;
  justify-content: center;
}
.myorder-search-bar > ul > li > span {
  display: block;
  padding: 0 10px 0 10px;
}
.myorder-search-bar > ul > li > input {
  height: 30px;
  width: 130px;
}
.myorder-search-bar > ul > li > button {
  width: 80px;
  height: 30px;
  background: #e0e0e0;
  border: 0;
}

.myorder-list-box {
  width: 100%;
  padding: 30px 0 0 0;
}
.myorder-list-box > table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #a0a0a0;
}
.myorder-list-box > table > thead > tr > th {
  background: rgb(248,248,248);
  border-bottom: 1px solid #e0e0e0;
  padding: 17px 0 15px 0;
  color: #333;
  font-weight: bold;
  text-align: center;
  font-size: 0.9rem;
}
.myorder-list-box > table > tbody > tr > td {
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  color: #000;
  text-align: center;
  font-size: 0.9rem;
}
.myorder-list-box > table > tbody > tr > td:last-child {
  border-right: 0;
}
.myorder-list-box > table > tbody > tr > td > .item-row {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border-bottom: 1px solid #f0f0f0;
  padding: 5px 0 5px 0;
}
.myorder-list-box > table > tbody > tr > td > .item-row:last-child {
  border-bottom: 0;
}
.myorder-list-box > table > tbody > tr > td > .item-row > .item-thumb {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.myorder-list-box > table > tbody > tr > td > .item-row > .item-thumb > img {
  width: 80%;
  height: auto;
}
.myorder-list-box > table > tbody > tr > td > .item-row > .item-product {
  width: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.myorder-list-box > table > tbody > tr > td > .item-row > .item-product > div {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  padding: 0 5px 0 5p;
  font-size: 0.9em;
}
.myorder-list-box > table > tbody > tr > td > .item-row > .item-product > .item-brand {
  margin: 0;
}
.myorder-list-box > table > tbody > tr > td > .item-row > .item-product > .item-name {
  margin: 0;
}
.myorder-list-box > table > tbody > tr > td > .item-row > .item-product > .item-option {
  margin: 0;
}
.myorder-list-box > table > tbody > tr > td > .item-row > .item-product > .item-price {
  padding: 5px 10px 0 5px;
  text-align: right;
}

.myorder-list-box > table > tbody > tr > td > .delivery-row {
  margin: 0;
  padding: 5px 10px 5px 10px;
  width: 100%;
}
.myorder-list-box > table > tbody > tr > td > .delivery-row > p {
  text-indent: -3em;
  margin: 0 0 0 3em;
  line-height: 24px;
  padding: 0;
  text-align: left;
}
.btnPayAgain {
  background-color: #eb5c05;
  color: white;
  border: 0;
  font-size: 0.8rem;
}