@charset "UTF-8";

.frame_boxed {
    /* position: relative; */
    /* margin: 0 auto 12px; */
    /* width: 52px; */
    /* height: 52px; */
    /* float:left; */
}
.frame_boxed::after {
    content: "";
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.frame_kitsch1_sm::after{
	top: -1px;
    left: -1px;
    width: 53px;
    height: 53px;
    background-image: url(/design/common/images/sub/img_frame_kitsch01.png);

}
.reply_top .frame_boxed  .img_wrap {
    position: absolute;
    top: -5px;
    left: 0;
    display: inline-block;
    width: 52px;
    height: 52px;
    background-color: #e1e1e1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}
div.winwheelicon{
		background-image: url("/design/common/images/common/free-icon-caret-down-3916922.png");
		background-position: center;
    	background-repeat: none;
    	width: 100%;
    	height: 100px;
    	position: absolute;
    	margin-left: 4%;
    	margin-bottom: 90px;
		
}

.category_label.red {
	background: #dd4132 ;
}
.category_label.orange {
	background: #ff8518 ;
}
.category_label.sky {
	background: #aa89bd ;
}
.category_label.green {
	background: #4b6f44 ;
}

.category_label.purple {
	background: #ac16ff ;
}
.category_label.blue {
	background: #53a0ef ;
}