@charset "UTF-8";
/* CSS Document */

.update {
	background:#D0EEC5;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color:#009;
	margin-top:30px;
}
h3 {
	font-size: 24px;
	line-height:150%;
	font-weight: bold;
	color:#C00;
	text-align: center;
	margin-bottom:30px;
}
h4 {
	font-size: 20px;
	color:olive;
	margin:20px 0;
}
h5 {
	font-size:large;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
h6 {
	font-size:medium;
	text-align:center;
	border-bottom-style:none;
	margin:20px 0;
}
h7 {
	font-size:large;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	background:#396;
	color:#FFF;
	padding:3px 24px;
	margin:auto 0;
}
/* data */
.data {
	width:500px;
	margin:30px auto;
}
.data_details {
	margin:30px auto;
}
.data_details h4 {
	border-style:dotted;
	border-color:#D0EEC5;
	border-width:0 0 4px 0;
	margin-bottom:16px;
}
.data_details ul {
	margin: 0 0 0 1em;
	padding: 0;
}
.data_details ul.left4em {
	margin-left:4em;
	padding: 0;
}
.data_details .th-row {
	text-align:center;
	background:#9FC;
}
.data_details .right {
	text-align:right;
}
.data_details .center {
	text-align:center;
}
.table-a th {
	text-align:left;
	padding: 2px 6px;
	border: 1px solid;
	background-color:#9FF;
}
.table-a td {
	padding: 2px 6px;
	border: 1px solid;
	text-align:right;
}
.color_396 {
	color: #396;
}
ul.list-circle {
	list-style-type: circle;
	margin-left:2em;
}
ul.list-disc {
	list-style-type: disc;
	margin-left:2em;
}
ul.list-none {
	list-style-type:none;
	margin-left:1em;
}
/* topic */
.topic {
	margin:30px 0;
}
.topic h3 {
	color:#396;
}
.topic table {
	width:700px;
	border-color:#CCC;
}
.topic tr th td {
}
.topic th {
	text-align:left;
	background-color:#EEE;
}
.topic .head {
	width:74px;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.topic ol, ul, dl {
	margin:0px;
	padding:0 1em;
}
.topic .square {
	list-style-type: square;
}
/* 代表質問 */
div.daihyou-situmon{
	margin:0 30px;
}
div.daihyou-situmon h5{
	color:#396;
	margin-top:16px;
	border-bottom:thin solid #396;
}
div.daihyou-situmon p{
	text-indent:1em;
	margin:0 1.25em;
}