@charset "UTF-8";

/**
 * #content
 */
#content .posts {
	padding-top: 0;
}
#content .posts li p {
	box-sizing: border-box;
	width: 615px;
}

@media only screen and (max-width:767px) {
	
	#content .posts li p {
		width: 100%;
		padding: 0;
	}
}