/*--------------------------------------*/ /* ブログカード ここから */ /*--------------------------------------*/ .blogcard{ width:100%; max-width:500px !important; margin:0 0 20px 0; background:#fff; border:1px solid #ccc; border-radius:5px; box-sizing:border-box; padding:12px; } .blogcard-thumb{ width:100px; height:100px; float:right; margin:0 0 10px 10px; padding:0; position:relative; overflow:hidden; }