.blog-item-wrap{
	border:3px solid #efefef;
	padding:24px;
	margin-bottom:24px;
	}

.blog-item-wrap .date{
	font-size:20px;
	color:#999;
	}

.blog-item-wrap .tag{
	    background: #06C;
    position: absolute;
    right: 8px;
    top: 8px;
    text-align: center;
    color: #FFF;
    padding: 4px;
    border-radius: 5px;
    font-size: 18px;
	}

.blog-item-wrap .title{
	font-size:24px;
	color:#444;
	line-height:1em;
	margin-top:16px;
	font-weight:normal;
	}

.blog-item-wrap .description{
	font-size:15px;
	line-height:2.0em;
	margin-top:16px;
	}

.blog-item-wrap .img{
	margin-top:16px;
	}

.blog-item-wrap .img img{
	width:100%;
}

.blog-item-wrap .pdf,.url{
	text-align:right;
	margin-top:16px;
	}

.blog-item-wrap .pdf a,.url a{
	background:#666;
	color:#FFF;
	display:inline-block;
	padding:16px;
	font-size:16px;
	border-radius:8px;
}

.blog-item-wrap .pdf a:hover,.url a:hover{
	background:#999;
	text-decoration:none;

}

.to-list{
	
	}

.to-list a{
	background:#efefef;
	color:#222;
	display:block;
	padding:16px;
	font-size:20px;
	border-radius:8px;
	text-align:center;
	}


.to-list a:hover{
	background:#e3e3e3;
	text-decoration:none;
	}