details.article {
	border: 2px solid black;
	padding: 0.5em;

	& + details.article {
		margin-top: 1rem;
	}

	summary.heading {
		.title {
			font-weight: bold;
			font-size: 1.5em;
		}
		
	}

	.heading {
		.date {
			font-size: 0.8em;	
		}
	}

}

img {
	width: 30rem;
	border: 1px solid black;
}

.takemaru {
	width: 30rem;
	margin-right: 0.5em;
	.edline-link {
		font-size: 1.25em;
		&:hover img {
			border-color: blue;
		}
	}
}

.boxes {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 0.5em;

	.file {
		width: 25rem;
		height: 25rem;
		overflow: auto;
		border: 2px solid black;
		padding: 0.5em;

		.title {
			font-weight: bold;
			font-size: 1.5em;
		}

		img {
			width: 100%;
		}
	}
}

.random-img {
	max-height: 12rem;
	width: auto;
	/* width: 12rem; */
}

.eitobox {
	float: left;
	margin-top: 1em;
	margin-right: 0.5em;

	& > * {
		display: block;
	}

}
.trollface {
	width: 25rem;
	margin-right: 0.5em;
	float: left;
}

.eitopermit {
	img {
		width: 20rem;
	}
	&[target="_blank"]::after {
		content: none;
	}
	&:hover {
		img {
			border-color: red;
		}
	}
}

.lorem {
	font-size: 0.5em;
}

.edline {
	display: none;
	.wrapper {
		display: flex;
		gap: 0.5em;
	}
	.contents-wrapper {
		flex-grow: 1;
	}
	.title {
		margin-bottom: 0;
	}

	&:target {
		display: block;
	}

}


.listline {
	display: flex;
	gap: 0.5em;
}
.lists-link {
	font-size: 3em;
}

.artline {
	display: block;
	float: right;
	width: 10rem;
	height: 10rem;
	background-image: url(/assets/media/100line/takumi/artlog.webp);
	background-size: contain;
	margin-left: 0.5em;
	border: 1px solid black;
	
	line-height: 1;
	color: black;
	text-decoration: none;

	& > div:nth-child(1) {
		text-transform: uppercase;
		font-size: 2.25em;
	}
	& > div:nth-child(2) {
		font-size: 1.5em;
	}

	&:hover {
		color: red;
		text-decoration: underline;
		border-color: red;
	}
}