<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.top_gaiyo {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	padding: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.top_gaiyo_ttl {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-bottom: 20px;
}
.back1 {
	background-image: url(parts/back1.jpg);
}
.white_base {
	background-color: #FFF;
}
.qa_ttl {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #00C;
}
.qa {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000;
}
.qa_tttl2 {
	font-size: 14px;
	font-weight: bold;
	color: #060;
}
.QA_ttl3 {
	font-size: 16px;
	font-weight: bold;
	color: #00C;
}
.ttl_pp {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
/* 検定部分全体の設定(共通)
------------------------------*/
.kentei {
	border: 0;
	width: 650px;
	border-collapse: separate;
	border-spacing: 0;
	}
/* 検定タイトル部分の設定(共通)
------------------------------*/
.quiz_title {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	line-height: 1.5;
	width: 690px;
	height: 60px;
	border-collapse: separate;
	border-spacing: 0;
	background-color: #69C;
	color:#FFF;
}
.quiz_title td span {
	letter-spacing: 0.5em;
	font-weight: bold;
}
/* 検定問題冒頭文の設定(共通)
------------------------------*/
.quiz_boutou {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	line-height: 1.5;
	width: 690px;
	border-collapse: separate;
	border-spacing: 0;
	background-color:#9C9;
}
.quiz_boutou td {
	padding: 10px;
}
/* 検定問題文の設定(共通)
------------------------------*/
.quiz_mondai {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	line-height: 1.5;
	width: 690px;
	border-collapse: separate;
	border-spacing: 0;
	background-color:#FFC;
}
.quiz_mondai td {
	padding-top: 10px;
	padding-left: 35px;
}
/* 検定選択肢部分の設定(共通)
------------------------------*/
.quiz_sentaku {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	line-height: 1.5;
	width: 690px;
	padding-left: 60px;
	padding-right: 30px;
	border-collapse: separate;
	border-spacing: 0;
	background-color:#FFC;
}
.quiz_sentaku td {
	align: left;
	width: 690px;
	text-align: left;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
.quiz_sentaku a {
	text-decoration: none;
}
/* 次へボタンの設定(共通)
------------------------------*/
#next {
	text-align: right;
}
/* 正解・不正解の設定（共通）
------------------------------*/
p.seigo {
	color: #F00;
}
/* 解説文文字色の設定
------------------------------*/
p.kst {
	color: #F00;
}
/* nariken.jsの設定
------------------------------*/
.hid {
	display: none;
}
.disp {
	display: block;
}
.ttl1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
.maincopy {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
	word-spacing: 0.1em;
}
.ttl2 {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
}
.maincopy_ttl {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
</pre></body></html>