<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* /////////////////////////////////////////////////
h2, h3, h4 各ページの見出し
※独自クラス.text2imageやh2,h3,h4に対する共通指定を補完する個別設定
///////////////////////////////////////////////// */
h2#viewlog{background-image: url(../images/h2_viewlog2023.gif);}


img.fig{
	margin: 1.5em auto;
	max-width: 100%;
	}
.caption{
	text-align: center;
	margin-top: 0;
	margin-bottom: 3em;
}
.signature{text-align: right;}
#stageViewlog2023 dt{
	font-size: 1.2rem;
	margin-bottom: 1.2rem;
}
#stageViewlog2023 dd{
	margin-bottom: 1.4rem;
}
#stageViewlog2023 ul li{
	list-style-type: disc;
}
#stageViewlog2023 ul.remarks{
	margin-top: 1rem;
}
#stageViewlog2023 ul.remarks li{
	list-style-type: "※";
	font-size: 0.8rem;
	margin-bottom: 1rem;
}
#stageViewlog2023 div.capturetiming{
    color: black;
    border: solid 5px #555d6b;
	border-top: none;
}
#stageViewlog2023 div.capturetiming h3{
	font-size: 24px;
    font-weight: normal;
    background: #555d6b;
    margin: 0% -5px;
    height: 20px;
    padding: 2%;
    color: white;
}

.explain {
	padding: 5%;
    font-size: 15px;
}

.keyword{
	background: #555d6b;
    color: white;
    padding: 1%;
    letter-spacing: 2px;
	font-weight: bold;
}

/* 
#stageViewlog2023 ul.blockwithline{
	border: solid 2px #999;
}
#stageViewlog2023 ul.blockwithline li{
	list-style-type: none;
}
#stageViewlog2023 ul.blockwithline h4{
	padding: 1em 1em 1em 0;
	color: white;
	background: #999;
	vertical-align: middle;
	font-size: 2em;
	font-weight: 500;
}
	#stageViewlog2023 ul.blockwithline img{
		max-width: 100%;
	} */


/* /////////////////////////////////////////////////
メディアクエリ
///////////////////////////////////////////////// */
@media screen and (max-width: 768px) {
}</pre></body></html>