@charset "utf-8";

/* list thumbnail */
.masonry .entry__thumb {
	text-align: center;
}

/* view thumbnail */
.entry__post-thumb {
	text-align: center;
}

/** spinner **/
#spinner-bk {
	position: fixed; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%; 
	z-index: 10000; 
	opacity: 0.5; 
	background-color: #cecece;
}
#spinner {
	position: absolute;
    top: 46%;
    left: 46%;
    z-index: 10001;
}
    
#spinner > * {
	background: black;
}
