#lineup {
	margin-top: 80px;
}

#detail > header {
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(191, 164, 111, 0.3);
	padding-bottom: 50px;
}

#detail > header .status {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

#detail > header .status .date {
	color: #bfa46f;
	font-size: 0.75em;
	line-height: 1em;
	font-family: mittwoch, serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}

#detail > header .status .category {
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	padding: 0 15px;
	min-width: 90px;
	height: 20px;
	background: #474749;
	color: #fff;
	font-size: 0.75em;
	line-height: 0;
	font-family: "Cormorant", serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	white-space: nowrap;
	text-align: center;
}

#detail > header h1 {
	font-size: 1.3em;
	line-height: 1.8em;
}

#detail > #thumb {
	margin-bottom: 50px;
	line-height: 0;
}

#detail > #thumb img {
	width: 100%;
}

.story > .inner {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	max-width: 1020px;
	font-size: 1.15em;
	line-height: 1.8em;
	text-shadow: 0 0 2px #2b2b2b, 0 0 4px #2b2b2b, 0 0 6px #2b2b2b;
	text-align: center;
}

.story > .inner .para {
	margin-top: 25px;
}

.story > .inner strong {
	color: #bfa46f;
}

.story > .inner .large {
	display: inline-block;
	font-size: 1.25em;
	line-height: 1.8em;
}

.story > .inner .large [data-ruby]::before {
	font-size: 0.4em;
	line-height: 1em;
}

.story > .inner .image {
	line-height: 0;
}

.story > .inner .image > li {
	position: absolute;
	z-index: -1;
	width: 300px;
}

.story > .inner .image > li:nth-of-type(1) {
	left: 0;
	bottom: 0;
}

.story > .inner .image > li:nth-of-type(2) {
	right: 0;
	top: 0;
}

@media screen and (max-width: 750px) {

#lineup {
	margin-top: 100px;
}

#detail > header {
	margin-bottom: 40px;
	border-bottom-width: 2px;
	padding-bottom: 40px;
}

#detail > header .status .date {
	font-size: 0.8em;
	line-height: 1em;
}

.story > .inner {
	text-align: left;
}

.story > .inner .image {
	display: flex;
	flex-flow: row nowrap;
	margin: 50px 0;
}

.story > .inner .image > li {
	position: static;
	width: 50%;
}

}


/*# sourceMappingURL=../map/news.css.map */
