/* =================================
Image & Caption
================================= */

#imagebox{
 margin:0.9375rem 0.9375rem 0.5rem 0;
 float:left;
 font-size:0.75rem;
 color:#333;
 text-align:center;
}

.imgbox img{
 border-radius:0.75rem;
 border:0.4375rem solid #eeebe2;
}

#imagebox .caption{
 font-size:0.875rem;
 color:#333;
 margin:0.1875rem 0 0.3125rem auto;
}


/* =================================
Image Radius
================================= */

.img_maru{ border-radius:0.3125rem; }
.img_maru10{ border-radius:0.625rem; }
.img_maru18{ border-radius:1.125rem; }


.img_maru10_w{
 border-radius:0.625rem;
 border:0.3125rem solid #fff;
 margin:0 0 0.625rem;
 box-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,.2);
}

.img_maru18_w{
 border-radius:1.125rem;
 border:0.5rem solid #fff;
 margin:0 0 0.625rem;
 box-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,.2);
}


/* =================================
Image Border
================================= */

.post_content img.border,
.widget img.border{
 border-radius:0.3125rem;
 padding:0.25rem;
 background:#fff;
 border:1px solid #bbb;
}