@charset "utf-8";
#top_img{
	width:900px;
	height:auto;
	margin:0px auto 20px;
}
#bus_bg{
	background:url(../images/safety/bus_bg.png) no-repeat right bottom;
}
.safety_area{
	width:800px;
	margin:0px auto;
}
.safety_area ol{
	margin:10px 0px 30px 28px;
}
.safety_area ol li {
	list-style-type: none;
	counter-increment: cnt;
	margin-bottom:5px;
	text-indent:-28px;
}
.safety_area ol li::before {
	content: "（" counter(cnt) "）";
}
#safety_area_l{
	width:600px;
	float:left;
}
#safety_area_r{
	margin-top:40px;
	float:right;
}