@charset "utf-8";

.sct_10 .sct_li { padding:0; margin-bottom: 7px; cursor: pointer; }
.sct_10 .sct_li .sct_img { width:150px; height:150px; }
.sct_10 .sct_li .sct_img > a > img { width:150px; height:150px; border:0; border-right: #eeeeee 1px solid; }
.sct_10 .sct_li .sct_icon {  left:5px; top:5px; }
.sct_10 .sct_li .contents {
    -webkit-width: calc(100% - 150px);
    width: calc(100% - 150px);
    float: left;
    padding: 5px 10px 5px 15px;
    text-align: left;
}
.sct_10 .sct_li .contents .sct_txt { margin:10px 0; font-size:16px; }
.sct_10 .sct_li .contents .sct_txt a { 
	display: block;
    white-space:normal;
    overflow:auto;
    text-overflow:inherit;
    word-break:break-all;
}
.sct_10 .sct_li .contents > span { display:inline-block; margin: 0 0 5px 0;}
.sct_10 .sct_li > div { display:inline-block; width:100%; }
.sct_10 .sct_li .sit_btn_cart { background:#ff8601 url('../../../svg/icon_cart_w.svg') no-repeat center center; background-size:22px 22px; }
.sct_10 .sct_li .likeButton { right:auto; left:10px;bottom:10px; }
.sct_10 .sct_li .likeButton button { font-size:11px; height:24px; line-height: 24px; padding:0 10px 0 20px; background:url('../../../svg/btn_thumbs_off.svg') no-repeat left center; background-size:16px 16px; color:#888;  }
.sct_10 .sct_li .likeButton button.liked { color:#fe3960; font-weight: bold; background:url('../../../svg/btn_thumbs_on.svg') no-repeat left center; background-size:16px 16px; }