.wp-embed {
	display: block;
    text-decoration: none;
    color: #54433b;
    overflow: hidden;
    padding: 1em;
    margin-top: 0.5em;

	border: 1px solid gray;
    border-radius: 1em;
    color: #54433b;
}

.wp-embed-featured-image {
	display: table-cell;
	width: 100px;
    vertical-align: middle;
}

.wp-embed-featured-image img {
	vertical-align: bottom;
	width: 100px;
	max-width: 100%;
	height: auto;
}

.wp-embed-heading {
	display: table-cell;
    vertical-align: top;
    padding: 0 8px;
}

.wp-embedded-content{
	background-color: #FFF9F6;;
}

a .wp-embed-heading:hover{
	color:#e68c67;
}

.artspan{
	color: #54433b;
    background-color: #FFF9F6;
    position: absolute;
    display: block;
    font-weight: bold;
    padding: 1em 1em 0;
    top: -1em;
    left: 2em;
}

@media screen and (max-width: 500px) { /* iframeのため他より幅狭 */
    .wp-embed-heading{
        font-size: 90%;
    }

}