<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
/*---------------------------------
 一覧表
----------------------------------*/

	dl.detail {
	width: 100%;
	display:table;
	margin-top:0 !important;
	border-top:1px solid #ccc;
}

	dl.detail&gt; div dt{
	font-size:0.85em;
}
	dl.detail dt ,
	dl.detail dd {
	padding:1.00%;
}

dl.detail dt.ttl {
	background: #efefef;
}


@media screen and (min-width:768px) {

	dl.detail dt ,
	dl.detail dd {
		display:table-cell;
	}
	dl.bbot {
	border-bottom:1px solid #ccc;
	}
	dl.detail .ttl {
		width:21%;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
	}

	dl.detail .dct {
		width:36%;
		border-right:1px solid #ccc;
	}
	dl.detail .tch {
		border-right:1px solid #ccc;
	}}

.alert03 {
	background:#fdcccf !important;</pre></body></html>