.pagenation {
    text-align: center;
    margin-top: 50px;
}

.pagenation li {
    display: inline-block;
}

.pagenation li a {
    background: #eeeeee;
    padding: 10px 20px;
    display: block;
}
/* バルーン */
.balloon-count {
    position: relative;
    width:0px;
    height:0px;
    vertical-align:top;
    float:right;
}
.balloon-count span,
.balloon-count span:after {
    border-color: #faed00 transparent transparent;
    background-color: #faed00;
}
.balloon-count span{
    top:-15px;
    left:-30px;
    border:none;
    position: absolute;
    border-radius: 15px;
    color: #777777;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 11px;
    line-height:32px;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 30px;
    z-index: 1000;
    padding:0 1px 0 0;
}
.balloon-count span:after {
    background:none;
    border-image: none;
    border-style: solid;
    border-width: 4px 4px 0;
    bottom: -3px;
    content: "";
    display: block;
    left: 15px;
    position: absolute;
    width: 0;
}
