#csrBox {

}
#csrBox  h3 {
	background:url(../img/csr/csr3.png) no-repeat center top;
	height:98px;
	text-indent:-9999px;
	margin-bottom:10px;
	margin-top:1px;
}
.csrBox01 {
	width:688px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:50px;
}
.csrBox01   p {
	margin-left:8px;
	margin-bottom:15px;
}
.csrBox04 {
	width:688px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:10px;
}
.csrBox04   p {
	margin-left:8px;
	margin-bottom:15px;
}
#csr01  h4 {
	background:url(../img/csr/csr7.gif);
	height:30px;
	text-indent:-9999px;
	margin-bottom:16px;
}
#csr01  h5 {
	background:url(../img/csr/csr11.gif) no-repeat;
	height:69px;
	margin-left:8px;
	text-indent:-9999px;
	margin-bottom:10px;
}
#csr02 h4 {
	background:url(../img/csr/csr31.gif);
	height:30px;
	text-indent:-9999px;
	margin-bottom:16px;
}
#csr02 img {
	float:left;
	margin-right:22px;
	padding-left:18px;
}
#csr03 h4 {
	background:url(../img/csr/csr20.gif);
	height:30px;
	text-indent:-9999px;
	margin-bottom:16px;
}
#csr03 h5 {
	background:url(../img/csr/csr23new.gif) no-repeat;
	height:50px;
	margin-left:8px;
	text-indent:-9999px;
	margin-bottom:20px;
}
#csr03Title01 {
	background:url(../img/csr/csr26.gif) no-repeat;
	height:27px;
	text-indent:-9999px;
	margin-bottom:10px;
}
#csr03Title02 {
	background:url(../img/csr/csr28.gif) no-repeat;
	height:27px;
	text-indent:-9999px;
	margin-bottom:10px;
}
#csr03Title03 {
	background:url(../img/csr/csr30.gif) no-repeat;
	height:27px;
	text-indent:-9999px;
	margin-bottom:10px;
}
#csr04 h4 {
	background:url(../img/csr/csr32.gif);
	height:30px;
	text-indent:-9999px;
	margin-bottom:16px;
}
#csr04 img {
	float:left;
	margin-right:22px;
	padding-left:24px;
}

#csr05 h4 {
	background:url(../img/csr/csr36.gif);
	height:30px;
	text-indent:-9999px;
	margin-bottom:16px;
}

/*#csr05 h5 {
	color:#706454;
	background:url(../img/csr/csr40.gif) no-repeat;
	height:50px;
	margin-left:8px;
	text-indent:-9999px;
	margin-bottom:20px;
}*/

#csr05 .policy {
	background:url(../img/csr/csr24.gif) no-repeat;
	height:20px;
	margin-left:8px;
	text-indent:-9999px;
	margin-bottom:20px;
}

#csr05 .policy01 {
	background:url(../img/csr/csr41new.gif) no-repeat;
	height:30px;
	text-indent:-9999px;
}

#csr05 .policy02 {
	background:url(../img/csr/csr42new.gif) no-repeat;
	height:30px;
	text-indent:-9999px;
	margin-bottom:10px;
}

#csr05 img{
	width:174px;
	margin-right:22px;
	padding-left:24px;
	margin-bottom:30px;
}

/* News Button */
#topNews{
	margin:0;}
#topNews p{
	font-size:12px;
	display:block;}
#topNews a{
	text-decoration:none;
	color:#706454;
	background:#FFF;
	padding:0 30px 4px 0;
	display:table;
	position:relative;
	transition:0.2s;}
#topNews a::before{
	display:block;
	content:'';
	width:6px;
	height:6px;
	border-width:2px 2px 0 0;
	border-style:solid;
	transform:rotate(45deg);
	position:absolute;
	right:0;
	top:0.3em;}
#topNews a::after{
	opacity:0;
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:#706454;
	transition:0.2s;}
#topNews a:hover::after{
	opacity:1;}