@charset 'utf-8';

/*---------------------------------------------------------------------- */
/* downloads Styles
------------------------------------------------------------------------ */

/* Layout
---------------------------------------------------------- */

/* #main --------------------------------- */

.block-post {
	padding: 0 2rem 2.5rem 2rem;
}

.block-post > .post-date {
	font-size: 1.1rem;
	letter-spacing: .08em;
}

.block-post > .post-title {
	margin-top: 1rem;
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: .08em;
}

.block-post > .post-thumb {
	margin-top: 1.5rem;
}

.block-post > .post-content strong {
	font-weight: 700;
}

.block-post > .post-content > .title {
	margin-top: 2.5rem;
	line-height: 1.5;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: .08em;
}

.block-post > .post-content > .txt {
	margin-top: 1.5rem;
}

.block-post > .post-content > .notes {
	margin-top: 2rem;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: .08em;
}

.block-post > .post-content > .img {
	margin-top: 2rem;
}

/*---------------------------------------------------------------------- */
/* 768px Tablet & PC Styles
------------------------------------------------------------------------ */

@media screen and (min-width: 768px), print {

/* Layout
---------------------------------------------------------- */

/* #main --------------------------------- */

.block-post {
	margin: 0 auto;
	padding: 0;
	width: 90rem;
}

.block-post > .post-date {
	font-size: 1.8rem;
	letter-spacing: 0;
}

.block-post > .post-title {
	font-size: 4rem;
}

.block-post > .post-thumb {
	margin-top: 4rem;
}

.block-post > .post-content > .title {
	margin-top: 4rem;
	font-size: 2rem;
}

.block-post > .post-content > .txt {
	margin-top: 2.5rem;
}

.block-post > .post-content > .notes {
	margin-top: 3.5rem;
	font-size: 1.4rem;
}

.block-post > .post-content > .img {
	margin: 4rem auto 0 auto;
	max-width: 800px;
}

}