@charset "utf-8";


/* safety
=========================================*/


.safety_wrap {
	margin:30px 40px 0 40px;
}

.safety_wrap p{
	line-height:170%;
}


.left_column{
	float:left;
}

.right_column{
	float:right;
	text-align: right;
}


.layout_box01 .left_column {
	width:396px;
}

.layout_box01 .right_column {
	width:400px;
	text-align: left;
}
.layout_box01 .right_column .inner_left_column{
	width:100px;
	float:left;
}

.layout_box01 .right_column .inner_right_column{
	width:300px;
	float:right;
}


.layout_box02{
	border-top:3px solid #398CCE;
	width:820px;
	border-bottom: 3px solid #398CCE;
	margin-bottom: 35px;
	padding-bottom: 15px;
}

.layout_box02 h5{
	margin-bottom:10px;
}

.layout_box02 p{
	font-size:90%;
}


.layout_box02 .left_column {
	width:260px;
}

.layout_box02 .center_column {
	width:260px;
	float: left;
	margin-left: 21px;
	display: inline;
}

.layout_box02 .right_column {
	width:260px;
	text-align: left;
}

.layout_box03{
	padding:20px 25px;
	background-color:#F4F4F4;
}
 

.layout_box01.top_border {
	border-top:1px solid #B8B8B8;
	padding-top: 30px;
}
