@charset "utf-8";
@import url(/css/common.css);

/* ------------------------------ safety */
.safety.index .boxHeaderArea03 .headerMainVisual {
	background-image: url(/img/img_safety_mainvisual.jpg);
}
.safety.index .boxHeaderArea03 .boxLead h1 {
	margin-top: 4px;
}
.boxSafety {
  margin: 0 0 35px 0;
}
.boxSafety .colL {
	width: 590px;
}
.boxSafety .colR {
	width: 280px;
}


/* ------------------------------ Clearfix */
.boxSafety:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	content: " ";
}
* html .boxSafety {
	zoom: 1;
}
*:first-child+html .boxSafety {
	zoom: 1;
}