.section__block--top-page {
  max-width: 1100px;
}

.slider {
  margin-top: 0;
}
.slider .bx-wrapper {
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-caption {
  text-align: center;
  top: 0;
  bottom: auto;
}

#slider img {
  display: block;
  margin: 0 auto;
}

.banner__section {
  margin-top: 2px;
}

.news__lists {
  list-style-type: none;
  margin: 0 0 2em;
}

.news__list {
  margin-bottom: .5em;
}

.news__date {
  margin-right: 1em;
}

ul.recommend-list li{
  float:left;
  width:250px;
  margin:0px 6.8px;/*h w*/
}

ul.recommend-list li a:first-child{
  display: table-cell;
  height:250px;/*正確に入れる*/
  width: 250px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

ul.recommend-list li a img{
  max-height:250px;/*正確に入れる*/
  max-width: 250px;
}
ul.seller-list li{
  float:left;
  width:250px;
  margin:0px 6.8px;/*h w*/
}

ul.seller-list li a:first-child{
  display: table-cell;
  height:250px;/*正確に入れる*/
  width: 250px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

ul.seller-list li a img{
  max-height:250px;/*正確に入れる*/
  max-width: 250px;
}

.top_recommend h2{
  border-bottom:solid 1px #333;
  font-size:18px;
  border-top:solid 1px #333;
}
.top_recommend ul{
  list-style-type:none;
  margin:0;
  padding:0;
  float:left;
}
.top_recommend ul li{
  float:left;
  width:195px;
  margin: 0 8px 30px;
}
.top_recommend ul li a{
    display:block;
}
.top_recommend ul li a:first-child{
  height:195px;
  width:195px;
  text-align:center;
  vertical-align:middle;
}
.top_recommend ul li a:first-child img{
  max-height:195px;
  max-width:195px;
}
.top_recommend ul li:nth-child(4n+5){
  clear:both;
}

.top_recommend::after{
  clear:both;
  content:'';
  display:block;
  width:100%; 
}
.top_recommend ul li > p{
  text-align:center;
}
.top_banners ul{
  margin:0;
  list-style-type:none;
  float:left
}
.top_banners ul li{
float:left;
box-shadow:0px 0px 0px 1px #66745f;
-moz-box-shadow:0px 0px 0px 1px #66745f;
-webkit-box-shadow:0px 0px 0px 1px #66745f;
margin-bottom:10px;
}
.top_banners ul .two{
  width:48%;
  margin:1%;
  margin-bottom:10px;

}

.top_banners::after{
  clear:both;
  content:'';
  display:block;
  width:100%; 
}