

body > article {
	width: 57.5em;
	margin-top: 7em;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}


/* THUMBNAIL */

.post .thumbnail img {
	max-width: 27.5em;
	float: left;
}


/* WORK */

.post {
	margin-bottom: 9em;
}
.post::after {
	content: "";
	display: block;
	clear: both;
}
.post main {
	padding-top: 0.5em;
	width: 26em;
	float: right;
}

.post main hgroup h1,
.post main hgroup h2 {
	font-family: "ヒラギノ角ゴ Pro W6", sans-serif;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 2;
}
.post main hgroup h1 {
	font-size: 1.1em;
}
.post main hgroup h2 {
	font-size: 0.8em;
}

.post main > * {
	font-size: 0.9em;
	line-height: 1.9;
}
.post main .details {
	margin-top: 0.5em;
	font-size: 0.75em;
}
.post main .details h1 {
	font-family: "ヒラギノ角ゴ Pro W6", sans-serif;
	font-weight: bold;
}

