@charset "euc-jp";
/* CSS Document */

.number_list {
    
}

.number_list ol {
    counter-reset: li;
}

.number_list ol > li {
    list-style: none;
    position: relative;/*EȤιܤΰ֤*/
    padding-left: 2.0em; /*li:beforeʬ;Ĵ*/
    padding-top: 0.12em;  /* 褁EˤʤEĴE*/
	counter-increment:section;
    /*margin-bottom: 0.8em;*//*EȤοäĤƤޤEE/
*/
	margin-bottom: 5px;

}

.number_list ol > li:before {
	counter-increment: li;
	content: counter(li);
	margin-right: 1em;
	/*    background: #ffc0cb; /*ԥ*/
/*    border: 1px solid #ff99ab; /*ǻԥ*/
    background: #dfabfe;        /* E*/
	border: 1px solid #df58fd;  /* ǻE*/
	color: #ffffff;
	border-radius: 50%; /*ݤ*/
	text-align: center; /*ü˴äƤE򿿤*/
	width: 1.3em; /*ᤁEeightƱͤ*/
	height: 1.3em;
/*	line-height:50%;*/
	display:inline-block;
}
