#fromblog {
        max-width: 1150px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 80px auto 0px;
    }
    #fromblog .inner {
        width: 350px;
        height: 400px;
        line-height: 1.545;
        font-size: 14.67px;
    }
    #fromblog .inner a{
        color: #000;
    }
    #fromblog .desc {
        height: 380px;
        overflow: hidden;
        text-align: left;
    }
    #fromblog .desc p {
        text-align: left;
    }

.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;
}

.product-list__regular-price-color {
  color: #333
}

/* added for lp2 0628 */
/* added for lp2 0628 */
/* added for lp2 0628 */
.lp2wrap {
margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
	width: 100%;
  max-width: 1300px;
}
.lp2wrap .item{
	margin-bottom: 1.5%;
}
.lp2wrap .item:first-child{
	margin-right: 2.8%;
}
.lp2wrap:nth-child(3) .item:first-child{
	margin-right: 2.5%;
}
.lp2wrap:nth-child(3) .item:last-child{
	margin-left: 2.5%;
}