@charset "UTF-8";

/*--------------------------------------------
INFORMATION
---------------------------------------------*/

@media screen and (max-width: 750px){
	#informations{
		padding-top : calc( 60 * 100vw / 750 );
		padding-bottom : calc( 120 * 100vw / 750 );
	}
	#informations #sidebar{
		margin-top : calc( 102 * 100vw / 750 );
	}
}

@media print,screen and (min-width: 751px){
	#informations{
		padding-top : 54px;
		padding-bottom : 63px;
	}
}

#information .head{
	display : grid;
	grid-auto-flow : column;
}

#information .head time{
	letter-spacing : .1em;
}

#information .head ul{
	display : grid;
	flex-wrap : wrap;
}

#information .head a{
	display : grid;
	place-items : center;
	width : -moz-fit-content;
	width :      fit-content;
	background-color : #ccc;
	text-align : center;
	letter-spacing : .1em;
	text-indent : .1em;
}

#information #content p{
	letter-spacing : .1em;
}

@media screen and (max-width: 750px){
	#information .head{
		margin-top : calc( 46 * 100vw / 750 );
		grid-template-columns : calc( 163 * 100% / 690 ) 1fr;
	}
	#information .head time{
		font-size : 2.6rem;
		padding-top : calc( 1 * 100vw / 750 );
	}
	#information .head ul{
		column-gap : calc( 20 * 100vw / 750 );
		row-gap : calc( 20 * 100vw / 750 );
	}
	#information .head a{
		padding-left : calc( 10 * 100vw / 750 );
		padding-right : calc( 10 * 100vw / 750 );
		font-size : 2rem;
		height : calc( 28 * 100vw / 750 );
	}
	#information #content{
		margin-top : calc( ( 49 - 11 ) * 100vw / 750 );
	}
	#information #content p{
		font-size : 2.6rem;
		line-height : calc( 48 / 26 );
	}
}

@media print,screen and (min-width: 751px){
	#information .head{
		margin-top : 19px;
		grid-template-columns : 140px 1fr;
	}
	#information .head time{
		font-size : 1.6rem;
		padding-top : 6px;
	}
	#information .head ul{
		column-gap : 14px;
		row-gap : 14px;
	}
	#information .head a{
		padding-left : 20px;
		padding-right : 20px;
		font-size : 1.4rem;
		height : 28px;
	}
	#information #content{
		margin-top : calc( 24px - 8px );
	}
	#information #content p{
		font-size : 1.6rem;
		line-height : 2;
	}
}

#paginationSingle{
	display : inline-block;
	position : relative;
	left : 50%;
	transform : translateX(-50%);
}

#paginationSingle .prev , #paginationSingle .next{
	position : absolute;
	top : 0;
	white-space : nowrap;
}

#paginationSingle .prev:after{
	content : "　｜　";
	white-space : pre;
}

#paginationSingle .next:before{
	content : "　｜　";
	white-space : pre;
}

#paginationSingle .prev{
	right : 100%;
}

#paginationSingle .next{
	left : 100%;
}

@media screen and (max-width: 750px){
	#paginationSingle{
		margin-top : calc( ( 84 - 11 ) * 100vw / 750 );
		height : calc( 30 * 100vw / 750 );
	}
	#paginationSingle a{
		font-size : 3rem;
	}
}

@media print,screen and (min-width: 751px){
	#paginationSingle{
		margin-top : calc( 67px - 8px );
		height : 18px;
	}
	#paginationSingle a{
		font-size : 1.8rem;
	}
}