@charset "utf-8";

.buletP [data-num]:before {
    display: inline-block;
    border-radius: 1em;
    width: 2em;
    content: attr(data-num);
    vertical-align: middle;
    background-color: #eb5505;
    color: #ffffff;
	font-weight: normal;
    text-align: center;
    line-height: 2;
    margin-right:0.3em;
}
.buletP [data-num] {
    color:#333333;
    font-weight:bold;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
