.pl_sale_contents{
  position: relative;
  margin: 40px 0 0;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.pl_sale_contents .section{
  position: relative;
}

.pl_sale_contents .section + .section{
  margin: 40px 0 0;
}

.pl_sale_contents .section > h3{
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .075em;
  border-bottom: 3px solid #f19cc6;
  text-indent: .3em;
}

.pl_sale_contents .section > .contents{
  margin: 30px 0 0;
}

.pl_sale_contents .section .btn_more{
  margin: 10px 0 0;
  text-align: center;
}


.pl_sale_contents .list_search-result{
  margin: 0;
}

/*------ ƒy[ƒWã•” g’·•Êbtn -----*/
.height_tab {
    width: 990px;
    margin: 30px auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.height_tab li:first-child {
    margin-left: 0;
}

.height_tab li {
    font-family: "Carme", "ƒƒCƒŠƒI","Meiryo",verdana,"ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro","Osaka","¬’ËƒSƒVƒbƒN","‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",Sans-Serif !important;
    background-color: #f9f2f6;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    text-align: center;
    width: 120px;
    margin-left: 4px;
    padding: 16px 0;
    cursor: pointer;
}