@charset "UTF-8";
.container > .cInner {
  width: 100%;
}

.slider {
  position: relative;
}

.bx-viewport {
  border: none !important;
  left: 0 !important;
}

#slider div {
  width: 100% !important;
}

#side {
  display: none;
}

#main {
  width: 100%;
  overflow: hidden;
}

.free_space_block {
  margin-top: 3em;
}

.footer {
  margin-top: 0;
}

/*¤ªÃÎ¤é¤»*/
.top_news {
  border-top: #595757 solid 1px;
  border-bottom: #595757 solid 1px;
  padding: 20px 0;
}
.top_news dt {
  float: left;
  font-weight: bold;
  width: 15%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.top_news dd {
  float: left;
  padding-left: 5px;
  width: 85%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top_teikibin {
  background: #ececec;
  padding: 70px 0;
}
.top_teikibin .button {
  display: inline-block;
  width: 580px;
  background: #009e96;
  color: white;
  font-size: 30px;
  padding: 20px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.top_teikibin .button i {
  margin-left: 10px;
}
.top_teikibin .button:hover {
  text-decoration: none;
  background: rgba(0, 158, 150, 0.9);
}

.top_ranking {
  padding: 70px 0;
}
.top_ranking .itemList__unit {
  position: relative;
}
.top_ranking .itemList__unit .ranking_icon {
  display: block;
  width: 79px;
  height: 79px;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 9999;
}

.top_recommend {
  padding: 0 0 70px;
}

.top_pickup img {
  margin-bottom: 10px;
}
.top_pickup h3 {
  text-align: left;
  font-size: 18px;
  border-bottom: #8c8b8b solid 1px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.top_pickup p {
  text-align: left;
}

.top_aboutus {
  padding: 70px 0;
}
.top_aboutus .bgSection__bg {
  background: #ececec;
  padding: 40px 0;
}
.top_aboutus .flex_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_aboutus .flex_wrapper a {
  text-decoration: underline;
}

.instagram .itemList__unit {
  width: 20%;
  margin: 0 !important;
}

