@charset "utf-8";
	.fwb{
		font-weight: bold !important;
	}
	ul.notes { margin:8px 0; padding:0;}
	ul.notes li { font-size:80% !important;list-style:none;text-indent:-1em;margin:0 0 2px 1em;}
	ul.notes li::before { content:"※" }

	ul.notes02 { margin:8px 0; padding:0;}
	ul.notes02 li {list-style:none;text-indent:-1em;margin:0 0 2px 1em;}
	ul.notes02 li::before { content:"※" }
	
	ul.dotted { margin:8px 0; padding:0;}
	ul.dotted li {list-style:none;text-indent:-1em;margin:0 0 2px 1em;}
	ul.dotted li::before { content:"・" }

	ol.numLi {list-style-type: decimal !important;margin:8px 0; padding:0;}
	ol.numLi li {list-style-type: decimal !important;margin:0 0 2px 1.5em;}
	/*ul.numLi li::before { content:"・" }*/
	
	.health-t td{ text-align:right; }
	th.boder-d,td.boder-d{ border-right:3px double rgb(153, 153, 153) !important;}

	@media screen and (max-width: 640px) {
	.m-scroll{
		overflow-x: auto;
	}
	.m-scroll table {
		min-width: 640px;
	}
	}
