@charset "utf-8";

/* --------------------------------------------------------------------------------
	archive
-------------------------------------------------------------------------------- */
body.archive{
}
body.archive #main {
	margin: 0 auto;
	padding: 24vw 0 0;
}
body.archive #main .heading {
	text-align: center;
	font-size: 7vw;
	margin: 0 0 5vw;
	letter-spacing: 0.15em;
}
body.archive #main .entry{
	padding: 5vw 14vw 6vw 8vw;
	border-bottom: solid 1px #999999;
	position: relative;
}
body.archive #main .entry:nth-of-type(1){
	border-top: solid 1px #999999;
}
body.archive #main .entry::after{
	content: "〉";
	position: absolute;
	top: calc(50% - 3.4vw);
	right: 6.8vw;
	font-size: 4.8vw;
}
body.archive #main .entry .entry-date{
	font-size: 3.6vw;
	margin: 0 0 1vw;
	letter-spacing: 0.15em;
}
body.archive #main .entry .t-content{
}
body.archive #main .entry .t-content a{
	text-decoration: underline;
	font-size: 3.6vw;
	line-height: 1.67;
	letter-spacing: 0.15em;
}