<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/* tips001 */
.box-bg1{
	background-color:#E9F4FB;
	border:none;
}
.box-bg2{
	background-color:#f9f9f9;
}
.box-bg2 .note{
	display:block;
	margin-left:2em;
	text-indent:-2em;
}
.box-bg2  .list-bullet li{
	margin-bottom:0px;
}
.caution{
	color:#e67600;
}

/* tips004 */
.lyt-main table th{
	white-space:nowrap;
}
.notice-list.list-bullet li{
	font-weight:bold;
}</pre></body></html>