@charset "utf-8";


/*------------ safety title-----------*/
#content_wrapper {
	padding: 0;
	width: auto;
}
h2 {
	background: #00BE00;
	border: #5AF05A solid;
	border-width: 30px 0 30px 0;
	padding: 20px 0 10px 0;
}
@media screen and (max-width: 767px){
	h2 img {
		width: 80%;
	}
}
/*-----------safety content---------------*/

.safety_content01 {
	width: 880px;
	margin: 25px auto;
}
.safety_content01 .lead {
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 25px;
}
.safety_content01 li {
	float: left;
	width: 210px;
	height: 173px;
	margin: 0 10px 10px 0;
}
.safety_content01 li a:hover {
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
}
@media screen and (max-width: 767px){
	.safety_content01 {
		width: 100%;
		margin: 0;
		position: relative;
		overflow: hidden;
	}
	.safety_content01 .lead {
		font-weight: normal;
		padding: 10px;
	}
	.safety_content01 li:first-child {
		float: none;
		width: 80%;
		margin: 0 auto 10px;
	}
	.safety_content01 li:first-child img {
		width: 100%;
	}
	.safety_content01 ul {
		padding: 2%;
		margin-right: -2%;
	}
	.safety_content01 li {
		width: 48%;
		height: auto;
		margin:0 2% 10px 0;
	}
	.safety_content01 .pagetop {
		position: absolute;
		right: 2%;
		bottom: 10px;
	}
}