@charset "UTF-8";
/* CSS Document */
#PageContents p {
	margin: 0 1em 1em 0;
}
#PageContents ul {
	margin-left: 2em;
}
.HistoryTbl {
	width: 90%;
	margin: 0 auto;
	border-top: dotted 1px #cccccc;
}
.HistoryTbl th, .HistoryTbl td {
	text-align: left;
	font-weight: 400;
	padding: 0.5em;
	border-bottom: dotted 1px #cccccc;
}
.HistoryTbl th {
	white-space: nowrap;
}
.FigBlock figure.Image2 {
	width: 66vw;
	max-width: 600px;
}
.FigBlock figure.Image2 img {
	width: 33vw;
	max-width: 300px;
}
.FigBlock.FloatRight.Column2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: auto;
	padding-left: 15px;
	clear: both;
}
.FigBlock.FloatRight.Column2 figure {
	width: 200px;
	padding-left: 5px;
}
.FigTbl{
	margin: 0 auto;
}
.FigTbl td{
	padding: 0 2px;
	font-size: 80%;
	line-height: 120%;
	color: #777777;
	text-align: center;
}
.FigTbl td img{
	width: 260px;
	height: auto;
}
/*タブレット*/
@media screen and (min-width:768px) and (max-width:999px) {
	.FigBlock figure.Image2 {
		width: 60vw;
	}
	.FigBlock figure.Image2 img {
		width: 30vw;
	}
	.FigBlock.FloatRight.Column2 {
		padding-left: 1.5vw;
	}
	.FigBlock.FloatRight.Column2 figure {
		width: 20vw;
		padding-left: 0.5vw;
	}
}
/*スマホ*/
@media screen and (max-width: 767px) {
	.FigBlock figure.Image2 {
		width: 60vw;
	}
	.FigBlock figure.Image2 img {
		width: 30vw;
	}
	.FigBlock.FloatRight.Column2 {
		padding-left: 1.5vw;
	}
	.FigBlock.FloatRight.Column2 figure {
		width: 20vw;
		padding-left: 0.5vw;
	}
	@media screen and (max-aspect-ratio: 11/10) {
		/* 縦向きの場合のスタイル */
		.FigBlock.FloatRight.Column2 {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			width: auto;
			padding-left: 1.5vw;
			clear: both;
		}
		.FigBlock.FloatRight.Column2 figure {
			width: 30vw;
			padding-left: 0;
		}
	}
}