@charset "Shift_JIS";
/* ==============================================================
ファイル名 : lawyer.css
============================================================== */

/* class="law" 独自 */
.law em { font: bold 1.1em/1.8em sans-serif }

/* ol, ul 指定（ol = decimal; ul = none） */
.law ol, .law ul { margin: 0 0 10px 3em; font: bold .9em/1.8em sans-serif; }
.law ol li p, .law ul li p { margin: 0 0 0 0; font: normal 12px/1.6em serif !important; }
.law ol li { list-style-type: decimal }
.law ul.square li { list-style-image: url(images/ck.png); }

.asterisk {
	margin: 0 0 1em 1em!important;
	font: 12px serif; text-indent: -1em!important;
}
.arrow {
	margin: 0 0 1em 1em!important;
	padding: 1em 1em 1em 2em!important; background: #e8e8cc; 
	font: 700 12px sans-serif; text-indent: -1em!important;
}

em { font: 700 1.1em/1.8em san-serif!important; }
.deci ul.disc li {
	margin: 0 0 0 -2em;
	font: 500 1em/1.6em serif!important; list-style-type: disc !important;
} 