<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CD 詳細小さいウィンドウ */
body{
	background-color: #EEEEEE;
	font-size: 12px;
	margin: 0;
	align: center;
}

#CD_S_WIN {
	width: 80%;
	margin: 0;
	margin-top: 20px;
	padding-bottom: 20px;
	align: center;
	background-color: #FFFFFF;
}

#CD_S_WIN h1{
	font-size: 18px;
	color: #FFFFFF;
	padding: 5px;
	margin: 0;
	margin-bottom: 20px;
	align: center;
	background-color: #333333;
}

#CD_S_WIN h1{
	font-size: 18px;
	color: #FFFFFF;
	padding: 5px;
	margin: 0;
	margin-bottom: 20px;
	align: center;
	background-color: #333333;

}

#CD_S_WIN p {
	width: 80%;
	font-size: 14px;
	color: #333333;
	padding: 5px;
	margin: 0;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;

}
#CD_S_WIN p.footer {
	width: 100%;
	font-size: 12px;
	color: #333333;
	padding: 5px;
	padding-top: 20px;
	margin: 0;
	margin-top: 10px;
	text-align: center;
	border-top: 1px solid #999999;
	border-bottom: 0px dotted #999999;
}

</pre></body></html>