@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

.sticky-post-box .post_thumbnail{
	width:48%;
}

@media screen and (max-width: 768px) {
	.sticky-post-box .post_thumbnail{
        width: 100%;
	}
}