.memo { 
    font-size: 90%;
}

.help { 
    margin: 0 0.1em;
    font-size: 65%;
    vertical-align: super;
}

.button {
    display: inline-block ! important;
}

.favorite {
    display: inline-block;
}
.count.fav {
    line-height: 16px;
    float: right;
    height: 16px;
    min-width: 13px;
    margin: 2px 0 0 6px;
    padding: 1px 3px 0;
    background-color: #a3a3a2;
    color: white;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
}
.count.fav:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 80px;
    border-bottom: 5px solid #adadad;
    border-left: 5px solid transparent;
}

ul.breadcrumbs li, 
ul.breadcrumbs li ul, 
ul.meta li {
    display: inline;
}

ul.meta .vcard, 
ul.meta .tag { 
    display: none;
}

.picture, 
figure {
    display: block;
    clear: both;
    position: relative;
    margin: 1.62em 0;
    text-align: center;
}

li .picture,
li figure {
    display: block;
}

.picture.small, 
figure.small {
    float: right;
    margin: 0.3em 0 1.62em 1.62em;
}

.picture.set, 
figure.set {
    padding: 10px 0;
    border: 0;
}

.picture img, 
figure img {
    display: block;
    margin: 0 auto;
    height: auto;
}

ul.thumbnail-list { 
    overflow: hidden;
    margin: 1.5em 0;
}

ul.thumbnail-list li { 
    /* margin: 0 0.4em 0.8em; */
    margin: 0;
    float: left;
    list-style-type: none;
}

/* 幅の 1/3 以下なら small */
.picture.small img, 
figure.small img {
    display: block;
}

/* 複数枚なら set */
.picture.set img, 
figure.set img {
    margin: 0 3px;
}

/* userpic */
.userpic { 
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
    width: 48px;
    height: 48px;
    margin: 0 0 1em 0;
}

.userpic img { 
    width: 48px;
    height: 48px;
}

img.auth-icon { 
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
}

/* action stream */

.action-stream ul,
.profile ul { 
    margin-left: 0;
}

