@charset "utf-8";
#pageTitle {
	background:url(/contact/kaizen/images/bg_title_top01.jpg) #f2f2f4 no-repeat top center;
}
#pageTitle h1{
	color:#333;
	text-shadow:none;
}
h3.heading02 {
    margin-top: 16px!important;
}


h1.text-border {
    text-shadow: 0px -1px 3px #f2f2f4, 
                 1px -1px 3px #f2f2f4,
                 1px  0px 3px #f2f2f4,
                 1px  1px 3px #f2f2f4,
                 0px  1px 3px #f2f2f4,
                -1px  1px 3px #f2f2f4,
                -1px  0px 3px #f2f2f4,
                -1px -1px 3px #f2f2f4!important;
}

span.letter-block-2 {
    display:inline-block;
    width:2.1em;
}

span.letter-block-3 {
    display:inline-block;
    width:3.1em;
}

ol {
	counter-reset:item;
	list-style:none;
}
ol li {
	padding-left:0.5em;
	text-indent:-1.5em;
}
ol li:before {
	content:"(" counters(item, "") ")";
	counter-increment:item;
	margin-right:0.5em;
}
