<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 */
 
body { margin:0 auto; width:700px; }
 
#contents {
	background-color:rgba(255,255,255,1);
	float:left;
	width:550px;
	margin:10px 0px 30px 0px;
	padding:15px 20px 15px 20px;
}

#box_case {
	width:auto;
}

#box_case ol {
	font-size:90%;
	margin-left:-10px;
}

#h-1 {
	font-size:140%;
	text-align:center;
	font-weight:bold;
}
 /* テーブル（変更） */
#table table {
	font-size:80%;
	border: 1px solid #7777bb;
	border-collapse: collapse;
	margin-top: 1em;
}
#table table th, #table table td {
	/*text-align: left;*/
	border: 1px solid #7777bb;
	padding: 8px;
	font-weight: normal;
}
#table table th {
	white-space: nowrap;
	background: #cccce6;
}
#table table td {
	background: #f0f0f0;
}

 /* テーブル（変更B） */
.table-b table {
	font-size:80%;
	line-height:110%;
	border: 1px solid  rgba(10,10,10,1);
	border-collapse: collapse;
	margin-top: 1em;
}
.table-b table th, .table-b table td {
	/*text-align: left;*/
	border: 1px solid rgba(10,10,10,1);
	padding: 6px;
	font-weight: normal;
}
.table-b table th {
	font-weight:bold;
	white-space: nowrap;
	background:  rgba(139,206,144,1);
	padding-top:8px;
}
.table-b table td {
	font-weight:bold;
	color:rgba(255,0,0,1);
	background: rgba(255,255,255,1);
	padding-top:8px;
}

 
 
/* タイトル装飾 */
#table strong.ttl {
	text-align: left;
	border-left: solid 4px #cc0000;
	display: block;
	padding: 2px 5px;
	margin-top: 2em;
}

/* メッセージ */
#table p.msg {
	color: #dd0000;
	margin: 2em;
}
#table span.msg {
	color: #dd0000;
}

/* 戻りボタン */
#table form.back {
	margin-top: 2em;
}


/* 必須タグ */
#table th.required {
	background:url(images/required.png) #cccce6 94% 50% no-repeat;
	padding-right: 3px;
}
#table th.optional {
	background:url(images/optional.png) #cccce6 94% 50% no-repeat;
	padding-right: 3px;
}

.size-80 {
	font-size:80%;
}

.red {
	color:rgba(255,0,0,1);
}
.red_b {
	color:rgba(255,0,0,1);
	font-weight:bold;
}

#t-sou {
	display:block;
	text-align:right;
}</pre></body></html>