.test-nav {
  display: flex;
}
.test-nav a {
  display: inline-block;
  margin: 5px;
  padding: 5px;
  border: 1px solid #999;
}

* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
}
article {
  display: flex;
  transform: scale(1);
  transform-origin: top left;
  flex-wrap: no-wrap;
}
/* .container {
  background-color: #fff;
} */
.container img {
  width: 100%;
  height: 100%;
}

.pagetop-mainimage {
}

.app-start-button {
  width: 100px;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  padding: 0.5em 3em;
  color: #fff;
  background: #003f8e; /*色*/
  border: solid 1px #043c78; /*線色*/
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  margin: auto;
}

.app-feature-title {
  font-size: 16px;
  text-align: center;
  padding: 20px;
}

.app-feature-box {
  width: 100%;
}
.app-description-box {
  display: flex;
}
.app-description-left {
  padding: 20px;
  height: 100px;
}
.app-description-right {
  padding: 20px;
  height: 100px;
}
.app-description-title {
  font-size: 12px;
  text-align: center;
  width: 50%;
}
.app-description-image {
  font-size: 12px;
  text-align: center;
  width: 50%;
}

h1 {
  background-color: hsl(241.9, 47.7%, 61%);
  color: #fff;
  font-weight: normal;
  font-size: 23px;
  line-height: 50px;
  box-shadow: 0 0 5px hsl(241.9, 47.7%, 61%);
}
i {
  display: inline-block;
  width: 45px;
  text-align: center;
}

.region-select {
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.region-select li {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  line-height: 50px;
}
.region-select li i {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  line-height: inherit;
}
.page-countryselect .region-select li i:before {
  line-height: inherit;
  font-size: 20px;
  color: #bbb;
}
.page-countryselect .region-select li.sel {
  background-color: hsl(241.9, 47.7%, 61%);
  box-shadow: 0 0 2px hsl(241.9, 47.7%, 61%);
  color: #fff;
}
.region-select li.sel i:before {
  color: #fff;
}

/* .geochart {
  position: absolute;
  top: 0;
  left: 0;
} */

.bclist {
  display: flex;
  flex-direction: row;
}

.bclist-item {
}

.bclist-back {
}

.selected {
  background-color: rgb(218, 217, 241);
}

.page-date-select .calendar-ym-box {
  padding-top: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  display: flex;
  margin: 0 auto;
}
.page-date-select .calendar-ym-box .calendar-ym-area {
  color: #505050;
  width: calc(100% / 3);
  text-align: center;
}

.calendar {
  width: calc(100% - 10px);
  text-align: center;
  border-collapse: collapse;
  margin: 5px;
}
.calendar thead {
  font-weight: bold;
}
.calendar thead tr > th:first-child {
  color: #e00;
}
.calendar thead tr > th:last-child {
  color: #00f;
}
.calendar td,
.calendar th {
  height: 46px;
}
.calendar td {
  font-size: 18px;
}
.calendar .disabled {
  color: #bbb;
}
.calendar div {
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
  border: 0px solid #0084d1;
  margin: 2px 0;
}

.calendar div:not(.date-is-this-month) {
  color: #bbb;
}

.calendar .date-in-range {
  background-color: hsl(241.9, 47.7%, 61%);
  color: #fff;
}
.calendar .date-is-start {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.calendar .date-is-end {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.page-product-deatil img {
  width: 100%;
}
.page-product-deatil .description {
  padding: 20px 20px;
  background-color: #f0f0f0;
}
.page-product-deatil .description .description-title {
  font-size: 15px;
  padding: 10px 0;
}
.page-product-deatil .description .description-article {
  font-size: 12px;
}
.page-product-deatil .deatail-list {
  padding: 20px;
}
.page-product-deatil .deatail-list .name {
  font-size: 15px;
  line-height: 45px;
}
.page-product-deatil .deatail-list .price {
  font-size: 20px;
  line-height: 45px;
}
.page-product-deatil .transition {
  border: 1px #bbb;
  padding: 20px;
  position: relative;
}
.page-product-deatil .transition-button {
  background-color: hsl(241.9, 47.7%, 61%);
  color: #fff;
  padding: 20px;
  border-radius: 3px;
  cursor: pointer;
}
.page-product-deatil .transition-button p {
  position: absolute;
  top: 35px;
  left: 100px;
}

* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
}
article {
  display: flex;
  transform: scale(1);
  transform-origin: top left;
  flex-wrap: no-wrap;
}
.container {
  background-color: #fff;
}
.container img {
  width: 100%;
  padding: 10px 0;
}
h1 {
  background-color: hsl(241.9, 47.7%, 61%);
  color: #fff;
  font-weight: normal;
  font-size: 23px;
  line-height: 50px;
  box-shadow: 0 0 5px hsl(241.9, 47.7%, 61%);
}
i {
  display: inline-block;
  width: 45px;
  text-align: center;
}
.ev-dtpage > img {
  display: block;
  padding-bottom: 0 !important;
}
.ev-dtpage .evdesc {
  display: flex;
  padding: 10px 0;
}
.ev-dtpage .datetime {
  text-align: center;
  color: #333;
  font-weight: bold;
  line-height: 20px;
  padding: 0 10px;
  padding-right: 15px;
}
.ev-dtpage .datetime .date {
  line-height: 25px;
  font-size: 18px;
}
.ev-dtpage .datetime .time {
  line-height: 15px;
  font-size: 12px;
}
.ev-dtpage .evdetail .evtitle {
  color: #222;
}
hr {
  margin: 0 10px;
  height: 0;
  border-width: 0;
  border-bottom: 1px solid #ddd;
}
.ev_desctitle,
.ev_linkstitle {
  margin: 10px 10px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
.ev_desctext,
.ev_linksbody {
  margin: 10px 10px;
  margin-top: 5px;
  font-size: 14px;
}
.ev_linksul {
  list-style-type: none;
  font-size: 16px;
  color: #06f;
  text-decoration: underline;
}
.ev_linksul i {
  width: auto;
  padding: 0 5px;
  color: #444;
}
.ev-dtpage .action_btns {
  list-style-type: none;
  display: flex;
  margin: 10px;
}
.ev-dtpage .action_btns li {
  flex-grow: 1;
  border: 1px solid #ccc;
  margin: 10px 5px;
  line-height: 38px;
  border-radius: 19px;
  text-align: center;
  color: #444;
}
.ev-dtpage .action_btns li > i {
  width: auto;
  padding-right: 5px;
}

.big_category {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  line-height: 50px;
  text-indent: 70px;
  font-weight: bold;
  margin: 5px 0;
}
.big_category img {
  position: absolute;
  top: 0;
  left: 10px;
  width: auto !important;
  height: 40px;
  padding: 5px !important;
}
.big_category i {
  width: 88%;
  position: absolute;
  top: 20px;
}
.small_category {
  background-color: #f0f0f0;
  padding: 5px 0;
}
.small_category li .name_small {
  line-height: 40px;
  text-indent: 90px;
  margin: 5px 0;
  font-size: 14px;
}

/* .page-compare-product-prices {
  color:red;
} */

* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
}
/* article{display:flex;transform:scale(1);transform-origin: top left;flex-wrap:no-wrap;} */

hr {
  margin: 0 10px;
  height: 0;
  border-width: 0;
  border-bottom: 1px solid #ddd;
}

.page-compare-product-prices {
  flex: 0 0 350px;
  background-color: #fff;
  width: 350px;
  margin: 10px 25px;
  margin-right: 0;
  height: 600px;
  box-shadow: 0 0 3px #ccc;
  overflow: hidden;
}
.page-compare-product-prices img {
  width: 100%;
  padding: 10px 0;
}
h1 {
  background-color: hsl(241.9, 47.7%, 61%);
  color: #fff;
  font-weight: normal;
  font-size: 23px;
  line-height: 50px;
  box-shadow: 0 0 5px hsl(241.9, 47.7%, 61%);
}
i {
  display: inline-block;
  width: 45px;
  text-align: center;
}

.pd_product-head {
  position: relative;
  top: 0;
  left: 0;
  line-height: 50px;
  text-indent: 70px;
  font-weight: bold;
  margin: 5px 0;
}
.pd_product-head img {
  position: absolute;
  top: 0;
  left: 10px;
  width: auto !important;
  height: 40px;
  padding: 5px !important;
}
.pd_list li {
  margin: 10px;
  box-shadow: 0 0 3px #ccc;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  padding: 10px;
  padding-left: 90px;
  line-height: 1.3;
}
.pd_list li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px !important;
  padding: 10px !important;
}
.pd_list li .desc > * {
  vertical-align: middle;
}
.pd_list li .price {
  display: inline-block;
  font-size: 1.3em;
  color: #f44;
  font-weight: bold;
  padding-right: 5px;
}
.pd_list li .sitename {
  font-size: 0.7em;
  color: #999;
}
.pd_list li .tag-r {
  background-color: #d70;
  color: #fff;
  border-radius: 5px;
  font-size: 0.7em;
  padding: 2px 5px;
  margin: 5px 0;
  display: inline-block;
}
.pd_list li .tag-b {
  background-color: #09d;
  color: #fff;
  border-radius: 5px;
  font-size: 0.7em;
  padding: 2px 5px;
  margin: 5px 0;
  display: inline-block;
}

* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
}
.container {
  background-color: #fff;
}
.container img {
  width: 100%;
  padding: 10px 0;
}
h1 {
  background-color: hsl(241.9, 47.7%, 61%);
  color: #fff;
  font-weight: normal;
  font-size: 23px;
  line-height: 50px;
  box-shadow: 0 0 5px hsl(241.9, 47.7%, 61%);
}
i {
  display: inline-block;
  width: 45px;
  text-align: center;
}
article {
  display: flex;
  transform: scale(1);
  transform-origin: top left;
  flex-wrap: no-wrap;
}
hr {
  margin: 0 10px;
  height: 0;
  border-width: 0;
  border-bottom: 1px solid #ddd;
}


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