@charset "UTF-8";

/*contents-unit*/
#contents .contents-unit {
	font-size: 95%;
	margin-top: 15px;
}

/*contents-inner*/
#contents .contents-unit .contents-inner {
	margin: 0 15px 10px;
}

#contents h3 {
	margin: 0;
	padding: 3px 10px;
	/*font-size: 別途指定*/
	line-height: 1;
	font-weight: bold;
	color: #000;
	background-color:#DCDCDC;
}
/*ol/ul*/
#contents .contents-unit ol,
#contents .contents-unit ul {
	padding: 0 0 0 3em;
	margin: 3px 0;
}

#contents .contents-unit ol li,
#contents .contents-unit ul li {
	margin: 0 0 2px 0;
	padding: 0;
	line-height: 1.4;
}

/*maru*/
#contents .contents-unit ul.maru {
	padding: 0;
	margin: 2px 0 1em 0;
}

#contents .contents-unit ol li {
	margin: 0 0 2px 0;
	padding: 0;
	line-height: 1.4;
}

#contents .contents-unit ul.maru li {
	margin: 0 0 2px 0;
	padding: 0 0 0 17px;
	list-style: none;
	line-height: 1.4;
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}

#contents .contents-unit ul.maru li.m1 {
	background-image: url(../images/maru1.gif);
}

#contents .contents-unit ul.maru li.m2 {
	background-image: url(../images/maru2.gif);
}

#contents .contents-unit ul.maru li.m3 {
	background-image: url(../images/maru3.gif);
}

#contents .contents-unit ul.maru li.m4 {
	background-image: url(../images/maru4.gif);
}

#contents .contents-unit ul.maru li.m5 {
	background-image: url(../images/maru5.gif);
}

#contents .contents-unit ul.maru li.m6 {
	background-image: url(../images/maru6.gif);
}

#contents .contents-unit ul.maru li.m7 {
	background-image: url(../images/maru7.gif);
}

#contents .contents-unit ul.maru li.m8 {
	background-image: url(../images/maru8.gif);
}


/*pdffile*/
#contents .contents-unit#for-pdfnote {
	margin-top: 10px;
	padding: 0 10px;
	background-color:#f7f7f7;
	border: 1px solid #ccc;
}

#contents .contents-unit#for-pdfnote .pdffile {
	margin: 10px 0 0;
	padding-left: 22px;
	background:url(../images/pdf-icon.gif) no-repeat;
}

/*boxgray*/
#contents .contents-unit .boxgray {
	margin: 3px 0;
	padding: 5px 10px;
	background-color:#f7f7f7;
	border: 1px solid #ccc;
}

/*table-box*/
#contents .contents-unit .table-box {
	margin: 3px 0;
	background-color:#999;
	width: 480px;
}

#contents .contents-unit .table-box table {
	width: 100%;
}

#contents .contents-unit .table-box td {
	background-color:#fff;
	padding: 2px 4px;
}