@charset "utf-8";

h1#mainTitle span.period {
	font-size: 14px;
	padding-left: 8px;
}

div.contents {
	line-height: 1.4;
	padding: 5px 20px 10px;
}

div.contents ul.contentsList {
	margin: 0 0 25px -20px;
}

/* IE用ハックここから*/
* html div.contents ul.contentsList {
	margin-left: 0;
}

*:first-child+html div.contents ul.contentsList {
	margin-left: 0;
}
/* IE用ハックここまで*/

div.contents ul.contentsList li {
	font-size: 115%;
	font-weight: bold;
	list-style: disc;
	margin-bottom: 3px;
}

div.contents div.section {
	margin-bottom: 3em;
}

div.contents div.section div.glbAnchorTop {
}




div.contents div.section h2 {
	border-bottom: 1px solid #5654a2;
	border-left: 5px solid #5654a2;
	margin-bottom: 10px;
	padding: 0 12px 3px;
	font-size: 150%;
}

div.contents div.section div.block {
	margin: 0 1em 2em 0;
}

div.contents div.section div.block p {
	margin: 0 0 0 1.5em;
}

div.contents div.section div.block h3 {
	font-size: 130%;
	margin-bottom: 0.2em;
}

div.contents div.section div.block dl.level2 {
	padding-left: 2em;
}


div.contents div.section div.block dl.level2 dt {
	color: #003399;
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 0.1em;
}

div.contents div.section div.block dl.level2 dd {
	margin: 0 0 1.5em;
}

div.contents div.section div.block dl.level2 dd li {
	list-style-position: outside !important;
	list-style-type: decimal;
	margin: 0 0 1.5em 1em;
}

div.contents div.section div.block p {
	margin: 0 0 0 1.5em;
}

div.contents div.section div.block dl.level2 dd ol.level3 {
	padding-left: 2em;
}

div.contents div.section div.block dl.level2 dd ol.level3 li {
	margin-bottom: 0.6em;
}

div.contents div.section div.block dl.level2 dd ol.level3 li h4 {
	font-weight: bold;
}

div.contents div.section div.block dl.level2 dd ol.level3 li ol.level4 {
	margin-bottom: 0.5em;
	padding-left: 2em;
}

div.contents div.section div.block dl.level2 dd ol.level3 li ol.level4 li {
	margin-bottom: 3px;
}

div.contents div.section div.block dl.level2 dd ol.level3 li ul.level4 {
	margin-bottom: 0.5em;
	margin-left: -1.5em;
}

/* IE用ハックここから*/
* html div.contents div.section div.block dl.level2 dd ol.level3 li ul.level4  {
	margin-left: 1.5em;
}

*:first-child+html div.contents div.section div.block dl.level2 dd ol.level3 li ul.level4  {
	margin-left: 1.5em;
}

head~/* */body div.contents div.section div.block dl.level2 dd ol.level3 li ul.level4  {
	margin-left: -1.5em;
}

html:not(:target) div.contents div.section div.block dl.level2 dd ol.level3 li ul.level4  {
	margin-left: -1.5em;
}
/* IE用ハックここまで*/


div.contents div.section div.block dl.level2 dd ol.level3 li ul.level4 li {
	list-style: disc;
	margin: 0;
}

div.contents div.section div.block p.notes {
	margin-left: 3.5em;
	text-indent: -1em;
}

div.contents div.additional {
	margin-bottom: 2em;
}

div.contents div.additional p {
	margin-left: 2.5em;
}

div.contents p.update {
	text-align: right;
}

