@charset "utf-8";

.item-box { position:relative; border:1px solid #ddd; background:#fff; }

.anb-property-slider { overflow:hidden; position:relative; width:100%; line-height:20px; }
.anb-property-slider .txt-normal { letter-spacing:0; }
.anb-property-slider .txt-short { letter-spacing:-1px; padding-right:1px; }
.anb-property-slider .post-vicon { position:absolute; left:6px; top:6px; color: #fff; font-size:20px; z-index:1; text-shadow: 1px 1px 1px #000; }
.anb-property-slider .post-none { padding:50px 10px; text-align:center; color:#888; }
.anb-property-slider .post-image { position:relative; overflow:hidden; }
.anb-property-slider .post-content { padding-top:10px; margin:-2px 0px; overflow:hidden; }
.anb-property-slider .post-subject { overflow:hidden; letter-spacing:-1px; padding-right:1px; }
.anb-property-slider .post-text { font-size:12px; color:#888; margin-top:4px; }
.anb-property-slider .post-sp { color:#ccc; margin:0px 4px; }
.is-pc .ko .anb-property-slider .post-ko { font-size:11px; }
.anb-property-slider .is-hover .in-subject { 
	transition:transform 0.4s, opacity 0.1s 0.3s; opacity: 0; transform: translateY(100%); -o-transition: -o-transform .4s, opacity .1s .3s; -moz-transition: -moz-transform .4s, opacity .1s .3s; -webkit-transition: -webkit-transform .4s, opacity .1s .3s; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -o-transform: translateY(100%); 
}
.anb-property-slider .is-hover .item:hover .in-subject { 
	transition:transform 0.4s, opacity 0.1s; opacity: 1; transform: translateY(0px); -o-transition: -o-transform .4s, opacity .1s; -moz-transition: -moz-transform .4s, opacity .1s; -webkit-transition: -webkit-transform .4s, opacity .1s; -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); 
}

.item-sell {
    padding: 0 10px;
    font-size: 12px;
    line-height: 23px;
    right: 2px;
    bottom: 40px;
    font-weight: 700;
    background-color: rgba( 191,188,191,1 );
    color: #fff;
    border-radius: 5px;
}
.item-sell2 {
    padding: 1px 10px;
    font-size: 12px;
    line-height: 23px;
    right: 2px;
    bottom: 40px;
    font-weight: 700;
    background-color: rgba( 222,73,219,1 );
    color: #fff;
    border-radius: 15px;
}
.item-no {
    position: absolute;
    left: 0;
    margin: 5px;
    top: 15px;
    background-color: rgba( 0,0,0,0.5 );
    line-height: 23px;
    z-index: 2;
}
.item-no2 {
    position: absolute;
    left: 0;
    margin: 5px;
    top: 15px;
    background-color: rgba( 0,0,0,0.1 );
    line-height: 23px;
    z-index: 2;
}
.item-notext2 {
    margin: 5px;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    text-decoration: line-through;
}
.item-notext {
    margin: 5px;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
}
.item-sell-type {
    position: absolute;
    right: 0;
    margin: 3px 0 0;
    bottom: 15px;
}
.item-sell-pink {
    bottom: 10px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 23px;
    right: 2px;
    bottom: 40px;
    font-weight: 700;
    background-color: rgba( 222,73,219,0.75 );
    color: #fff;
    float: right;
}
.item-sell-blue {
    bottom: 10px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 23px;
    right: 2px;
    bottom: 40px;
    font-weight: 700;
    background-color: rgba( 49,102,166,0.75 );
    color: #fff;
    float: right
}

.item-sell-green {
    bottom: 10px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 23px;
    right: 2px;
    bottom: 40px;
    font-weight: 700;
    background-color: rgba( 105,198,108,0.75 );
    color: #fff;
    float: right
}

.item-sell-orange {
    bottom: 10px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 23px;
    right: 2px;
    bottom: 40px;
    font-weight: 700;
    background-color: rgba( 215,128,0,0.75 );
    color: #fff;
    float: right
}

.item-sell-purple {
    bottom: 10px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 23px;
    right: 2px;
    bottom: 40px;
    font-weight: 700;
    background-color: rgba( 89,85,255,0.75 );
    color: #fff;
    float: right
}