.rankingPagePreviewStatusBar {
    font-weight:bold;
	text-align: center;
    padding: 3px;
    background: #faebcc;
    color: #8a6d3b;
}

.subRankingBottomBorder {
    border-bottom: 2px solid #f0f0f0;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 738px;
    margin: 0 0 2px 0;
}

.itemRankingEntry .itemImg {
    text-align:center;
}

.itemRankingEntry .itemImg a{
    position:relative;
    display:block;
    margin:0 auto;
    width:120px;
    height:105px;
    overflow:hidden;
}

.itemRankingEntry .itemCommonInfo {
    display: inline-block;
    /*height: 146px;*/
    padding-bottom: 2px;
}

.itemRankingEntry .itemExtraInfo {
    margin-top: -4px;
}

.itemRankingEntry .targetItemName {
    font-size: 13px;
    color: #245DBF;
    word-break:break-all;
    line-height:1.15;
    height:58px;
    margin-bottom:2px;
    overflow:hidden;
}

.itemRankingEntry .itemPrice {
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    text-align: center;
    padding: 2px 0 2px 0;
    color: #C00;
}

.itemRankingEntry .itemPrice .itemPriceLabel {
    color: #333;
}

.itemRankingEntry .itemBuyButton {
    height: 34px;
    margin: 2px 0 0;
    text-align: center;
}

.itemRankingEntry .itemBuyButton a{
    display: inline-block;
    width: 130px;
    padding: 4px 0px 2px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background-color: #EB4A3F;
    border-bottom: 5px solid #CF3F35;
    font-size: 13px;
    color: #FFF;
    letter-spacing: -1px;
    text-align: center;
    behavior: url(/v2/common/js/PIE.htc);
    text-decoration: none;
}

.itemRankingEntry .itemBuyButton a:hover{
    margin-top: 3px;
    background: #EB4A3F;
    border-bottom: none;
    text-decoration: none;
}

.itemRankingEntry .review {
    text-align: center;
    padding-bottom: 2px;
}

.itemRankingEntry .review .average_ui {
    color: #ff8400;
    font-size: 10.5px;
}

.itemRankingEntry .review .star_ui {
    color: #ffc600;
    font-size: 11px;
}

.itemRankingEntry .review .count_ui {
    font-size: 10.5px;
}

.itemRankingEntry .shopName {
    height: 12px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 4px;
    line-height:1.15;
    vertical-align: middle;
}

.itemRankingEntry .shopName span {
    color:#888;
    word-break: normal;
    font-size: 11px;
}

.itemRankingEntry .asuraku{
    display: block;
    float: right;
    vertical-align: bottom;
    height:14px;
    padding: 0 3px 2px 0;
}

.itemRankingEntry .asuraku img{
    height:100%;
}

