<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
/*------------------------------------------------
テキスト紹介
-------------------------------------------------*/
.textbox dt{
	margin-bottom:1em;
	font-weight:bold;
}

.textbox dd:nth-child(2){
	float: left;
	margin-right:1em;
}

.textbox dd:last-child{
	margin-left:100px;
}

.bgGray{
	border: 5px solid #ededed;
	background: #ededed;
	padding:2%;
}</pre></body></html>