/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +content-main
    	=browsed-product
-----------------------------------------------------------------------------*/

/* +content-main
*----------------------------------------------------------------------------*/

.sub-title {
    padding: 10px;
    text-align: left;
}

.sub-title img {
    width: 100%;
    margin-bottom: 10px;
}

.sub-title h2 {
    font-weight: 600;
    font-size: 1.67em;
    line-height: 1.8;
}

.sub-title h2 p {
    font-size: 0.8em;
}

/**
*
* =cat-sub-goods
*
**/

.cat-sub-goods {
    overflow: hidden;
    padding: 10px 5px;
    border-bottom: 5px solid #e0e0e0;
}

.cat-sub-goods .content {
    position: relative;
    float: left;
    width: 47%;
	padding: 0;
    margin-bottom: 10px;
}

.cat-sub-goods .content:nth-of-type(2n+1) {
    clear: left;
}

.cat-sub-goods .content .text-box {
	padding: 0 10px 10px 10px;
}

.cat-sub-goods .content .text-box .caption {
    overflow: hidden;
    height: 3em;
}

.cat-sub-goods .icon-news {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 40px;
}

.cat-sub-goods .icon-news img {
    display: block;
    width: 100%;
}

.cat-sub-goods .icon-offer {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    width: 33px;
}

.cat-sub-goods .icon-offer img {
    display: block;
    width: 100%;
}

.cat-sub-goods .tag-green {
    position: absolute;
    left: 3px;
    bottom: 10px;
}

.cat-sub-goods .tag-pink {
    position: absolute;
    right: 3px;
    bottom: 10px;
}

/**
*
* =sort-func
*
**/

.sorting {
    border-top: 1px solid #000;
}

/* +new-member
*----------------------------------------------------------------------------*/

.new-member-goods {
    overflow: hidden;
    padding: 10px;
    border-bottom: 5px solid #e0e0e0;
}

.new-member-goods.sort-list {
    padding: 10px;
}

.sort-list .btn-group {
    clear: both;
    float: left;
    margin-bottom: 10px;
}

.sort-list .add-fav {
    float: left;
    width: 20%;
    height: 27px;
    margin-top: 5px;
    background: transparent url(../../i/icon-addfav-g.png) no-repeat;
    background-size: 30px 27px;
    background-position-x: center;
}

.sort-list .add-fav.on {
    background: transparent url(../../i/icon-addfav-r.png) no-repeat;
    background-size: 30px 27px;
    background-position-x: center;
}

.new-member-goods .edm-l {
    padding: 0;
}

.note {
    margin-bottom: 10px;
    color: #231815;
    text-align: left;
}

.note .tag {
    width: 80px;
    padding: 3px 0;
    margin-bottom: 5px;
    font-size: 1em;
}

.note ul {
    font-weight: 600;
    line-height: 1.8;
}

.note ul li:before {
    content: '•';
    padding-right: 3px;
}