<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 */

/*---------------------------*/
/* Zensoku CSS */
/*---------------------------*/

.contentsBlock h3 {
	font-size:16px;
	color:#df9400;
	margin-bottom:15px;
	padding:0 0 3px 5px;
	border-bottom:#999 dotted 1px;
	font-weight:bold;
}
	.contentsBlock .inner {
		padding-bottom:15px;
	}
		.contentsBlock .inner p {
			font-size:14px;
			line-height:1.5em;
			padding:0 10px 8px;
		}

		.contentsBlock .inner .left {
			float:left;
			width:400px;
		}
		.contentsBlock .inner .left p {
			width:400px;
		}
		.contentsBlock .inner .right {
			float:right;
			text-align:right;
			width:185px;
			margin:0;
			padding:0;
		}
		
.contentsBlock .question {
	border-radius:5px;
	background:#f0f0ff;
	padding:15px 15px;
	margin:10px 0 10px;
}
	.contentsBlock .question h4 {
		font-size:16px;
		color:#34488e;
		margin-bottom:15px;
		font-weight:bold;
	}

.contentsBlock .answer {
	border-radius:5px;
	background:#fff;
	padding:15px 15px 0;
	margin:10px 0 20px;
}
.contentsBlock .inner:last-child .answer {
	margin-bottom:0;
}
	.contentsBlock .answer h4 {
		font-size:16px;
		color:#34488e;
		margin-bottom:15px;
		font-weight:bold;
	}
</pre></body></html>