/* パンくずリスト */
.blead-list {
    display: flex;
  margin:20px 0px;
  font-size:14px;
}
.blead-list > div:before {
    content: '>';
    margin-right: 5px;
}
.blead-list > div:nth-of-type(1):before {
    content:'';
    margin-right: 0px;
}
.blead-list > div {
    margin: 0px 5px;
}
/* パンくずリスト */

/* メインコンテンツ */

.item-more {
        margin: 50px -10px;
    display: flex;
    margin-bottom: 0px;
}

.item-more > .item-image {
    width: 40%;
}

.item-image > img {
    margin: 30px 0;
}

.item-image > img:nth-of-type(1) {
    margin-top: 0px;
}

.item-more > .item-content {
    width: 60%;
}

.item-more > div {
    box-sizing: border-box;
    border: 10px solid transparent;
}

/* 簡易説明文 */
.simple-explain {
    margin-bottom: 20px;
  color:#303030;
}
/* 簡易説明文 */

/* 商品名 */
.item-name {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
  color:#666666;
}
/* 商品名 */

/* 販売価格 */
.item-price {
    font-size: 20px;
    color: red;
    font-weight: bold;
    margin: 20px 0;
}
/* 販売価格 */

/* カートボタン */
.item-kosu {
    font-size: 16px;
  color:#303030;
}

.item-kosu input {
    font-size: 16px;
}

input.product_cart_btn.product_addcart_btn {
    width: 100%;
    border: none;
    background-color: red;
    color: #fff;
    font-size: 24px;
    padding: 5px;
    border-radius: 15px;
    margin-top: 5px;
}
/* カートボタン */
/* メインコンテンツ */

.item-lp{
margin:10px 0;
}