
.entry-box h1 {
	margin-bottom: 22px;
}
.entry-box h2 {
	margin-bottom: 20px;
}
.entry-box h3 {
	margin-bottom: 18px;
}
.entry-box h4 {
	margin-bottom: 16px;
}
.entry-box h5 {
	margin-bottom: 12px;
}
.entry-box h6 {
	margin-bottom: 10px;
}
.entry-box p {
	margin-bottom: 30px;
}
.wp-caption-text,
.entry-box figcaption {
	margin-top: 10px;
}
.wp-caption,
.entry-box figure {
	margin-bottom: 30px;
}
.entry-box ul {
	margin: 0 0 30px 1.4em;
	list-style: disc;
}
.entry-box ol {
	margin-bottom: 30px;
}
.entry-box table {
	margin-bottom: 30px;
}


.wp-caption-text,
.entry-box figcaption {
	font-size: 84.6%;
	line-height: 1.5;
	text-align: center;
	color: #757575;
}


/**
 * 16.3 Tablet Large 880px
 */
@media screen and (min-width: 55em) {

	.entry-box figcaption {
		margin: 12px 0 0;
	}
	.entry-box figure {
		margin-bottom: 40px;
	}
	.entry-box ul,
	.entry-box ol,
	.entry-box table {
		margin-bottom: 40px;
	}
	.entry-box figcaption {
		font-size: 108.7%;
	}
	.site-column1 .entry-box h1,
	.site-column1 .entry-box h2,
	.site-column1 .entry-box h3,
	.site-column1 .entry-box h4,
	.site-column1 .entry-box h5,
	.site-column1 .entry-box h6,
	.site-column1 .entry-content p,
	.site-column1 .entry-content ul li,
	.site-column1 .entry-content ol li,
	.site-column1 .entry-content table th,
	.site-column1 .entry-content table td{
		font-size: 15px;
		line-height: inherit;
	}
	.site-column2 .entry-box h1,
	.site-column2 .entry-box h2,
	.site-column2 .entry-box h3,
	.site-column2 .entry-box h4,
	.site-column2 .entry-box h5,
	.site-column2 .entry-box h6,
	.site-column2 .entry-content p,
	.site-column2 .entry-content ul li,
	.site-column2 .entry-content ol li,
	.site-column2 .entry-content table th,
	.site-column2 .entry-content table td{
		font-size: 14px;
		line-height: inherit;
	}

}