@charset "UTF-8";

.blog h2{
	    margin-bottom: 50px!important;
}


@media screen and (max-width: 768px){
	.blog article img {
	    width: 80%;
	}
}
a.itext {
	display: block !important;
	width: auto !important;
	height: auto !important;
}
#contents_wrap {
	overflow: hidden !important;
}
.blog .date {
	width: 100%;
	padding: 0;
	border: none;
	background: transparent;
	border-radius: 0;
	text-align: left;
	font-weight: 500;
	color: #333 !important;
}