@charset "utf-8";
/* ブログカード用 */
.wp-embed{
    box-sizing:border-box;
    width:100%;
    padding:10px 20px 20px 20px;
    border:1px solid #d1d1d1;
    border-radius:5px;
}
.wp-embed::before{
    content:"関連記事";
    display:block;
    width:7.0em;
    margin:0 auto 10px 0;
    padding:3px 0;
    color:#000000;
    text-align:center;
    background-color:#f1f1f1;
    border:1px solid #f1f1f1;
}
.wp-embed-site-title{
    display:none;
}
.wp-embed-meta{
    position:relative;
    height:0;
}
.wp-embed-meta .wp-embed-share{
    position:absolute;
    bottom:0;
    right:0;
}
.wp-embed-footer{
    clear:both;
    margin-top:10px;
}
