.postContents .drop_item {
  display: none;
}
.postContents .tab_area {
  flex-wrap: wrap;
  display: flex;
}
.postContents .tab_head {
  width: calc(100%/2);
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
  border: solid 1px #aaa;
  box-sizing: border-box;
  margin: 0;
  cursor: pointer;
}
.postContents .tab_item_txt {
  display: none;
  width: 100%;
}
.postContents .tab_item_txt.tab_item_active {
  display: block;
}
.postContents .tab_active {
  border-bottom: solid 5px #00b8c8;
}
.content table th {
  background-color: #f2f2f2;
  color: #000;
}
.content table td {
  background-color: #ffffff;
  color: #000;
}
.content table tr:nth-child(odd) td{
  background-color: #fff;
}
.content table th.color-head {
  background-color: #00b8c8;
  color: #fff;
  text-align: center;
}
h3.drop_head {
  border: none;
  font-size: 1em;
  padding: 10px;
  cursor: pointer;
}
.content ul.area-list>li:before {
  content: "";
}
ul.area-list > li {
  padding: 0;
  border: solid 1px #ccc;
  margin: 0;
  border-bottom: none;
}
ul.area-list>li:last-child {
  border-bottom: solid 1px #ccc;
}
.content ul.area-list>li>ul>li:before {
  content: "";
}
.content ul.area-list>li>ul>li {
  padding: 0 10px 10px;
  margin: 0;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.tableScroll th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: -2px;
}
a.shop-btn {
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #ea5d7a;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
}
div.border-area {
  background-color: #f0f0f0;
  padding: 10px;
  margin: 0;
  font-size: 13px;
}
.drop_head.shopinfo-child-btn {
  padding: 10px;
  background-color: #f2f2f2;
  text-align: center;
  cursor: pointer;
}
a.shop-btn::after {content: ">";position: absolute;right: 15px;}
table.shopinfo th {min-width: 85px;}
