/* Ver1.1 2026.02.10 */

/* 注意書きのスタイル */
.notice-text { 
	font-size: 0.9em; 
	color: black;
	background-color: white;
	border: 1px solid darkgray; 
	padding: 10px; 
	margin-bottom: 15px; 
	border-radius: 4px; 
	text-align: left;
}
.strongComment {
	color: red;
	text-decoration: underline;
}
.redComment {
	color: red;
}