/* ブックマークするリンク */
.bookmarks-addremove {
    padding: 0 15px 0 0;
    text-align: left;
    float: right;
}

.bookmarks-button {
    display: inline-block;
    margin-left: -6px;
    margin-right: 5px;
    width: 140px;
    /*background: url(../images/button_back.gif) top left no-repeat;*/
    background: url(../images/icon_bookmark.gif) center left no-repeat;
}

.bookmarks-button a {
    display: block;
    height: 19px;
    color: #777;
    font-size: 11px;
    padding: 0 15px 0 20px;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
    margin-right: -7px;
}
    .bookmarks-button a:hover {
        color: #555;
        text-decoration: none;
    }

    .bookmarks-button a.add {
        background: url(../images/add_button_side.gif) top right no-repeat;
    }

    .bookmarks-button a.remove {
        background: url(../images/remove_button_side.gif) top right no-repeat;
    }

    .bookmarks-button a.requested {
        background: url(../images/check_button_side.gif) top right no-repeat;
    }

    .bookmarks-addremove .loading a {
        background: url(../images/loading_button_side.gif) top right no-repeat !important;
    }

.bookmarks-addremove-text {
    font-weight: bold;
    color: #f7740a;
    padding-left: 10px;;
    text-align: left;
}

.bookmark_count {
/*    font-weight: bold;*/
/*    color:red;*/
}
