@charset "UTF-8";
.page-content {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.75);
}

.bulletins-table {
  display: block;
}

.bulletins-table thead, .bulletins-table tbody {
  display: block;
  width: 100%;
}

.bulletins-table thead {
  margin-top: 10px;
}

.bulletins-table thead tr {
  background: #6390df;
  border: 2px solid #3972d6;
}

.bulletins-table thead tr th {
  display: block;
}

.bulletins-table thead tr th.title, .bulletins-table thead tr th.text {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #000;
  font-size: 1rem;
}

@media (min-width: 767px) {
  .bulletins-table thead tr th.title, .bulletins-table thead tr th.text {
    font-size: 1.2rem;
  }
}
.bulletins-table thead tr th.text {
  border-left: 1px dashed #e2eaf9;
}

.bulletins-table tbody {
  margin-bottom: 30px;
}

.bulletins-table tbody tr {
  background: rgba(99, 144, 223, 0.1);
  border-bottom: 1px dashed #6390df;
  transition: background 400ms;
}

.bulletins-table tbody tr:nth-child(even) {
  background: #fff;
}

.bulletins-table tbody tr:nth-last-child(1) {
  border-bottom: 2px solid #3972d6;
}

.bulletins-table tbody tr:hover, .bulletins-table tbody tr:focus, .bulletins-table tbody tr:active {
  background: #f1f6ff;
}

.bulletins-table tbody tr td.text, .bulletins-table tbody tr td.text-date, .bulletins-table tbody tr td.download-link {
  display: block;
  padding: 4px;
  color: #f36302;
}

@media (min-width: 767px) {
  .bulletins-table tbody tr td.text, .bulletins-table tbody tr td.text-date, .bulletins-table tbody tr td.download-link {
    padding: 4px 0 4px 16px;
  }
}
.bulletins-table tbody tr td.text:before {
  content: "■";
  padding-right: 4px;
  font-size: 1.1rem;
}

@media (min-width: 767px) {
  .bulletins-table tbody tr td.text:before {
    font-size: 1.4rem;
  }
}
.bulletins-table tbody tr td.text a {
  display: inline-block;
  width: auto;
  max-width: calc(100% - 30px);
  vertical-align: text-top;
  color: #ed7d31;
}

.bulletins-table tbody tr td.text a:hover, .bulletins-table tbody tr td.text a:focus, .bulletins-table tbody tr td.text a:active {
  text-decoration: underline;
}

.bulletins-table tbody tr td.text-unlink, .bulletins-table tbody tr td.text-date, .bulletins-table tbody tr td.download-link {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
  line-height: 1.5;
  color: #ed7d31;
}

@media (min-width: 767px) {
  .bulletins-table tbody tr td.text-unlink, .bulletins-table tbody tr td.text-date, .bulletins-table tbody tr td.download-link {
    line-height: 2.5;
  }
}
.bulletins-table tbody tr td.text-date, .bulletins-table tbody tr td.download-link {
  border-left: 1px dashed #8daee8;
}

.bulletins-table tbody tr td.download-link img {
  width: 35px;
  height: auto;
}

.table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0px dashed #999999;
  border-right: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
}

.table tbody {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

.table th, .table td {
  border: 1px dashed #999999;
  border-bottom: 0;
  border-right: 0;
}

.search-form-wrapper .product-category, .search-form-wrapper .search-field {
  height: 35px;
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  .search-form-wrapper .product-category, .search-form-wrapper .search-field {
    margin-bottom: 0;
  }
}
.search-form-wrapper .product-category {
  width: 100%;
}

@media (min-width: 767px) {
  .search-form-wrapper .product-category {
    width: 120px;
    max-width: 120px;
  }
}
.search-form-wrapper .search-form {
  width: 100%;
}

@media (min-width: 767px) {
  .search-form-wrapper .search-form {
    display: inline-block;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 991px) {
  .search-form-wrapper .search-form {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.search-form-wrapper .search-form .search-field {
  outline: none;
  border-radius: 0px;
  border: 1px solid darkgray;
  margin-right: 4px;
  width: calc(100% - 60px);
  padding-left: 4px;
}

@media (min-width: 767px) {
  .search-form-wrapper .search-form .search-field {
    width: 200px;
    max-width: 200px;
  }
}
.search-form-wrapper .search-form .search-btn {
  float: right;
}

.search-form-wrapper .data-range-wrap {
  display: inline-block;
  margin-bottom: 15px;
}

.search-form-wrapper .data-range-wrap span {
  font-size: 0.85rem;
}

.search-form-wrapper .data-range-wrap input[type=text] {
  width: calc((100% - 84px) / 2);
  height: 35px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 0.85rem;
}

.search-form-wrapper .data-range-wrap input[type=text].placeholder {
  font-size: 0.85rem;
}

.search-form-wrapper .data-range-wrap input[type=text]:-moz-placeholder {
  font-size: 0.85rem;
}

.search-form-wrapper .data-range-wrap input[type=text]::-moz-placeholder {
  font-size: 0.85rem;
}

.search-form-wrapper .data-range-wrap input[type=text]:-ms-input-placeholder {
  font-size: 0.85rem;
}

.search-form-wrapper .data-range-wrap input[type=text]::-webkit-input-placeholder {
  font-size: 0.85rem;
}

.search-form-wrapper .data-range-wrap input[type=text]:nth-last-child(1) {
  float: right;
}

@media (min-width: 767px) {
  .search-form-wrapper .data-range-wrap {
    padding-right: 10px;
    margin-bottom: 0;
  }

  .search-form-wrapper .data-range-wrap span {
    font-size: 1rem;
  }

  .search-form-wrapper .data-range-wrap input[type=text] {
    width: 110px;
    font-size: 1rem;
  }

  .search-form-wrapper .data-range-wrap input[type=text].placeholder {
    font-size: 1rem;
  }

  .search-form-wrapper .data-range-wrap input[type=text]:-moz-placeholder {
    font-size: 1rem;
  }

  .search-form-wrapper .data-range-wrap input[type=text]::-moz-placeholder {
    font-size: 1rem;
  }

  .search-form-wrapper .data-range-wrap input[type=text]:-ms-input-placeholder {
    font-size: 1rem;
  }

  .search-form-wrapper .data-range-wrap input[type=text]::-webkit-input-placeholder {
    font-size: 1rem;
  }
}
btn.search-btn, .btn.checkout-list-btn {
  display: inline-block;
  margin: auto;
  padding: 7px 10px;
  font-size: 0.85rem;
}

.btn.btn-orange {
  border: 1px solid #b35c15;
  background: #eca971;
  background: -moz-linear-gradient(top, #eca971 0%, #db7d31 100%);
  background: -webkit-linear-gradient(top, #eca971 0%, #db7d31 100%);
  background: linear-gradient(to bottom, #eca971 0%, #db7d31 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eca971", endColorstr="#db7d31", GradientType=0);
}

.btn.btn-orange:hover, .btn.btn-orange:focus, .btn.btn-orange:active {
  background: #dd7723;
  background: -moz-linear-gradient(top, #dd7723 0%, #9b4906 100%);
  background: -webkit-linear-gradient(top, #dd7723 0%, #9b4906 100%);
  background: linear-gradient(to bottom, #dd7723 0%, #9b4906 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dd7723", endColorstr="#9b4906", GradientType=0);
}

.btn.btn-orange-guest {
  padding: 4px 15px;
  border: 1px solid #dd7723;
  background: #db7d31;
  transition: box-shadow 400ms;
}

.btn.btn-orange-guest:hover, .btn.btn-orange-guest:focus, .btn.btn-orange-guest:active {
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.35);
}

.btn.btn-red {
  border: 1px solid #af0303;
  background: #f01313;
  background: -moz-linear-gradient(top, #f01313 0%, #b10606 100%);
  background: -webkit-linear-gradient(top, #f01313 0%, #b10606 100%);
  background: linear-gradient(to bottom, #f01313 0%, #b10606 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f01313", endColorstr="#b10606", GradientType=0);
}

.btn.btn-red:hover, .btn.btn-red:focus, .btn.btn-red:active {
  background: #b10606;
  background: -moz-linear-gradient(top, #b10606 0%, #850101 100%);
  background: -webkit-linear-gradient(top, #b10606 0%, #850101 100%);
  background: linear-gradient(to bottom, #b10606 0%, #850101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b10606", endColorstr="#850101", GradientType=0);
}

.pagination {
  display: block;
  width: 100%;
  text-align: center;
}

.pagination .page-link {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  width: 30px;
  height: 30px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 30px;
  color: #000;
  transition: color 400ms;
}

.pagination .page-link:hover, .pagination .page-link:focus, .pagination .page-link:active {
  color: red;
}

.pagination .page-select {
  padding-left: 20px;
  padding-right: 20px;
  text-align-last: center;
}

.pagination .page-select option {
  text-align-last: center;
  text-align: center;
}

.pagination .total-number {
  letter-spacing: 0.4px;
}

.btn {
  display: block;
  margin: 10px auto;
  padding: 8px 20px;
  font-size: 1rem;
  font-family: "Microsoft JhengHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #fff;
  text-align: center;
  background: #424242;
  background: -moz-linear-gradient(top, #424242 0%, #eaeaea 100%);
  background: -webkit-linear-gradient(top, #424242 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #424242 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#424242", endColorstr="#eaeaea", GradientType=0);
  border: 0;
  outline-color: transparent;
  cursor: pointer;
}

.btn.btn-blue {
  background: #6390df;
  background: -moz-linear-gradient(top, #6390df 0%, #1e4697 100%);
  background: -webkit-linear-gradient(top, #6390df 0%, #1e4697 100%);
  background: linear-gradient(to bottom, #6390df 0%, #1e4697 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6390df", endColorstr="#1e4697", GradientType=0);
}

@media (min-width: 767px) {
  .search-form-wrapper .search-form .search-field {
    width: 200px;
    max-width: 200px;
  }
}
.btn.search-btn {
  display: inline-block;
  margin: auto;
  padding: 10px 10px;
  font-size: 0.85rem;
}

@media (max-width: 560px) {
  .page-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .search-form-wrapper .search-form .search-field{
      margin-right: 0;
      width: calc(100% - 64px);
  }
}

/*# sourceMappingURL=info.css.map */
