@charset 'utf-8';


#case .headline > div > div {
	max-width: 400px;
}

#case .headline > div > div:nth-child(2) {
	padding: 0 10px;
}

@media only screen and (min-width: 1001px) {

	#case .headline > div {
		flex-direction: row;
	}
}


.btnarea.buyup {
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}


.btnarea.voice a {
	padding: 12px 30px;
}

#pageheadtop.archive {
	border-bottom: none;
}


#document .columns:not(:last-child) {
	margin-bottom: 0;
}


#document .foto {
	position: relative;
}

.foto .spbadge {
	display: block;
	width: 20%;
	max-width: 80px;
	padding: 5px;
	background: #fff;
	position: absolute;
	top: -5px;
	right: -5px;
}

.foto .spbadge img {
	width: 100%;
	height: auto;
}


.articletitle .year {
	margin-bottom: .5em;
	color: #636a6e;
	font-size: 2em;
}

.articletitle .data {
	margin-bottom: .5em;
	color: #636a6e;
	font-size: 2.4em;
}

.articletitle .data span {
	font-size: 1em;
}

.articletitle .data span:not(.etext) {
	font-size: .8em;
	font-weight: 700;
}

.linecolumn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 0;
	border-bottom: 1px solid #000;
	color: #636a6e;
}

.linecolumn:not(:last-child) {
	margin-bottom: 1em;
}

.linecolumn > div:not(:last-child) {
	margin-bottom: .5em;
}

.linecolumn .mileage {
	font-size: .7em;
	font-weight: 700;
}

.linecolumn .date {
	font-size: 1em;
	font-weight: 700;
}

.linecolumn .shop {
	color: #000;
	font-size: 1.2em;
	font-weight: 700;
}

.linecolumn .addr {
	color: #000;
	font-size: 1.6em;
	font-weight: 700;
}

.linecolumn .time {
	color: #000;
	font-size: 1.4em;
	font-weight: 700;
}

.linecolumn .time {
	color: #000;
	font-size: 1.4em;
	font-weight: 700;
}

.linecolumn .share .label {
	display: none;
}

.linecolumn .share .followbutton .followbadge {
	width: auto !important;
}

.linecolumn .share .followbutton a {
	padding: 5px;
	border: none;
}

.linecolumn .share .icon {
	margin-right: 0;
}

@media only screen and (min-width: 541px) {

	.btnarea.voice {
		text-align: left;
	}
}


@media only screen and (min-width: 1001px) {

	.linecolumn {
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

	.linecolumn > div:nth-of-type(2) {
		margin-left: auto;
		margin-right: 0;
	}
}


