@charset "UTF-8";
/* CSS Document */
.table-type1{
	width: 580px;
	margin: 0 auto 0.4rem;
}
.table-type1 th{
	text-align: right;
	width: 1.0rem;
}
.table-type1 td{
	width: 4.5rem;
	padding: 0.1rem;
	position: relative;
}
/* ADD Start:DLトップページお知らせ対応:2026/08/xx:enoki */
.notice-box{
	width: 1100px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background:#FBE5D6;
	color:#595959;
	border:1px dashed #595959;

	padding-top:24px;
	padding-right:32px;
	padding-bottom:24px;
	padding-left:60px;

	line-height:1.8;
	white-space:pre-wrap;
	font-size:1.1em;
}
.notice-title{
	text-align: center;
	font-size:1.2em;
	font-weight:bold;
	margin: 0;
	padding: 0;
	line-height: 0;
}
.notice-message{
	text-align: center;
	font-size:1.2em;
	font-weight:bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
.red{color:#FF0000;}
.blue{color:#0000FF;}
/* ADD End:DLトップページお知らせ対応:2026/08/xx:enoki */
